Trace number 338772

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.11 1200.44

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark382.312
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/338772-1173692000/instance-338772-1173692000.cnf
0.00/0.00	c 306 variables, 2619 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/node33/watcher-338772-1173692000 -o ROOT/results/node33/solver-338772-1173692000 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338772-1173692000/tinisat /tmp/evaluation/338772-1173692000/instance-338772-1173692000.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: 7.01 6.48 4.09 3/64 2061
/proc/meminfo: memFree=1782824/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=876 CPUtime=0
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95156411 897024 116 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 219 118 51 110 0 106 0

[startup+0.0316471 s]
/proc/loadavg: 7.01 6.48 4.09 3/64 2061
/proc/meminfo: memFree=1782824/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=1360 CPUtime=0.02
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 185 0 0 0 2 0 0 0 18 0 1 0 95156411 1392640 169 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 340 169 52 110 0 227 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1360

[startup+0.101641 s]
/proc/loadavg: 7.01 6.48 4.09 3/64 2061
/proc/meminfo: memFree=1782824/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=1868 CPUtime=0.09
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 267 0 0 0 9 0 0 0 18 0 1 0 95156411 1912832 251 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519936 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 467 251 52 110 0 354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1868

[startup+0.301665 s]
/proc/loadavg: 7.01 6.48 4.09 3/64 2061
/proc/meminfo: memFree=1782824/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=2884 CPUtime=0.29
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 469 0 0 0 29 0 0 0 19 0 1 0 95156411 2953216 453 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 721 453 52 110 0 608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2884

[startup+0.701714 s]
/proc/loadavg: 7.01 6.48 4.09 3/64 2061
/proc/meminfo: memFree=1782824/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=5048 CPUtime=0.69
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 793 0 0 0 69 0 0 0 22 0 1 0 95156411 5169152 777 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 1262 778 52 110 0 1149 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5048

[startup+1.50282 s]
/proc/loadavg: 7.01 6.48 4.09 2/65 2062
/proc/meminfo: memFree=1779104/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=9376 CPUtime=1.49
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 1260 0 0 0 149 0 0 0 25 0 1 0 95156411 9601024 1244 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 2344 1244 52 110 0 2231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9376

[startup+3.10201 s]
/proc/loadavg: 7.01 6.48 4.09 2/65 2062
/proc/meminfo: memFree=1776736/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=9772 CPUtime=3.09
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 1991 0 0 0 309 0 0 0 25 0 1 0 95156411 10006528 1975 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 2443 1975 52 110 0 2330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9772

[startup+6.30141 s]
/proc/loadavg: 6.53 6.39 4.07 2/65 2062
/proc/meminfo: memFree=1771432/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=18560 CPUtime=6.29
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 3195 0 0 0 628 1 0 0 25 0 1 0 95156411 19005440 3146 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 4640 3146 52 110 0 4527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18560

[startup+12.7012 s]
/proc/loadavg: 6.09 6.30 4.06 2/65 2062
/proc/meminfo: memFree=1763688/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=35920 CPUtime=12.68
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 4981 0 0 0 1265 3 0 0 25 0 1 0 95156411 36782080 4932 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 8980 4932 52 110 0 8867 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35920

[startup+25.5018 s]
/proc/loadavg: 4.96 6.04 4.01 2/65 2062
/proc/meminfo: memFree=1753832/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=37328 CPUtime=25.48
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 7379 0 0 0 2543 5 0 0 25 0 1 0 95156411 38223872 7265 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 9332 7265 52 110 0 9219 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37328

[startup+51.102 s]
/proc/loadavg: 3.69 5.65 3.93 2/65 2062
/proc/meminfo: memFree=1740584/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=71688 CPUtime=51.08
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 10707 0 0 0 5099 9 0 0 25 0 1 0 95156411 73408512 10593 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 17922 10593 52 110 0 17809 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71688

