Trace number 319402

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.52

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-4.cnf
MD5SUMb0a37265834986ac9165bda379d279fd
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark117.301
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273506
Sum of the clauses size814918
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118244
Number of clauses of size 342021
Number of clauses of size 4113042
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

4.89/4.97	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.89/4.97	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
4.89/4.97	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
4.89/4.97	c main()::
4.89/4.97	c initFormula():: searching for DIMACS p-line....
4.89/4.97	c initFormula():: the DIMACS p-line indicates a CNF of 65604 variables and 273506 clauses.
4.89/4.97	c parseCNF():: parsing....
4.89/4.97	c parseCNF():: the CNF contains 199 unary clauses.
4.89/4.97	c runParser():: parsing was successful, warming up engines...
4.89/4.97	c find_and_remove_tautogolies():: found and removed 2089 tautologies
4.89/4.97	c find_and_remove_tautogolies():: found and removed 4580 tautologies
4.89/4.97	c find_and_remove_tautogolies():: found and removed 2 tautologies
4.89/4.97	c simplify_formula():: removed 36 tautological, 55260 satisfied and 9 duplicate clauses
4.89/4.97	c preprocessing fase I completed:: there are now 52629 free variables and 218201 clauses.
4.89/4.97	c stat :: sign balance is biased by 0.106
4.89/4.97	c find_equivalence():: found 3771 3-equivalences
4.89/4.97	c find_equivalence():: found 8771 4-equivalences
4.89/4.97	c find_and_remove_tautogolies():: found and removed 52 tautologies
4.89/4.97	c find_and_remove_tautogolies():: found and removed 2 tautologies
4.89/4.97	c find_and_remove_tautogolies():: found and removed 242 tautologies
4.89/4.97	c shorten_equivalence(): average equivalence length reduced from 6.493459 to 3.872714
4.89/4.97	c find_and_remove_tautogolies():: found and removed 233 tautologies
4.89/4.97	c using k-SAT heuristics (size based diff)
4.89/4.97	c longest clause has size 4
4.89/4.97	c simplify_formula():: removed 0 tautological, 85252 satisfied and 4488 duplicate clauses
4.89/4.97	c main():: clause / variable ratio: ( 133165 / 65604 ) = 2.03
4.89/4.97	c longest clause has size 4
4.89/4.97	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.89/4.97	c dynamic_preselect_setsize :: on
4.89/4.97	c suggested doublelook initial :: 0
4.89/4.97	c main():: all systems go!
4.89/4.97	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/node76/watcher-319402-1173030312 -o ROOT/results/node76/solver-319402-1173030312 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319402-1173030312/march_ks /tmp/evaluation/319402-1173030312/instance-319402-1173030312.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: 1.04 0.99 0.74 3/69 17139
/proc/meminfo: memFree=1747112/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=4884 CPUtime=0
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 608 0 0 0 0 0 0 0 20 0 1 0 322989505 5001216 594 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 1221 599 46 123 0 1096 0

[startup+0.099728 s]
/proc/loadavg: 1.04 0.99 0.74 3/69 17139
/proc/meminfo: memFree=1747112/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=9224 CPUtime=0.09
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 1952 0 0 0 9 0 0 0 20 0 1 0 322989505 9445376 1938 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 2306 1938 47 123 0 2181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9224

[startup+0.101727 s]
/proc/loadavg: 1.04 0.99 0.74 3/69 17139
/proc/meminfo: memFree=1747112/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=9224 CPUtime=0.09
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 1960 0 0 0 9 0 0 0 20 0 1 0 322989505 9445376 1946 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 2306 1946 47 123 0 2181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9224

[startup+0.301749 s]
/proc/loadavg: 1.04 0.99 0.74 3/69 17139
/proc/meminfo: memFree=1747112/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=12128 CPUtime=0.29
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 2837 0 0 0 28 1 0 0 22 0 1 0 322989505 12419072 2823 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 3032 2824 47 123 0 2907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12128

[startup+0.701795 s]
/proc/loadavg: 1.04 0.99 0.74 3/69 17139
/proc/meminfo: memFree=1747112/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=31544 CPUtime=0.69
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 7240 0 0 0 66 3 0 0 25 0 1 0 322989505 32301056 5686 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134661310 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 7886 5686 52 123 0 7761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31544

