Trace number 330251

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.k70.cnf
MD5SUM6ed19ec95985ebe54e2775cf5a5967a9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark388.948
Satisfiable
(Un)Satisfiability was proved
Number of variables144144
Number of clauses599369
Sum of the clauses size1537341
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2424990
Number of clauses of size 3112526
Number of clauses of size 421354
Number of clauses of size 512159
Number of clauses of size over 526268

Solver Data (download as text)

9.99/10.09	c main():: ***                                   [ march satisfiability solver ]                                   ***
9.99/10.09	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
9.99/10.09	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
9.99/10.09	c main()::
9.99/10.09	c initFormula():: searching for DIMACS p-line....
9.99/10.09	c initFormula():: the DIMACS p-line indicates a CNF of 144144 variables and 599369 clauses.
9.99/10.09	c parseCNF():: parsing....
9.99/10.09	c parseCNF():: the CNF contains 2072 unary clauses.
9.99/10.09	c runParser():: parsing was successful, warming up engines...
9.99/10.09	c find_and_remove_tautogolies():: found and removed 11022 tautologies
9.99/10.09	c find_and_remove_tautogolies():: found and removed 241 tautologies
9.99/10.09	c simplify_formula():: removed 4 tautological, 54337 satisfied and 13 duplicate clauses
9.99/10.09	c preprocessing fase I completed:: there are now 125075 free variables and 545015 clauses.
9.99/10.09	c stat :: sign balance is biased by 0.503
9.99/10.09	c find_equivalence():: found 13537 3-equivalences
9.99/10.09	c find_and_remove_tautogolies():: found and removed 3 tautologies
9.99/10.09	c find_and_remove_tautogolies():: found and removed 2812 tautologies
9.99/10.09	c find_and_remove_tautogolies():: found and removed 325 tautologies
9.99/10.09	c find_and_remove_tautogolies():: found and removed 64 tautologies
9.99/10.09	c find_and_remove_tautogolies():: found and removed 529 tautologies
9.99/10.09	c shorten_equivalence(): average equivalence length reduced from 3.401089 to 3.176664
9.99/10.09	c using k-SAT heuristics (size based diff)
9.99/10.09	c longest clause has size 12
9.99/10.09	c simplify_formula():: removed 0 tautological, 54148 satisfied and 93277 duplicate clauses
9.99/10.09	c resolvent_look() :: found 247852 resolvents
9.99/10.09	c main():: clause / variable ratio: ( 792867 / 144144 ) = 5.50
9.99/10.09	c longest clause has size 12
9.99/10.09	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.99/10.09	c dynamic_preselect_setsize :: off
9.99/10.09	c suggested doublelook initial :: 0
9.99/10.09	c main():: all systems go!
9.99/10.09	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/node18/watcher-330251-1173160708 -o ROOT/results/node18/solver-330251-1173160708 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330251-1173160708/march_ks /tmp/evaluation/330251-1173160708/instance-330251-1173160708.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.84 0.95 0.98 3/77 20789
/proc/meminfo: memFree=1309360/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=652 CPUtime=0
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 336025427 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134791153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 163 47 40 123 0 38 0

