Trace number 330545

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
March KS 2007-02-08? (TO) 1200.1 1200.64

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k75.cnf
MD5SUM3416c6874d406be2f57771d32f96bd63
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark559.077
Satisfiable
(Un)Satisfiability was proved
Number of variables154604
Number of clauses642979
Sum of the clauses size1649491
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2455995
Number of clauses of size 3120756
Number of clauses of size 422914
Number of clauses of size 513049
Number of clauses of size over 528193

Solver Data (download as text)

10.79/10.86	c main():: ***                                   [ march satisfiability solver ]                                   ***
10.79/10.86	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
10.79/10.86	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
10.79/10.86	c main()::
10.79/10.86	c initFormula():: searching for DIMACS p-line....
10.79/10.86	c initFormula():: the DIMACS p-line indicates a CNF of 154604 variables and 642979 clauses.
10.79/10.86	c parseCNF():: parsing....
10.79/10.86	c parseCNF():: the CNF contains 2072 unary clauses.
10.79/10.86	c runParser():: parsing was successful, warming up engines...
10.79/10.86	c find_and_remove_tautogolies():: found and removed 11832 tautologies
10.79/10.86	c find_and_remove_tautogolies():: found and removed 241 tautologies
10.79/10.86	c simplify_formula():: removed 4 tautological, 56087 satisfied and 13 duplicate clauses
10.79/10.86	c preprocessing fase I completed:: there are now 134660 free variables and 586875 clauses.
10.79/10.86	c stat :: sign balance is biased by 0.503
10.79/10.86	c find_equivalence():: found 14572 3-equivalences
10.79/10.86	c find_and_remove_tautogolies():: found and removed 3 tautologies
10.79/10.86	c find_and_remove_tautogolies():: found and removed 3027 tautologies
10.79/10.86	c find_and_remove_tautogolies():: found and removed 350 tautologies
10.79/10.86	c find_and_remove_tautogolies():: found and removed 69 tautologies
10.79/10.86	c find_and_remove_tautogolies():: found and removed 569 tautologies
10.79/10.86	c shorten_equivalence(): average equivalence length reduced from 3.400725 to 3.176510
10.79/10.86	c using k-SAT heuristics (size based diff)
10.79/10.86	c longest clause has size 12
10.79/10.86	c simplify_formula():: removed 0 tautological, 58288 satisfied and 100342 duplicate clauses
10.79/10.86	c resolvent_look() :: found 266987 resolvents
10.79/10.86	c main():: clause / variable ratio: ( 853862 / 154604 ) = 5.52
10.79/10.86	c longest clause has size 12
10.79/10.86	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
10.79/10.86	c dynamic_preselect_setsize :: off
10.79/10.86	c suggested doublelook initial :: 0
10.79/10.86	c main():: all systems go!
10.79/10.86	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-330545-1173167940 -o ROOT/results/node43/solver-330545-1173167940 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330545-1173167940/march_ks /tmp/evaluation/330545-1173167940/instance-330545-1173167940.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: 1.00 1.00 0.99 3/64 30470
/proc/meminfo: memFree=1759936/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=652 CPUtime=0
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 336750105 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 163 47 40 123 0 38 0