[startup+1.50189 s]
/proc/loadavg: 1.04 0.99 0.74 2/70 17140
/proc/meminfo: memFree=1724384/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=32084 CPUtime=1.49
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 9573 0 0 0 145 4 0 0 25 0 1 0 322989505 32854016 5841 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560557 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 8021 5841 52 123 0 7896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32084

[startup+3.10107 s]
/proc/loadavg: 1.03 0.99 0.75 2/70 17140
/proc/meminfo: memFree=1721248/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=31824 CPUtime=3.09
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 13777 0 0 0 303 6 0 0 25 0 1 0 322989505 32587776 5834 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134533721 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 7956 5834 63 123 0 7831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31824

[startup+6.30143 s]
/proc/loadavg: 1.03 0.99 0.75 2/70 17140
/proc/meminfo: memFree=1683680/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=77596 CPUtime=6.29
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 31349 0 0 0 615 14 0 0 25 0 1 0 322989505 79458304 15826 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 19399 15826 72 123 0 19274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77596

[startup+12.7012 s]
/proc/loadavg: 1.03 0.99 0.75 2/70 17140
/proc/meminfo: memFree=1683488/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=78000 CPUtime=12.69
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 31762 0 0 0 1255 14 0 0 25 0 1 0 322989505 79872000 15867 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597530 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 19500 15867 72 123 0 19375 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78000

[startup+25.5016 s]
/proc/loadavg: 1.02 0.99 0.75 2/70 17140
/proc/meminfo: memFree=1683616/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=78000 CPUtime=25.48
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32099 0 0 0 2534 14 0 0 25 0 1 0 322989505 79872000 15908 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 19500 15908 72 123 0 19375 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78000

[startup+51.1015 s]
/proc/loadavg: 1.01 0.99 0.75 2/70 17140
/proc/meminfo: memFree=1682720/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=79016 CPUtime=51.08
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32313 0 0 0 5093 15 0 0 25 0 1 0 322989505 80912384 16122 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 19754 16122 72 123 0 19629 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 79016

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.77 2/70 17140
/proc/meminfo: memFree=1680608/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=81276 CPUtime=102.27
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32847 0 0 0 10212 15 0 0 25 0 1 0 322989505 83226624 16656 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563445 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20319 16656 72 123 0 20194 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 81276

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.78 2/70 17140
/proc/meminfo: memFree=1680288/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=81580 CPUtime=162.24
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32913 0 0 0 16209 15 0 0 25 0 1 0 322989505 83537920 16722 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134598142 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20395 16722 72 123 0 20270 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 81580

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.79 2/70 17140
/proc/meminfo: memFree=1680160/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=81732 CPUtime=222.22
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32942 0 0 0 22207 15 0 0 25 0 1 0 322989505 83693568 16751 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20433 16751 72 123 0 20308 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 81732

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.80 2/70 17140
/proc/meminfo: memFree=1680096/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=81960 CPUtime=282.21
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 32972 0 0 0 28205 16 0 0 25 0 1 0 322989505 83927040 16781 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20490 16781 72 123 0 20365 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 81960

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.81 2/70 17140
/proc/meminfo: memFree=1679776/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=82092 CPUtime=342.19
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33032 0 0 0 34203 16 0 0 25 0 1 0 322989505 84062208 16841 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563430 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20523 16841 72 123 0 20398 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 82092

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.82 2/70 17140
/proc/meminfo: memFree=1679648/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=82432 CPUtime=402.17
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33065 0 0 0 40201 16 0 0 25 0 1 0 322989505 84410368 16874 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563481 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20608 16874 72 123 0 20483 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 82432

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.83 2/70 17140
/proc/meminfo: memFree=1679456/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=82564 CPUtime=462.15
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33100 0 0 0 46199 16 0 0 25 0 1 0 322989505 84545536 16909 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564374 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20641 16909 72 123 0 20516 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 82564

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.83 2/70 17140
/proc/meminfo: memFree=1679328/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=82564 CPUtime=522.13
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33132 0 0 0 52197 16 0 0 25 0 1 0 322989505 84545536 16941 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20641 16941 72 123 0 20516 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 82564

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.84 2/70 17140
/proc/meminfo: memFree=1679200/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83076 CPUtime=582.12
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33163 0 0 0 58196 16 0 0 25 0 1 0 322989505 85069824 16972 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20769 16972 72 123 0 20644 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 83076

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.84 2/70 17140
/proc/meminfo: memFree=1679008/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83076 CPUtime=642.11
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33194 0 0 0 64194 17 0 0 25 0 1 0 322989505 85069824 17003 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20769 17003 72 123 0 20644 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 83076

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/70 17140
/proc/meminfo: memFree=1678880/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83076 CPUtime=702.09
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33224 0 0 0 70192 17 0 0 25 0 1 0 322989505 85069824 17033 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20769 17033 72 123 0 20644 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 83076

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.86 2/70 17140
/proc/meminfo: memFree=1678688/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83076 CPUtime=762.07
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33254 0 0 0 76190 17 0 0 25 0 1 0 322989505 85069824 17063 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563504 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20769 17063 72 123 0 20644 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 83076

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.86 2/70 17140
/proc/meminfo: memFree=1678688/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83840 CPUtime=822.05
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33284 0 0 0 82188 17 0 0 25 0 1 0 322989505 85852160 17093 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563451 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20960 17093 72 123 0 20835 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 83840

