Trace number 319525

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, and are wall clock time (not CPU 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 KS 2007-02-08? (TO) 1200.1 1200.42

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-48-5.cnf
MD5SUM8ab50418497c0326ed1ff5d73a4e24a3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.9443
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279256
Sum of the clauses size832648
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120496
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

5.28/5.31	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.28/5.31	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
5.28/5.31	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
5.28/5.31	c main()::
5.28/5.31	c initFormula():: searching for DIMACS p-line....
5.28/5.31	c initFormula():: the DIMACS p-line indicates a CNF of 66892 variables and 279256 clauses.
5.28/5.31	c parseCNF():: parsing....
5.28/5.31	c parseCNF():: the CNF contains 201 unary clauses.
5.28/5.31	c runParser():: parsing was successful, warming up engines...
5.28/5.31	c find_and_remove_tautogolies():: found and removed 2130 tautologies
5.28/5.31	c find_and_remove_tautogolies():: found and removed 4658 tautologies
5.28/5.31	c find_and_remove_tautogolies():: found and removed 2 tautologies
5.28/5.31	c simplify_formula():: removed 38 tautological, 55910 satisfied and 9 duplicate clauses
5.28/5.31	c preprocessing fase I completed:: there are now 53780 free variables and 223299 clauses.
5.28/5.32	c stat :: sign balance is biased by 0.106
5.28/5.32	c find_equivalence():: found 3843 3-equivalences
5.28/5.32	c find_equivalence():: found 9021 4-equivalences
5.28/5.32	c find_and_remove_tautogolies():: found and removed 52 tautologies
5.28/5.32	c find_and_remove_tautogolies():: found and removed 2 tautologies
5.28/5.32	c find_and_remove_tautogolies():: found and removed 242 tautologies
5.28/5.32	c shorten_equivalence(): average equivalence length reduced from 6.619442 to 3.873470
5.28/5.32	c find_and_remove_tautogolies():: found and removed 247 tautologies
5.28/5.32	c using k-SAT heuristics (size based diff)
5.28/5.32	c longest clause has size 4
5.28/5.32	c simplify_formula():: removed 0 tautological, 87540 satisfied and 4522 duplicate clauses
5.28/5.32	c main():: clause / variable ratio: ( 135979 / 66892 ) = 2.03
5.28/5.32	c longest clause has size 4
5.28/5.32	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.28/5.32	c dynamic_preselect_setsize :: on
5.28/5.32	c suggested doublelook initial :: 0
5.28/5.32	c main():: all systems go!
5.28/5.32	c |----------------------------------------------------------------|

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-319525-1173032296 -o ROOT/results/node5/solver-319525-1173032296 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319525-1173032296/march_ks /tmp/evaluation/319525-1173032296/instance-319525-1173032296.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): 2400 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.97 0.90 3/77 984
/proc/meminfo: memFree=1835744/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=4812 CPUtime=0
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 595 0 0 0 0 0 0 0 18 0 1 0 323184465 4927488 580 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 1203 583 45 123 0 1078 0

[startup+0.06406 s]
/proc/loadavg: 0.92 0.97 0.90 3/77 984
/proc/meminfo: memFree=1835744/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=8768 CPUtime=0.05
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 1807 0 0 0 5 0 0 0 18 0 1 0 323184465 8978432 1792 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 2192 1792 47 123 0 2067 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8768

[startup+0.102064 s]
/proc/loadavg: 0.92 0.97 0.90 3/77 984
/proc/meminfo: memFree=1835744/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=9296 CPUtime=0.09
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 1960 0 0 0 9 0 0 0 18 0 1 0 323184465 9519104 1945 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 2324 1945 47 123 0 2199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9296

[startup+0.301086 s]
/proc/loadavg: 0.92 0.97 0.90 3/77 984
/proc/meminfo: memFree=1835744/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=11936 CPUtime=0.29
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 2773 0 0 0 28 1 0 0 19 0 1 0 323184465 12222464 2758 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 2984 2759 47 123 0 2859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11936

