Trace number 339003

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.11 1200.64

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted 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 variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  18450                                                |
0.29/0.30	c |  Number of clauses:    200640                                               |

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/node66/watcher-339003-1173696493 -o ROOT/results/node66/solver-339003-1173696493 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339003-1173696493/cmusat /tmp/evaluation/339003-1173696493/instance-339003-1173696493.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.91 0.95 0.97 3/64 11677
/proc/meminfo: memFree=1792976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=2936 CPUtime=0
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 389606890 3006464 559 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134525945 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 734 561 95 243 0 488 0

[startup+0.071073 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11677
/proc/meminfo: memFree=1792976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=6984 CPUtime=0.06
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 1491 0 0 0 6 0 0 0 18 0 1 0 389606890 7151616 1457 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 1746 1458 96 243 0 1500 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6984

[startup+0.101078 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11677
/proc/meminfo: memFree=1792976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=7936 CPUtime=0.09
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 1726 0 0 0 9 0 0 0 18 0 1 0 389606890 8126464 1692 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 1984 1692 96 243 0 1738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7936

[startup+0.301118 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11677
/proc/meminfo: memFree=1792976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=13572 CPUtime=0.29
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 3062 0 0 0 28 1 0 0 19 0 1 0 389606890 13897728 3028 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 3393 3028 96 243 0 3147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13572

[startup+0.701198 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11677
/proc/meminfo: memFree=1792976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=13700 CPUtime=0.69
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 3103 0 0 0 68 1 0 0 22 0 1 0 389606890 14028800 3069 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134547041 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 3425 3069 108 243 0 3179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13700

[startup+1.50236 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 11678
/proc/meminfo: memFree=1778824/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=16852 CPUtime=1.49
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 5073 0 0 0 146 3 0 0 25 0 1 0 389606890 17256448 3448 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 4213 3448 119 243 0 3967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16852

[startup+3.10168 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 11678
/proc/meminfo: memFree=1779464/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=19096 CPUtime=3.09
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 5660 0 0 0 306 3 0 0 25 0 1 0 389606890 19554304 4035 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 4774 4035 119 243 0 4528 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19096

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 11678
/proc/meminfo: memFree=1771336/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=26224 CPUtime=6.29
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 7496 0 0 0 624 5 0 0 25 0 1 0 389606890 26853376 5871 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 6556 5871 119 243 0 6310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26224

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 11678
/proc/meminfo: memFree=1760912/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=36256 CPUtime=12.68
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 10092 0 0 0 1262 6 0 0 25 0 1 0 389606890 37126144 8467 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 9064 8467 119 243 0 8818 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36256

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 11678
/proc/meminfo: memFree=1745808/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=49452 CPUtime=25.48
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 13743 0 0 0 2540 8 0 0 25 0 1 0 389606890 50638848 11830 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 12363 11830 119 243 0 12117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49452

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 11678
/proc/meminfo: memFree=1741008/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=54000 CPUtime=51.07
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 15532 0 0 0 5098 9 0 0 25 0 1 0 389606890 55296000 13016 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 13500 13016 119 243 0 13254 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54000

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 11678
/proc/meminfo: memFree=1737552/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=57372 CPUtime=102.25
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 17047 0 0 0 10215 10 0 0 25 0 1 0 389606890 58748928 13900 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 14343 13900 119 243 0 14097 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57372

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1719056/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=76616 CPUtime=162.23
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 22249 0 0 0 16207 16 0 0 25 0 1 0 389606890 78454784 18773 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 19154 18773 119 243 0 18908 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 76616

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1704784/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=89688 CPUtime=222.21
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 26275 0 0 0 22202 19 0 0 25 0 1 0 389606890 91840512 22104 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 22422 22104 119 243 0 22176 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 89688

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1698256/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=95748 CPUtime=282.19
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 28615 0 0 0 28198 21 0 0 25 0 1 0 389606890 98045952 23680 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589578 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 23937 23680 119 243 0 23691 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 95748

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1689488/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=104428 CPUtime=342.16
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 31209 0 0 0 34194 22 0 0 25 0 1 0 389606890 106934272 25875 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 26107 25875 119 243 0 25861 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 104428

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1625296/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=175360 CPUtime=402.14
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 48483 0 0 0 40183 31 0 0 25 0 1 0 389606890 179568640 41880 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134594098 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 43840 41880 119 243 0 43594 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 175360

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1624912/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=175440 CPUtime=462.13
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 48989 0 0 0 46181 32 0 0 25 0 1 0 389606890 179650560 41968 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590121 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 43860 41968 119 243 0 43614 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 175440

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1624336/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=175556 CPUtime=522.1
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 49574 0 0 0 52178 32 0 0 25 0 1 0 389606890 179769344 42115 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 43889 42115 119 243 0 43643 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 175556

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1623824/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=175656 CPUtime=582.08
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 50165 0 0 0 58176 32 0 0 25 0 1 0 389606890 179871744 42239 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134580894 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 43914 42239 119 243 0 43668 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 175656

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1623760/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=175656 CPUtime=642.06
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 50174 0 0 0 64174 32 0 0 25 0 1 0 389606890 179871744 42248 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590277 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 43914 42248 119 243 0 43668 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 175656

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1613392/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=185676 CPUtime=702.04
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 53254 0 0 0 70168 36 0 0 25 0 1 0 389606890 190132224 44836 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589696 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 46419 44836 119 243 0 46173 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 185676

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11678
/proc/meminfo: memFree=1613136/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=185996 CPUtime=762.02
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 53312 0 0 0 76166 36 0 0 25 0 1 0 389606890 190459904 44894 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 46499 44894 119 243 0 46253 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 185996

[startup+822.301 s]
/proc/loadavg: 1.07 1.00 0.98 2/71 11834
/proc/meminfo: memFree=1601304/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=196212 CPUtime=821.92
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 56461 0 0 0 82153 39 0 0 25 0 1 0 389606890 200921088 47524 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590002 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49053 47524 119 243 0 48807 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 196212

[startup+882.301 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1602256/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=196356 CPUtime=881.87
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 56498 0 0 0 88148 39 0 0 25 0 1 0 389606890 201068544 47561 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49089 47561 119 243 0 48843 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 196356

[startup+942.301 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1601424/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=196996 CPUtime=941.85
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 57280 0 0 0 94145 40 0 0 25 0 1 0 389606890 201723904 47799 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49249 47799 119 243 0 49003 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 196996

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1601296/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=197188 CPUtime=1001.83
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 57323 0 0 0 100143 40 0 0 25 0 1 0 389606890 201920512 47842 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49297 47842 119 243 0 49051 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 197188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1600912/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=197512 CPUtime=1061.81
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 57401 0 0 0 106141 40 0 0 25 0 1 0 389606890 202252288 47920 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49378 47920 119 243 0 49132 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 197512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1600528/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=198100 CPUtime=1121.79
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 57491 0 0 0 112139 40 0 0 25 0 1 0 389606890 202854400 48010 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 49525 48010 119 243 0 49279 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 198100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1584976/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=213824 CPUtime=1181.76
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 61418 0 0 0 118133 43 0 0 25 0 1 0 389606890 218955776 51937 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 53456 51937 119 243 0 53210 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 213824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11876
/proc/meminfo: memFree=1580816/2055920 swapFree=4183892/4192956
[pid=11677] ppid=11675 vsize=217784 CPUtime=1200.06
/proc/11677/stat : 11677 (cmusat) R 11675 11677 11560 0 -1 4194304 62407 0 0 0 119962 44 0 0 25 0 1 0 389606890 223010816 52926 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 1 0 0
/proc/11677/statm: 54446 52926 119 243 0 54200 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 217784

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.64
CPU time (s): 1200.11
CPU user time (s): 1199.62
CPU system time (s): 0.480926
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 217784

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

runsolver used 0.791879 second user time and 2.57261 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar 12 10:48:14 UTC 2007

IDJOB= 339003
IDBENCH= 24736
IDSOLVER= 121
FILE ID= node66/339003-1173696493

PBS_JOBID= 4101758

Free space on /tmp= 66543 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339003-1173696493/cmusat /tmp/evaluation/339003-1173696493/instance-339003-1173696493.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-339003-1173696493 -o ROOT/results/node66/solver-339003-1173696493 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339003-1173696493/cmusat /tmp/evaluation/339003-1173696493/instance-339003-1173696493.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  531549e214a293ad3adf6ddff17eb882

RANDOM SEED= 372282934

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1793448 kB
Buffers:         31448 kB
Cached:         182808 kB
SwapCached:       3344 kB
Active:          92868 kB
Inactive:       131496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793448 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            5500 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            24236 kB
Committed_AS:   832008 kB
PageTables:       1376 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= 66543 MiB

End job on node66 on Mon Mar 12 11:08:16 UTC 2007