Trace number 330367

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.06 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
MD5SUMe2ce53da4f00ba19b35d5b71c6e657f7
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 variables70924
Number of clauses294099
Sum of the clauses size752291
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2207955
Number of clauses of size 354916
Number of clauses of size 410434
Number of clauses of size 55929
Number of clauses of size over 512793

Solver Data (download as text)

1.19/1.28	c Starting solver ...
1.49/1.54	c Restarting after 101 conflicts
1.69/1.75	c Restarting after 251 conflicts
1.99/2.00	c Restarting after 477 conflicts
2.29/2.31	c Restarting after 814 conflicts
2.49/2.51	c Restarting after 1321 conflicts
3.09/3.10	c Restarting after 2080 conflicts
3.69/3.74	c Restarting after 3219 conflicts
4.99/5.00	c Restarting after 4927 conflicts
6.49/6.58	c Restarting after 7489 conflicts
8.99/9.08	c Restarting after 11334 conflicts
14.19/14.28	c Restarting after 17100 conflicts
23.09/23.17	c Restarting after 25751 conflicts
40.98/41.04	c Restarting after 38726 conflicts
95.77/95.90	c Restarting after 58188 conflicts
218.32/218.44	c Restarting after 87380 conflicts
345.58/345.79	c Restarting after 131170 conflicts
710.48/710.71	c Restarting after 196854 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/node11/watcher-330367-1173163406 -o ROOT/results/node11/solver-330367-1173163406 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330367-1173163406/sat7_bin /tmp/evaluation/330367-1173163406/instance-330367-1173163406.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.99 0.97 0.98 3/77 15822
/proc/meminfo: memFree=1858112/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=1064 CPUtime=0
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 336295246 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 266 90 77 220 0 43 0

