Trace number 332661

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
CMUSAT 2007-02-08? (TO) 1200.18 1200.6

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
sat-grid-pbl-0200.sat05-1339.reshuffled-07.cnf
MD5SUM0b356767f83a803ddf362cecd03688e1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables40200
Number of clauses79801
Sum of the clauses size318798
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2200
Number of clauses of size 30
Number of clauses of size 479599
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  40200                                                |
0.19/0.29	c |  Number of clauses:    79801                                                |

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/node12/watcher-332661-1173485220 -o ROOT/results/node12/solver-332661-1173485220 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332661-1173485220/cmusat /tmp/evaluation/332661-1173485220/instance-332661-1173485220.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.92 0.98 0.99 3/77 17405
/proc/meminfo: memFree=1713208/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=2936 CPUtime=0
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 582 0 0 0 0 0 0 0 18 0 1 0 368476534 3006464 565 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092007 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 734 566 95 243 0 488 0

[startup+0.082742 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17405
/proc/meminfo: memFree=1713208/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=8276 CPUtime=0.07
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 1887 0 0 0 7 0 0 0 18 0 1 0 368476534 8474624 1843 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 2069 1843 96 243 0 1823 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8276

[startup+0.101745 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17405
/proc/meminfo: memFree=1713208/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=8868 CPUtime=0.09
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 2022 0 0 0 9 0 0 0 18 0 1 0 368476534 9080832 1978 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531719 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 2217 1978 96 243 0 1971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8868

[startup+0.30178 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17405
/proc/meminfo: memFree=1713208/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=12300 CPUtime=0.29
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 2895 0 0 0 28 1 0 0 19 0 1 0 368476534 12595200 2851 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 3075 2851 108 243 0 2829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12300

[startup+0.701852 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17405
/proc/meminfo: memFree=1713208/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=7932 CPUtime=0.69
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 4535 0 0 0 67 2 0 0 23 0 1 0 368476534 8122368 1492 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134594060 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 1983 1492 113 243 0 1737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7932

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1700976/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=16128 CPUtime=1.49
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 6825 0 0 0 146 3 0 0 25 0 1 0 368476534 16515072 3158 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134592368 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 4032 3158 119 243 0 3786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16128

[startup+3.10128 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1700848/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=16392 CPUtime=3.09
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 6998 0 0 0 306 3 0 0 25 0 1 0 368476534 16785408 3331 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 4098 3331 119 243 0 3852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16392

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1697200/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=18848 CPUtime=6.29
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 7944 0 0 0 625 4 0 0 25 0 1 0 368476534 19300352 4064 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134593592 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 4712 4064 119 243 0 4466 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18848

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1693744/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=21856 CPUtime=12.69
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 9471 0 0 0 1265 4 0 0 25 0 1 0 368476534 22380544 4918 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 5464 4918 119 243 0 5218 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21856

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1687920/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=27028 CPUtime=25.48
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 12200 0 0 0 2542 6 0 0 25 0 1 0 368476534 27676672 6369 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 6757 6369 119 243 0 6511 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27028

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1672304/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=46272 CPUtime=51.07
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 18651 0 0 0 5098 9 0 0 25 0 1 0 368476534 47382528 10294 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134591569 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 11568 10294 119 243 0 11322 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46272

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1644848/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=71516 CPUtime=102.25
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 28122 0 0 0 10211 14 0 0 25 0 1 0 368476534 73232384 17104 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134591303 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 17879 17104 119 243 0 17633 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 71516

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1615024/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=108976 CPUtime=162.23
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 39902 0 0 0 16203 20 0 0 25 0 1 0 368476534 111591424 24617 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 27244 24617 119 243 0 26998 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 108976

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1603440/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=119584 CPUtime=222.22
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 44910 0 0 0 22198 24 0 0 25 0 1 0 368476534 122454016 27418 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589521 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 29896 27418 119 243 0 29650 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 119584

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1572400/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=148688 CPUtime=282.19
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 54440 0 0 0 28189 30 0 0 25 0 1 0 368476534 152256512 35168 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 37172 35168 119 243 0 36926 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 148688

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1559856/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=161268 CPUtime=342.17
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 58558 0 0 0 34184 33 0 0 25 0 1 0 368476534 165138432 38285 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 40317 38285 119 243 0 40071 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 161268

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1539056/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=181872 CPUtime=402.15
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 65351 0 0 0 40177 38 0 0 25 0 1 0 368476534 186236928 43702 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 45468 43702 119 243 0 45222 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 181872

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1476272/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=262036 CPUtime=462.12
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 87047 0 0 0 46166 46 0 0 25 0 1 0 368476534 268324864 59169 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 65509 59169 119 243 0 65263 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 262036

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1441968/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=293632 CPUtime=522.1
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 98239 0 0 0 52157 53 0 0 25 0 1 0 368476534 300679168 67696 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134581190 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 73408 67696 119 243 0 73162 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 293632

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1420016/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=314220 CPUtime=582.08
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 105233 0 0 0 58150 58 0 0 25 0 1 0 368476534 321761280 73177 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 78555 73177 119 243 0 78309 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 314220

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1409648/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=323304 CPUtime=642.07
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 109456 0 0 0 64146 61 0 0 25 0 1 0 368476534 331063296 75747 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 80826 75747 119 243 0 80580 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 323304

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1405040/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=329668 CPUtime=702.04
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 110860 0 0 0 70142 62 0 0 25 0 1 0 368476534 337580032 76921 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 82417 76921 119 243 0 82171 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 329668

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1398896/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=334212 CPUtime=762.02
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 114324 0 0 0 76138 64 0 0 25 0 1 0 368476534 342233088 78427 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 83553 78427 119 243 0 83307 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 334212

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1394544/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=338040 CPUtime=822
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 115447 0 0 0 82134 66 0 0 25 0 1 0 368476534 346152960 79550 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590279 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 84510 79550 119 243 0 84264 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 338040

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1366896/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=365396 CPUtime=881.98
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 124443 0 0 0 88126 72 0 0 25 0 1 0 368476534 374165504 86556 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 91349 86556 119 243 0 91103 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 365396

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1333872/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=399504 CPUtime=941.96
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 132765 0 0 0 94117 79 0 0 25 0 1 0 368476534 409092096 94779 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134592868 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 99876 94779 119 243 0 99630 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 399504

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1298800/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=431264 CPUtime=1001.94
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 143588 0 0 0 100106 88 0 0 25 0 1 0 368476534 441614336 103429 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 107816 103429 119 243 0 107570 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 431264

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1295344/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=435424 CPUtime=1061.91
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 144696 0 0 0 106102 89 0 0 25 0 1 0 368476534 445874176 104273 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 108856 104273 119 243 0 108610 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 435424

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1292272/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=438876 CPUtime=1121.89
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 145940 0 0 0 112099 90 0 0 25 0 1 0 368476534 449409024 105057 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 109719 105057 119 243 0 109473 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 438876

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1097392/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=670372 CPUtime=1181.87
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 206822 0 0 0 118072 115 0 0 25 0 1 0 368476534 686460928 153627 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 167593 153627 119 243 0 167347 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 670372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17406
/proc/meminfo: memFree=1097456/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=670372 CPUtime=1200.07
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 206830 0 0 0 119892 115 0 0 25 0 1 0 368476534 686460928 153635 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134936157 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 167593 153635 119 243 0 167347 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 670372

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.98 0.99 2/78 17406
/proc/meminfo: memFree=1097456/2055920 swapFree=4156588/4192956
[pid=17405] ppid=17403 vsize=670372 CPUtime=1200.07
/proc/17405/stat : 17405 (cmusat) R 17403 17405 16172 0 -1 4194304 206830 0 0 0 119892 115 0 0 25 0 1 0 368476534 686460928 153635 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134936157 0 0 4096 35 0 0 0 17 1 0 0
/proc/17405/statm: 167593 153635 119 243 0 167347 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 670372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.18
CPU user time (s): 1198.92
CPU system time (s): 1.25381
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 670372

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

runsolver used 1.46978 second user time and 2.90056 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Mar 10 00:07:01 UTC 2007

IDJOB= 332661
IDBENCH= 24585
IDSOLVER= 121
FILE ID= node12/332661-1173485220

PBS_JOBID= 4101081

Free space on /tmp= 66400 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/sat-grid-pbl-0200.sat05-1339.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332661-1173485220/cmusat /tmp/evaluation/332661-1173485220/instance-332661-1173485220.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-332661-1173485220 -o ROOT/results/node12/solver-332661-1173485220 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332661-1173485220/cmusat /tmp/evaluation/332661-1173485220/instance-332661-1173485220.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  0b356767f83a803ddf362cecd03688e1

RANDOM SEED= 495218525

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1713744 kB
Buffers:         38480 kB
Cached:         230192 kB
SwapCached:      15228 kB
Active:         174164 kB
Inactive:       117912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713744 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:          29820 kB
Slab:            35788 kB
Committed_AS:  1614180 kB
PageTables:       1692 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= 66400 MiB

End job on node12 on Sat Mar 10 00:27:03 UTC 2007