[startup+0.701131 s]
/proc/loadavg: 0.92 0.97 0.90 3/77 984
/proc/meminfo: memFree=1835744/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=35500 CPUtime=0.69
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 7225 0 0 0 67 2 0 0 22 0 1 0 323184465 36352000 6624 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554786 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 8875 6624 52 123 0 8750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35500

[startup+1.50122 s]
/proc/loadavg: 0.92 0.97 0.90 2/78 985
/proc/meminfo: memFree=1812504/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=32720 CPUtime=1.49
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 9791 0 0 0 145 4 0 0 25 0 1 0 323184465 33505280 5956 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628916 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 8180 5956 52 123 0 8055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32720

[startup+3.1014 s]
/proc/loadavg: 0.93 0.97 0.90 2/78 985
/proc/meminfo: memFree=1811608/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=33116 CPUtime=3.09
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 13834 0 0 0 303 6 0 0 25 0 1 0 323184465 33910784 6075 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554779 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 8279 6075 63 123 0 8154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33116

[startup+6.30176 s]
/proc/loadavg: 0.93 0.97 0.90 2/78 985
/proc/meminfo: memFree=1770776/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=79096 CPUtime=6.29
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 32186 0 0 0 613 16 0 0 25 0 1 0 323184465 80994304 16198 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 19774 16198 72 123 0 19649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79096

[startup+12.7015 s]
/proc/loadavg: 0.94 0.97 0.91 2/78 985
/proc/meminfo: memFree=1770456/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=79488 CPUtime=12.69
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 32570 0 0 0 1253 16 0 0 25 0 1 0 323184465 81395712 16238 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 19872 16238 72 123 0 19747 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79488

[startup+25.5029 s]
/proc/loadavg: 0.95 0.97 0.91 2/78 985
/proc/meminfo: memFree=1770648/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=79488 CPUtime=25.49
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 32947 0 0 0 2532 17 0 0 25 0 1 0 323184465 81395712 16273 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537933 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 19872 16273 72 123 0 19747 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79488

