Trace number 336420

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.09 1200.66

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
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 variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

Solver Data (download as text)

0.00/0.05	c Tinisat 0.22
0.00/0.05	c solving /tmp/evaluation/336420-1173646429/instance-336420-1173646429.cnf
0.00/0.05	c 730 variables, 43124 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/node71/watcher-336420-1173646429 -o ROOT/results/node71/solver-336420-1173646429 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336420-1173646429/tinisat /tmp/evaluation/336420-1173646429/instance-336420-1173646429.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.99 0.97 3/64 10246
/proc/meminfo: memFree=1908096/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=1060 CPUtime=0
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 384600675 1085440 81 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 265 81 48 110 0 152 0

[startup+0.0687431 s]
/proc/loadavg: 0.92 0.99 0.97 3/64 10246
/proc/meminfo: memFree=1908096/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=3600 CPUtime=0.06
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 713 0 0 0 6 0 0 0 18 0 1 0 384600675 3686400 611 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134607987 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 900 611 52 110 0 787 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3600

[startup+0.10275 s]
/proc/loadavg: 0.92 0.99 0.97 3/64 10246
/proc/meminfo: memFree=1908096/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=3600 CPUtime=0.09
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 764 0 0 0 9 0 0 0 18 0 1 0 384600675 3686400 662 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 900 662 52 110 0 787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3600

[startup+0.301793 s]
/proc/loadavg: 0.92 0.99 0.97 3/64 10246
/proc/meminfo: memFree=1908096/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=6208 CPUtime=0.29
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 959 0 0 0 29 0 0 0 19 0 1 0 384600675 6356992 857 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532553 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 1552 857 52 110 0 1439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6208

[startup+0.70188 s]
/proc/loadavg: 0.92 0.99 0.97 3/64 10246
/proc/meminfo: memFree=1908096/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=6208 CPUtime=0.69
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 1220 0 0 0 69 0 0 0 22 0 1 0 384600675 6356992 1118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 1552 1118 52 110 0 1439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6208

[startup+1.50105 s]
/proc/loadavg: 0.92 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1902968/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=11424 CPUtime=1.49
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 1755 0 0 0 149 0 0 0 25 0 1 0 384600675 11698176 1653 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 2856 1653 52 110 0 2743 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11424

[startup+3.1014 s]
/proc/loadavg: 0.92 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1900280/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=11556 CPUtime=3.09
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 2558 0 0 0 309 0 0 0 25 0 1 0 384600675 11833344 2456 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 2889 2456 52 110 0 2776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11556

[startup+6.30109 s]
/proc/loadavg: 0.93 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1894392/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=22648 CPUtime=6.28
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 3862 0 0 0 627 1 0 0 25 0 1 0 384600675 23191552 3760 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 5662 3760 52 110 0 5549 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22648

[startup+12.7015 s]
/proc/loadavg: 0.93 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1884344/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=45092 CPUtime=12.69
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 6361 0 0 0 1266 3 0 0 25 0 1 0 384600675 46174208 6194 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 11273 6194 52 110 0 11160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45092

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1869240/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=46424 CPUtime=25.48
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 9919 0 0 0 2542 6 0 0 25 0 1 0 384600675 47538176 9752 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532372 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 11606 9752 52 110 0 11493 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46424

