Trace number 328729

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
SAT7 2007-02-08? (TO) 1200.07 1200.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
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 variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data (download as text)

0.60/0.66	c Starting solver ...
0.69/0.73	c Restarting after 101 conflicts
0.79/0.80	c Restarting after 252 conflicts
0.89/0.97	c Restarting after 477 conflicts
1.79/1.87	c Restarting after 814 conflicts
2.59/2.61	c Restarting after 1321 conflicts
3.10/3.11	c Restarting after 2080 conflicts
4.79/4.87	c Restarting after 3219 conflicts
5.79/5.85	c Restarting after 4927 conflicts
9.39/9.45	c Restarting after 7489 conflicts
10.49/10.50	c Restarting after 11333 conflicts
12.49/12.53	c Restarting after 17099 conflicts
15.59/15.67	c Restarting after 25748 conflicts
32.58/32.61	c Restarting after 38722 conflicts
82.86/82.94	c Restarting after 58183 conflicts
161.23/161.36	c Restarting after 87375 conflicts
230.79/230.90	c Restarting after 131165 conflicts
610.95/611.25	c Restarting after 196850 conflicts

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/node71/watcher-328729-1173122215 -o ROOT/results/node71/solver-328729-1173122215 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328729-1173122215/sat7_bin /tmp/evaluation/328729-1173122215/instance-328729-1173122215.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 0.99 0.88 3/64 15995
/proc/meminfo: memFree=1039168/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=1064 CPUtime=0
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 332179289 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 266 90 77 220 0 43 0

