Trace number 338058

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

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark224.011
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/338058-1173679665/instance-338058-1173679665.cnf
0.00/0.03	c 2123 variables, 9177 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/node23/watcher-338058-1173679665 -o ROOT/results/node23/solver-338058-1173679665 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338058-1173679665/tinisat /tmp/evaluation/338058-1173679665/instance-338058-1173679665.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.86 0.95 0.98 3/77 10490
/proc/meminfo: memFree=1814608/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=716 CPUtime=0
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 104 0 0 0 0 0 0 0 18 0 1 0 93934831 733184 89 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 179 90 48 110 0 66 0

[startup+0.104886 s]
/proc/loadavg: 0.86 0.95 0.98 3/77 10490
/proc/meminfo: memFree=1814608/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=2236 CPUtime=0.1
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 429 0 0 0 10 0 0 0 18 0 1 0 93934831 2289664 413 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 559 413 52 110 0 446 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2236

[startup+0.201905 s]
/proc/loadavg: 0.86 0.95 0.98 3/77 10490
/proc/meminfo: memFree=1814608/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=2236 CPUtime=0.19
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 464 0 0 0 19 0 0 0 18 0 1 0 93934831 2289664 448 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532424 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 559 448 52 110 0 446 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2236

[startup+0.301925 s]
/proc/loadavg: 0.86 0.95 0.98 3/77 10490
/proc/meminfo: memFree=1814608/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=3596 CPUtime=0.29
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 496 0 0 0 29 0 0 0 19 0 1 0 93934831 3682304 480 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 899 480 52 110 0 786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3596

[startup+0.702003 s]
/proc/loadavg: 0.86 0.95 0.98 3/77 10490
/proc/meminfo: memFree=1814608/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=3596 CPUtime=0.69
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 598 0 0 0 69 0 0 0 23 0 1 0 93934831 3682304 582 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 899 582 52 110 0 786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3596

[startup+1.50116 s]
/proc/loadavg: 0.86 0.95 0.98 2/78 10491
/proc/meminfo: memFree=1812104/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=3728 CPUtime=1.49
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 784 0 0 0 149 0 0 0 25 0 1 0 93934831 3817472 768 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 932 768 52 110 0 819 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3728

[startup+3.10147 s]
/proc/loadavg: 0.86 0.95 0.98 2/78 10491
/proc/meminfo: memFree=1811016/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=6708 CPUtime=3.09
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 1095 0 0 0 309 0 0 0 25 0 1 0 93934831 6868992 1079 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 1677 1079 52 110 0 1564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6708

[startup+6.30109 s]
/proc/loadavg: 0.87 0.95 0.98 2/78 10491
/proc/meminfo: memFree=1808840/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=7236 CPUtime=6.29
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 1576 0 0 0 628 1 0 0 25 0 1 0 93934831 7409664 1527 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 1809 1527 52 110 0 1696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7236

[startup+12.7013 s]
/proc/loadavg: 0.88 0.96 0.98 2/78 10491
/proc/meminfo: memFree=1806216/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=13228 CPUtime=12.69
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 2166 0 0 0 1268 1 0 0 25 0 1 0 93934831 13545472 2117 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 3307 2117 52 110 0 3194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13228

[startup+25.5018 s]
/proc/loadavg: 0.91 0.96 0.98 2/78 10491
/proc/meminfo: memFree=1802952/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=13960 CPUtime=25.49
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 2947 0 0 0 2546 3 0 0 25 0 1 0 93934831 14295040 2898 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 3490 2898 52 110 0 3377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13960

