Trace number 336042

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.52

General information on the benchmark

Namecrafted/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
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 variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/336042-1173639198/instance-336042-1173639198.cnf
0.00/0.00	c 161 variables, 802 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/node59/watcher-336042-1173639198 -o ROOT/results/node59/solver-336042-1173639198 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336042-1173639198/tinisat /tmp/evaluation/336042-1173639198/instance-336042-1173639198.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.98 3/64 20571
/proc/meminfo: memFree=1932720/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=712 CPUtime=0
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 383876490 729088 85 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 178 85 52 110 0 65 0

[startup+0.0545731 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20571
/proc/meminfo: memFree=1932720/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=1260 CPUtime=0.05
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 158 0 0 0 5 0 0 0 18 0 1 0 383876490 1290240 142 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532424 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 315 142 52 110 0 202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1260

[startup+0.101577 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20571
/proc/meminfo: memFree=1932720/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=1260 CPUtime=0.09
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 208 0 0 0 9 0 0 0 18 0 1 0 383876490 1290240 192 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515510 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 315 192 52 110 0 202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1260

[startup+0.301599 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20571
/proc/meminfo: memFree=1932720/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=1764 CPUtime=0.29
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 353 0 0 0 29 0 0 0 19 0 1 0 383876490 1806336 337 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 441 337 52 110 0 328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1764

[startup+0.701643 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20571
/proc/meminfo: memFree=1932720/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=3032 CPUtime=0.69
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 564 0 0 0 69 0 0 0 22 0 1 0 383876490 3104768 548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 758 548 52 110 0 645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3032

[startup+1.50173 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 20572
/proc/meminfo: memFree=1930216/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=5036 CPUtime=1.49
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 858 0 0 0 149 0 0 0 25 0 1 0 383876490 5156864 842 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 1259 842 52 110 0 1146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5036

[startup+3.10191 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 20572
/proc/meminfo: memFree=1928744/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=9444 CPUtime=3.09
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 1260 0 0 0 309 0 0 0 25 0 1 0 383876490 9670656 1244 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 2361 1244 52 110 0 2248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9444

[startup+6.30226 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 20572
/proc/meminfo: memFree=1926312/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=9840 CPUtime=6.29
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 1777 0 0 0 629 0 0 0 25 0 1 0 383876490 10076160 1728 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 2460 1728 52 110 0 2347 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9840

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 20572
/proc/meminfo: memFree=1923312/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=10120 CPUtime=12.68
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 2443 0 0 0 1267 1 0 0 25 0 1 0 383876490 10362880 2394 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 2530 2394 52 110 0 2417 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10120

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 20572
/proc/meminfo: memFree=1919536/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=18688 CPUtime=25.48
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 3361 0 0 0 2546 2 0 0 25 0 1 0 383876490 19136512 3312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 4672 3312 52 110 0 4559 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18688

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 20572
/proc/meminfo: memFree=1914288/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=19364 CPUtime=51.07
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 4725 0 0 0 5104 3 0 0 25 0 1 0 383876490 19828736 4611 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 4841 4611 52 110 0 4728 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19364

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 20572
/proc/meminfo: memFree=1907120/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=36592 CPUtime=102.27
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 6482 0 0 0 10221 6 0 0 25 0 1 0 383876490 37470208 6368 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 9148 6368 52 110 0 9035 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36592

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1900592/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=38096 CPUtime=162.25
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 8256 0 0 0 16218 7 0 0 25 0 1 0 383876490 39010304 8013 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 9524 8013 52 110 0 9411 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38096

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1895344/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=38752 CPUtime=222.23
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 9555 0 0 0 22214 9 0 0 25 0 1 0 383876490 39682048 9312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519801 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 9688 9312 52 110 0 9575 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38752

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1890736/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=71668 CPUtime=282.21
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 10710 0 0 0 28210 11 0 0 25 0 1 0 383876490 73388032 10467 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519855 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 17917 10467 52 110 0 17804 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 71668

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1886320/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=71828 CPUtime=342.2
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 11799 0 0 0 34207 13 0 0 25 0 1 0 383876490 73551872 11556 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 17957 11556 52 110 0 17844 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 71828

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1882288/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=72696 CPUtime=402.18
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 12821 0 0 0 40204 14 0 0 25 0 1 0 383876490 74440704 12578 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 18174 12578 52 110 0 18061 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 72696

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20572
/proc/meminfo: memFree=1878576/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=73344 CPUtime=462.16
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 13728 0 0 0 46201 15 0 0 25 0 1 0 383876490 75104256 13485 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 18336 13485 52 110 0 18223 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 73344

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 20730
/proc/meminfo: memFree=1873648/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=74764 CPUtime=522.07
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 14876 0 0 0 52189 18 0 0 25 0 1 0 383876490 76558336 14376 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 18691 14376 52 110 0 18578 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 74764

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1871792/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=75308 CPUtime=582.02
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 15616 0 0 0 58183 19 0 0 25 0 1 0 383876490 77115392 15116 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 18827 15116 52 110 0 18714 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 75308

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1869040/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=76012 CPUtime=642.01
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 16287 0 0 0 64181 20 0 0 25 0 1 0 383876490 77836288 15787 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 19003 15787 52 110 0 18890 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 76012

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1866544/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=76012 CPUtime=701.99
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 16919 0 0 0 70178 21 0 0 25 0 1 0 383876490 77836288 16419 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 19003 16419 52 110 0 18890 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 76012

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1863472/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=76436 CPUtime=761.98
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 17685 0 0 0 76176 22 0 0 25 0 1 0 383876490 78270464 17185 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 19109 17185 52 110 0 18996 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 76436

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1860976/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=76892 CPUtime=821.96
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 18301 0 0 0 82173 23 0 0 25 0 1 0 383876490 78737408 17801 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 19223 17801 52 110 0 19110 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 76892

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1858672/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=77156 CPUtime=881.94
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 18878 0 0 0 88171 23 0 0 25 0 1 0 383876490 79007744 18378 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 19289 18378 52 110 0 19176 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 77156

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1856368/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=141548 CPUtime=941.93
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 19456 0 0 0 94169 24 0 0 25 0 1 0 383876490 144945152 18956 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35387 18956 52 110 0 35274 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 141548

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1853808/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=142164 CPUtime=1001.91
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 20105 0 0 0 100166 25 0 0 25 0 1 0 383876490 145575936 19605 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35541 19605 52 110 0 35428 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 142164

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1851696/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=142428 CPUtime=1061.9
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 20638 0 0 0 106164 26 0 0 25 0 1 0 383876490 145846272 20138 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35607 20138 52 110 0 35494 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 142428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1849584/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=142820 CPUtime=1121.88
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 21184 0 0 0 112162 26 0 0 25 0 1 0 383876490 146247680 20651 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35705 20651 52 110 0 35592 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 142820

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1847408/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=143080 CPUtime=1181.86
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 21731 0 0 0 118159 27 0 0 25 0 1 0 383876490 146513920 21198 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35770 21198 52 110 0 35657 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 143080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1846704/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=143080 CPUtime=1200.06
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 21899 0 0 0 119979 27 0 0 25 0 1 0 383876490 146513920 21366 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35770 21366 52 110 0 35657 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 143080

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20770
/proc/meminfo: memFree=1846704/2055920 swapFree=4174680/4192956
[pid=20571] ppid=20569 vsize=143080 CPUtime=1200.06
/proc/20571/stat : 20571 (tinisat) R 20569 20571 19402 0 -1 4194304 21899 0 0 0 119979 27 0 0 25 0 1 0 383876490 146513920 21366 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20571/statm: 35770 21366 52 110 0 35657 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 143080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.8
CPU system time (s): 0.294955
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 143080

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

runsolver used 0.862868 second user time and 2.50562 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Mar 11 18:53:18 UTC 2007

IDJOB= 336042
IDBENCH= 24666
IDSOLVER= 100
FILE ID= node59/336042-1173639198

PBS_JOBID= 4101316

Free space on /tmp= 66535 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336042-1173639198/tinisat /tmp/evaluation/336042-1173639198/instance-336042-1173639198.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-336042-1173639198 -o ROOT/results/node59/solver-336042-1173639198 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336042-1173639198/tinisat /tmp/evaluation/336042-1173639198/instance-336042-1173639198.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  cc16a72221b8e1efdfd6127b2f238bcd

RANDOM SEED= 495418095

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1933192 kB
Buffers:         13868 kB
Cached:          63488 kB
SwapCached:      12472 kB
Active:          22108 kB
Inactive:        74512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933192 kB
SwapTotal:     4192956 kB
SwapFree:      4174680 kB
Dirty:             544 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            12164 kB
Committed_AS:   696128 kB
PageTables:       1472 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= 66535 MiB

End job on node59 on Sun Mar 11 19:13:21 UTC 2007