Trace number 330755

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.09 1200.45

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k100.cnf
MD5SUMc97658c8cc9699de99c11669c53b15a2
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 variables206904
Number of clauses861029
Sum of the clauses size2210241
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2611020
Number of clauses of size 3161906
Number of clauses of size 430714
Number of clauses of size 517499
Number of clauses of size over 537818

Solver Data (download as text)

14.58/14.68	c main():: ***                                   [ march satisfiability solver ]                                   ***
14.58/14.68	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
14.58/14.68	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
14.58/14.68	c main()::
14.58/14.68	c initFormula():: searching for DIMACS p-line....
14.58/14.68	c initFormula():: the DIMACS p-line indicates a CNF of 206904 variables and 861029 clauses.
14.58/14.68	c parseCNF():: parsing....
14.58/14.68	c parseCNF():: the CNF contains 2072 unary clauses.
14.58/14.68	c runParser():: parsing was successful, warming up engines...
14.58/14.68	c find_and_remove_tautogolies():: found and removed 15882 tautologies
14.58/14.68	c find_and_remove_tautogolies():: found and removed 241 tautologies
14.58/14.68	c simplify_formula():: removed 4 tautological, 64837 satisfied and 13 duplicate clauses
14.58/14.68	c preprocessing fase I completed:: there are now 182585 free variables and 796175 clauses.
14.58/14.68	c stat :: sign balance is biased by 0.503
14.58/14.68	c find_equivalence():: found 19747 3-equivalences
14.58/14.68	c find_and_remove_tautogolies():: found and removed 3 tautologies
14.58/14.68	c find_and_remove_tautogolies():: found and removed 4102 tautologies
14.58/14.68	c find_and_remove_tautogolies():: found and removed 475 tautologies
14.58/14.68	c find_and_remove_tautogolies():: found and removed 94 tautologies
14.58/14.68	c find_and_remove_tautogolies():: found and removed 769 tautologies
14.58/14.68	c shorten_equivalence(): average equivalence length reduced from 3.399479 to 3.175982
14.58/14.68	c using k-SAT heuristics (size based diff)
14.58/14.68	c longest clause has size 12
14.58/14.68	c simplify_formula():: removed 0 tautological, 78988 satisfied and 135667 duplicate clauses
14.58/14.68	c resolvent_look() :: found 362662 resolvents
14.58/14.68	c main():: clause / variable ratio: ( 1158837 / 206904 ) = 5.60
14.58/14.68	c longest clause has size 12
14.58/14.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.58/14.68	c dynamic_preselect_setsize :: off
14.58/14.68	c suggested doublelook initial :: 0
14.58/14.68	c main():: all systems go!
14.58/14.68	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/node17/watcher-330755-1173172962 -o ROOT/results/node17/solver-330755-1173172962 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330755-1173172962/march_ks /tmp/evaluation/330755-1173172962/instance-330755-1173172962.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.93 0.98 1.08 3/77 27309
/proc/meminfo: memFree=1748408/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=652 CPUtime=0
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 337250533 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 163 47 40 123 0 38 0

[startup+0.0331009 s]
/proc/loadavg: 0.93 0.98 1.08 3/77 27309
/proc/meminfo: memFree=1748408/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=652 CPUtime=0.02
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 62 0 0 0 2 0 0 0 18 0 1 0 337250533 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 652

[startup+0.101107 s]
/proc/loadavg: 0.93 0.98 1.08 3/77 27309
/proc/meminfo: memFree=1748408/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=652 CPUtime=0.09
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 62 0 0 0 9 0 0 0 18 0 1 0 337250533 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 652

[startup+0.301129 s]
/proc/loadavg: 0.93 0.98 1.08 3/77 27309
/proc/meminfo: memFree=1748408/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=24164 CPUtime=0.29
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 4939 0 0 0 27 2 0 0 19 0 1 0 337250533 24743936 4924 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 6041 4924 47 123 0 5916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24164

