Trace number 330797

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.11 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k85.cnf
MD5SUMe2ab53f07158137fdccdce6798b16e56
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark680.601
Satisfiable
(Un)Satisfiability was proved
Number of variables175524
Number of clauses730199
Sum of the clauses size1873791
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2518005
Number of clauses of size 3137216
Number of clauses of size 426034
Number of clauses of size 514829
Number of clauses of size over 532043

Solver Data (download as text)

12.29/12.36	c main():: ***                                   [ march satisfiability solver ]                                   ***
12.29/12.36	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
12.29/12.36	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
12.29/12.36	c main()::
12.29/12.36	c initFormula():: searching for DIMACS p-line....
12.29/12.36	c initFormula():: the DIMACS p-line indicates a CNF of 175524 variables and 730199 clauses.
12.29/12.36	c parseCNF():: parsing....
12.29/12.36	c parseCNF():: the CNF contains 2072 unary clauses.
12.29/12.36	c runParser():: parsing was successful, warming up engines...
12.29/12.36	c find_and_remove_tautogolies():: found and removed 13452 tautologies
12.29/12.36	c find_and_remove_tautogolies():: found and removed 241 tautologies
12.29/12.36	c simplify_formula():: removed 4 tautological, 59587 satisfied and 13 duplicate clauses
12.29/12.36	c preprocessing fase I completed:: there are now 153830 free variables and 670595 clauses.
12.29/12.36	c stat :: sign balance is biased by 0.503
12.29/12.36	c find_equivalence():: found 16642 3-equivalences
12.29/12.36	c find_and_remove_tautogolies():: found and removed 3 tautologies
12.29/12.36	c find_and_remove_tautogolies():: found and removed 3457 tautologies
12.29/12.36	c find_and_remove_tautogolies():: found and removed 400 tautologies
12.29/12.36	c find_and_remove_tautogolies():: found and removed 79 tautologies
12.29/12.36	c find_and_remove_tautogolies():: found and removed 649 tautologies
12.29/12.36	c shorten_equivalence(): average equivalence length reduced from 3.400134 to 3.176259
12.29/12.36	c using k-SAT heuristics (size based diff)
12.29/12.36	c longest clause has size 12
12.29/12.36	c simplify_formula():: removed 0 tautological, 66568 satisfied and 114472 duplicate clauses
12.29/12.36	c resolvent_look() :: found 305257 resolvents
12.29/12.36	c main():: clause / variable ratio: ( 975852 / 175524 ) = 5.56
12.29/12.36	c longest clause has size 12
12.29/12.36	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
12.29/12.36	c dynamic_preselect_setsize :: off
12.29/12.36	c suggested doublelook initial :: 0
12.29/12.36	c main():: all systems go!
12.29/12.36	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/node43/watcher-330797-1173173969 -o ROOT/results/node43/solver-330797-1173173969 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330797-1173173969/march_ks /tmp/evaluation/330797-1173173969/instance-330797-1173173969.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.95 0.98 3/64 31148
/proc/meminfo: memFree=1741680/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=652 CPUtime=0
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 337353037 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 163 47 40 123 0 38 0