[startup+0.103341 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 15995
/proc/meminfo: memFree=1039168/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=6968 CPUtime=0.09
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 1336 0 0 0 9 0 0 0 18 0 1 0 332179289 7135232 1319 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 1742 1319 88 220 0 1519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6968

[startup+0.201362 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 15995
/proc/meminfo: memFree=1039168/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=6968 CPUtime=0.19
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 1586 0 0 0 19 0 0 0 18 0 1 0 332179289 7135232 1569 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 1742 1569 88 220 0 1519 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6968

[startup+0.301383 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 15995
/proc/meminfo: memFree=1039168/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=11068 CPUtime=0.29
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 1832 0 0 0 29 0 0 0 19 0 1 0 332179289 11333632 1815 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 2767 1815 88 220 0 2544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11068

[startup+0.701469 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 15995
/proc/meminfo: memFree=1039168/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=16008 CPUtime=0.69
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 3276 0 0 0 68 1 0 0 22 0 1 0 332179289 16392192 3226 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529398 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 4002 3226 93 220 0 3779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16008

[startup+1.50164 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 15996
/proc/meminfo: memFree=1026104/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=16264 CPUtime=1.49
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 3479 0 0 0 148 1 0 0 25 0 1 0 332179289 16654336 3364 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 4066 3364 95 220 0 3843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16264

[startup+3.10199 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 15996
/proc/meminfo: memFree=1025600/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=16264 CPUtime=3.1
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 3598 0 0 0 308 2 0 0 25 0 1 0 332179289 16654336 3483 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 4066 3483 95 220 0 3843 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 16264

[startup+6.30168 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 15996
/proc/meminfo: memFree=1024512/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=16264 CPUtime=6.29
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 3907 0 0 0 627 2 0 0 25 0 1 0 332179289 16654336 3792 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532379 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 4066 3792 95 220 0 3843 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16264

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 15996
/proc/meminfo: memFree=1020864/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=20364 CPUtime=12.68
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 4779 0 0 0 1265 3 0 0 25 0 1 0 332179289 20852736 4664 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531575 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 5091 4664 95 220 0 4868 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20364

[startup+25.5018 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 15996
/proc/meminfo: memFree=1014464/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=28564 CPUtime=25.49
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 6324 0 0 0 2544 5 0 0 25 0 1 0 332179289 29249536 6209 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 7141 6209 95 220 0 6918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28564

[startup+51.1014 s]
/proc/loadavg: 1.00 0.99 0.89 2/65 15996
/proc/meminfo: memFree=1006784/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=37144 CPUtime=51.07
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 8276 0 0 0 5100 7 0 0 25 0 1 0 332179289 38035456 8161 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 9286 8161 95 220 0 9063 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37144

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/65 15996
/proc/meminfo: memFree=997824/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=45748 CPUtime=102.26
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 10479 0 0 0 10216 10 0 0 25 0 1 0 332179289 46845952 10364 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536531 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 11437 10364 95 220 0 11214 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45748

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 15996
/proc/meminfo: memFree=991360/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=50460 CPUtime=162.23
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 12120 0 0 0 16212 11 0 0 25 0 1 0 332179289 51671040 12005 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 12615 12005 95 220 0 12392 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 50460

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 15996
/proc/meminfo: memFree=968640/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=71612 CPUtime=222.21
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 17747 0 0 0 22204 17 0 0 25 0 1 0 332179289 73330688 17632 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 17903 17632 95 220 0 17680 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 71612

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=951808/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=89244 CPUtime=282.18
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 21959 0 0 0 28196 22 0 0 25 0 1 0 332179289 91385856 21844 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 22311 21844 95 220 0 22088 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 89244

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=943360/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=97572 CPUtime=342.16
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 24033 0 0 0 34191 25 0 0 25 0 1 0 332179289 99913728 23918 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 24393 23918 95 220 0 24170 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 97572

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=935488/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=105896 CPUtime=402.13
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 26024 0 0 0 40186 27 0 0 25 0 1 0 332179289 108437504 25909 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 26474 25909 95 220 0 26251 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 105896

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=928192/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=114336 CPUtime=462.1
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 27811 0 0 0 46182 28 0 0 25 0 1 0 332179289 117080064 27696 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 28584 27696 95 220 0 28361 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 114336

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=922368/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=118552 CPUtime=522.08
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 29285 0 0 0 52178 30 0 0 25 0 1 0 332179289 121397248 29170 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 29638 29170 95 220 0 29415 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 118552

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=915328/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=126864 CPUtime=582.06
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 31017 0 0 0 58174 32 0 0 25 0 1 0 332179289 129908736 30902 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 31716 30902 95 220 0 31493 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 126864

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=904128/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=136976 CPUtime=642.03
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 33892 0 0 0 64169 34 0 0 25 0 1 0 332179289 140263424 33777 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 34244 33777 95 220 0 34021 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 136976

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=884672/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=155960 CPUtime=702.02
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 38720 0 0 0 70164 38 0 0 25 0 1 0 332179289 159703040 38605 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 38990 38605 95 220 0 38767 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 155960

[startup+762.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=867840/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=172660 CPUtime=761.99
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 42860 0 0 0 76158 41 0 0 25 0 1 0 332179289 176803840 42745 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536980 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 43165 42745 95 220 0 42942 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 172660

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=849536/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=192556 CPUtime=821.96
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 47487 0 0 0 82152 44 0 0 25 0 1 0 332179289 197177344 47372 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531413 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 48139 47372 95 220 0 47916 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 192556

[startup+882.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=834496/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=209232 CPUtime=881.94
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 51195 0 0 0 88146 48 0 0 25 0 1 0 332179289 214253568 51080 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 52308 51080 95 220 0 52085 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 209232

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=819648/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=221268 CPUtime=941.92
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 54944 0 0 0 94141 51 0 0 25 0 1 0 332179289 226578432 54829 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 55317 54829 95 220 0 55094 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 221268

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=804224/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=238012 CPUtime=1001.89
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 58766 0 0 0 100134 55 0 0 25 0 1 0 332179289 243724288 58651 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 59503 58651 95 220 0 59280 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 238012

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=790528/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=250956 CPUtime=1061.87
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 62226 0 0 0 106129 58 0 0 25 0 1 0 332179289 256978944 62111 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 62739 62111 95 220 0 62516 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 250956

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=778304/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=263672 CPUtime=1121.84
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 65228 0 0 0 112124 60 0 0 25 0 1 0 332179289 270000128 65113 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 65918 65113 95 220 0 65695 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 263672

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=778304/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=263672 CPUtime=1181.82
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 65228 0 0 0 118122 60 0 0 25 0 1 0 332179289 270000128 65113 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 65918 65113 95 220 0 65695 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 263672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15996
/proc/meminfo: memFree=778304/2055920 swapFree=4183136/4192956
[pid=15995] ppid=15993 vsize=263672 CPUtime=1200.02
/proc/15995/stat : 15995 (sat7_bin) R 15993 15995 15652 0 -1 4194304 65229 0 0 0 119942 60 0 0 25 0 1 0 332179289 270000128 65114 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15995/statm: 65918 65114 95 220 0 65695 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 263672

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.55
CPU time (s): 1200.07
CPU user time (s): 1199.42
CPU system time (s): 0.649901
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 263672

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

runsolver used 0.837872 second user time and 2.45263 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Mar  5 19:16:55 UTC 2007

IDJOB= 328729
IDBENCH= 20523
IDSOLVER= 101
FILE ID= node71/328729-1173122215

PBS_JOBID= 4015170

Free space on /tmp= 66502 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= /tmp/evaluation/328729-1173122215/sat7_bin /tmp/evaluation/328729-1173122215/instance-328729-1173122215.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-328729-1173122215 -o ROOT/results/node71/solver-328729-1173122215 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328729-1173122215/sat7_bin /tmp/evaluation/328729-1173122215/instance-328729-1173122215.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  8a76c8add64173ae39149aae572a02d9

RANDOM SEED= 914590431

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1039640 kB
Buffers:         41044 kB
Cached:         882432 kB
SwapCached:       3840 kB
Active:         147280 kB
Inactive:       785744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039640 kB
SwapTotal:     4192956 kB
SwapFree:      4183136 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            69276 kB
Committed_AS:   896972 kB
PageTables:       1448 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= 66502 MiB

End job on node71 on Mon Mar  5 19:36:57 UTC 2007