Trace number 336588

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
tinisat 2007-02-08? (TO) 1200.13 1200.69

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

0.40/0.42	c Tinisat 0.22
0.40/0.42	c solving /tmp/evaluation/336588-1173649810/instance-336588-1173649810.cnf
0.40/0.42	c 1815 variables, 301256 clauses

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/node6/watcher-336588-1173649810 -o ROOT/results/node6/solver-336588-1173649810 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336588-1173649810/tinisat /tmp/evaluation/336588-1173649810/instance-336588-1173649810.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.95 3/77 32382
/proc/meminfo: memFree=1685176/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=3076 CPUtime=0
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 384935836 3149824 81 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134611065 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 769 81 48 110 0 656 0

[startup+0.0142421 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 32382
/proc/meminfo: memFree=1685176/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=3208 CPUtime=0.01
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 149 0 0 0 1 0 0 0 18 0 1 0 384935836 3284992 134 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 802 134 48 110 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3208

[startup+0.101259 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 32382
/proc/meminfo: memFree=1685176/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=4660 CPUtime=0.09
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 627 0 0 0 9 0 0 0 18 0 1 0 384935836 4771840 612 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 1165 612 48 110 0 1052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4660

[startup+0.301298 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 32382
/proc/meminfo: memFree=1685176/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=7960 CPUtime=0.29
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 1723 0 0 0 29 0 0 0 19 0 1 0 384935836 8151040 1708 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 1990 1709 48 110 0 1877 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7960

[startup+0.701377 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 32382
/proc/meminfo: memFree=1685176/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=20180 CPUtime=0.69
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 4519 0 0 0 67 2 0 0 22 0 1 0 384935836 20664320 3913 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 5045 3913 52 110 0 4932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20180

[startup+1.50154 s]
/proc/loadavg: 0.91 0.95 0.95 2/78 32383
/proc/meminfo: memFree=1668656/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=20180 CPUtime=1.49
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 5131 0 0 0 147 2 0 0 25 0 1 0 384935836 20664320 4525 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515384 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 5045 4525 52 110 0 4932 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20180

[startup+3.10185 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 32383
/proc/meminfo: memFree=1665584/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=38876 CPUtime=3.09
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 6199 0 0 0 306 3 0 0 25 0 1 0 384935836 39809024 5593 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 9719 5593 52 110 0 9606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38876

[startup+6.30148 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 32383
/proc/meminfo: memFree=1657904/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=38876 CPUtime=6.29
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 7762 0 0 0 626 3 0 0 25 0 1 0 384935836 39809024 7156 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 9719 7156 52 110 0 9606 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38876

[startup+12.7017 s]
/proc/loadavg: 0.93 0.96 0.95 2/78 32383
/proc/meminfo: memFree=1646640/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=76268 CPUtime=12.69
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 10535 0 0 0 1264 5 0 0 25 0 1 0 384935836 78098432 9929 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 19067 9929 52 110 0 18954 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76268

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.95 2/78 32383
/proc/meminfo: memFree=1630064/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=76268 CPUtime=25.48
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 14432 0 0 0 2540 8 0 0 25 0 1 0 384935836 78098432 13826 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 19067 13826 52 110 0 18954 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76268

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.95 2/78 32383
/proc/meminfo: memFree=1604336/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=151052 CPUtime=51.07
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 20915 0 0 0 5094 13 0 0 25 0 1 0 384935836 154677248 20309 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 37763 20309 52 110 0 37650 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151052

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.95 2/78 32383
/proc/meminfo: memFree=1567920/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=154272 CPUtime=102.25
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 29865 0 0 0 10204 21 0 0 25 0 1 0 384935836 157974528 29259 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 38568 29259 52 110 0 38455 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 154272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1534128/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=156656 CPUtime=162.23
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 38418 0 0 0 16194 29 0 0 25 0 1 0 384935836 160415744 37812 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 39164 37812 52 110 0 39051 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 156656

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1498160/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=307548 CPUtime=222.2
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 47256 0 0 0 22184 36 0 0 25 0 1 0 384935836 314929152 46650 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 76887 46650 52 110 0 76774 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 307548

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1469104/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=309724 CPUtime=282.18
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 54549 0 0 0 28173 45 0 0 25 0 1 0 384935836 317157376 53943 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 77431 53943 52 110 0 77318 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 309724

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1440944/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=312972 CPUtime=342.16
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 61797 0 0 0 34165 51 0 0 25 0 1 0 384935836 320483328 60934 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 78243 60934 52 110 0 78130 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 312972

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 3/78 32383
/proc/meminfo: memFree=1424240/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=314880 CPUtime=402.14
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 65988 0 0 0 40159 55 0 0 25 0 1 0 384935836 322437120 65125 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 78720 65125 52 110 0 78607 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 314880

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1402032/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=315808 CPUtime=462.11
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 71525 0 0 0 46151 60 0 0 25 0 1 0 384935836 323387392 70662 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 78952 70662 52 110 0 78839 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 315808

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1381104/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=317392 CPUtime=522.1
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 76734 0 0 0 52143 67 0 0 25 0 1 0 384935836 325009408 75871 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 79348 75871 52 110 0 79235 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 317392

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1365424/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=617988 CPUtime=582.07
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 80644 0 0 0 58135 72 0 0 25 0 1 0 384935836 632819712 79781 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 154497 79781 52 110 0 154384 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 617988

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32383
/proc/meminfo: memFree=1348208/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=619268 CPUtime=642.06
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 84910 0 0 0 64130 76 0 0 25 0 1 0 384935836 634130432 84047 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 154817 84047 52 110 0 154704 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 619268

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/84 32521
/proc/meminfo: memFree=1333504/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=620932 CPUtime=701.96
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 88283 0 0 0 70118 78 0 0 25 0 1 0 384935836 635834368 87420 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517141 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 155233 87420 52 110 0 155120 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 620932

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1318768/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=621572 CPUtime=761.9
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 92194 0 0 0 76109 81 0 0 25 0 1 0 384935836 636489728 91331 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 155393 91331 52 110 0 155280 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 621572

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1295600/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=621892 CPUtime=821.87
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 98026 0 0 0 82101 86 0 0 25 0 1 0 384935836 636817408 97163 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 155473 97163 52 110 0 155360 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 621892

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1272496/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=622756 CPUtime=881.86
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 103759 0 0 0 88094 92 0 0 25 0 1 0 384935836 637702144 102896 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 155689 102896 52 110 0 155576 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 622756

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1252272/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=623300 CPUtime=941.83
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 108863 0 0 0 94087 96 0 0 25 0 1 0 384935836 638259200 108000 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 155825 108000 52 110 0 155712 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 623300

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1229936/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=624132 CPUtime=1001.81
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 114364 0 0 0 100079 102 0 0 25 0 1 0 384935836 639111168 113501 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 156033 113501 52 110 0 155920 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 624132

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1213040/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=625608 CPUtime=1061.79
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 118611 0 0 0 106073 106 0 0 25 0 1 0 384935836 640622592 117748 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519966 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 156402 117748 52 110 0 156289 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 625608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1195248/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=626184 CPUtime=1121.77
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 123048 0 0 0 112067 110 0 0 25 0 1 0 384935836 641212416 122185 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 156546 122185 52 110 0 156433 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 626184

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1177776/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=629012 CPUtime=1181.74
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 127931 0 0 0 118059 115 0 0 25 0 1 0 384935836 644108288 126555 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 157253 126555 52 110 0 157140 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 629012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32582
/proc/meminfo: memFree=1174960/2055924 swapFree=4156844/4192956
[pid=32382] ppid=32380 vsize=629204 CPUtime=1200.04
/proc/32382/stat : 32382 (tinisat) R 32380 32382 31584 0 -1 4194304 128599 0 0 0 119888 116 0 0 25 0 1 0 384935836 644304896 127223 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32382/statm: 157301 127223 52 110 0 157188 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 629204

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.69
CPU time (s): 1200.13
CPU user time (s): 1198.88
CPU system time (s): 1.24381
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 629204

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

runsolver used 1.38579 second user time and 2.98855 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 21:50:11 UTC 2007

IDJOB= 336588
IDBENCH= 24679
IDSOLVER= 100
FILE ID= node6/336588-1173649810

PBS_JOBID= 4101379

Free space on /tmp= 66420 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336588-1173649810/tinisat /tmp/evaluation/336588-1173649810/instance-336588-1173649810.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-336588-1173649810 -o ROOT/results/node6/solver-336588-1173649810 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336588-1173649810/tinisat /tmp/evaluation/336588-1173649810/instance-336588-1173649810.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 121887278

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1685648 kB
Buffers:         35256 kB
Cached:         244072 kB
SwapCached:       2192 kB
Active:         125596 kB
Inactive:       176420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1685648 kB
SwapTotal:     4192956 kB
SwapFree:      4156844 kB
Dirty:            5464 kB
Writeback:           0 kB
Mapped:          30768 kB
Slab:            53844 kB
Committed_AS:  1368468 kB
PageTables:       1744 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= 66420 MiB

End job on node6 on Sun Mar 11 22:10:14 UTC 2007