[startup+51.1018 s]
/proc/loadavg: 0.96 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1849464/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=91244 CPUtime=51.07
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 14987 0 0 0 5096 11 0 0 25 0 1 0 384600675 93433856 14691 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 22811 14691 52 110 0 22698 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91244

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1822584/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=93300 CPUtime=102.26
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 21609 0 0 0 10209 17 0 0 25 0 1 0 384600675 95539200 21313 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 23325 21313 52 110 0 23212 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 93300

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1796536/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=181192 CPUtime=162.22
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 28391 0 0 0 16200 22 0 0 25 0 1 0 384600675 185540608 27838 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 45298 27838 52 110 0 45185 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 181192

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1775544/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=182848 CPUtime=222.2
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 33590 0 0 0 22194 26 0 0 25 0 1 0 384600675 187236352 33037 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 45712 33037 52 110 0 45599 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 182848

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1756280/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=185176 CPUtime=282.18
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 38417 0 0 0 28187 31 0 0 25 0 1 0 384600675 189620224 37864 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 46294 37864 52 110 0 46181 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 185176

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1740984/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=186672 CPUtime=342.16
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 42191 0 0 0 34183 33 0 0 25 0 1 0 384600675 191152128 41638 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 46668 41638 52 110 0 46555 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 186672

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10247
/proc/meminfo: memFree=1723768/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=187632 CPUtime=402.13
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 46507 0 0 0 40176 37 0 0 25 0 1 0 384600675 192135168 45954 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517119 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 46908 45954 52 110 0 46795 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 187632

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/71 10357
/proc/meminfo: memFree=1711616/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=355716 CPUtime=462.06
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 49233 0 0 0 46166 40 0 0 25 0 1 0 384600675 364253184 48680 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 88929 48680 52 110 0 88816 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 355716

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1703600/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=356556 CPUtime=522
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 51447 0 0 0 52156 44 0 0 25 0 1 0 384600675 365113344 50894 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 89139 50894 52 110 0 89026 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 356556

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1691192/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=361688 CPUtime=581.97
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 55086 0 0 0 58150 47 0 0 25 0 1 0 384600675 370368512 54020 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 90422 54020 52 110 0 90309 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 361688

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1677880/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=363612 CPUtime=641.95
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 58374 0 0 0 64145 50 0 0 25 0 1 0 384600675 372338688 57308 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 90903 57308 52 110 0 90790 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 363612

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1663480/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=364412 CPUtime=701.92
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 62039 0 0 0 70138 54 0 0 25 0 1 0 384600675 373157888 60973 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 91103 60973 52 110 0 90990 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 364412

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1651960/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=366236 CPUtime=761.91
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 64841 0 0 0 76134 57 0 0 25 0 1 0 384600675 375025664 63775 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 91559 63775 52 110 0 91446 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 366236

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1640056/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=367184 CPUtime=821.88
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 67835 0 0 0 82128 60 0 0 25 0 1 0 384600675 375996416 66769 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 91796 66769 52 110 0 91683 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 367184

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1628984/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=367984 CPUtime=881.86
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 70586 0 0 0 88124 62 0 0 25 0 1 0 384600675 376815616 69520 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 91996 69520 52 110 0 91883 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 367984

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1618168/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=368368 CPUtime=941.83
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 73292 0 0 0 94118 65 0 0 25 0 1 0 384600675 377208832 72226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 92092 72226 52 110 0 91979 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 368368

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1608312/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=369552 CPUtime=1001.81
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 75762 0 0 0 100113 68 0 0 25 0 1 0 384600675 378421248 74696 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 92388 74696 52 110 0 92275 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 369552

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1595960/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=371280 CPUtime=1061.79
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 78859 0 0 0 106108 71 0 0 25 0 1 0 384600675 380190720 77793 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 92820 77793 52 110 0 92707 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 371280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1586232/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=372808 CPUtime=1121.76
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 81226 0 0 0 112102 74 0 0 25 0 1 0 384600675 381755392 80160 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 93202 80160 52 110 0 93089 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 372808

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1576888/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=373768 CPUtime=1181.74
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 83627 0 0 0 118098 76 0 0 25 0 1 0 384600675 382738432 82561 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 93442 82561 52 110 0 93329 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 373768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.99 0.97 2/65 10445
/proc/meminfo: memFree=1574136/2055920 swapFree=4171944/4192956
[pid=10246] ppid=10244 vsize=373960 CPUtime=1200.03
/proc/10246/stat : 10246 (tinisat) R 10244 10246 9732 0 -1 4194304 84268 0 0 0 119927 76 0 0 25 0 1 0 384600675 382935040 83202 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10246/statm: 93490 83202 52 110 0 93377 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 373960

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.66
CPU time (s): 1200.09
CPU user time (s): 1199.27
CPU system time (s): 0.821875
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 373960

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

runsolver used 0.815875 second user time and 2.54861 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Sun Mar 11 20:53:49 UTC 2007

IDJOB= 336420
IDBENCH= 24675
IDSOLVER= 100
FILE ID= node71/336420-1173646429

PBS_JOBID= 4101354

Free space on /tmp= 66537 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336420-1173646429/tinisat /tmp/evaluation/336420-1173646429/instance-336420-1173646429.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-336420-1173646429 -o ROOT/results/node71/solver-336420-1173646429 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336420-1173646429/tinisat /tmp/evaluation/336420-1173646429/instance-336420-1173646429.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 974626282

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1908440 kB
Buffers:         17696 kB
Cached:          80504 kB
SwapCached:      15020 kB
Active:          36096 kB
Inactive:        84028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908440 kB
SwapTotal:     4192956 kB
SwapFree:      4171944 kB
Dirty:            1132 kB
Writeback:           0 kB
Mapped:          15408 kB
Slab:            13260 kB
Committed_AS:   964096 kB
PageTables:       1448 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= 66537 MiB

End job on node71 on Sun Mar 11 21:13:51 UTC 2007