Trace number 329537

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.04 1200.42

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k40.cnf
MD5SUM2072f9709ddb4f70f2210d26eee094a7
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 variables58715
Number of clauses262388
Sum of the clauses size675054
Maximum clause length20
Minimum clause length1
Number of clauses of size 1423
Number of clauses of size 2204266
Number of clauses of size 328862
Number of clauses of size 411775
Number of clauses of size 55124
Number of clauses of size over 511938

Solver Data (download as text)

5.89/5.98	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.89/5.98	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
5.89/5.98	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
5.89/5.98	c main()::
5.89/5.98	c initFormula():: searching for DIMACS p-line....
5.89/5.98	c initFormula():: the DIMACS p-line indicates a CNF of 58715 variables and 262388 clauses.
5.89/5.98	c parseCNF():: parsing....
5.89/5.98	c parseCNF():: the CNF contains 423 unary clauses.
5.89/5.98	c runParser():: parsing was successful, warming up engines...
5.89/5.98	c find_and_remove_tautogolies():: found and removed 4955 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 324 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 5 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 16 tautologies
5.89/5.98	c simplify_formula():: removed 542 tautological, 83368 satisfied and 402 duplicate clauses
5.89/5.98	c preprocessing fase I completed:: there are now 40585 free variables and 178076 clauses.
5.89/5.98	c stat :: sign balance is biased by 0.608
5.89/5.98	c find_equivalence():: found 1342 3-equivalences
5.89/5.98	c find_and_remove_tautogolies():: found and removed 22 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 323 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 63 tautologies
5.89/5.98	c find_and_remove_tautogolies():: found and removed 1 tautologies
5.89/5.98	c shorten_equivalence(): average equivalence length reduced from 3.073986 to 3.035800
5.89/5.98	c using k-SAT heuristics (size based diff)
5.89/5.98	c longest clause has size 16
5.89/5.98	c simplify_formula():: removed 0 tautological, 5368 satisfied and 16236 duplicate clauses
5.89/5.98	c resolvent_look() :: found 131097 resolvents
5.89/5.98	c main():: clause / variable ratio: ( 309173 / 58715 ) = 5.27
5.89/5.98	c longest clause has size 16
5.89/5.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.89/5.98	c dynamic_preselect_setsize :: off
5.89/5.98	c suggested doublelook initial :: 0
5.89/5.98	c main():: all systems go!
5.89/5.98	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/node69/watcher-329537-1173143012 -o ROOT/results/node69/solver-329537-1173143012 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329537-1173143012/march_ks /tmp/evaluation/329537-1173143012/instance-329537-1173143012.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.98 0.99 3/64 21213
/proc/meminfo: memFree=1521184/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=652 CPUtime=0
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 334259003 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 163 47 40 123 0 38 0