[startup+0.100522 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 20789
/proc/meminfo: memFree=1309360/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=652 CPUtime=0.09
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 62 0 0 0 9 0 0 0 18 0 1 0 336025427 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 652

[startup+0.201531 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 20789
/proc/meminfo: memFree=1309360/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=16852 CPUtime=0.19
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 3426 0 0 0 18 1 0 0 18 0 1 0 336025427 17256448 3411 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 4213 3411 47 123 0 4088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16852

[startup+0.301541 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 20789
/proc/meminfo: memFree=1309360/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=18172 CPUtime=0.29
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 3847 0 0 0 28 1 0 0 19 0 1 0 336025427 18608128 3832 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 4543 3833 47 123 0 4418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18172

[startup+0.701579 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 20789
/proc/meminfo: memFree=1309360/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=23584 CPUtime=0.69
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 5487 0 0 0 67 2 0 0 23 0 1 0 336025427 24150016 5472 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 5896 5473 47 123 0 5771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23584

[startup+1.50265 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 20790
/proc/meminfo: memFree=1263464/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=62608 CPUtime=1.49
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 12104 0 0 0 144 5 0 0 25 0 1 0 336025427 64110592 10899 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134535310 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 15652 10899 51 123 0 15527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62608

[startup+3.10185 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 20790
/proc/meminfo: memFree=1253032/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=74876 CPUtime=3.09
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 16486 0 0 0 301 8 0 0 25 0 1 0 336025427 76673024 14015 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561735 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 18719 14015 52 123 0 18594 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74876

[startup+6.30112 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 20790
/proc/meminfo: memFree=1253224/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=112488 CPUtime=6.28
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 25377 0 0 0 617 11 0 0 25 0 1 0 336025427 115187712 21866 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 28122 21866 67 123 0 27997 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 112488

[startup+12.7017 s]
/proc/loadavg: 0.87 0.95 0.98 2/78 20790
/proc/meminfo: memFree=1133032/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=220992 CPUtime=12.69
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 77760 0 0 0 1235 34 0 0 25 0 1 0 336025427 226295808 44037 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 55248 44037 72 123 0 55123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 220992

[startup+25.502 s]
/proc/loadavg: 0.89 0.95 0.98 2/78 20790
/proc/meminfo: memFree=1133096/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=220992 CPUtime=25.49
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 77762 0 0 0 2515 34 0 0 25 0 1 0 336025427 226295808 44039 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537973 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 55248 44039 72 123 0 55123 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 220992

[startup+51.1014 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 20790
/proc/meminfo: memFree=1133032/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=220992 CPUtime=51.07
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 77768 0 0 0 5073 34 0 0 25 0 1 0 336025427 226295808 44045 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 55248 44045 72 123 0 55123 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 220992

[startup+102.301 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 20790
/proc/meminfo: memFree=1133096/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=220992 CPUtime=102.27
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 77778 0 0 0 10192 35 0 0 25 0 1 0 336025427 226295808 44055 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 55248 44055 72 123 0 55123 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 220992

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 20862
/proc/meminfo: memFree=1129720/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=223096 CPUtime=162.22
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 78438 0 0 0 16187 35 0 0 25 0 1 0 336025427 228450304 44571 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 55774 44571 72 123 0 55649 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 223096

[startup+222.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 20960
/proc/meminfo: memFree=1126136/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=227512 CPUtime=222.15
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 79409 0 0 0 22179 36 0 0 25 0 1 0 336025427 232972288 45477 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 56878 45477 72 123 0 56753 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 227512

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1120040/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=235616 CPUtime=282.12
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81218 0 0 0 28174 38 0 0 25 0 1 0 336025427 241270784 47286 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527009 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 58904 47286 72 123 0 58779 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 235616

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1118888/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=236784 CPUtime=342.1
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81495 0 0 0 34172 38 0 0 25 0 1 0 336025427 242466816 47563 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59196 47563 72 123 0 59071 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 236784

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1117736/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=238460 CPUtime=402.08
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81784 0 0 0 40169 39 0 0 25 0 1 0 336025427 244183040 47852 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539354 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59615 47852 72 123 0 59490 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 238460

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1117480/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=238716 CPUtime=462.06
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81858 0 0 0 46167 39 0 0 25 0 1 0 336025427 244445184 47926 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526922 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59679 47926 72 123 0 59554 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 238716

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1117288/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=238844 CPUtime=522.05
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81900 0 0 0 52165 40 0 0 25 0 1 0 336025427 244576256 47968 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59711 47968 72 123 0 59586 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 238844

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1116968/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=239224 CPUtime=582.03
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 81978 0 0 0 58163 40 0 0 25 0 1 0 336025427 244965376 48046 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59806 48046 72 123 0 59681 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 239224

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1116776/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=239352 CPUtime=642.02
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82028 0 0 0 64161 41 0 0 25 0 1 0 336025427 245096448 48096 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526589 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59838 48096 72 123 0 59713 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 239352

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1116520/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=239604 CPUtime=702
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82080 0 0 0 70158 42 0 0 25 0 1 0 336025427 245354496 48148 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 59901 48148 72 123 0 59776 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 239604

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1116072/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240128 CPUtime=761.98
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82205 0 0 0 76156 42 0 0 25 0 1 0 336025427 245891072 48273 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526922 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60032 48273 72 123 0 59907 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 240128

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115944/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240260 CPUtime=821.97
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82242 0 0 0 82154 43 0 0 25 0 1 0 336025427 246026240 48310 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538406 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60065 48310 72 123 0 59940 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 240260

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115752/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240380 CPUtime=881.95
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82284 0 0 0 88152 43 0 0 25 0 1 0 336025427 246149120 48352 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60095 48352 72 123 0 59970 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 240380

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115624/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240500 CPUtime=941.94
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82319 0 0 0 94150 44 0 0 25 0 1 0 336025427 246272000 48387 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134589843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60125 48387 72 123 0 60000 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 240500

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115688/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240620 CPUtime=1001.92
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82336 0 0 0 100148 44 0 0 25 0 1 0 336025427 246394880 48404 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60155 48404 72 123 0 60030 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 240620

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115496/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240748 CPUtime=1061.91
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82370 0 0 0 106146 45 0 0 25 0 1 0 336025427 246525952 48438 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543165 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60187 48438 72 123 0 60062 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 240748

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115432/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=240748 CPUtime=1121.89
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82391 0 0 0 112144 45 0 0 25 0 1 0 336025427 246525952 48459 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60187 48459 72 123 0 60062 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 240748

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115176/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=241004 CPUtime=1181.87
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82443 0 0 0 118141 46 0 0 25 0 1 0 336025427 246788096 48511 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538609 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60251 48511 72 123 0 60126 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 241004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20988
/proc/meminfo: memFree=1115240/2055920 swapFree=4153472/4192956
[pid=20789] ppid=20787 vsize=241004 CPUtime=1200.07
/proc/20789/stat : 20789 (march_ks) R 20787 20789 18875 0 -1 4194304 82449 0 0 0 119961 46 0 0 25 0 1 0 336025427 246788096 48517 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/20789/statm: 60251 48517 72 123 0 60126 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 241004

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.54
CPU time (s): 1200.11
CPU user time (s): 1199.62
CPU system time (s): 0.494924
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 243316

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

runsolver used 1.46678 second user time and 2.89356 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Mar  6 05:58:29 UTC 2007

IDJOB= 330251
IDBENCH= 20559
IDSOLVER= 111
FILE ID= node18/330251-1173160708

PBS_JOBID= 4014996

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  6ed19ec95985ebe54e2775cf5a5967a9

RANDOM SEED= 608031151

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1309768 kB
Buffers:         47724 kB
Cached:         600616 kB
SwapCached:       2420 kB
Active:         130328 kB
Inactive:       547512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309768 kB
SwapTotal:     4192956 kB
SwapFree:      4153472 kB
Dirty:           16588 kB
Writeback:           0 kB
Mapped:          37364 kB
Slab:            53952 kB
Committed_AS:  1192844 kB
PageTables:       1688 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= 66497 MiB

End job on node18 on Tue Mar  6 06:18:31 UTC 2007