Trace number 335412

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.12 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
MD5SUM26eb408aec254c812108c852e426e72f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1192.99
Satisfiable
(Un)Satisfiability was proved
Number of variables1040
Number of clauses13020
Sum of the clauses size54606
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21086
Number of clauses of size 38679
Number of clauses of size 4261
Number of clauses of size 5297
Number of clauses of size over 52662

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/335412-1173627051/instance-335412-1173627051.cnf
0.00/0.02	c 1040 variables, 13020 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/node34/watcher-335412-1173627051 -o ROOT/results/node34/solver-335412-1173627051 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335412-1173627051/tinisat /tmp/evaluation/335412-1173627051/instance-335412-1173627051.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.01 1.42 1.69 3/64 22560
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=848 CPUtime=0
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 88660859 868352 99 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 212 99 48 110 0 99 0

[startup+0.0495341 s]
/proc/loadavg: 1.01 1.42 1.69 3/64 22560
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=2044 CPUtime=0.04
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 355 0 0 0 4 0 0 0 18 0 1 0 88660859 2093056 339 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 511 339 52 110 0 398 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2044

[startup+0.101538 s]
/proc/loadavg: 1.01 1.42 1.69 3/64 22560
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=2044 CPUtime=0.09
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 385 0 0 0 9 0 0 0 18 0 1 0 88660859 2093056 369 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518106 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 511 369 52 110 0 398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2044

[startup+0.301555 s]
/proc/loadavg: 1.01 1.42 1.69 3/64 22560
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=3104 CPUtime=0.29
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 474 0 0 0 29 0 0 0 19 0 1 0 88660859 3178496 458 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 776 458 52 110 0 663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3104

[startup+0.701586 s]
/proc/loadavg: 1.01 1.42 1.69 3/64 22560
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=3104 CPUtime=0.69
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 603 0 0 0 69 0 0 0 22 0 1 0 88660859 3178496 587 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 776 587 52 110 0 663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3104

[startup+1.50165 s]
/proc/loadavg: 1.01 1.42 1.69 2/65 22561
/proc/meminfo: memFree=1534464/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=5220 CPUtime=1.49
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 805 0 0 0 149 0 0 0 25 0 1 0 88660859 5345280 789 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519959 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 1305 789 52 110 0 1192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5220

[startup+3.10178 s]
/proc/loadavg: 1.01 1.42 1.69 2/65 22561
/proc/meminfo: memFree=1533376/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=5352 CPUtime=3.09
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 1143 0 0 0 309 0 0 0 25 0 1 0 88660859 5480448 1127 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 1338 1127 52 110 0 1225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5352

[startup+6.30103 s]
/proc/loadavg: 1.01 1.41 1.69 2/65 22561
/proc/meminfo: memFree=1530824/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=9848 CPUtime=6.29
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 1665 0 0 0 629 0 0 0 25 0 1 0 88660859 10084352 1649 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519827 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 2462 1649 52 110 0 2349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9848

[startup+12.7015 s]
/proc/loadavg: 1.01 1.40 1.68 2/65 22561
/proc/meminfo: memFree=1527320/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=10384 CPUtime=12.69
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 2509 0 0 0 1268 1 0 0 25 0 1 0 88660859 10633216 2460 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 2596 2460 52 110 0 2483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10384

[startup+25.5016 s]
/proc/loadavg: 1.01 1.38 1.67 2/65 22561
/proc/meminfo: memFree=1523032/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=19668 CPUtime=25.48
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 3532 0 0 0 2547 1 0 0 25 0 1 0 88660859 20140032 3483 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 4917 3483 52 110 0 4804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19668

[startup+51.1016 s]
/proc/loadavg: 1.00 1.35 1.65 2/65 22561
/proc/meminfo: memFree=1516440/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=37592 CPUtime=51.07
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 5242 0 0 0 5104 3 0 0 25 0 1 0 88660859 38494208 5128 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 9398 5128 52 110 0 9285 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37592

[startup+102.306 s]
/proc/loadavg: 1.00 1.30 1.62 2/65 22561
/proc/meminfo: memFree=1506904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=39176 CPUtime=102.27
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 7615 0 0 0 10222 5 0 0 25 0 1 0 88660859 40116224 7501 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 9794 7501 52 110 0 9681 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39176

[startup+162.301 s]
/proc/loadavg: 1.00 1.24 1.58 2/65 22561
/proc/meminfo: memFree=1498648/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=40768 CPUtime=162.25
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 9816 0 0 0 16218 7 0 0 25 0 1 0 88660859 41746432 9573 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 10192 9573 52 110 0 10079 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 40768

[startup+222.301 s]
/proc/loadavg: 1.00 1.19 1.54 2/65 22561
/proc/meminfo: memFree=1490904/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=75740 CPUtime=222.23
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 11728 0 0 0 22213 10 0 0 25 0 1 0 88660859 77557760 11485 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 18935 11485 52 110 0 18822 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 75740

[startup+282.301 s]
/proc/loadavg: 1.00 1.16 1.50 2/65 22561
/proc/meminfo: memFree=1484760/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=75900 CPUtime=282.22
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 13262 0 0 0 28210 12 0 0 25 0 1 0 88660859 77721600 13019 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 18975 13019 52 110 0 18862 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 75900

[startup+342.302 s]
/proc/loadavg: 1.00 1.12 1.47 2/65 22561
/proc/meminfo: memFree=1478744/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=76516 CPUtime=342.2
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 14752 0 0 0 34207 13 0 0 25 0 1 0 88660859 78352384 14509 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 19129 14509 52 110 0 19016 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 76516

