Trace number 336631

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT7 2007-02-08? (TO) 1200.07 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
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 variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data (download as text)

0.00/0.09	c Starting solver ...
0.09/0.10	c Restarting after 101 conflicts
0.09/0.11	c Restarting after 251 conflicts
0.09/0.12	c Restarting after 476 conflicts
0.09/0.15	c Restarting after 813 conflicts
0.09/0.19	c Restarting after 1321 conflicts
0.19/0.25	c Restarting after 2080 conflicts
0.29/0.38	c Restarting after 3220 conflicts
0.49/0.56	c Restarting after 4928 conflicts
0.90/0.91	c Restarting after 7490 conflicts
1.69/1.70	c Restarting after 11334 conflicts
3.09/3.12	c Restarting after 17100 conflicts
5.89/5.98	c Restarting after 25751 conflicts
11.69/11.71	c Restarting after 38725 conflicts
21.89/22.00	c Restarting after 58186 conflicts
38.88/38.90	c Restarting after 87378 conflicts
70.67/70.73	c Restarting after 131167 conflicts
124.26/124.37	c Restarting after 196851 conflicts
229.32/229.42	c Restarting after 295379 conflicts
385.48/385.61	c Restarting after 443169 conflicts
638.41/638.62	c Restarting after 664855 conflicts
1015.20/1015.55	c Restarting after 997381 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/node58/watcher-336631-1173650583 -o ROOT/results/node58/solver-336631-1173650583 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336631-1173650583/sat7_bin /tmp/evaluation/336631-1173650583/instance-336631-1173650583.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/64 12612
/proc/meminfo: memFree=1878056/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=1212 CPUtime=0
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 385014941 1241088 127 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134548102 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 303 127 87 220 0 80 0

