Trace number 1578932

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hi? (TO) 1200.07 1200.45

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

13.88/13.90	c main():: ***                                   [ march satisfiability solver ]                                   ***
13.88/13.90	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
13.88/13.90	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
13.88/13.90	c main()::
13.88/13.90	c initFormula():: searching for DIMACS p-line....
13.88/13.90	c initFormula():: the DIMACS p-line indicates a CNF of 262253 variables and 1131732 clauses.
13.88/13.90	c parseCNF():: parsing....
13.88/13.90	c parseCNF():: the CNF contains 10249 unary clauses.
13.88/13.90	c runParser():: parsing was successful, warming up engines...
13.88/13.90	c find_and_remove_tautogolies():: found and removed 3038 tautologies
13.88/13.90	c find_and_remove_tautogolies():: found and removed 1697 tautologies
13.88/13.90	c simplify_formula():: removed 0 tautological, 273801 satisfied and 29772 duplicate clauses
13.88/13.90	c preprocessing fase I completed:: there are now 208137 free variables and 828159 clauses.
13.88/13.90	c stat :: sign balance is biased by 0.316
13.88/13.90	c using k-SAT heuristics (size based diff)
13.88/13.90	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.88/13.90	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
13.88/13.90	c resolvent_look() :: found 1228 resolvents
13.88/13.90	c main():: clause / variable ratio: ( 829387 / 262253 ) = 3.16
13.88/13.90	c longest clause has size 10
13.88/13.90	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.88/13.90	c number of free variables = 208137
13.88/13.90	c dynamic_preselect_setsize :: off
13.88/13.90	c main():: all systems go!
13.88/13.90	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1578932-1238902278/watcher-1578932-1238902278 -o /tmp/evaluation-result-1578932-1238902278/solver-1578932-1238902278 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1578932-1238902278.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 21771
/proc/meminfo: memFree=1659616/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=6288 CPUtime=0
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 960 0 0 0 0 0 0 0 20 0 1 0 1162891892 6438912 945 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 1572 950 58 167 0 1403 0