[startup+402.302 s]
/proc/loadavg: 1.00 1.10 1.43 2/65 22561
/proc/meminfo: memFree=1472664/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=77972 CPUtime=402.19
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 16334 0 0 0 40203 16 0 0 25 0 1 0 88660859 79843328 16025 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 19493 16025 52 110 0 19380 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 77972

[startup+462.301 s]
/proc/loadavg: 1.00 1.08 1.40 2/65 22561
/proc/meminfo: memFree=1467160/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=79452 CPUtime=462.17
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 17944 0 0 0 46199 18 0 0 25 0 1 0 88660859 81358848 17378 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 19863 17378 52 110 0 19750 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 79452

[startup+522.301 s]
/proc/loadavg: 1.00 1.06 1.38 2/65 22561
/proc/meminfo: memFree=1462168/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=80328 CPUtime=522.15
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 19206 0 0 0 52196 19 0 0 25 0 1 0 88660859 82255872 18640 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 20082 18640 52 110 0 19969 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 80328

[startup+582.302 s]
/proc/loadavg: 1.00 1.05 1.35 2/65 22561
/proc/meminfo: memFree=1457176/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=149192 CPUtime=582.14
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 20521 0 0 0 58194 20 0 0 25 0 1 0 88660859 152772608 19889 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37298 19889 52 110 0 37185 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 149192

[startup+642.302 s]
/proc/loadavg: 1.00 1.04 1.33 2/65 22561
/proc/meminfo: memFree=1452760/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=149192 CPUtime=642.13
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 21611 0 0 0 64192 21 0 0 25 0 1 0 88660859 152772608 20979 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37298 20979 52 110 0 37185 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 149192

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 1.30 2/65 22561
/proc/meminfo: memFree=1448664/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=149904 CPUtime=702.11
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 22700 0 0 0 70188 23 0 0 25 0 1 0 88660859 153501696 22002 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37476 22002 52 110 0 37363 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 149904

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.28 2/65 22561
/proc/meminfo: memFree=1444248/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=151084 CPUtime=762.1
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 23856 0 0 0 76186 24 0 0 25 0 1 0 88660859 154710016 23125 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37771 23125 52 110 0 37658 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 151084

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 22561
/proc/meminfo: memFree=1440472/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=151084 CPUtime=822.08
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 24817 0 0 0 82183 25 0 0 25 0 1 0 88660859 154710016 24086 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37771 24086 52 110 0 37658 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 151084

[startup+882.303 s]
/proc/loadavg: 1.00 1.01 1.24 2/65 22561
/proc/meminfo: memFree=1436184/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=151828 CPUtime=882.07
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 25867 0 0 0 88180 27 0 0 25 0 1 0 88660859 155471872 25136 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 37957 25136 52 110 0 37844 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 151828

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 22561
/proc/meminfo: memFree=1432216/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=152484 CPUtime=942.05
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 26898 0 0 0 94178 27 0 0 25 0 1 0 88660859 156143616 26134 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38121 26134 52 110 0 38008 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 152484

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 22561
/proc/meminfo: memFree=1428376/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=152936 CPUtime=1002.03
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 27887 0 0 0 100175 28 0 0 25 0 1 0 88660859 156606464 27090 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38234 27090 52 110 0 38121 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 152936

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/65 22561
/proc/meminfo: memFree=1425304/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=152936 CPUtime=1062.02
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 28649 0 0 0 106173 29 0 0 25 0 1 0 88660859 156606464 27852 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38234 27852 52 110 0 38121 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 152936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 22561
/proc/meminfo: memFree=1422296/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=153192 CPUtime=1122
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 29468 0 0 0 112170 30 0 0 25 0 1 0 88660859 156868608 28605 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38298 28605 52 110 0 38185 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 153192

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 22561
/proc/meminfo: memFree=1419032/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=153324 CPUtime=1181.99
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 30285 0 0 0 118167 32 0 0 25 0 1 0 88660859 157003776 29422 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38331 29422 52 110 0 38218 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 153324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 22561
/proc/meminfo: memFree=1418136/2055920 swapFree=4192812/4192956
[pid=22560] ppid=22558 vsize=153324 CPUtime=1200.09
/proc/22560/stat : 22560 (tinisat) R 22558 22560 22500 0 -1 4194304 30496 0 0 0 119977 32 0 0 25 0 1 0 88660859 157003776 29633 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22560/statm: 38331 29633 52 110 0 38218 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 153324

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.43
CPU time (s): 1200.12
CPU user time (s): 1199.77
CPU system time (s): 0.344947
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 153324

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

runsolver used 0.738887 second user time and 2.55261 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Mar 11 15:30:51 UTC 2007

IDJOB= 335412
IDBENCH= 24651
IDSOLVER= 100
FILE ID= node34/335412-1173627051

PBS_JOBID= 4101307

Free space on /tmp= 66564 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335412-1173627051/tinisat /tmp/evaluation/335412-1173627051/instance-335412-1173627051.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-335412-1173627051 -o ROOT/results/node34/solver-335412-1173627051 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335412-1173627051/tinisat /tmp/evaluation/335412-1173627051/instance-335412-1173627051.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  26eb408aec254c812108c852e426e72f

RANDOM SEED= 902311633

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.238
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.238
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:       1537888 kB
Buffers:         45696 kB
Cached:         382160 kB
SwapCached:          0 kB
Active:          31460 kB
Inactive:       411660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          25456 kB
Slab:            60928 kB
Committed_AS:   110564 kB
PageTables:       1396 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= 66564 MiB

End job on node34 on Sun Mar 11 15:50:54 UTC 2007