Trace number 329275

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.15 1200.46

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
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 variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data (download as text)

0.69/0.79	c Starting solver ...
0.79/0.87	c Restarting after 102 conflicts
0.89/0.97	c Restarting after 253 conflicts
1.00/1.07	c Restarting after 478 conflicts
1.10/1.16	c Restarting after 816 conflicts
1.29/1.34	c Restarting after 1323 conflicts
1.39/1.49	c Restarting after 2083 conflicts
1.99/2.03	c Restarting after 3222 conflicts
2.49/2.50	c Restarting after 4930 conflicts
4.69/4.76	c Restarting after 7493 conflicts
6.60/6.60	c Restarting after 11338 conflicts
7.79/7.86	c Restarting after 17105 conflicts
44.77/44.81	c Restarting after 25755 conflicts
78.06/78.16	c Restarting after 38729 conflicts
116.25/116.32	c Restarting after 58190 conflicts
203.23/203.39	c Restarting after 87383 conflicts
267.81/267.95	c Restarting after 131173 conflicts
488.16/488.36	c Restarting after 196857 conflicts
1182.10/1182.43	c Restarting after 295384 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/node14/watcher-329275-1173136593 -o ROOT/results/node14/solver-329275-1173136593 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329275-1173136593/sat7_bin /tmp/evaluation/329275-1173136593/instance-329275-1173136593.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 1.00 3/77 29420
/proc/meminfo: memFree=1795576/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=1064 CPUtime=0
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 333613784 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 266 90 77 220 0 43 0