[startup+102.305 s]
/proc/loadavg: 2.16 4.93 3.77 2/65 2062
/proc/meminfo: memFree=1720936/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=75976 CPUtime=102.26
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 15663 0 0 0 10211 15 0 0 25 0 1 0 95156411 77799424 15420 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 18994 15420 52 110 0 18881 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75976

[startup+162.302 s]
/proc/loadavg: 1.43 4.22 3.60 2/65 2062
/proc/meminfo: memFree=1703528/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=142916 CPUtime=162.24
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 20023 0 0 0 16204 20 0 0 25 0 1 0 95156411 146345984 19780 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 35729 19780 52 110 0 35616 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 142916

[startup+222.301 s]
/proc/loadavg: 1.15 3.63 3.43 2/65 2062
/proc/meminfo: memFree=1691880/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=143428 CPUtime=222.22
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 22899 0 0 0 22200 22 0 0 25 0 1 0 95156411 146870272 22656 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 35857 22656 52 110 0 35744 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 143428

[startup+282.302 s]
/proc/loadavg: 1.06 3.15 3.28 2/65 2062
/proc/meminfo: memFree=1678248/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=147380 CPUtime=282.21
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 26330 0 0 0 28195 26 0 0 25 0 1 0 95156411 150917120 26087 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 36845 26087 52 110 0 36732 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 147380

[startup+342.301 s]
/proc/loadavg: 1.02 2.75 3.13 2/65 2062
/proc/meminfo: memFree=1665768/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=151092 CPUtime=342.19
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 29688 0 0 0 34191 28 0 0 25 0 1 0 95156411 154718208 29188 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 37773 29188 52 110 0 37660 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 151092

[startup+402.302 s]
/proc/loadavg: 1.00 2.43 2.99 2/65 2062
/proc/meminfo: memFree=1654568/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=153448 CPUtime=402.18
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 32494 0 0 0 40187 31 0 0 25 0 1 0 95156411 157130752 31994 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 38362 31994 52 110 0 38249 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 153448

[startup+462.301 s]
/proc/loadavg: 1.00 2.17 2.87 2/65 2062
/proc/meminfo: memFree=1645544/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=154488 CPUtime=462.16
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 34722 0 0 0 46182 34 0 0 25 0 1 0 95156411 158195712 34222 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 38622 34222 52 110 0 38509 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 154488

[startup+522.302 s]
/proc/loadavg: 1.00 1.95 2.75 2/65 2062
/proc/meminfo: memFree=1635816/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=157376 CPUtime=522.15
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 37270 0 0 0 52178 37 0 0 25 0 1 0 95156411 161153024 36671 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 39344 36671 52 110 0 39231 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 157376

[startup+582.301 s]
/proc/loadavg: 1.00 1.78 2.63 2/65 2062
/proc/meminfo: memFree=1626280/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=289376 CPUtime=582.13
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 39763 0 0 0 58174 39 0 0 25 0 1 0 95156411 296321024 39032 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 72344 39032 52 110 0 72231 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 289376

[startup+642.302 s]
/proc/loadavg: 1.00 1.63 2.53 2/65 2062
/proc/meminfo: memFree=1616936/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=292128 CPUtime=642.12
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 42139 0 0 0 64171 41 0 0 25 0 1 0 95156411 299139072 41342 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73032 41342 52 110 0 72919 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 292128

[startup+702.301 s]
/proc/loadavg: 1.00 1.52 2.43 2/65 2062
/proc/meminfo: memFree=1608616/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=294488 CPUtime=702.09
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 44360 0 0 0 70167 42 0 0 25 0 1 0 95156411 301555712 43431 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73622 43431 52 110 0 73509 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 294488

[startup+762.306 s]
/proc/loadavg: 1.00 1.42 2.34 2/65 2062
/proc/meminfo: memFree=1600296/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295004 CPUtime=762.08
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 46526 0 0 0 76164 44 0 0 25 0 1 0 95156411 302084096 45498 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73751 45498 52 110 0 73638 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 295004