[startup+51.1028 s]
/proc/loadavg: 0.96 0.97 0.91 2/78 985
/proc/meminfo: memFree=1769432/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=80776 CPUtime=51.07
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 33271 0 0 0 5090 17 0 0 25 0 1 0 323184465 82714624 16597 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 20194 16597 72 123 0 20069 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80776

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.91 2/78 985
/proc/meminfo: memFree=1767320/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=83160 CPUtime=102.26
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 33788 0 0 0 10208 18 0 0 25 0 1 0 323184465 85155840 17114 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563519 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 20790 17114 72 123 0 20665 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83160

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1766808/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=83620 CPUtime=162.25
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 33909 0 0 0 16206 19 0 0 25 0 1 0 323184465 85626880 17235 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563445 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 20905 17235 72 123 0 20780 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 83620

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1766232/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=84120 CPUtime=222.24
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34043 0 0 0 22204 20 0 0 25 0 1 0 323184465 86138880 17369 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21030 17369 72 123 0 20905 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 84120

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765976/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=84404 CPUtime=282.21
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34110 0 0 0 28201 20 0 0 25 0 1 0 323184465 86429696 17436 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21101 17436 72 123 0 20976 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 84404

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765720/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=84764 CPUtime=342.2
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34153 0 0 0 34199 21 0 0 25 0 1 0 323184465 86798336 17479 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21191 17479 72 123 0 21066 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 84764

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765464/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=84896 CPUtime=402.19
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34211 0 0 0 40197 22 0 0 25 0 1 0 323184465 86933504 17537 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563445 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21224 17537 72 123 0 21099 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 84896

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765400/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=85236 CPUtime=462.17
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34246 0 0 0 46195 22 0 0 25 0 1 0 323184465 87281664 17572 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21309 17572 72 123 0 21184 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 85236

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765144/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=85236 CPUtime=522.15
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34287 0 0 0 52192 23 0 0 25 0 1 0 323184465 87281664 17613 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21309 17613 72 123 0 21184 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 85236

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1765080/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=85368 CPUtime=582.14
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34324 0 0 0 58190 24 0 0 25 0 1 0 323184465 87416832 17650 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563395 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21342 17650 72 123 0 21217 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 85368

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1764376/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=86276 CPUtime=642.13
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34490 0 0 0 64188 25 0 0 25 0 1 0 323184465 88346624 17816 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21569 17816 72 123 0 21444 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 86276

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1764184/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=86408 CPUtime=702.1
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34530 0 0 0 70185 25 0 0 25 0 1 0 323184465 88481792 17856 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538413 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21602 17856 72 123 0 21477 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 86408

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763992/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=86408 CPUtime=762.09
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34569 0 0 0 76184 25 0 0 25 0 1 0 323184465 88481792 17895 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21602 17895 72 123 0 21477 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 86408

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763800/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=86540 CPUtime=822.08
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34610 0 0 0 82182 26 0 0 25 0 1 0 323184465 88616960 17936 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21635 17936 72 123 0 21510 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 86540

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763608/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=86540 CPUtime=882.05
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34638 0 0 0 88179 26 0 0 25 0 1 0 323184465 88616960 17964 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564741 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21635 17964 72 123 0 21510 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 86540

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763416/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87304 CPUtime=942.04
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34685 0 0 0 94177 27 0 0 25 0 1 0 323184465 89399296 18011 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21826 18011 72 123 0 21701 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 87304

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763224/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87304 CPUtime=1002.02
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34719 0 0 0 100175 27 0 0 25 0 1 0 323184465 89399296 18045 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21826 18045 72 123 0 21701 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 87304

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1763096/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87436 CPUtime=1062.01
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34751 0 0 0 106173 28 0 0 25 0 1 0 323184465 89534464 18077 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584628 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21859 18077 72 123 0 21734 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 87436

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1762968/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87436 CPUtime=1121.99
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34781 0 0 0 112171 28 0 0 25 0 1 0 323184465 89534464 18107 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21859 18107 72 123 0 21734 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 87436

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1762776/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87436 CPUtime=1181.97
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34808 0 0 0 118169 28 0 0 25 0 1 0 323184465 89534464 18134 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21859 18134 72 123 0 21734 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 87436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 985
/proc/meminfo: memFree=1762776/2055920 swapFree=4192148/4192956
[pid=984] ppid=982 vsize=87436 CPUtime=1200.08
/proc/984/stat : 984 (march_ks) R 982 984 508 0 -1 4194304 34817 0 0 0 119979 29 0 0 25 0 1 0 323184465 89534464 18143 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564731 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 21859 18143 72 123 0 21734 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 87436

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.42
CPU time (s): 1200.1
CPU user time (s): 1199.79
CPU system time (s): 0.304953
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 87436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.79
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34817
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= 6
involuntary context switches= 1848

runsolver used 1.44678 second user time and 2.92656 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Mar  4 18:18:17 UTC 2007

IDJOB= 319525
IDBENCH= 20481
IDSOLVER= 111
FILE ID= node5/319525-1173032296

PBS_JOBID= 4012247

Free space on /tmp= 66538 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-48-5.cnf
COMMAND LINE= /tmp/evaluation/319525-1173032296/march_ks /tmp/evaluation/319525-1173032296/instance-319525-1173032296.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-319525-1173032296 -o ROOT/results/node5/solver-319525-1173032296 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319525-1173032296/march_ks /tmp/evaluation/319525-1173032296/instance-319525-1173032296.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  8ab50418497c0326ed1ff5d73a4e24a3

RANDOM SEED= 637014163

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.224
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.224
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1836152 kB
Buffers:         26140 kB
Cached:          82660 kB
SwapCached:          0 kB
Active:          58072 kB
Inactive:        97424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836152 kB
SwapTotal:     4192956 kB
SwapFree:      4192148 kB
Dirty:            7784 kB
Writeback:           0 kB
Mapped:          57344 kB
Slab:            49908 kB
Committed_AS:  1148852 kB
PageTables:       1700 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= 66538 MiB

End job on node5 on Sun Mar  4 18:38:19 UTC 2007