Trace number 329831

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k60.cnf
MD5SUM3ba2fd1e8ba5ade9920db9cb6b406609
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88995
Number of clauses398308
Sum of the clauses size1024974
Maximum clause length20
Minimum clause length1
Number of clauses of size 1583
Number of clauses of size 2310186
Number of clauses of size 343762
Number of clauses of size 417875
Number of clauses of size 57764
Number of clauses of size over 518138

Solver Data (download as text)

9.59/9.61	c main():: ***                                   [ march satisfiability solver ]                                   ***
9.59/9.61	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
9.59/9.61	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
9.59/9.61	c main()::
9.59/9.61	c initFormula():: searching for DIMACS p-line....
9.59/9.61	c initFormula():: the DIMACS p-line indicates a CNF of 88995 variables and 398308 clauses.
9.59/9.61	c parseCNF():: parsing....
9.59/9.61	c parseCNF():: the CNF contains 583 unary clauses.
9.59/9.61	c runParser():: parsing was successful, warming up engines...
9.59/9.61	c find_and_remove_tautogolies():: found and removed 7535 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 324 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 5 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 16 tautologies
9.59/9.61	c simplify_formula():: removed 782 tautological, 112828 satisfied and 582 duplicate clauses
9.59/9.61	c preprocessing fase I completed:: there are now 64425 free variables and 284116 clauses.
9.59/9.61	c stat :: sign balance is biased by 0.612
9.59/9.61	c find_equivalence():: found 2142 3-equivalences
9.59/9.61	c find_and_remove_tautogolies():: found and removed 22 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 523 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 103 tautologies
9.59/9.61	c find_and_remove_tautogolies():: found and removed 1 tautologies
9.59/9.61	c shorten_equivalence(): average equivalence length reduced from 3.076233 to 3.037369
9.59/9.61	c using k-SAT heuristics (size based diff)
9.59/9.61	c longest clause has size 16
9.59/9.61	c simplify_formula():: removed 0 tautological, 8568 satisfied and 24936 duplicate clauses
9.59/9.61	c resolvent_look() :: found 210997 resolvents
9.59/9.61	c main():: clause / variable ratio: ( 495113 / 88995 ) = 5.56
9.59/9.61	c longest clause has size 16
9.59/9.61	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.59/9.61	c dynamic_preselect_setsize :: off
9.59/9.61	c suggested doublelook initial :: 0
9.59/9.61	c main():: all systems go!
9.59/9.61	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-329831-1173150525 -o ROOT/results/node76/solver-329831-1173150525 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329831-1173150525/march_ks /tmp/evaluation/329831-1173150525/instance-329831-1173150525.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.96 3/69 898
/proc/meminfo: memFree=1220304/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=652 CPUtime=0
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 61 0 0 0 0 0 0 0 20 0 1 0 335010886 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 163 47 40 123 0 38 0