[startup+0.00830492 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12612
/proc/meminfo: memFree=1878056/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=1212 CPUtime=0
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 385014941 1241088 141 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 303 141 87 220 0 80 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1212

[startup+0.101315 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12612
/proc/meminfo: memFree=1878056/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=3020 CPUtime=0.09
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 515 0 0 0 9 0 0 0 18 0 1 0 385014941 3092480 498 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 755 498 93 220 0 532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3020

[startup+0.301336 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12612
/proc/meminfo: memFree=1878056/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=5072 CPUtime=0.29
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 758 0 0 0 29 0 0 0 19 0 1 0 385014941 5193728 741 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 1268 741 95 220 0 1045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5072

[startup+0.70138 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12612
/proc/meminfo: memFree=1878056/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=5204 CPUtime=0.69
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 1134 0 0 0 69 0 0 0 22 0 1 0 385014941 5328896 1117 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 1301 1117 95 220 0 1078 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5204

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1872992/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=9568 CPUtime=1.49
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 1648 0 0 0 148 1 0 0 25 0 1 0 385014941 9797632 1631 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538403 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 2392 1631 95 220 0 2169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9568

[startup+3.10265 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1870432/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=14064 CPUtime=3.09
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 2372 0 0 0 308 1 0 0 25 0 1 0 385014941 14401536 2355 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 3516 2355 95 220 0 3293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14064

[startup+6.30199 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1866336/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=14496 CPUtime=6.29
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 3010 0 0 0 628 1 0 0 25 0 1 0 385014941 14843904 2993 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532534 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 3624 2993 95 220 0 3401 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14496

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1864168/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=15208 CPUtime=12.69
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 3510 0 0 0 1267 2 0 0 25 0 1 0 385014941 15572992 3493 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 3802 3493 95 220 0 3579 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15208

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1861352/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=19756 CPUtime=25.49
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 4218 0 0 0 2546 3 0 0 25 0 1 0 385014941 20230144 4201 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 4939 4201 95 220 0 4716 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19756

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1856360/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=25168 CPUtime=51.08
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 5449 0 0 0 5104 4 0 0 25 0 1 0 385014941 25772032 5432 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 6292 5432 95 220 0 6069 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25168

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1851496/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=31192 CPUtime=102.26
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 6630 0 0 0 10221 5 0 0 25 0 1 0 385014941 31940608 6613 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 7798 6613 95 220 0 7575 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31192

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1849000/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=33448 CPUtime=162.25
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 7255 0 0 0 16218 7 0 0 25 0 1 0 385014941 34250752 7238 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 8362 7238 95 220 0 8139 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33448

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1846760/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=34288 CPUtime=222.22
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 7795 0 0 0 22215 7 0 0 25 0 1 0 385014941 35110912 7778 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 8572 7778 95 220 0 8349 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34288

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1844328/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=39348 CPUtime=282.21
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 8383 0 0 0 28213 8 0 0 25 0 1 0 385014941 40292352 8366 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558558 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 9837 8366 95 220 0 9614 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 39348

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1843432/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=39996 CPUtime=342.19
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 8624 0 0 0 34211 8 0 0 25 0 1 0 385014941 40955904 8607 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029296 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 9999 8607 95 220 0 9776 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39996

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1841768/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=40392 CPUtime=402.18
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 9056 0 0 0 40208 10 0 0 25 0 1 0 385014941 41361408 9039 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 10098 9039 95 220 0 9875 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 40392

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1840360/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=42096 CPUtime=462.16
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 9401 0 0 0 46206 10 0 0 25 0 1 0 385014941 43106304 9384 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 10524 9384 95 220 0 10301 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42096

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1838632/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=43020 CPUtime=522.14
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 9857 0 0 0 52203 11 0 0 25 0 1 0 385014941 44052480 9840 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 10755 9840 95 220 0 10532 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 43020

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1838120/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=43020 CPUtime=582.12
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 9967 0 0 0 58201 11 0 0 25 0 1 0 385014941 44052480 9950 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 10755 9950 95 220 0 10532 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43020

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1837160/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=47780 CPUtime=642.11
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 10188 0 0 0 64200 11 0 0 25 0 1 0 385014941 48926720 10171 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 11945 10171 95 220 0 11722 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 47780

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1836392/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=48176 CPUtime=702.09
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 10387 0 0 0 70198 11 0 0 25 0 1 0 385014941 49332224 10370 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 12044 10370 95 220 0 11821 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 48176

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1835496/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=49100 CPUtime=762.07
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 10623 0 0 0 76196 11 0 0 25 0 1 0 385014941 50278400 10606 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 12275 10606 95 220 0 12052 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 49100

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1835112/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=49232 CPUtime=822.05
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 10728 0 0 0 82194 11 0 0 25 0 1 0 385014941 50413568 10711 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 12308 10711 95 220 0 12085 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 49232

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1832808/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=49496 CPUtime=882.04
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 11282 0 0 0 88192 12 0 0 25 0 1 0 385014941 50683904 11265 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 12374 11265 95 220 0 12151 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 49496

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1831848/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=53860 CPUtime=942.02
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 11543 0 0 0 94190 12 0 0 25 0 1 0 385014941 55152640 11526 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13465 11526 95 220 0 13242 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 53860

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1831528/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=53860 CPUtime=1002
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 11585 0 0 0 100188 12 0 0 25 0 1 0 385014941 55152640 11568 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13465 11568 95 220 0 13242 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 53860

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1831080/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=53860 CPUtime=1061.98
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 11712 0 0 0 106186 12 0 0 25 0 1 0 385014941 55152640 11695 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13465 11695 95 220 0 13242 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 53860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1830312/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=54520 CPUtime=1121.97
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 11878 0 0 0 112185 12 0 0 25 0 1 0 385014941 55828480 11861 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13630 11861 95 220 0 13407 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 54520

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1829800/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=54916 CPUtime=1181.95
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 12014 0 0 0 118183 12 0 0 25 0 1 0 385014941 56233984 11997 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13729 11997 95 220 0 13506 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 54916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12613
/proc/meminfo: memFree=1829672/2055920 swapFree=4170388/4192956
[pid=12612] ppid=12610 vsize=55048 CPUtime=1200.04
/proc/12612/stat : 12612 (sat7_bin) R 12610 12612 11418 0 -1 4194304 12050 0 0 0 119992 12 0 0 25 0 1 0 385014941 56369152 12033 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12612/statm: 13762 12033 95 220 0 13539 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 55048

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.93
CPU system time (s): 0.136979
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 55048

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

runsolver used 0.781881 second user time and 2.50662 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Mar 11 22:03:03 UTC 2007

IDJOB= 336631
IDBENCH= 24680
IDSOLVER= 101
FILE ID= node58/336631-1173650583

PBS_JOBID= 4101370

Free space on /tmp= 66505 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336631-1173650583/sat7_bin /tmp/evaluation/336631-1173650583/instance-336631-1173650583.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-336631-1173650583 -o ROOT/results/node58/solver-336631-1173650583 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336631-1173650583/sat7_bin /tmp/evaluation/336631-1173650583/instance-336631-1173650583.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  cd57d37a316c4dccaae3ab131e3f8090

RANDOM SEED= 878426237

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1878464 kB
Buffers:         18128 kB
Cached:         108976 kB
SwapCached:      16784 kB
Active:          71020 kB
Inactive:        79748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878464 kB
SwapTotal:     4192956 kB
SwapFree:      4170388 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          16168 kB
Slab:            12820 kB
Committed_AS:   800100 kB
PageTables:       1384 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= 66505 MiB

End job on node58 on Sun Mar 11 22:23:05 UTC 2007