[startup+882.303 s]
/proc/loadavg: 1.00 0.99 0.87 2/70 17140
/proc/meminfo: memFree=1678496/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83840 CPUtime=882.03
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33315 0 0 0 88186 17 0 0 25 0 1 0 322989505 85852160 17124 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20960 17124 72 123 0 20835 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 83840

[startup+942.303 s]
/proc/loadavg: 1.00 0.99 0.87 2/70 17140
/proc/meminfo: memFree=1678368/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83840 CPUtime=942.01
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33368 0 0 0 94184 17 0 0 25 0 1 0 322989505 85852160 17177 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563460 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20960 17177 72 123 0 20835 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 83840

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/76 17278
/proc/meminfo: memFree=1676576/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=83972 CPUtime=1001.95
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33424 0 0 0 100178 17 0 0 25 0 1 0 322989505 85987328 17233 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563571 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 20993 17233 72 123 0 20868 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 83972

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.89 2/70 17338
/proc/meminfo: memFree=1677600/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=84104 CPUtime=1061.91
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33468 0 0 0 106174 17 0 0 25 0 1 0 322989505 86122496 17277 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563360 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 21026 17277 72 123 0 20901 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 84104

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.89 2/70 17338
/proc/meminfo: memFree=1677408/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=84104 CPUtime=1121.9
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33512 0 0 0 112172 18 0 0 25 0 1 0 322989505 86122496 17321 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 21026 17321 72 123 0 20901 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 84104

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.90 2/70 17338
/proc/meminfo: memFree=1677280/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=84104 CPUtime=1181.88
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33545 0 0 0 118170 18 0 0 25 0 1 0 322989505 86122496 17354 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584621 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 21026 17354 72 123 0 20901 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 84104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.90 2/70 17338
/proc/meminfo: memFree=1677216/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=84104 CPUtime=1200.08
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33555 0 0 0 119990 18 0 0 25 0 1 0 322989505 86122496 17364 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563455 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 21026 17364 72 123 0 20901 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 84104

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.90 2/70 17338
/proc/meminfo: memFree=1677216/2055888 swapFree=4087252/4096564
[pid=17139] ppid=17137 vsize=84104 CPUtime=1200.08
/proc/17139/stat : 17139 (march_ks) R 17137 17139 16989 0 -1 4194304 33555 0 0 0 119990 18 0 0 25 0 1 0 322989505 86122496 17364 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563455 0 0 4096 0 0 0 0 17 1 0 0
/proc/17139/statm: 21026 17364 72 123 0 20901 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 84104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.91
CPU system time (s): 0.19497
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 84104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33555
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= 2192

runsolver used 1.06784 second user time and 2.29765 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Mar  4 17:45:12 UTC 2007

IDJOB= 319402
IDBENCH= 20478
IDSOLVER= 111
FILE ID= node76/319402-1173030312

PBS_JOBID= 4012434

Free space on /tmp= 66643 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  b0a37265834986ac9165bda379d279fd

RANDOM SEED= 477461849

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1747584 kB
Buffers:         12616 kB
Cached:         219352 kB
SwapCached:       2836 kB
Active:          91980 kB
Inactive:       152968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1747584 kB
SwapTotal:     4096564 kB
SwapFree:      4087252 kB
Dirty:            7680 kB
Writeback:           0 kB
Mapped:          18916 kB
Slab:            49724 kB
Committed_AS:  1135504 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB

End job on node76 on Sun Mar  4 18:05:15 UTC 2007