[startup+0.011798 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 898
/proc/meminfo: memFree=1220304/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=652 CPUtime=0.01
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 61 0 0 0 1 0 0 0 20 0 1 0 335010886 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 652

[startup+0.102809 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 898
/proc/meminfo: memFree=1220304/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=9336 CPUtime=0.09
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 1774 0 0 0 9 0 0 0 20 0 1 0 335010886 9560064 1760 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 2334 1763 45 123 0 2209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9336

[startup+0.301829 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 898
/proc/meminfo: memFree=1220304/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=13548 CPUtime=0.29
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 3005 0 0 0 28 1 0 0 22 0 1 0 335010886 13873152 2991 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 3387 2991 47 123 0 3262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13548

[startup+0.702877 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 898
/proc/meminfo: memFree=1220304/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=40696 CPUtime=0.69
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 7815 0 0 0 66 3 0 0 25 0 1 0 335010886 41672704 6974 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134657964 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 10174 6974 49 123 0 10049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40696

[startup+1.50197 s]
/proc/loadavg: 0.92 0.97 0.96 2/70 899
/proc/meminfo: memFree=1186184/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=51520 CPUtime=1.49
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 10877 0 0 0 145 4 0 0 25 0 1 0 335010886 52756480 9760 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561702 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 12880 9760 52 123 0 12755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51520

[startup+3.10115 s]
/proc/loadavg: 0.92 0.97 0.96 2/70 899
/proc/meminfo: memFree=1181064/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=52212 CPUtime=3.09
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 11752 0 0 0 305 4 0 0 25 0 1 0 335010886 53465088 9937 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134667877 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 13053 9937 52 123 0 12928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52212

[startup+6.30152 s]
/proc/loadavg: 0.93 0.97 0.96 2/70 899
/proc/meminfo: memFree=1180744/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=70660 CPUtime=6.29
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 18548 0 0 0 622 7 0 0 25 0 1 0 335010886 72355840 13861 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 17665 13861 67 123 0 17540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70660

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.96 2/70 899
/proc/meminfo: memFree=1103048/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=144552 CPUtime=12.69
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 54450 0 0 0 1247 22 0 0 25 0 1 0 335010886 148021248 29277 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 36138 29277 72 123 0 36013 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144552

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.96 2/70 899
/proc/meminfo: memFree=1103112/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=144552 CPUtime=25.48
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 54450 0 0 0 2526 22 0 0 25 0 1 0 335010886 148021248 29277 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526900 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 36138 29277 72 123 0 36013 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 144552

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.96 2/70 899
/proc/meminfo: memFree=1103112/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=144552 CPUtime=51.08
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 54453 0 0 0 5086 22 0 0 25 0 1 0 335010886 148021248 29280 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 36138 29280 72 123 0 36013 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 144552

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.96 2/70 899
/proc/meminfo: memFree=1103112/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=144552 CPUtime=102.27
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 54455 0 0 0 10205 22 0 0 25 0 1 0 335010886 148021248 29282 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 36138 29282 72 123 0 36013 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 144552

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1097800/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=149904 CPUtime=162.25
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 57046 0 0 0 16201 24 0 0 25 0 1 0 335010886 153501696 30581 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 37476 30581 72 123 0 37351 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 149904

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1094664/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=154540 CPUtime=222.23
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 57927 0 0 0 22199 24 0 0 25 0 1 0 335010886 158248960 31413 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38635 31413 72 123 0 38510 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 154540

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093704/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155360 CPUtime=282.22
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58162 0 0 0 28197 25 0 0 25 0 1 0 335010886 159088640 31648 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38840 31648 72 123 0 38715 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 155360

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093512/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155524 CPUtime=342.2
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58213 0 0 0 34195 25 0 0 25 0 1 0 335010886 159256576 31698 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564795 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38881 31698 72 123 0 38756 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 155524

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093448/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155624 CPUtime=402.18
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58230 0 0 0 40193 25 0 0 25 0 1 0 335010886 159358976 31715 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628936 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38906 31715 72 123 0 38781 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 155624

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093384/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155624 CPUtime=462.17
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58248 0 0 0 46192 25 0 0 25 0 1 0 335010886 159358976 31733 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134596372 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38906 31733 72 123 0 38781 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 155624

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093320/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155776 CPUtime=522.15
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58266 0 0 0 52190 25 0 0 25 0 1 0 335010886 159514624 31751 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38944 31751 72 123 0 38819 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 155776

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093256/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=155776 CPUtime=582.13
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58284 0 0 0 58188 25 0 0 25 0 1 0 335010886 159514624 31769 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585045 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 38944 31769 72 123 0 38819 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 155776

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093192/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156004 CPUtime=642.12
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58302 0 0 0 64187 25 0 0 25 0 1 0 335010886 159748096 31787 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39001 31787 72 123 0 38876 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 156004

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093128/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156004 CPUtime=702.11
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58319 0 0 0 70185 26 0 0 25 0 1 0 335010886 159748096 31804 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39001 31804 72 123 0 38876 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 156004

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1093064/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156004 CPUtime=762.09
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58337 0 0 0 76183 26 0 0 25 0 1 0 335010886 159748096 31822 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597799 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39001 31822 72 123 0 38876 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 156004

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092936/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156344 CPUtime=822.07
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58355 0 0 0 82181 26 0 0 25 0 1 0 335010886 160096256 31840 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39086 31840 72 123 0 38961 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 156344

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092872/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156344 CPUtime=882.06
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58373 0 0 0 88180 26 0 0 25 0 1 0 335010886 160096256 31858 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39086 31858 72 123 0 38961 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 156344

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092808/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156344 CPUtime=942.04
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58391 0 0 0 94178 26 0 0 25 0 1 0 335010886 160096256 31876 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585361 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39086 31876 72 123 0 38961 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 156344

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092744/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156344 CPUtime=1002.02
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58409 0 0 0 100176 26 0 0 25 0 1 0 335010886 160096256 31894 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134549466 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39086 31894 72 123 0 38961 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 156344

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092680/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156344 CPUtime=1062.01
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58426 0 0 0 106174 27 0 0 25 0 1 0 335010886 160096256 31911 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134598037 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39086 31911 72 123 0 38961 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 156344

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092616/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156856 CPUtime=1121.99
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58444 0 0 0 112172 27 0 0 25 0 1 0 335010886 160620544 31929 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564818 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39214 31929 72 123 0 39089 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 156856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092552/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156856 CPUtime=1181.98
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58462 0 0 0 118171 27 0 0 25 0 1 0 335010886 160620544 31947 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564766 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39214 31947 72 123 0 39089 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 156856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/70 899
/proc/meminfo: memFree=1092488/2055888 swapFree=4087252/4096564
[pid=898] ppid=896 vsize=156856 CPUtime=1200.07
/proc/898/stat : 898 (march_ks) R 896 898 32483 0 -1 4194304 58467 0 0 0 119980 27 0 0 25 0 1 0 335010886 160620544 31952 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584627 0 0 4096 0 0 0 0 17 1 0 0
/proc/898/statm: 39214 31952 72 123 0 39089 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 156856

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.43
CPU time (s): 1200.1
CPU user time (s): 1199.81
CPU system time (s): 0.293955
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 159984

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

runsolver used 1.03584 second user time and 2.25366 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Mar  6 03:08:46 UTC 2007

IDJOB= 329831
IDBENCH= 20549
IDSOLVER= 111
FILE ID= node76/329831-1173150525

PBS_JOBID= 4015213

Free space on /tmp= 66626 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k60.cnf
COMMAND LINE= /tmp/evaluation/329831-1173150525/march_ks /tmp/evaluation/329831-1173150525/instance-329831-1173150525.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-329831-1173150525 -o ROOT/results/node76/solver-329831-1173150525 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329831-1173150525/march_ks /tmp/evaluation/329831-1173150525/instance-329831-1173150525.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  3ba2fd1e8ba5ade9920db9cb6b406609

RANDOM SEED= 948042834

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:       1220776 kB
Buffers:         36936 kB
Cached:         721828 kB
SwapCached:       2836 kB
Active:         206280 kB
Inactive:       562056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1220776 kB
SwapTotal:     4096564 kB
SwapFree:      4087252 kB
Dirty:           11292 kB
Writeback:           0 kB
Mapped:          15464 kB
Slab:            53140 kB
Committed_AS:  1156552 kB
PageTables:       1424 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= 66626 MiB

End job on node76 on Tue Mar  6 03:28:48 UTC 2007