[startup+0.0298701 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 15822
/proc/meminfo: memFree=1858112/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=3676 CPUtime=0.02
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 696 0 0 0 2 0 0 0 18 0 1 0 336295246 3764224 679 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 919 682 88 220 0 696 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3676

[startup+0.101877 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 15822
/proc/meminfo: memFree=1858112/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=12768 CPUtime=0.09
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 2192 0 0 0 8 1 0 0 18 0 1 0 336295246 13074432 2175 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 3192 2175 88 220 0 2969 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12768

[startup+0.301902 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 15822
/proc/meminfo: memFree=1858112/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=12900 CPUtime=0.29
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 2574 0 0 0 28 1 0 0 19 0 1 0 336295246 13209600 2557 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 3225 2557 88 220 0 3002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12900

[startup+0.701948 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 15822
/proc/meminfo: memFree=1858112/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=17000 CPUtime=0.69
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 3398 0 0 0 68 1 0 0 23 0 1 0 336295246 17408000 3381 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 4250 3381 88 220 0 4027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17000

[startup+1.50104 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15823
/proc/meminfo: memFree=1842808/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=22480 CPUtime=1.49
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 5502 0 0 0 146 3 0 0 25 0 1 0 336295246 23019520 5390 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 5620 5390 93 220 0 5397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22480

[startup+3.10123 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15823
/proc/meminfo: memFree=1836088/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=26580 CPUtime=3.09
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 5744 0 0 0 306 3 0 0 25 0 1 0 336295246 27217920 5632 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 6645 5632 95 220 0 6422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26580

[startup+6.30161 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15823
/proc/meminfo: memFree=1835000/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=26580 CPUtime=6.29
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 5944 0 0 0 625 4 0 0 25 0 1 0 336295246 27217920 5832 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 6645 5832 95 220 0 6422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26580

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15823
/proc/meminfo: memFree=1833400/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=27092 CPUtime=12.68
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 6467 0 0 0 1264 4 0 0 25 0 1 0 336295246 27742208 6226 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558912 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 6773 6226 95 220 0 6550 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27092

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1830456/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=31192 CPUtime=25.48
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 7181 0 0 0 2543 5 0 0 25 0 1 0 336295246 31940608 6940 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 7798 6940 95 220 0 7575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31192

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1825976/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=35292 CPUtime=51.08
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 8315 0 0 0 5101 7 0 0 25 0 1 0 336295246 36139008 8074 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 8823 8074 95 220 0 8600 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35292

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1817656/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=43716 CPUtime=102.27
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 10363 0 0 0 10217 10 0 0 25 0 1 0 336295246 44765184 10122 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029312 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 10929 10122 95 220 0 10706 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43716

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1808120/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=52100 CPUtime=162.24
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 12751 0 0 0 16211 13 0 0 25 0 1 0 336295246 53350400 12510 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 13025 12510 95 220 0 12802 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52100

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1797816/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=64656 CPUtime=222.22
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 15292 0 0 0 22205 17 0 0 25 0 1 0 336295246 66207744 15051 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532623 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 16164 15051 95 220 0 15941 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 64656

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1788280/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=73288 CPUtime=282.21
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 17689 0 0 0 28200 21 0 0 25 0 1 0 336295246 75046912 17448 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 18322 17448 95 220 0 18099 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 73288

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1779000/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=81752 CPUtime=342.19
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 19968 0 0 0 34195 24 0 0 25 0 1 0 336295246 83714048 19727 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525844 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 20438 19727 95 220 0 20215 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 81752

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1771256/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=90168 CPUtime=402.17
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 21916 0 0 0 40190 27 0 0 25 0 1 0 336295246 92332032 21675 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 22542 21675 95 220 0 22319 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 90168

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1763448/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=98840 CPUtime=462.15
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 23840 0 0 0 46185 30 0 0 25 0 1 0 336295246 101212160 23599 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 24710 23599 95 220 0 24487 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 98840

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1756088/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=107040 CPUtime=522.14
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 25686 0 0 0 52181 33 0 0 25 0 1 0 336295246 109608960 25445 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 26760 25445 95 220 0 26537 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 107040

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1748984/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=111268 CPUtime=582.12
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 27443 0 0 0 58177 35 0 0 25 0 1 0 336295246 113938432 27202 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579381 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 27817 27202 95 220 0 27594 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 111268

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1741624/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=119924 CPUtime=642.1
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 29243 0 0 0 64173 37 0 0 25 0 1 0 336295246 122802176 29002 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134565491 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 29981 29002 95 220 0 29758 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 119924

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1733752/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=128268 CPUtime=702.09
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 31224 0 0 0 70169 40 0 0 25 0 1 0 336295246 131346432 30983 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 32067 30983 95 220 0 31844 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 128268

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1726648/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=132612 CPUtime=762.07
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 32959 0 0 0 76166 41 0 0 25 0 1 0 336295246 135794688 32718 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 33153 32718 95 220 0 32930 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 132612

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1720376/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=140912 CPUtime=822.05
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 34526 0 0 0 82161 44 0 0 25 0 1 0 336295246 144293888 34285 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525829 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 35228 34285 95 220 0 35005 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 140912

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1714808/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=145076 CPUtime=882.03
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 35895 0 0 0 88157 46 0 0 25 0 1 0 336295246 148557824 35654 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 36269 35654 95 220 0 36046 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 145076

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1708728/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=153580 CPUtime=942.01
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 37404 0 0 0 94153 48 0 0 25 0 1 0 336295246 157265920 37163 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 38395 37163 95 220 0 38172 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 153580

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 15825
/proc/meminfo: memFree=1701496/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=157680 CPUtime=1002
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 39198 0 0 0 100149 51 0 0 25 0 1 0 336295246 161464320 38957 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 39420 38957 95 220 0 39197 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 157680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 15891
/proc/meminfo: memFree=1693176/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=165980 CPUtime=1061.95
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 40937 0 0 0 106142 53 0 0 25 0 1 0 336295246 169963520 40696 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 41495 40696 95 220 0 41272 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 165980

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 15993
/proc/meminfo: memFree=1686592/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=174180 CPUtime=1121.86
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 42566 0 0 0 112132 54 0 0 25 0 1 0 336295246 178360320 42325 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 43545 42325 95 220 0 43322 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 174180

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16023
/proc/meminfo: memFree=1681528/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=178348 CPUtime=1181.82
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 44096 0 0 0 118126 56 0 0 25 0 1 0 336295246 182628352 43855 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134578894 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 44587 43855 95 220 0 44364 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 178348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16023
/proc/meminfo: memFree=1679480/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=182448 CPUtime=1200.02
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 44582 0 0 0 119945 57 0 0 25 0 1 0 336295246 186826752 44341 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525743 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 45612 44341 95 220 0 45389 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 182448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16023
/proc/meminfo: memFree=1679480/2055920 swapFree=4169972/4192956
[pid=15822] ppid=15820 vsize=182448 CPUtime=1200.02
/proc/15822/stat : 15822 (sat7_bin) R 15820 15822 15671 0 -1 4194304 44582 0 0 0 119945 57 0 0 25 0 1 0 336295246 186826752 44341 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525743 0 0 4096 0 0 0 0 17 1 0 0
/proc/15822/statm: 45612 44341 95 220 0 45389 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 182448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.06
CPU user time (s): 1199.46
CPU system time (s): 0.604908
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 182448

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

runsolver used 1.38679 second user time and 2.98955 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Mar  6 06:43:27 UTC 2007

IDJOB= 330367
IDBENCH= 20562
IDSOLVER= 101
FILE ID= node11/330367-1173163406

PBS_JOBID= 4015012

Free space on /tmp= 66501 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
COMMAND LINE= /tmp/evaluation/330367-1173163406/sat7_bin /tmp/evaluation/330367-1173163406/instance-330367-1173163406.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-330367-1173163406 -o ROOT/results/node11/solver-330367-1173163406 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330367-1173163406/sat7_bin /tmp/evaluation/330367-1173163406/instance-330367-1173163406.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  e2ce53da4f00ba19b35d5b71c6e657f7

RANDOM SEED= 698157681

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1858520 kB
Buffers:         17172 kB
Cached:         101076 kB
SwapCached:       2180 kB
Active:          49180 kB
Inactive:        91776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858520 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            7904 kB
Writeback:           0 kB
Mapped:          30740 kB
Slab:            42024 kB
Committed_AS:  1118840 kB
PageTables:       1756 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= 66501 MiB

End job on node11 on Tue Mar  6 07:03:30 UTC 2007