[startup+0.090788 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 30470
/proc/meminfo: memFree=1759936/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=652 CPUtime=0.08
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 62 0 0 0 8 0 0 0 18 0 1 0 336750105 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 652

[startup+0.101789 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 30470
/proc/meminfo: memFree=1759936/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=652 CPUtime=0.09
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 62 0 0 0 9 0 0 0 18 0 1 0 336750105 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 652

[startup+0.301822 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 30470
/proc/meminfo: memFree=1759936/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=19224 CPUtime=0.29
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 4021 0 0 0 27 2 0 0 19 0 1 0 336750105 19685376 4006 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 4806 4007 47 123 0 4681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19224

[startup+0.701888 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 30470
/proc/meminfo: memFree=1759936/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=24504 CPUtime=0.69
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 5654 0 0 0 66 3 0 0 22 0 1 0 336750105 25092096 5639 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 6126 5639 47 123 0 6001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24504

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1732472/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=67164 CPUtime=1.49
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 12965 0 0 0 142 7 0 0 25 0 1 0 336750105 68775936 11679 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561718 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 16791 11679 50 123 0 16666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67164

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1698552/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=81076 CPUtime=3.09
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 17141 0 0 0 301 8 0 0 25 0 1 0 336750105 83021824 15225 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134667942 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 20269 15225 52 123 0 20144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81076

[startup+6.30282 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1699192/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=80472 CPUtime=6.29
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 17266 0 0 0 621 8 0 0 25 0 1 0 336750105 82403328 15144 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 20118 15144 63 123 0 19993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80472

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1570552/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=237232 CPUtime=12.69
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 81887 0 0 0 1232 37 0 0 25 0 1 0 336750105 242925568 47274 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 59308 47274 72 123 0 59183 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 237232

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1570552/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=237232 CPUtime=25.48
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 81888 0 0 0 2511 37 0 0 25 0 1 0 336750105 242925568 47275 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 59308 47275 72 123 0 59183 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 237232

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1570488/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=237232 CPUtime=51.04
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 81895 0 0 0 5067 37 0 0 25 0 1 0 336750105 242925568 47282 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 59308 47282 72 123 0 59183 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 237232

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30471
/proc/meminfo: memFree=1570552/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=237232 CPUtime=102.23
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 81899 0 0 0 10186 37 0 0 25 0 1 0 336750105 242925568 47286 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 59308 47286 72 123 0 59183 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 237232

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/71 30589
/proc/meminfo: memFree=1568440/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=238024 CPUtime=162.16
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 82074 0 0 0 16178 38 0 0 25 0 1 0 336750105 243736576 47461 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 59506 47461 72 123 0 59381 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 238024

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30669
/proc/meminfo: memFree=1566264/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=241924 CPUtime=222.09
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 82937 0 0 0 22170 39 0 0 25 0 1 0 336750105 247730176 48248 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 60481 48248 72 123 0 60356 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 241924

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30669
/proc/meminfo: memFree=1563960/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=244172 CPUtime=282.06
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 83828 0 0 0 28167 39 0 0 25 0 1 0 336750105 250032128 48841 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 61043 48841 72 123 0 60918 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 244172

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30669
/proc/meminfo: memFree=1556472/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=252928 CPUtime=342.04
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 85866 0 0 0 34164 40 0 0 25 0 1 0 336750105 258998272 50713 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 63232 50713 72 123 0 63107 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 252928

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30669
/proc/meminfo: memFree=1555384/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=254084 CPUtime=402.02
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 86140 0 0 0 40162 40 0 0 25 0 1 0 336750105 260182016 50987 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 63521 50987 72 123 0 63396 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 254084

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 30669
/proc/meminfo: memFree=1554744/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=254720 CPUtime=462
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 86304 0 0 0 46160 40 0 0 25 0 1 0 336750105 260833280 51151 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587496 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 63680 51151 72 123 0 63555 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 254720

[startup+522.302 s]
/proc/loadavg: 1.04 1.01 0.99 2/65 30669
/proc/meminfo: memFree=1554360/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=255104 CPUtime=521.98
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 86395 0 0 0 52157 41 0 0 25 0 1 0 336750105 261226496 51242 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 63776 51242 72 123 0 63651 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 255104

[startup+582.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 30669
/proc/meminfo: memFree=1552440/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=256812 CPUtime=581.96
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 86875 0 0 0 58155 41 0 0 25 0 1 0 336750105 262975488 51722 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 64203 51722 72 123 0 64078 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 256812

[startup+642.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 30669
/proc/meminfo: memFree=1551480/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=257732 CPUtime=641.94
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 87103 0 0 0 64153 41 0 0 25 0 1 0 336750105 263917568 51950 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543310 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 64433 51950 72 123 0 64308 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 257732

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30669
/proc/meminfo: memFree=1550072/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=259172 CPUtime=701.92
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 87458 0 0 0 70150 42 0 0 25 0 1 0 336750105 265392128 52305 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 64793 52305 72 123 0 64668 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 259172

[startup+762.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30669
/proc/meminfo: memFree=1548984/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=260352 CPUtime=761.9
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 87756 0 0 0 76148 42 0 0 25 0 1 0 336750105 266600448 52603 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 65088 52603 72 123 0 64963 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 260352

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1548280/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=261008 CPUtime=821.88
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 87915 0 0 0 82146 42 0 0 25 0 1 0 336750105 267272192 52762 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538171 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 65252 52762 72 123 0 65127 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 261008

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1547704/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=261596 CPUtime=881.86
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88053 0 0 0 88144 42 0 0 25 0 1 0 336750105 267874304 52900 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 65399 52900 72 123 0 65274 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 261596

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1546680/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=262644 CPUtime=941.84
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88318 0 0 0 94141 43 0 0 25 0 1 0 336750105 268947456 53165 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543122 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 65661 53165 72 123 0 65536 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 262644

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1545784/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=263428 CPUtime=1001.82
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88536 0 0 0 100139 43 0 0 25 0 1 0 336750105 269750272 53383 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538421 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 65857 53383 72 123 0 65732 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 263428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1544888/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=264468 CPUtime=1061.79
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88767 0 0 0 106136 43 0 0 25 0 1 0 336750105 270815232 53614 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 66117 53614 72 123 0 65992 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 264468

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1544568/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=264868 CPUtime=1121.78
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88888 0 0 0 112134 44 0 0 25 0 1 0 336750105 271224832 53735 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 66217 53735 72 123 0 66092 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 264868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1544376/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=265036 CPUtime=1181.76
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88914 0 0 0 118132 44 0 0 25 0 1 0 336750105 271396864 53761 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 66259 53761 72 123 0 66134 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 265036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30669
/proc/meminfo: memFree=1544120/2055920 swapFree=4183968/4192956
[pid=30470] ppid=30468 vsize=265300 CPUtime=1200.05
/proc/30470/stat : 30470 (march_ks) R 30468 30470 29899 0 -1 4194304 88985 0 0 0 119961 44 0 0 25 0 1 0 336750105 271667200 53832 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564798 0 0 4096 0 0 0 0 17 1 0 0
/proc/30470/statm: 66325 53832 72 123 0 66200 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 265300

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.64
CPU time (s): 1200.1
CPU user time (s): 1199.62
CPU system time (s): 0.478927
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 265300

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

runsolver used 0.735888 second user time and 2.6356 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Mar  6 07:59:01 UTC 2007

IDJOB= 330545
IDBENCH= 20566
IDSOLVER= 111
FILE ID= node43/330545-1173167940

PBS_JOBID= 4015249

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  3416c6874d406be2f57771d32f96bd63

RANDOM SEED= 818669837

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:       1760280 kB
Buffers:         22916 kB
Cached:         208368 kB
SwapCached:       2772 kB
Active:          60460 kB
Inactive:       180276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760280 kB
SwapTotal:     4192956 kB
SwapFree:      4183968 kB
Dirty:           17672 kB
Writeback:           0 kB
Mapped:          15420 kB
Slab:            40888 kB
Committed_AS:   816488 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= 66477 MiB

End job on node43 on Tue Mar  6 08:19:03 UTC 2007