[startup+0.093842 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29420
/proc/meminfo: memFree=1795576/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=7644 CPUtime=0.09
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 1655 0 0 0 8 1 0 0 18 0 1 0 333613784 7827456 1638 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 1911 1638 88 220 0 1688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7644

[startup+0.101842 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29420
/proc/meminfo: memFree=1795576/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=7644 CPUtime=0.09
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 1675 0 0 0 8 1 0 0 18 0 1 0 333613784 7827456 1658 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 1911 1658 88 220 0 1688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7644

[startup+0.30186 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29420
/proc/meminfo: memFree=1795576/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=11744 CPUtime=0.29
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 2176 0 0 0 28 1 0 0 19 0 1 0 333613784 12025856 2159 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 2936 2159 88 220 0 2713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11744

[startup+0.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29420
/proc/meminfo: memFree=1795576/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=15976 CPUtime=0.69
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 3128 0 0 0 68 1 0 0 23 0 1 0 333613784 16359424 3111 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 3994 3111 88 220 0 3771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15976

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1779568/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=21196 CPUtime=1.49
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 4316 0 0 0 147 2 0 0 25 0 1 0 333613784 21704704 4201 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 5299 4201 95 220 0 5076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21196

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1778544/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=21196 CPUtime=3.09
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 4516 0 0 0 307 2 0 0 25 0 1 0 333613784 21704704 4401 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 5299 4401 95 220 0 5076 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21196

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1777264/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=21196 CPUtime=6.29
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 4836 0 0 0 626 3 0 0 25 0 1 0 333613784 21704704 4721 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538403 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 5299 4721 95 220 0 5076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21196

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1773808/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=25700 CPUtime=12.69
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 5631 0 0 0 1266 3 0 0 25 0 1 0 333613784 26316800 5516 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 6425 5516 95 220 0 6202 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25700

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1768560/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=30972 CPUtime=25.49
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 6903 0 0 0 2545 4 0 0 25 0 1 0 333613784 31715328 6788 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 7743 6788 95 220 0 7520 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30972

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1760112/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=39628 CPUtime=51.07
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 9056 0 0 0 5100 7 0 0 25 0 1 0 333613784 40579072 8941 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 9907 8941 95 220 0 9684 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39628

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1746736/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=52308 CPUtime=102.26
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 12351 0 0 0 10215 11 0 0 25 0 1 0 333613784 53563392 12236 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 13077 12236 95 220 0 12854 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52308

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1736624/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=60936 CPUtime=162.24
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 14882 0 0 0 16210 14 0 0 25 0 1 0 333613784 62398464 14767 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532573 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 15234 14767 95 220 0 15011 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60936

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1725552/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=73956 CPUtime=222.22
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 17632 0 0 0 22205 17 0 0 25 0 1 0 333613784 75730944 17517 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 18489 17517 95 220 0 18266 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 73956

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1707952/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=91364 CPUtime=282.22
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 22041 0 0 0 28199 23 0 0 25 0 1 0 333613784 93556736 21926 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531590 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 22841 21926 95 220 0 22618 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 91364

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1691504/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=108948 CPUtime=342.2
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 26108 0 0 0 34193 27 0 0 25 0 1 0 333613784 111562752 25993 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 27237 25993 95 220 0 27014 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108948

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1679024/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=121584 CPUtime=402.18
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 29245 0 0 0 40188 30 0 0 25 0 1 0 333613784 124502016 29130 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 30396 29130 95 220 0 30173 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 121584

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1663088/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=136484 CPUtime=462.16
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 33190 0 0 0 46182 34 0 0 25 0 1 0 333613784 139759616 33075 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 34121 33075 95 220 0 33898 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 136484

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1650992/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=149464 CPUtime=522.15
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 36222 0 0 0 52177 38 0 0 25 0 1 0 333613784 153051136 36107 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 37366 36107 95 220 0 37143 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 149464

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1643120/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=153792 CPUtime=582.14
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 38169 0 0 0 58173 41 0 0 25 0 1 0 333613784 157483008 38054 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 38448 38054 95 220 0 38225 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 153792

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1629360/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=170644 CPUtime=642.13
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 41601 0 0 0 64167 46 0 0 25 0 1 0 333613784 174739456 41486 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 42661 41486 95 220 0 42438 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 170644

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1610160/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=187748 CPUtime=702.1
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 46435 0 0 0 70160 50 0 0 25 0 1 0 333613784 192253952 46320 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 46937 46320 95 220 0 46714 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 187748

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1590064/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=207572 CPUtime=762.1
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 51397 0 0 0 76155 55 0 0 25 0 1 0 333613784 212553728 51282 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 51893 51282 95 220 0 51670 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 207572

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1574320/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=226104 CPUtime=822.08
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 55359 0 0 0 82150 58 0 0 25 0 1 0 333613784 231530496 55244 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 56526 55244 95 220 0 56303 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 226104

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1559408/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=237508 CPUtime=882.06
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 59072 0 0 0 88145 61 0 0 25 0 1 0 333613784 243208192 58957 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533344 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 59377 58957 95 220 0 59154 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 237508

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29421
/proc/meminfo: memFree=1542832/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=256916 CPUtime=942.05
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 63231 0 0 0 94139 66 0 0 25 0 1 0 333613784 263081984 63116 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538943 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 64229 63116 95 220 0 64006 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 256916

[startup+1002.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 29421
/proc/meminfo: memFree=1527664/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=271968 CPUtime=1002.04
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 66990 0 0 0 100134 70 0 0 25 0 1 0 333613784 278495232 66875 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 67992 66875 95 220 0 67769 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 271968

[startup+1062.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 29421
/proc/meminfo: memFree=1511472/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=285912 CPUtime=1062.02
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 71077 0 0 0 106128 74 0 0 25 0 1 0 333613784 292773888 70962 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 71478 70962 95 220 0 71255 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 285912

[startup+1122.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/78 29421
/proc/meminfo: memFree=1497968/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=300056 CPUtime=1122.01
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 74390 0 0 0 112123 78 0 0 25 0 1 0 333613784 307257344 74275 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 75014 74275 95 220 0 74791 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 300056

[startup+1182.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/78 29421
/proc/meminfo: memFree=1484848/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=313352 CPUtime=1181.99
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 77731 0 0 0 118117 82 0 0 25 0 1 0 333613784 320872448 77616 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 78338 77616 95 220 0 78115 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 313352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 29421
/proc/meminfo: memFree=1480112/2055920 swapFree=4172616/4192956
[pid=29420] ppid=29418 vsize=317868 CPUtime=1200.09
/proc/29420/stat : 29420 (sat7_bin) R 29418 29420 29013 0 -1 4194304 78826 0 0 0 119926 83 0 0 25 0 1 0 333613784 325496832 78711 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29420/statm: 79467 78711 95 220 0 79244 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 317868

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.46
CPU time (s): 1200.15
CPU user time (s): 1199.27
CPU system time (s): 0.885865
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 317868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.27
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78826
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= 8
involuntary context switches= 26191

runsolver used 1.41678 second user time and 2.95555 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Mar  5 23:16:34 UTC 2007

IDJOB= 329275
IDBENCH= 20536
IDSOLVER= 101
FILE ID= node14/329275-1173136593

PBS_JOBID= 4014963

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  cf1b8194ff6d413d396ac9e26bb031ef

RANDOM SEED= 529684612

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1795984 kB
Buffers:         35336 kB
Cached:         138472 kB
SwapCached:       2448 kB
Active:          92920 kB
Inactive:       117612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795984 kB
SwapTotal:     4192956 kB
SwapFree:      4172616 kB
Dirty:            5628 kB
Writeback:           0 kB
Mapped:          44744 kB
Slab:            34968 kB
Committed_AS:  1185260 kB
PageTables:       1736 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= 66546 MiB

End job on node14 on Mon Mar  5 23:36:36 UTC 2007