Trace number 336252

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-12t22.sat05-1151.reshuffled-07.cnf
MD5SUM05298a484bf02ec125537b469ecd7326
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark729.579
Satisfiable
(Un)Satisfiability was proved
Number of variables4706
Number of clauses87747
Sum of the clauses size178202
Maximum clause length26
Minimum clause length1
Number of clauses of size 143
Number of clauses of size 286679
Number of clauses of size 3111
Number of clauses of size 4876
Number of clauses of size 50
Number of clauses of size over 538

Solver Data (download as text)

0.05/0.09	c Tinisat 0.22
0.05/0.09	c solving /tmp/evaluation/336252-1173643073/instance-336252-1173643073.cnf
0.05/0.09	c 4706 variables, 87747 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/node21/watcher-336252-1173643073 -o ROOT/results/node21/solver-336252-1173643073 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336252-1173643073/tinisat /tmp/evaluation/336252-1173643073/instance-336252-1173643073.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.98 0.99 3/77 7741
/proc/meminfo: memFree=1850792/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=1404 CPUtime=0
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 90278056 1437696 81 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134725127 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 351 81 48 110 0 238 0

[startup+0.056662 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7741
/proc/meminfo: memFree=1850792/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=2196 CPUtime=0.05
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 369 0 0 0 5 0 0 0 18 0 1 0 90278056 2248704 354 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 549 354 48 110 0 436 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2196

[startup+0.102666 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7741
/proc/meminfo: memFree=1850792/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=5348 CPUtime=0.09
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 748 0 0 0 9 0 0 0 18 0 1 0 90278056 5476352 732 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 1337 732 51 110 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5348

[startup+0.301688 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7741
/proc/meminfo: memFree=1850792/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=6640 CPUtime=0.29
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 1300 0 0 0 29 0 0 0 19 0 1 0 90278056 6799360 1112 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519587 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 1660 1112 52 110 0 1547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6640

[startup+0.702732 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7741
/proc/meminfo: memFree=1850792/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=6640 CPUtime=0.69
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 1391 0 0 0 69 0 0 0 23 0 1 0 90278056 6799360 1203 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 1660 1203 52 110 0 1547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6640

[startup+1.50182 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1845856/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=6640 CPUtime=1.49
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 1591 0 0 0 148 1 0 0 25 0 1 0 90278056 6799360 1403 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 1660 1403 52 110 0 1547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6640

[startup+3.10199 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1844640/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=10796 CPUtime=3.09
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 1976 0 0 0 308 1 0 0 25 0 1 0 90278056 11055104 1788 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 2699 1788 52 110 0 2586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10796

[startup+6.30134 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1841760/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=10796 CPUtime=6.29
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 2586 0 0 0 628 1 0 0 25 0 1 0 90278056 11055104 2398 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 2699 2398 52 110 0 2586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10796

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1837088/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=19108 CPUtime=12.69
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 3673 0 0 0 1266 3 0 0 25 0 1 0 90278056 19566592 3485 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 4777 3485 52 110 0 4664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19108

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1831392/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=35732 CPUtime=25.49
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 5043 0 0 0 2545 4 0 0 25 0 1 0 90278056 36589568 4855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520105 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 8933 4855 52 110 0 8820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35732

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1820064/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=36516 CPUtime=51.08
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 7883 0 0 0 5101 7 0 0 25 0 1 0 90278056 37392384 7695 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 9129 7695 52 110 0 9016 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36516

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1805216/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=71980 CPUtime=102.26
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 11678 0 0 0 10215 11 0 0 25 0 1 0 90278056 73707520 11361 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 17995 11361 52 110 0 17882 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71980

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 7742
/proc/meminfo: memFree=1792224/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=73152 CPUtime=162.25
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 14944 0 0 0 16209 16 0 0 25 0 1 0 90278056 74907648 14627 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 18288 14627 52 110 0 18175 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 73152

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 7856
/proc/meminfo: memFree=1778088/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=73752 CPUtime=222.17
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 18118 0 0 0 22198 19 0 0 25 0 1 0 90278056 75522048 17801 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 18438 17801 52 110 0 18325 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 73752

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 7940
/proc/meminfo: memFree=1768472/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=141656 CPUtime=282.11
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 20848 0 0 0 28189 22 0 0 25 0 1 0 90278056 145055744 20531 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 35414 20531 52 110 0 35301 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 141656

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 7940
/proc/meminfo: memFree=1759776/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=142364 CPUtime=342.09
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 22988 0 0 0 34185 24 0 0 25 0 1 0 90278056 145780736 22671 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 35591 22671 52 110 0 35478 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 142364

[startup+402.302 s]
/proc/loadavg: 1.05 1.00 1.00 3/78 7940
/proc/meminfo: memFree=1750368/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=144372 CPUtime=402.07
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 25640 0 0 0 40180 27 0 0 25 0 1 0 90278056 147836928 25033 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36093 25033 52 110 0 35980 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 144372

[startup+462.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1742368/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=145164 CPUtime=462.05
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 27635 0 0 0 46176 29 0 0 25 0 1 0 90278056 148647936 27028 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36291 27028 52 110 0 36178 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 145164

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1733344/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=145748 CPUtime=522.04
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 29932 0 0 0 52171 33 0 0 25 0 1 0 90278056 149245952 29292 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36437 29292 52 110 0 36324 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 145748

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1725728/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=146588 CPUtime=582.02
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 31803 0 0 0 58167 35 0 0 25 0 1 0 90278056 150106112 31163 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36647 31163 52 110 0 36534 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 146588

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1718432/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=147332 CPUtime=642.01
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 33602 0 0 0 64164 37 0 0 25 0 1 0 90278056 150867968 32962 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36833 32962 52 110 0 36720 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 147332

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1712096/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=147972 CPUtime=701.99
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 35198 0 0 0 70159 40 0 0 25 0 1 0 90278056 151523328 34558 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 36993 34558 52 110 0 36880 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 147972

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1705248/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=148540 CPUtime=761.98
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 36911 0 0 0 76155 43 0 0 25 0 1 0 90278056 152104960 36238 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 37135 36238 52 110 0 37022 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 148540

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1698656/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=281968 CPUtime=821.95
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 38581 0 0 0 82150 45 0 0 25 0 1 0 90278056 288735232 37908 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70492 37908 52 110 0 70379 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 281968

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1691360/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=282236 CPUtime=881.93
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 40382 0 0 0 88146 47 0 0 25 0 1 0 90278056 289009664 39709 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70559 39709 52 110 0 70446 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 282236

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1685536/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=282236 CPUtime=941.92
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 41847 0 0 0 94142 50 0 0 25 0 1 0 90278056 289009664 41174 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70559 41174 52 110 0 70446 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 282236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7940
/proc/meminfo: memFree=1677088/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=282504 CPUtime=1001.9
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 43941 0 0 0 100138 52 0 0 25 0 1 0 90278056 289284096 43268 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70626 43268 52 110 0 70513 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 282504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7942
/proc/meminfo: memFree=1670752/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=283080 CPUtime=1061.88
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 45525 0 0 0 106133 55 0 0 25 0 1 0 90278056 289873920 44852 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70770 44852 52 110 0 70657 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 283080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7942
/proc/meminfo: memFree=1664160/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=283224 CPUtime=1121.86
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 47166 0 0 0 112129 57 0 0 25 0 1 0 90278056 290021376 46493 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70806 46493 52 110 0 70693 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 283224

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 7942
/proc/meminfo: memFree=1657824/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=283624 CPUtime=1181.84
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 48812 0 0 0 118125 59 0 0 25 0 1 0 90278056 290430976 48074 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70906 48074 52 110 0 70793 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 283624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 7942
/proc/meminfo: memFree=1655520/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=283624 CPUtime=1200.05
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 49362 0 0 0 119945 60 0 0 25 0 1 0 90278056 290430976 48624 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70906 48624 52 110 0 70793 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 283624

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: 1.02 1.01 1.00 2/78 7942
/proc/meminfo: memFree=1655520/2055920 swapFree=4152668/4192956
[pid=7741] ppid=7739 vsize=283624 CPUtime=1200.05
/proc/7741/stat : 7741 (tinisat) R 7739 7741 7350 0 -1 4194304 49362 0 0 0 119945 60 0 0 25 0 1 0 90278056 290430976 48624 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 70906 48624 52 110 0 70793 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 283624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.09
CPU user time (s): 1199.45
CPU system time (s): 0.631903
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 283624

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

runsolver used 1.36179 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar 11 19:57:53 UTC 2007

IDJOB= 336252
IDBENCH= 24671
IDSOLVER= 100
FILE ID= node21/336252-1173643073

PBS_JOBID= 4101334

Free space on /tmp= 66562 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-12t22.sat05-1151.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336252-1173643073/tinisat /tmp/evaluation/336252-1173643073/instance-336252-1173643073.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-336252-1173643073 -o ROOT/results/node21/solver-336252-1173643073 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336252-1173643073/tinisat /tmp/evaluation/336252-1173643073/instance-336252-1173643073.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  05298a484bf02ec125537b469ecd7326

RANDOM SEED= 332648734

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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:       1851200 kB
Buffers:         31220 kB
Cached:         115512 kB
SwapCached:       8852 kB
Active:          84924 kB
Inactive:        85712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851200 kB
SwapTotal:     4192956 kB
SwapFree:      4152668 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          29876 kB
Slab:            19592 kB
Committed_AS:   213312 kB
PageTables:       1768 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= 66562 MiB

End job on node21 on Sun Mar 11 20:17:56 UTC 2007