[startup+51.1018 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 10491
/proc/meminfo: memFree=1798536/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=25848 CPUtime=51.07
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 4110 0 0 0 5103 4 0 0 25 0 1 0 93934831 26468352 3996 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 6462 3996 52 110 0 6349 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25848

[startup+102.302 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 10491
/proc/meminfo: memFree=1791624/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=27516 CPUtime=102.26
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 5828 0 0 0 10219 7 0 0 25 0 1 0 93934831 28176384 5714 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 6879 5714 52 110 0 6766 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 27516

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10491
/proc/meminfo: memFree=1785480/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=50780 CPUtime=162.23
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 7494 0 0 0 16214 9 0 0 25 0 1 0 93934831 51998720 7251 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 12695 7251 52 110 0 12582 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 50780

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10491
/proc/meminfo: memFree=1780808/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=51504 CPUtime=222.21
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 8699 0 0 0 22209 12 0 0 25 0 1 0 93934831 52740096 8423 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 12876 8423 52 110 0 12763 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51504

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10491
/proc/meminfo: memFree=1776264/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=51972 CPUtime=282.19
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 9825 0 0 0 28205 14 0 0 25 0 1 0 93934831 53219328 9549 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 12993 9549 52 110 0 12880 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51972

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10491
/proc/meminfo: memFree=1772496/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=52292 CPUtime=342.17
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 10763 0 0 0 34201 16 0 0 25 0 1 0 93934831 53547008 10487 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 13073 10487 52 110 0 12960 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 52292

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10491
/proc/meminfo: memFree=1768592/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=53652 CPUtime=402.15
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 11781 0 0 0 40197 18 0 0 25 0 1 0 93934831 54939648 11472 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 13413 11472 52 110 0 13300 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 53652

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1765072/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=55292 CPUtime=462.12
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 12891 0 0 0 46193 19 0 0 25 0 1 0 93934831 56619008 12325 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 13823 12325 52 110 0 13710 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 55292

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1761808/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=55952 CPUtime=522.1
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 13711 0 0 0 52190 20 0 0 25 0 1 0 93934831 57294848 13145 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 13988 13145 52 110 0 13875 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 55952

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1759248/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=99584 CPUtime=582.08
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 14361 0 0 0 58186 22 0 0 25 0 1 0 93934831 101974016 13795 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 24896 13795 52 110 0 24783 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 99584

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1756560/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=99876 CPUtime=642.05
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 15029 0 0 0 64183 22 0 0 25 0 1 0 93934831 102273024 14463 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 24969 14463 52 110 0 24856 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 99876

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1753936/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=100136 CPUtime=702.03
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 15673 0 0 0 70180 23 0 0 25 0 1 0 93934831 102539264 15107 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25034 15107 52 110 0 24921 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 100136

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1751120/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=101040 CPUtime=762.02
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 16413 0 0 0 76177 25 0 0 25 0 1 0 93934831 103464960 15814 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25260 15814 52 110 0 25147 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 101040

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1748368/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=101728 CPUtime=821.99
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 17101 0 0 0 82173 26 0 0 25 0 1 0 93934831 104169472 16502 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25432 16502 52 110 0 25319 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 101728

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1745936/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=101992 CPUtime=881.97
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 17715 0 0 0 88170 27 0 0 25 0 1 0 93934831 104439808 17116 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25498 17116 52 110 0 25385 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 101992

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1743568/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=102284 CPUtime=941.94
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 18302 0 0 0 94166 28 0 0 25 0 1 0 93934831 104738816 17703 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25571 17703 52 110 0 25458 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 102284

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 10493
/proc/meminfo: memFree=1741328/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=102608 CPUtime=1001.92
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 18863 0 0 0 100163 29 0 0 25 0 1 0 93934831 105070592 18264 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25652 18264 52 110 0 25539 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 102608

[startup+1062.3 s]
/proc/loadavg: 1.06 0.99 0.98 2/78 10493
/proc/meminfo: memFree=1739216/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=103060 CPUtime=1061.9
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 19439 0 0 0 106160 30 0 0 25 0 1 0 93934831 105533440 18807 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25765 18807 52 110 0 25652 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 103060

[startup+1122.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/78 10493
/proc/meminfo: memFree=1737296/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=103448 CPUtime=1121.88
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 19973 0 0 0 112157 31 0 0 25 0 1 0 93934831 105930752 19276 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25862 19276 52 110 0 25749 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 103448

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 10493
/proc/meminfo: memFree=1735120/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=103904 CPUtime=1181.85
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 20538 0 0 0 118154 31 0 0 25 0 1 0 93934831 106397696 19841 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25976 19841 52 110 0 25863 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 103904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 10493
/proc/meminfo: memFree=1734352/2055920 swapFree=4140896/4192956
[pid=10490] ppid=10488 vsize=103904 CPUtime=1200.05
/proc/10490/stat : 10490 (tinisat) R 10488 10490 10431 0 -1 4194304 20707 0 0 0 119973 32 0 0 25 0 1 0 93934831 106397696 20010 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/10490/statm: 25976 20010 52 110 0 25863 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 103904

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.52
CPU time (s): 1200.07
CPU user time (s): 1199.74
CPU system time (s): 0.332949
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 103904

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

runsolver used 1.48877 second user time and 2.82157 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Mar 12 06:07:45 UTC 2007

IDJOB= 338058
IDBENCH= 24714
IDSOLVER= 100
FILE ID= node23/338058-1173679665

PBS_JOBID= 4101479

Free space on /tmp= 66520 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338058-1173679665/tinisat /tmp/evaluation/338058-1173679665/instance-338058-1173679665.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-338058-1173679665 -o ROOT/results/node23/solver-338058-1173679665 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338058-1173679665/tinisat /tmp/evaluation/338058-1173679665/instance-338058-1173679665.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  92c8b4fc23a7c22313979a2d9b3b5a58

RANDOM SEED= 525405330

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.259
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.259
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:       1815080 kB
Buffers:         38248 kB
Cached:         137056 kB
SwapCached:      15572 kB
Active:         128764 kB
Inactive:        73416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815080 kB
SwapTotal:     4192956 kB
SwapFree:      4140896 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          29560 kB
Slab:            24272 kB
Committed_AS:   226100 kB
PageTables:       1732 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= 66520 MiB

End job on node23 on Mon Mar 12 06:27:48 UTC 2007