Trace number 332892

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.03 1200.52

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
MD5SUM2ed4f9474a813c543de526c0ca3729de
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables725
Number of clauses22684
Sum of the clauses size194068
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 219
Number of clauses of size 3197
Number of clauses of size 4381
Number of clauses of size 51017
Number of clauses of size over 521068

Solver Data (download as text)

0.03/0.07	c Tinisat 0.22
0.03/0.07	c solving /tmp/evaluation/332892-1173494766/instance-332892-1173494766.cnf
0.03/0.07	c 725 variables, 22684 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/node19/watcher-332892-1173494766 -o ROOT/results/node19/solver-332892-1173494766 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332892-1173494766/tinisat /tmp/evaluation/332892-1173494766/instance-332892-1173494766.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.97 0.99 3/77 26062
/proc/meminfo: memFree=1672504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=896 CPUtime=0
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 369430607 917504 106 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 224 106 48 110 0 111 0

[startup+0.0368639 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26062
/proc/meminfo: memFree=1672504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=1292 CPUtime=0.03
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 234 0 0 0 3 0 0 0 18 0 1 0 369430607 1323008 219 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 323 219 48 110 0 210 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1292

[startup+0.10187 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26062
/proc/meminfo: memFree=1672504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=3908 CPUtime=0.09
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 681 0 0 0 9 0 0 0 18 0 1 0 369430607 4001792 665 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 977 665 52 110 0 864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3908

[startup+0.301892 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26062
/proc/meminfo: memFree=1672504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=3908 CPUtime=0.29
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 733 0 0 0 29 0 0 0 19 0 1 0 369430607 4001792 717 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532413 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 977 717 52 110 0 864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3908

[startup+0.701935 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26062
/proc/meminfo: memFree=1672504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=3908 CPUtime=0.69
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 809 0 0 0 69 0 0 0 23 0 1 0 369430607 4001792 793 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 977 793 52 110 0 864 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3908

[startup+1.50202 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 26063
/proc/meminfo: memFree=1669168/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=7296 CPUtime=1.48
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 986 0 0 0 148 0 0 0 25 0 1 0 369430607 7471104 970 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 1824 970 52 110 0 1711 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7296

[startup+3.10119 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 26063
/proc/meminfo: memFree=1668336/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=7696 CPUtime=3.09
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 1357 0 0 0 308 1 0 0 25 0 1 0 369430607 7880704 1341 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 1924 1341 52 110 0 1811 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7696

[startup+6.30154 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 26063
/proc/meminfo: memFree=1665264/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=8656 CPUtime=6.28
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 2047 0 0 0 627 1 0 0 25 0 1 0 369430607 8863744 1966 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 2164 1966 52 110 0 2051 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8656

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 26063
/proc/meminfo: memFree=1659568/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=16596 CPUtime=12.69
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 3379 0 0 0 1266 3 0 0 25 0 1 0 369430607 16994304 3298 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519876 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 4149 3298 52 110 0 4036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16596

[startup+25.5016 s]
/proc/loadavg: 1.09 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1652400/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=32024 CPUtime=25.49
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 5267 0 0 0 2545 4 0 0 25 0 1 0 369430607 32792576 5024 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 8006 5024 52 110 0 7893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32024

[startup+51.1014 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1643056/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=35308 CPUtime=51.07
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 7878 0 0 0 5101 6 0 0 25 0 1 0 369430607 36155392 7345 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 8827 7345 52 110 0 8714 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35308

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1632752/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=64636 CPUtime=102.27
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 10582 0 0 0 10217 10 0 0 25 0 1 0 369430607 66187264 9918 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 16159 9918 52 110 0 16046 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64636

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1624112/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=66312 CPUtime=162.24
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 13001 0 0 0 16212 12 0 0 25 0 1 0 369430607 67903488 12042 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 16578 12042 52 110 0 16465 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 66312

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1617456/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=67108 CPUtime=222.22
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 14718 0 0 0 22208 14 0 0 25 0 1 0 369430607 68718592 13693 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 16777 13693 52 110 0 16664 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 67108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1612144/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=70072 CPUtime=282.21
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 16708 0 0 0 28205 16 0 0 25 0 1 0 369430607 71753728 15006 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 17518 15006 52 110 0 17405 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1608240/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=70604 CPUtime=342.2
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 17730 0 0 0 34202 18 0 0 25 0 1 0 369430607 72298496 15963 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 17651 15963 52 110 0 17538 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 70604

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1601904/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=129200 CPUtime=402.18
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 20193 0 0 0 40198 20 0 0 25 0 1 0 369430607 132300800 17581 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32300 17581 52 110 0 32187 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 129200

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1596912/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=130356 CPUtime=462.15
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 21684 0 0 0 46194 21 0 0 25 0 1 0 369430607 133484544 18813 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32589 18813 52 110 0 32476 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 130356

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1592624/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=130516 CPUtime=522.14
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 22766 0 0 0 52191 23 0 0 25 0 1 0 369430607 133648384 19895 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32629 19895 52 110 0 32516 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 130516

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1588336/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=130800 CPUtime=582.12
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 23839 0 0 0 58188 24 0 0 25 0 1 0 369430607 133939200 20968 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32700 20968 52 110 0 32587 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 130800

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1584752/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=130992 CPUtime=642.11
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 24715 0 0 0 64185 26 0 0 25 0 1 0 369430607 134135808 21844 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32748 21844 52 110 0 32635 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 130992

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1581616/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=131120 CPUtime=702.09
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 25531 0 0 0 70182 27 0 0 25 0 1 0 369430607 134266880 22627 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32780 22627 52 110 0 32667 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 131120

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1578480/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=131512 CPUtime=762.08
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 26297 0 0 0 76179 29 0 0 25 0 1 0 369430607 134668288 23393 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 32878 23393 52 110 0 32765 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 131512

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1574768/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=133324 CPUtime=822.05
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 27561 0 0 0 82175 30 0 0 25 0 1 0 369430607 136523776 24365 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33331 24365 52 110 0 33218 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 133324

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26063
/proc/meminfo: memFree=1571504/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=133856 CPUtime=882.04
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 28422 0 0 0 88172 32 0 0 25 0 1 0 369430607 137068544 25161 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33464 25161 52 110 0 33351 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 133856

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 26187
/proc/meminfo: memFree=1567680/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=133856 CPUtime=941.96
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 29077 0 0 0 94162 34 0 0 25 0 1 0 369430607 137068544 25816 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33464 25816 52 110 0 33351 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 133856

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 26737
/proc/meminfo: memFree=1565736/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=133856 CPUtime=1001.86
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 29758 0 0 0 100149 37 0 0 25 0 1 0 369430607 137068544 26497 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33464 26497 52 110 0 33351 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 133856

[startup+1062.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 26737
/proc/meminfo: memFree=1563304/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=133856 CPUtime=1061.84
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 30386 0 0 0 106146 38 0 0 25 0 1 0 369430607 137068544 27125 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33464 27125 52 110 0 33351 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 133856

[startup+1122.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 26737
/proc/meminfo: memFree=1560936/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=134256 CPUtime=1121.82
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 31027 0 0 0 112143 39 0 0 25 0 1 0 369430607 137478144 27701 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 33564 27701 52 110 0 33451 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 134256

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 26737
/proc/meminfo: memFree=1558184/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=138868 CPUtime=1181.8
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 32842 0 0 0 118140 40 0 0 25 0 1 0 369430607 142200832 28393 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 34717 28393 52 110 0 34604 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 138868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26737
/proc/meminfo: memFree=1557352/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=138868 CPUtime=1200.01
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 33044 0 0 0 119960 41 0 0 25 0 1 0 369430607 142200832 28595 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 34717 28595 52 110 0 34604 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 138868

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.00 1.01 1.00 2/78 26737
/proc/meminfo: memFree=1557352/2055920 swapFree=4169404/4192956
[pid=26062] ppid=26060 vsize=138868 CPUtime=1200.01
/proc/26062/stat : 26062 (tinisat) R 26060 26062 25618 0 -1 4194304 33044 0 0 0 119960 41 0 0 25 0 1 0 369430607 142200832 28595 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26062/statm: 34717 28595 52 110 0 34604 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 138868

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.03
CPU user time (s): 1199.6
CPU system time (s): 0.429934
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 138868

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

runsolver used 1.36279 second user time and 3.00954 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Mar 10 02:46:06 UTC 2007

IDJOB= 332892
IDBENCH= 24591
IDSOLVER= 100
FILE ID= node19/332892-1173494766

PBS_JOBID= 4101105

Free space on /tmp= 66520 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332892-1173494766/tinisat /tmp/evaluation/332892-1173494766/instance-332892-1173494766.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-332892-1173494766 -o ROOT/results/node19/solver-332892-1173494766 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332892-1173494766/tinisat /tmp/evaluation/332892-1173494766/instance-332892-1173494766.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  2ed4f9474a813c543de526c0ca3729de

RANDOM SEED= 822124503

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1672912 kB
Buffers:         40196 kB
Cached:         265144 kB
SwapCached:       2360 kB
Active:         195072 kB
Inactive:       132880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672912 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          29976 kB
Slab:            40636 kB
Committed_AS:  1398020 kB
PageTables:       1756 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= 66555 MiB

End job on node19 on Sat Mar 10 03:06:08 UTC 2007