[startup+0.70117 s]
/proc/loadavg: 0.93 0.98 1.08 3/77 27309
/proc/meminfo: memFree=1748408/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=29444 CPUtime=0.69
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 6591 0 0 0 66 3 0 0 22 0 1 0 337250533 30150656 6576 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 7361 6576 47 123 0 7236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29444

[startup+1.50125 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 27310
/proc/meminfo: memFree=1717232/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=97288 CPUtime=1.49
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 17325 0 0 0 141 8 0 0 25 0 1 0 337250533 99622912 17308 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134555143 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 24322 17308 48 123 0 24197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97288

[startup+3.10142 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 27310
/proc/meminfo: memFree=1684848/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=107124 CPUtime=3.09
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 23374 0 0 0 298 11 0 0 25 0 1 0 337250533 109694976 20049 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561687 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 26781 20049 52 123 0 26656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107124

[startup+6.30175 s]
/proc/loadavg: 0.94 0.98 1.08 2/78 27310
/proc/meminfo: memFree=1668016/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=107928 CPUtime=6.29
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 26387 0 0 0 616 13 0 0 25 0 1 0 337250533 110518272 20338 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554589 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 26982 20338 63 123 0 26857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107928

[startup+12.7024 s]
/proc/loadavg: 0.94 0.98 1.08 2/78 27310
/proc/meminfo: memFree=1599744/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=325828 CPUtime=12.69
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 98253 0 0 0 1226 43 0 0 25 0 1 0 337250533 333647872 62373 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134660798 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 81457 62373 68 123 0 81332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 325828

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 1.08 2/78 27310
/proc/meminfo: memFree=1494016/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=318996 CPUtime=25.49
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117175 0 0 0 2497 52 0 0 25 0 1 0 337250533 326651904 63559 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 79749 63559 72 123 0 79624 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 318996

[startup+51.1014 s]
/proc/loadavg: 0.97 0.98 1.07 2/78 27310
/proc/meminfo: memFree=1494016/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=318996 CPUtime=51.06
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117178 0 0 0 5054 52 0 0 25 0 1 0 337250533 326651904 63562 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 79749 63562 72 123 0 79624 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 318996

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/78 27310
/proc/meminfo: memFree=1494016/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=318996 CPUtime=102.24
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117183 0 0 0 10172 52 0 0 25 0 1 0 337250533 326651904 63567 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538368 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 79749 63567 72 123 0 79624 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 318996

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 27310
/proc/meminfo: memFree=1493952/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=318996 CPUtime=162.23
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117188 0 0 0 16170 53 0 0 25 0 1 0 337250533 326651904 63572 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 79749 63572 72 123 0 79624 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 318996

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 27310
/proc/meminfo: memFree=1493824/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=318996 CPUtime=222.21
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117210 0 0 0 22168 53 0 0 25 0 1 0 337250533 326651904 63594 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 79749 63594 72 123 0 79624 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 318996

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 27310
/proc/meminfo: memFree=1492672/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=321048 CPUtime=282.19
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 117622 0 0 0 28165 54 0 0 25 0 1 0 337250533 328753152 63883 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 80262 63883 72 123 0 80137 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 321048

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 27310
/proc/meminfo: memFree=1490112/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=323548 CPUtime=342.18
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 118270 0 0 0 34163 55 0 0 25 0 1 0 337250533 331313152 64531 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526670 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 80887 64531 72 123 0 80762 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 323548

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 27310
/proc/meminfo: memFree=1486784/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=326112 CPUtime=402.15
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 119090 0 0 0 40160 55 0 0 25 0 1 0 337250533 333938688 65351 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 81528 65351 72 123 0 81403 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 326112

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 27310
/proc/meminfo: memFree=1483456/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=331444 CPUtime=462.14
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 120182 0 0 0 46158 56 0 0 25 0 1 0 337250533 339398656 66180 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538189 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 82861 66180 72 123 0 82736 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 331444

[startup+522.301 s]
/proc/loadavg: 1.04 1.00 1.03 2/78 27310
/proc/meminfo: memFree=1476224/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337272 CPUtime=522.12
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122200 0 0 0 52154 58 0 0 25 0 1 0 337250533 345366528 67980 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84318 67980 72 123 0 84193 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 337272

[startup+582.302 s]
/proc/loadavg: 1.01 1.00 1.03 2/78 27310
/proc/meminfo: memFree=1476160/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337272 CPUtime=582.1
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122229 0 0 0 58152 58 0 0 25 0 1 0 337250533 345366528 68009 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526589 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84318 68009 72 123 0 84193 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 337272

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 27310
/proc/meminfo: memFree=1475840/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337524 CPUtime=642.09
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122295 0 0 0 64150 59 0 0 25 0 1 0 337250533 345624576 68075 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84381 68075 72 123 0 84256 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 337524

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 27310
/proc/meminfo: memFree=1475584/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=702.08
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122367 0 0 0 70148 60 0 0 25 0 1 0 337250533 345886720 68147 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68147 72 123 0 84320 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 337780

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 27310
/proc/meminfo: memFree=1475456/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=762.06
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122386 0 0 0 76146 60 0 0 25 0 1 0 337250533 345886720 68166 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68166 72 123 0 84320 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 337780

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475456/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=822.04
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122386 0 0 0 82144 60 0 0 25 0 1 0 337250533 345886720 68166 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68166 72 123 0 84320 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 337780

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475456/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=882.03
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122387 0 0 0 88142 61 0 0 25 0 1 0 337250533 345886720 68167 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68167 72 123 0 84320 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 337780

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475456/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=942
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122388 0 0 0 94139 61 0 0 25 0 1 0 337250533 345886720 68168 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68168 72 123 0 84320 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 337780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475520/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=1001.98
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122388 0 0 0 100137 61 0 0 25 0 1 0 337250533 345886720 68168 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68168 72 123 0 84320 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 337780

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475584/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=1061.97
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122388 0 0 0 106135 62 0 0 25 0 1 0 337250533 345886720 68168 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68168 72 123 0 84320 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 337780

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475584/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337780 CPUtime=1121.95
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122388 0 0 0 112133 62 0 0 25 0 1 0 337250533 345886720 68168 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84445 68168 72 123 0 84320 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 337780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475584/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337908 CPUtime=1181.94
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122389 0 0 0 118131 63 0 0 25 0 1 0 337250533 346017792 68169 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84477 68169 72 123 0 84352 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 337908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27310
/proc/meminfo: memFree=1475520/2055920 swapFree=4168576/4192956
[pid=27309] ppid=27307 vsize=337908 CPUtime=1200.04
/proc/27309/stat : 27309 (march_ks) R 27307 27309 25994 0 -1 4194304 122389 0 0 0 119941 63 0 0 25 0 1 0 337250533 346017792 68169 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/27309/statm: 84477 68169 72 123 0 84352 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 337908

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.45
CPU time (s): 1200.09
CPU user time (s): 1199.41
CPU system time (s): 0.678896
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 351496

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

runsolver used 1.51577 second user time and 2.82757 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Mar  6 09:22:43 UTC 2007

IDJOB= 330755
IDBENCH= 20571
IDSOLVER= 111
FILE ID= node17/330755-1173172962

PBS_JOBID= 4015013

Free space on /tmp= 66482 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.k100.cnf
COMMAND LINE= /tmp/evaluation/330755-1173172962/march_ks /tmp/evaluation/330755-1173172962/instance-330755-1173172962.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-330755-1173172962 -o ROOT/results/node17/solver-330755-1173172962 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330755-1173172962/march_ks /tmp/evaluation/330755-1173172962/instance-330755-1173172962.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  c97658c8cc9699de99c11669c53b15a2

RANDOM SEED= 993768590

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1748816 kB
Buffers:         33432 kB
Cached:         198232 kB
SwapCached:       2120 kB
Active:         128848 kB
Inactive:       125580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748816 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:           23248 kB
Writeback:           0 kB
Mapped:          30576 kB
Slab:            38300 kB
Committed_AS:  1394392 kB
PageTables:       1748 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= 66482 MiB

End job on node17 on Tue Mar  6 09:42:45 UTC 2007