[startup+0.0116521 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21213
/proc/meminfo: memFree=1521184/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=652 CPUtime=0.01
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 62 0 0 0 1 0 0 0 18 0 1 0 334259003 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 652

[startup+0.101666 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21213
/proc/meminfo: memFree=1521184/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=7592 CPUtime=0.09
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 1544 0 0 0 9 0 0 0 18 0 1 0 334259003 7774208 1529 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 1898 1529 47 123 0 1773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7592

[startup+0.301698 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21213
/proc/meminfo: memFree=1521184/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=10364 CPUtime=0.29
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 2367 0 0 0 28 1 0 0 19 0 1 0 334259003 10612736 2352 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 2591 2352 47 123 0 2466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10364

[startup+0.701763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21213
/proc/meminfo: memFree=1521184/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=30744 CPUtime=0.69
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 6168 0 0 0 66 3 0 0 22 0 1 0 334259003 31481856 5583 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 7686 5583 52 123 0 7561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30744

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1496024/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=33380 CPUtime=1.49
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 7212 0 0 0 146 3 0 0 25 0 1 0 334259003 34181120 6261 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560557 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 8345 6261 52 123 0 8220 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33380

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1495640/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=33604 CPUtime=3.09
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 8492 0 0 0 305 4 0 0 25 0 1 0 334259003 34410496 6332 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554794 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 8401 6332 63 123 0 8276 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33604

[startup+6.30168 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1448280/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=95720 CPUtime=6.29
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33173 0 0 0 615 14 0 0 25 0 1 0 334259003 98017280 19274 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 23930 19274 72 123 0 23805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95720

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1443672/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=95980 CPUtime=12.69
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33238 0 0 0 1255 14 0 0 25 0 1 0 334259003 98283520 19339 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 23995 19339 72 123 0 23870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95980

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1443416/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=96236 CPUtime=25.48
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33313 0 0 0 2534 14 0 0 25 0 1 0 334259003 98545664 19414 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134547665 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24059 19414 72 123 0 23934 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96236

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1443032/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97012 CPUtime=51.07
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33420 0 0 0 5093 14 0 0 25 0 1 0 334259003 99340288 19521 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24253 19521 72 123 0 24128 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 97012

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1443032/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97012 CPUtime=102.26
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33420 0 0 0 10212 14 0 0 25 0 1 0 334259003 99340288 19521 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543191 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24253 19521 72 123 0 24128 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 97012

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442840/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97216 CPUtime=162.24
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33458 0 0 0 16209 15 0 0 25 0 1 0 334259003 99549184 19559 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24304 19559 72 123 0 24179 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 97216

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442712/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97316 CPUtime=222.22
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33476 0 0 0 22207 15 0 0 25 0 1 0 334259003 99651584 19577 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597973 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24329 19577 72 123 0 24204 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 97316

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442648/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97316 CPUtime=282.2
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33492 0 0 0 28205 15 0 0 25 0 1 0 334259003 99651584 19593 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537955 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24329 19593 72 123 0 24204 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 97316

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442520/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97468 CPUtime=342.18
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33509 0 0 0 34203 15 0 0 25 0 1 0 334259003 99807232 19610 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539061 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24367 19610 72 123 0 24242 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 97468

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442456/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97468 CPUtime=402.16
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33526 0 0 0 40201 15 0 0 25 0 1 0 334259003 99807232 19627 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24367 19627 72 123 0 24242 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 97468

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442328/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97696 CPUtime=462.15
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33543 0 0 0 46199 16 0 0 25 0 1 0 334259003 100040704 19644 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539121 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24424 19644 72 123 0 24299 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 97696

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442328/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97696 CPUtime=522.13
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33560 0 0 0 52197 16 0 0 25 0 1 0 334259003 100040704 19661 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24424 19661 72 123 0 24299 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 97696

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442200/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=97696 CPUtime=582.11
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33577 0 0 0 58195 16 0 0 25 0 1 0 334259003 100040704 19678 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587904 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24424 19678 72 123 0 24299 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 97696

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442136/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98036 CPUtime=642.09
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33594 0 0 0 64193 16 0 0 25 0 1 0 334259003 100388864 19695 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538183 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24509 19695 72 123 0 24384 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 98036

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1442008/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98036 CPUtime=702.06
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33617 0 0 0 70190 16 0 0 25 0 1 0 334259003 100388864 19718 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24509 19718 72 123 0 24384 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 98036

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441880/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98036 CPUtime=762.06
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33634 0 0 0 76189 17 0 0 25 0 1 0 334259003 100388864 19735 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24509 19735 72 123 0 24384 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 98036

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441880/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98036 CPUtime=822.03
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33651 0 0 0 82186 17 0 0 25 0 1 0 334259003 100388864 19752 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526589 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24509 19752 72 123 0 24384 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 98036

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441752/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98036 CPUtime=882.01
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33669 0 0 0 88184 17 0 0 25 0 1 0 334259003 100388864 19770 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24509 19770 72 123 0 24384 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 98036

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441688/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=941.99
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33687 0 0 0 94182 17 0 0 25 0 1 0 334259003 100913152 19788 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19788 72 123 0 24512 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 98548

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441624/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=1001.97
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33702 0 0 0 100180 17 0 0 25 0 1 0 334259003 100913152 19803 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19803 72 123 0 24512 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 98548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441560/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=1061.95
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33718 0 0 0 106178 17 0 0 25 0 1 0 334259003 100913152 19819 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19819 72 123 0 24512 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 98548

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441496/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=1121.94
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33736 0 0 0 112176 18 0 0 25 0 1 0 334259003 100913152 19837 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19837 72 123 0 24512 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 98548

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441432/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=1181.92
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33754 0 0 0 118174 18 0 0 25 0 1 0 334259003 100913152 19855 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19855 72 123 0 24512 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 98548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21214
/proc/meminfo: memFree=1441368/2055920 swapFree=4184100/4192956
[pid=21213] ppid=21211 vsize=98548 CPUtime=1200.02
/proc/21213/stat : 21213 (march_ks) R 21211 21213 20029 0 -1 4194304 33760 0 0 0 119984 18 0 0 25 0 1 0 334259003 100913152 19861 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/21213/statm: 24637 19861 72 123 0 24512 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 98548

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.04
CPU user time (s): 1199.84
CPU system time (s): 0.19497
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 103368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.84
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= 33760
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= 2438

runsolver used 0.741887 second user time and 2.54661 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Mar  6 01:03:33 UTC 2007

IDJOB= 329537
IDBENCH= 20542
IDSOLVER= 111
FILE ID= node69/329537-1173143012

PBS_JOBID= 4015181

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  2072f9709ddb4f70f2210d26eee094a7

RANDOM SEED= 458523267

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1521528 kB
Buffers:         33368 kB
Cached:         418700 kB
SwapCached:       2716 kB
Active:         108940 kB
Inactive:       354848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521528 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:            8160 kB
Writeback:           0 kB
Mapped:          17756 kB
Slab:            56560 kB
Committed_AS:   842824 kB
PageTables:       1476 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= 66529 MiB

End job on node69 on Tue Mar  6 01:23:35 UTC 2007