[startup+822.301 s]
/proc/loadavg: 1.00 1.34 2.25 2/65 2062
/proc/meminfo: memFree=1592232/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295392 CPUtime=822.06
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 48589 0 0 0 82159 47 0 0 25 0 1 0 95156411 302481408 47528 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73848 47528 52 110 0 73735 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 295392

[startup+882.303 s]
/proc/loadavg: 1.00 1.28 2.17 2/65 2062
/proc/meminfo: memFree=1584936/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295392 CPUtime=882.04
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 50392 0 0 0 88156 48 0 0 25 0 1 0 95156411 302481408 49331 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73848 49331 52 110 0 73735 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 295392

[startup+942.302 s]
/proc/loadavg: 1.00 1.22 2.09 2/65 2062
/proc/meminfo: memFree=1578280/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295392 CPUtime=942.03
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 52064 0 0 0 94153 50 0 0 25 0 1 0 95156411 302481408 51003 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73848 51003 52 110 0 73735 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 295392

[startup+1002.3 s]
/proc/loadavg: 1.00 1.18 2.02 2/65 2062
/proc/meminfo: memFree=1572584/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295392 CPUtime=1002.02
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 53468 0 0 0 100150 52 0 0 25 0 1 0 95156411 302481408 52407 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73848 52407 52 110 0 73735 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 295392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.14 1.96 2/65 2062
/proc/meminfo: memFree=1566504/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=295788 CPUtime=1062
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 54997 0 0 0 106147 53 0 0 25 0 1 0 95156411 302886912 53936 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 73947 53936 52 110 0 73834 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 295788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 1.89 2/65 2062
/proc/meminfo: memFree=1561064/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=296184 CPUtime=1121.98
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 56334 0 0 0 112144 54 0 0 25 0 1 0 95156411 303292416 55273 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 74046 55273 52 110 0 73933 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 296184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.09 1.84 2/65 2062
/proc/meminfo: memFree=1554280/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=301104 CPUtime=1181.97
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 58693 0 0 0 118141 56 0 0 25 0 1 0 95156411 308330496 56987 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 75276 56987 52 110 0 75163 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 301104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.08 1.82 2/65 2062
/proc/meminfo: memFree=1551912/2055920 swapFree=4177824/4192956
[pid=2061] ppid=2059 vsize=302656 CPUtime=1200.06
/proc/2061/stat : 2061 (tinisat) R 2059 2061 31508 0 -1 4194304 59530 0 0 0 119949 57 0 0 25 0 1 0 95156411 309919744 57561 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2061/statm: 75664 57561 52 110 0 75551 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 302656

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.44
CPU time (s): 1200.11
CPU user time (s): 1199.5
CPU system time (s): 0.607907
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 302656

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

runsolver used 0.825874 second user time and 2.46162 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Mar 12 09:33:20 UTC 2007

IDJOB= 338772
IDBENCH= 24731
IDSOLVER= 100
FILE ID= node33/338772-1173692000

PBS_JOBID= 4101459

Free space on /tmp= 66562 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338772-1173692000/tinisat /tmp/evaluation/338772-1173692000/instance-338772-1173692000.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-338772-1173692000 -o ROOT/results/node33/solver-338772-1173692000 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338772-1173692000/tinisat /tmp/evaluation/338772-1173692000/instance-338772-1173692000.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  51a1a3a012cf07e3662164064eca4702

RANDOM SEED= 162993541

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.231
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.231
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:       1783232 kB
Buffers:         28792 kB
Cached:         190044 kB
SwapCached:       9440 kB
Active:         101512 kB
Inactive:       133624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783232 kB
SwapTotal:     4192956 kB
SwapFree:      4177824 kB
Dirty:             556 kB
Writeback:           0 kB
Mapped:          15664 kB
Slab:            23616 kB
Committed_AS:   121352 kB
PageTables:       1408 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 node33 on Mon Mar 12 09:53:23 UTC 2007