[startup+0.011301 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 31148
/proc/meminfo: memFree=1741680/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=652 CPUtime=0.01
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 62 0 0 0 1 0 0 0 18 0 1 0 337353037 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 652

[startup+0.101314 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 31148
/proc/meminfo: memFree=1741680/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=652 CPUtime=0.1
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 62 0 0 0 10 0 0 0 18 0 1 0 337353037 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 652

[startup+0.301347 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 31148
/proc/meminfo: memFree=1741680/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=21232 CPUtime=0.29
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 4408 0 0 0 28 1 0 0 19 0 1 0 337353037 21741568 4393 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 5308 4393 47 123 0 5183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21232

[startup+0.701414 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 31148
/proc/meminfo: memFree=1741680/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=26512 CPUtime=0.69
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 6060 0 0 0 66 3 0 0 22 0 1 0 337353037 27148288 6045 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 6628 6045 47 123 0 6503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26512

[startup+1.50155 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 31149
/proc/meminfo: memFree=1712488/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=76192 CPUtime=1.49
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 14716 0 0 0 142 7 0 0 25 0 1 0 337353037 78020608 13261 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628869 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 19048 13261 50 123 0 18923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76192

[startup+3.10181 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 31149
/proc/meminfo: memFree=1671592/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=92316 CPUtime=3.09
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 19599 0 0 0 298 11 0 0 25 0 1 0 337353037 94531584 17349 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 23079 17349 52 123 0 22954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92316

[startup+6.30234 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 31149
/proc/meminfo: memFree=1672936/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=91228 CPUtime=6.29
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 19954 0 0 0 618 11 0 0 25 0 1 0 337353037 93417472 17160 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554767 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 22807 17160 63 123 0 22682 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91228

[startup+12.7014 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 31149
/proc/meminfo: memFree=1509040/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=269924 CPUtime=12.68
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 93631 0 0 0 1225 43 0 0 25 0 1 0 337353037 276402176 53773 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 67481 53773 72 123 0 67356 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269924

[startup+25.5015 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 31149
/proc/meminfo: memFree=1526448/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=269924 CPUtime=25.49
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 93635 0 0 0 2505 44 0 0 25 0 1 0 337353037 276402176 53777 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 67481 53777 72 123 0 67356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 269924

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 31149
/proc/meminfo: memFree=1526384/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=269924 CPUtime=51.06
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 93640 0 0 0 5062 44 0 0 25 0 1 0 337353037 276402176 53782 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 67481 53782 72 123 0 67356 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 269924

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 31149
/proc/meminfo: memFree=1526384/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=269924 CPUtime=102.25
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 93647 0 0 0 10181 44 0 0 25 0 1 0 337353037 276402176 53789 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526944 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 67481 53789 72 123 0 67356 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 269924

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31151
/proc/meminfo: memFree=1526128/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=269924 CPUtime=162.22
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 93661 0 0 0 16178 44 0 0 25 0 1 0 337353037 276402176 53803 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539066 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 67481 53803 72 123 0 67356 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 269924

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31151
/proc/meminfo: memFree=1523504/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=273552 CPUtime=222.19
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 94333 0 0 0 22175 44 0 0 25 0 1 0 337353037 280117248 54475 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538612 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 68388 54475 72 123 0 68263 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 273552

[startup+282.301 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 31151
/proc/meminfo: memFree=1522096/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=274992 CPUtime=282.17
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 94920 0 0 0 28173 44 0 0 25 0 1 0 337353037 281591808 54821 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 68748 54821 72 123 0 68623 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 274992

[startup+342.301 s]
/proc/loadavg: 1.07 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1520304/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=276312 CPUtime=342.15
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 95588 0 0 0 34171 44 0 0 25 0 1 0 337353037 282943488 55266 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 69078 55266 72 123 0 68953 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 276312

[startup+402.301 s]
/proc/loadavg: 1.07 1.01 0.99 2/65 31151
/proc/meminfo: memFree=1512560/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=285356 CPUtime=402.14
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 97758 0 0 0 40167 47 0 0 25 0 1 0 337353037 292204544 57226 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71339 57226 72 123 0 71214 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 285356

[startup+462.301 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 31151
/proc/meminfo: memFree=1510256/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287172 CPUtime=462.11
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98319 0 0 0 46164 47 0 0 25 0 1 0 337353037 294064128 57787 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71793 57787 72 123 0 71668 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 287172

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509936/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287436 CPUtime=522.09
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98396 0 0 0 52162 47 0 0 25 0 1 0 337353037 294334464 57864 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71859 57864 72 123 0 71734 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 287436

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=582.07
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98432 0 0 0 58160 47 0 0 25 0 1 0 337353037 294461440 57900 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527043 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57900 72 123 0 71765 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 287560

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=642.05
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98436 0 0 0 64158 47 0 0 25 0 1 0 337353037 294461440 57904 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538240 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57904 72 123 0 71765 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 287560

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=702.03
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98436 0 0 0 70156 47 0 0 25 0 1 0 337353037 294461440 57904 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57904 72 123 0 71765 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 287560

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509808/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=762.01
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98436 0 0 0 76154 47 0 0 25 0 1 0 337353037 294461440 57904 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57904 72 123 0 71765 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 287560

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509808/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=821.99
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 82152 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527009 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 287560

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509808/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=881.96
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 88149 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 287560

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509808/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=941.94
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 94147 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 287560

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1001.92
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 100145 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 287560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1061.9
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 106143 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 287560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1121.88
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98437 0 0 0 112141 47 0 0 25 0 1 0 337353037 294461440 57905 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57905 72 123 0 71765 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 287560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1181.86
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98439 0 0 0 118139 47 0 0 25 0 1 0 337353037 294461440 57907 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538176 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57907 72 123 0 71765 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 287560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1200.07
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98439 0 0 0 119959 48 0 0 25 0 1 0 337353037 294461440 57907 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57907 72 123 0 71765 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 287560

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 1.00 0.99 2/65 31151
/proc/meminfo: memFree=1509744/2055920 swapFree=4183968/4192956
[pid=31148] ppid=31146 vsize=287560 CPUtime=1200.07
/proc/31148/stat : 31148 (march_ks) R 31146 31148 29899 0 -1 4194304 98439 0 0 0 119959 48 0 0 25 0 1 0 337353037 294461440 57907 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31148/statm: 71890 57907 72 123 0 71765 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 287560

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1199.59
CPU system time (s): 0.518921
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 297264

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

runsolver used 0.691894 second user time and 2.6046 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Mar  6 09:39:30 UTC 2007

IDJOB= 330797
IDBENCH= 20572
IDSOLVER= 111
FILE ID= node43/330797-1173173969

PBS_JOBID= 4015249

Free space on /tmp= 66475 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k85.cnf
COMMAND LINE= /tmp/evaluation/330797-1173173969/march_ks /tmp/evaluation/330797-1173173969/instance-330797-1173173969.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-330797-1173173969 -o ROOT/results/node43/solver-330797-1173173969 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330797-1173173969/march_ks /tmp/evaluation/330797-1173173969/instance-330797-1173173969.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  e2ab53f07158137fdccdce6798b16e56

RANDOM SEED= 301215110

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1742088 kB
Buffers:         24336 kB
Cached:         224628 kB
SwapCached:       2772 kB
Active:          67632 kB
Inactive:       191312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742088 kB
SwapTotal:     4192956 kB
SwapFree:      4183968 kB
Dirty:           19916 kB
Writeback:           0 kB
Mapped:          15420 kB
Slab:            41012 kB
Committed_AS:   819744 kB
PageTables:       1392 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= 66475 MiB

End job on node43 on Tue Mar  6 09:59:33 UTC 2007