Trace number 336210

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2217
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data (download as text)

0.29/0.33	c Tinisat 0.22
0.29/0.33	c solving /tmp/evaluation/336210-1173642219/instance-336210-1173642219.cnf
0.29/0.33	c 11318 variables, 316793 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/node35/watcher-336210-1173642219 -o ROOT/results/node35/solver-336210-1173642219 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336210-1173642219/tinisat /tmp/evaluation/336210-1173642219/instance-336210-1173642219.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 16401
/proc/meminfo: memFree=1680480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=3196 CPUtime=0
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 357985656 3272704 83 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 799 85 48 110 0 686 0

[startup+0.0532601 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 16401
/proc/meminfo: memFree=1680480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=3988 CPUtime=0.05
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 372 0 0 0 5 0 0 0 18 0 1 0 357985656 4083712 357 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 997 358 48 110 0 884 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3988

[startup+0.101269 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 16401
/proc/meminfo: memFree=1680480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=4648 CPUtime=0.09
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 643 0 0 0 9 0 0 0 18 0 1 0 357985656 4759552 628 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 1162 628 48 110 0 1049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4648

[startup+0.301307 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 16401
/proc/meminfo: memFree=1680480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=7684 CPUtime=0.29
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 1776 0 0 0 29 0 0 0 19 0 1 0 357985656 7868416 1761 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 1921 1761 48 110 0 1808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7684

[startup+0.701386 s]
/proc/loadavg: 1.99 1.85 1.43 3/64 16401
/proc/meminfo: memFree=1680480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=20260 CPUtime=0.69
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 3890 0 0 0 68 1 0 0 23 0 1 0 357985656 20746240 3186 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 5065 3186 52 110 0 4952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20260

[startup+1.50154 s]
/proc/loadavg: 1.91 1.83 1.43 2/65 16402
/proc/meminfo: memFree=1667800/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=20260 CPUtime=1.49
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 3923 0 0 0 148 1 0 0 25 0 1 0 357985656 20746240 3219 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 5065 3219 52 110 0 4952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20260

[startup+3.10186 s]
/proc/loadavg: 1.91 1.83 1.43 2/65 16402
/proc/meminfo: memFree=1667480/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=20260 CPUtime=3.09
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 4049 0 0 0 308 1 0 0 25 0 1 0 357985656 20746240 3345 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532871 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 5065 3345 52 110 0 4952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20260

[startup+6.30148 s]
/proc/loadavg: 1.91 1.83 1.43 2/65 16402
/proc/meminfo: memFree=1666072/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=20260 CPUtime=6.28
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 4454 0 0 0 627 1 0 0 25 0 1 0 357985656 20746240 3750 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 5065 3750 52 110 0 4952 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20260

[startup+12.7017 s]
/proc/loadavg: 1.77 1.81 1.43 2/65 16402
/proc/meminfo: memFree=1662496/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=20260 CPUtime=12.68
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 5315 0 0 0 1266 2 0 0 25 0 1 0 357985656 20746240 4611 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16401/statm: 5065 4611 52 110 0 4952 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20260

[startup+25.5012 s]
/proc/loadavg: 1.65 1.78 1.42 2/65 16402
/proc/meminfo: memFree=1655840/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=35220 CPUtime=25.47
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 6910 0 0 0 2543 4 0 0 25 0 1 0 357985656 36065280 6206 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 8805 6206 52 110 0 8692 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 35220

[startup+51.1011 s]
/proc/loadavg: 1.43 1.72 1.41 2/65 16402
/proc/meminfo: memFree=1646112/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=35220 CPUtime=51.05
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 9319 0 0 0 5098 7 0 0 25 0 1 0 357985656 36065280 8615 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 8805 8615 52 110 0 8692 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35220

[startup+102.304 s]
/proc/loadavg: 1.17 1.59 1.38 2/65 16402
/proc/meminfo: memFree=1632608/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=65136 CPUtime=102.23
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 12645 0 0 0 10212 11 0 0 25 0 1 0 357985656 66699264 11941 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 16284 11941 52 110 0 16171 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 65136

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.36 2/65 16402
/proc/meminfo: memFree=1615200/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=124968 CPUtime=162.21
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 17035 0 0 0 16206 15 0 0 25 0 1 0 357985656 127967232 16331 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 31242 16331 52 110 0 31129 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 124968

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.33 2/65 16402
/proc/meminfo: memFree=1599008/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=126040 CPUtime=222.18
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 21016 0 0 0 22199 19 0 0 25 0 1 0 357985656 129064960 20312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 31510 20312 52 110 0 31397 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 126040

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.31 2/65 16402
/proc/meminfo: memFree=1586528/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=129056 CPUtime=282.17
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 24159 0 0 0 28194 23 0 0 25 0 1 0 357985656 132153344 23455 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 32264 23455 52 110 0 32151 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 129056

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.29 2/65 16402
/proc/meminfo: memFree=1576032/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=129740 CPUtime=342.14
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 26726 0 0 0 34187 27 0 0 25 0 1 0 357985656 132853760 26022 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 32435 26022 52 110 0 32322 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 129740

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.26 2/65 16402
/proc/meminfo: memFree=1563488/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=130708 CPUtime=402.13
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 29873 0 0 0 40182 31 0 0 25 0 1 0 357985656 133844992 29169 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 32677 29169 52 110 0 32564 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 130708

[startup+462.303 s]
/proc/loadavg: 1.00 1.17 1.25 2/65 16402
/proc/meminfo: memFree=1554144/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=131572 CPUtime=462.1
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 32186 0 0 0 46177 33 0 0 25 0 1 0 357985656 134729728 31482 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 32893 31482 52 110 0 32780 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 131572

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 16402
/proc/meminfo: memFree=1544288/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=252100 CPUtime=522.08
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 34644 0 0 0 52172 36 0 0 25 0 1 0 357985656 258150400 33940 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520057 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63025 33940 52 110 0 62912 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 252100

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.21 2/65 16402
/proc/meminfo: memFree=1534688/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=252832 CPUtime=582.05
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 37038 0 0 0 58167 38 0 0 25 0 1 0 357985656 258899968 36334 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63208 36334 52 110 0 63095 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 252832

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 16402
/proc/meminfo: memFree=1524448/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=253572 CPUtime=642.03
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 39552 0 0 0 64163 40 0 0 25 0 1 0 357985656 259657728 38848 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63393 38848 52 110 0 63280 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 253572

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 16402
/proc/meminfo: memFree=1515168/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=254152 CPUtime=702
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 41887 0 0 0 70158 42 0 0 25 0 1 0 357985656 260251648 41183 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63538 41183 52 110 0 63425 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 254152

[startup+762.304 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 16402
/proc/meminfo: memFree=1503584/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=254732 CPUtime=761.99
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 44756 0 0 0 76154 45 0 0 25 0 1 0 357985656 260845568 44052 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63683 44052 52 110 0 63570 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 254732

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 16402
/proc/meminfo: memFree=1493280/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=255432 CPUtime=821.96
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 47368 0 0 0 82148 48 0 0 25 0 1 0 357985656 261562368 46664 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 63858 46664 52 110 0 63745 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 255432

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 16402
/proc/meminfo: memFree=1482592/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=256256 CPUtime=881.94
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 50002 0 0 0 88143 51 0 0 25 0 1 0 357985656 262406144 49298 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 64064 49298 52 110 0 63951 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 256256

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 16402
/proc/meminfo: memFree=1474464/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=259636 CPUtime=941.92
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 52616 0 0 0 94138 54 0 0 25 0 1 0 357985656 265867264 51333 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 64909 51333 52 110 0 64796 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 259636

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 16402
/proc/meminfo: memFree=1466784/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=260748 CPUtime=1001.9
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 54573 0 0 0 100134 56 0 0 25 0 1 0 357985656 267005952 53257 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 65187 53257 52 110 0 65074 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 260748

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/71 16486
/proc/meminfo: memFree=1459752/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=261812 CPUtime=1061.85
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 56015 0 0 0 106125 60 0 0 25 0 1 0 357985656 268095488 54699 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 65453 54699 52 110 0 65340 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 261812

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/71 16578
/proc/meminfo: memFree=1453416/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=262432 CPUtime=1121.77
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 57579 0 0 0 112115 62 0 0 25 0 1 0 357985656 268730368 56263 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 65608 56263 52 110 0 65495 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 262432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 16600
/proc/meminfo: memFree=1448544/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=263016 CPUtime=1181.74
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 59110 0 0 0 118110 64 0 0 25 0 1 0 357985656 269328384 57761 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 65754 57761 52 110 0 65641 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 263016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 16600
/proc/meminfo: memFree=1445024/2055920 swapFree=3923124/4192956
[pid=16401] ppid=16399 vsize=263276 CPUtime=1200.04
/proc/16401/stat : 16401 (tinisat) R 16399 16401 16251 0 -1 4194304 59946 0 0 0 119939 65 0 0 25 0 1 0 357985656 269594624 58597 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16401/statm: 65819 58597 52 110 0 65706 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 263276

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.65
CPU time (s): 1200.09
CPU user time (s): 1199.4
CPU system time (s): 0.691894
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 263276

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

runsolver used 0.759884 second user time and 2.6286 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Mar 11 19:43:39 UTC 2007

IDJOB= 336210
IDBENCH= 24670
IDSOLVER= 100
FILE ID= node35/336210-1173642219

PBS_JOBID= 4101355

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 106842995

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.263
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.263
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:       1680888 kB
Buffers:         14680 kB
Cached:          60732 kB
SwapCached:     264724 kB
Active:          36016 kB
Inactive:       310832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680888 kB
SwapTotal:     4192956 kB
SwapFree:      3923124 kB
Dirty:            4588 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            14208 kB
Committed_AS:   894724 kB
PageTables:       1412 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= 66559 MiB

End job on node35 on Sun Mar 11 20:03:42 UTC 2007