[startup+0.0650391 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 21771
/proc/meminfo: memFree=1659616/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=30304 CPUtime=0.05
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 6108 0 0 0 3 2 0 0 20 0 1 0 1162891892 31031296 6093 1992294400 134512640 135197378 4294956240 18446744073709551615 134850931 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 7576 6094 58 167 0 7407 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30304

[startup+0.101042 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 21771
/proc/meminfo: memFree=1659616/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=30832 CPUtime=0.09
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 6275 0 0 0 7 2 0 0 20 0 1 0 1162891892 31571968 6260 1992294400 134512640 135197378 4294956240 18446744073709551615 134850907 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 7708 6261 58 167 0 7539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30832

[startup+0.301066 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 21771
/proc/meminfo: memFree=1659616/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=33868 CPUtime=0.29
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 7203 0 0 0 26 3 0 0 22 0 1 0 1162891892 34680832 7188 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 8467 7189 58 167 0 8298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33868

[startup+0.70111 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 21771
/proc/meminfo: memFree=1659616/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=39280 CPUtime=0.69
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 8890 0 0 0 65 4 0 0 25 0 1 0 1162891892 40222720 8875 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 9820 8875 58 167 0 9651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39280

[startup+1.50121 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 21772
/proc/meminfo: memFree=1618648/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=109400 CPUtime=1.49
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 17643 0 0 0 140 9 0 0 25 0 1 0 1162891892 112025600 17626 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/21771/statm: 27350 17626 62 167 0 27181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109400

[startup+3.10139 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1569304/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=125564 CPUtime=3.09
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 27999 0 0 0 296 13 0 0 25 0 1 0 1162891892 128577536 22435 1992294400 134512640 135197378 4294956240 18446744073709551615 134688164 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 31391 22435 67 167 0 31222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125564

[startup+6.30174 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1569048/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=128796 CPUtime=6.28
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 36189 0 0 0 611 17 0 0 25 0 1 0 1162891892 131887104 23289 1992294400 134512640 135197378 4294956240 18446744073709551615 134560979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 32199 23289 78 167 0 32030 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 128796

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1492192/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=462592 CPUtime=12.68
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 75482 0 0 0 1234 34 0 0 25 0 1 0 1162891892 473694208 44795 1992294400 134512640 135197378 4294956240 18446744073709551615 134698128 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 115648 44796 86 167 0 115479 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 462592

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1441312/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=487040 CPUtime=25.48
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 90974 0 0 0 2508 40 0 0 25 0 1 0 1162891892 498728960 54531 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 121760 54531 89 167 0 121591 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 487040

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1437792/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=490200 CPUtime=51.05
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 91884 0 0 0 5065 40 0 0 25 0 1 0 1162891892 501964800 55441 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 122550 55441 91 167 0 122381 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 490200

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1432672/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=495728 CPUtime=102.24
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93145 0 0 0 10183 41 0 0 25 0 1 0 1162891892 507625472 56702 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 123932 56702 91 167 0 123763 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 495728

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1432608/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=495728 CPUtime=162.22
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93145 0 0 0 16181 41 0 0 25 0 1 0 1162891892 507625472 56702 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 123932 56702 91 167 0 123763 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 495728

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1432480/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=495728 CPUtime=222.21
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93174 0 0 0 22180 41 0 0 25 0 1 0 1162891892 507625472 56731 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 123932 56731 91 167 0 123763 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 495728

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1431968/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=496964 CPUtime=282.19
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93315 0 0 0 28178 41 0 0 25 0 1 0 1162891892 508891136 56872 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 124241 56872 91 167 0 124072 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 496964

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1431072/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=497172 CPUtime=342.17
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93528 0 0 0 34176 41 0 0 25 0 1 0 1162891892 509104128 57085 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 124293 57085 91 167 0 124124 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 497172

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1429664/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=499728 CPUtime=402.14
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93868 0 0 0 40173 41 0 0 25 0 1 0 1162891892 511721472 57425 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 124932 57425 91 167 0 124763 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 499728

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1429344/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=499732 CPUtime=462.14
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 93944 0 0 0 46172 42 0 0 25 0 1 0 1162891892 511725568 57501 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 124933 57501 91 167 0 124764 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 499732

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1428832/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=499844 CPUtime=522.12
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 94058 0 0 0 52170 42 0 0 25 0 1 0 1162891892 511840256 57615 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 124961 57615 91 167 0 124792 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 499844

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1428512/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=500040 CPUtime=582.1
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 94151 0 0 0 58168 42 0 0 25 0 1 0 1162891892 512040960 57708 1992294400 134512640 135197378 4294956240 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 125010 57708 91 167 0 124841 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 500040

[startup+642.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1427808/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=500048 CPUtime=642.09
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 94301 0 0 0 64167 42 0 0 25 0 1 0 1162891892 512049152 57858 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 125012 57858 91 167 0 124843 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 500048

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1424992/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=505796 CPUtime=702.06
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 95071 0 0 0 70164 42 0 0 25 0 1 0 1162891892 517935104 58628 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 126449 58628 91 167 0 126280 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 505796

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1415136/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=511388 CPUtime=762.05
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 97691 0 0 0 76161 44 0 0 25 0 1 0 1162891892 523661312 61011 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 127847 61011 91 167 0 127678 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 511388

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1402912/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=527972 CPUtime=822.02
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 101299 0 0 0 82157 45 0 0 25 0 1 0 1162891892 540643328 64124 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 131993 64124 91 167 0 131824 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 527972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1393760/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=534604 CPUtime=882.01
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 103618 0 0 0 88154 47 0 0 25 0 1 0 1162891892 547434496 66326 1992294400 134512640 135197378 4294956240 18446744073709551615 134539095 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 133651 66326 91 167 0 133482 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 534604

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1387680/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=540004 CPUtime=941.99
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105188 0 0 0 94151 48 0 0 25 0 1 0 1162891892 552964096 67896 1992294400 134512640 135197378 4294956240 18446744073709551615 134550747 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135001 67896 91 167 0 134832 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 540004

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1385376/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=542004 CPUtime=1001.97
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105698 0 0 0 100149 48 0 0 25 0 1 0 1162891892 555012096 68406 1992294400 134512640 135197378 4294956240 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135501 68406 91 167 0 135332 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 542004

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21772
/proc/meminfo: memFree=1385120/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=542136 CPUtime=1061.96
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105746 0 0 0 106148 48 0 0 25 0 1 0 1162891892 555147264 68454 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135534 68454 91 167 0 135365 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 542136

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21773
/proc/meminfo: memFree=1384992/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=542268 CPUtime=1121.94
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105771 0 0 0 112146 48 0 0 25 0 1 0 1162891892 555282432 68479 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135567 68479 91 167 0 135398 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 542268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21774
/proc/meminfo: memFree=1384864/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=542268 CPUtime=1181.92
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105788 0 0 0 118144 48 0 0 25 0 1 0 1162891892 555282432 68496 1992294400 134512640 135197378 4294956240 18446744073709551615 134550747 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135567 68496 91 167 0 135398 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 542268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 21774
/proc/meminfo: memFree=1384864/2055920 swapFree=4172196/4192956
[pid=21771] ppid=21769 vsize=542268 CPUtime=1200.02
/proc/21771/stat : 21771 (march_hi) R 21769 21771 21610 0 -1 4194304 105791 0 0 0 119954 48 0 0 25 0 1 0 1162891892 555282432 68499 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 1 0 0
/proc/21771/statm: 135567 68499 91 167 0 135398 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 542268

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.07
CPU user time (s): 1199.54
CPU system time (s): 0.528919
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 542268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1732

runsolver used 1.56976 second user time and 3.89841 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-05 05:31:20
IDJOB=1578932
IDBENCH=70988
IDSOLVER=521
FILE ID=node85/1578932-1238902278
PBS_JOBID= 9101334
Free space on /tmp= 126852 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578932-1238902278/watcher-1578932-1238902278 -o /tmp/evaluation-result-1578932-1238902278/solver-1578932-1238902278 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1578932-1238902278.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=902537325

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660032 kB
Buffers:         41952 kB
Cached:         289600 kB
SwapCached:       9740 kB
Active:         160420 kB
Inactive:       182312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660032 kB
SwapTotal:     4192956 kB
SwapFree:      4172196 kB
Dirty:           21364 kB
Writeback:           0 kB
Mapped:          16868 kB
Slab:            37388 kB
Committed_AS:  2857188 kB
PageTables:       2608 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node85 at 2009-04-05 05:51:22