Trace number 335034

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.05 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.543
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data (download as text)

0.00/0.04	c Tinisat 0.22
0.00/0.04	c solving /tmp/evaluation/335034-1173605268/instance-335034-1173605268.cnf
0.00/0.04	c 2401 variables, 15960 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/node13/watcher-335034-1173605268 -o ROOT/results/node13/solver-335034-1173605268 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335034-1173605268/tinisat /tmp/evaluation/335034-1173605268/instance-335034-1173605268.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.95 0.90 3/77 6059
/proc/meminfo: memFree=1860984/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=848 CPUtime=0
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 380481245 868352 103 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134691160 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 212 103 48 110 0 99 0

[startup+0.0915649 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 6059
/proc/meminfo: memFree=1860984/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=2944 CPUtime=0.08
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 551 0 0 0 8 0 0 0 18 0 1 0 380481245 3014656 535 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 736 535 52 110 0 623 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2944

[startup+0.101566 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 6059
/proc/meminfo: memFree=1860984/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=2944 CPUtime=0.09
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 556 0 0 0 9 0 0 0 18 0 1 0 380481245 3014656 540 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515513 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 736 540 52 110 0 623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2944

[startup+0.301592 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 6059
/proc/meminfo: memFree=1860984/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=2944 CPUtime=0.29
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 630 0 0 0 29 0 0 0 19 0 1 0 380481245 3014656 614 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 736 614 52 110 0 623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2944

[startup+0.701647 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 6059
/proc/meminfo: memFree=1860984/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=4944 CPUtime=0.69
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 735 0 0 0 69 0 0 0 23 0 1 0 380481245 5062656 719 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 1236 719 52 110 0 1123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4944

[startup+1.50175 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 6060
/proc/meminfo: memFree=1858032/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=4944 CPUtime=1.49
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 930 0 0 0 149 0 0 0 25 0 1 0 380481245 5062656 914 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 1236 914 52 110 0 1123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4944

[startup+3.10196 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 6060
/proc/meminfo: memFree=1856880/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=5480 CPUtime=3.09
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 1259 0 0 0 308 1 0 0 25 0 1 0 380481245 5611520 1243 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 1370 1243 52 110 0 1257 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5480

[startup+6.30139 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 6060
/proc/meminfo: memFree=1854576/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=9880 CPUtime=6.29
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 1741 0 0 0 628 1 0 0 25 0 1 0 380481245 10117120 1725 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 2470 1725 52 110 0 2357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9880

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.90 2/78 6060
/proc/meminfo: memFree=1851440/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=10848 CPUtime=12.69
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 2476 0 0 0 1267 2 0 0 25 0 1 0 380481245 11108352 2460 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 2712 2460 52 110 0 2599 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10848

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 6060
/proc/meminfo: memFree=1847216/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=19984 CPUtime=25.49
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 3539 0 0 0 2545 4 0 0 25 0 1 0 380481245 20463616 3458 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 4996 3458 52 110 0 4883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19984

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 6060
/proc/meminfo: memFree=1840880/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=21740 CPUtime=51.07
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 5127 0 0 0 5101 6 0 0 25 0 1 0 380481245 22261760 5046 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 5435 5046 52 110 0 5322 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21740

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 6060
/proc/meminfo: memFree=1832624/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=40100 CPUtime=102.26
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 7261 0 0 0 10218 8 0 0 25 0 1 0 380481245 41062400 7051 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 10025 7051 52 110 0 9912 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40100

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1825904/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=41712 CPUtime=162.24
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 8921 0 0 0 16214 10 0 0 25 0 1 0 380481245 42713088 8711 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 10428 8711 52 110 0 10315 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41712

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1820976/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=42384 CPUtime=222.22
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 10141 0 0 0 22210 12 0 0 25 0 1 0 380481245 43401216 9931 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 10596 9931 52 110 0 10483 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 42384

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1816624/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=75176 CPUtime=282.2
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 11192 0 0 0 28207 13 0 0 25 0 1 0 380481245 76980224 10982 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 18794 10982 52 110 0 18681 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 75176

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1811568/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=76876 CPUtime=342.19
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 12475 0 0 0 34204 15 0 0 25 0 1 0 380481245 78721024 12232 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 19219 12232 52 110 0 19106 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 76876

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1807920/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=78296 CPUtime=402.17
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 13629 0 0 0 40201 16 0 0 25 0 1 0 380481245 80175104 13129 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 19574 13129 52 110 0 19461 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 78296

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1804400/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=79276 CPUtime=462.14
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 14621 0 0 0 46197 17 0 0 25 0 1 0 380481245 81178624 13989 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 19819 13989 52 110 0 19706 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 79276

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1801008/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=80660 CPUtime=522.13
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 15620 0 0 0 52194 19 0 0 25 0 1 0 380481245 82595840 14823 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20165 14823 52 110 0 20052 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 80660

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1798000/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=81108 CPUtime=582.11
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 16413 0 0 0 58191 20 0 0 25 0 1 0 380481245 83054592 15550 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20277 15550 52 110 0 20164 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 81108

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1795504/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=81412 CPUtime=642.1
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 17019 0 0 0 64189 21 0 0 25 0 1 0 380481245 83365888 16156 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20353 16156 52 110 0 20240 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 81412

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1792816/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=81812 CPUtime=702.07
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 17714 0 0 0 70185 22 0 0 25 0 1 0 380481245 83775488 16785 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20453 16785 52 110 0 20340 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 81812

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1790000/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=82340 CPUtime=762.06
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 18395 0 0 0 76183 23 0 0 25 0 1 0 380481245 84316160 17466 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20585 17466 52 110 0 20472 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 82340

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1786928/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=83708 CPUtime=822.04
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 19249 0 0 0 82180 24 0 0 25 0 1 0 380481245 85716992 18221 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20927 18221 52 110 0 20814 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 83708

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1784432/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=83840 CPUtime=882.02
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 19841 0 0 0 88177 25 0 0 25 0 1 0 380481245 85852160 18813 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20960 18813 52 110 0 20847 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 83840

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 6060
/proc/meminfo: memFree=1782256/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=83972 CPUtime=942
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 20377 0 0 0 94174 26 0 0 25 0 1 0 380481245 85987328 19349 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 20993 19349 52 110 0 20880 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 83972

[startup+1002.3 s]
/proc/loadavg: 1.03 0.99 0.91 2/78 6060
/proc/meminfo: memFree=1779760/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=84944 CPUtime=1001.98
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 21052 0 0 0 100171 27 0 0 25 0 1 0 380481245 86982656 19958 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 21236 19958 52 110 0 21123 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 84944

[startup+1062.3 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 6060
/proc/meminfo: memFree=1777520/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=149444 CPUtime=1061.96
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 21638 0 0 0 106168 28 0 0 25 0 1 0 380481245 153030656 20511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 37361 20511 52 110 0 37248 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 149444

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 6062
/proc/meminfo: memFree=1775280/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=149636 CPUtime=1121.95
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 22140 0 0 0 112166 29 0 0 25 0 1 0 380481245 153227264 21013 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 37409 21013 52 110 0 37296 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 149636

[startup+1182.3 s]
/proc/loadavg: 1.04 1.00 0.92 2/78 6062
/proc/meminfo: memFree=1773232/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=150052 CPUtime=1181.93
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 22703 0 0 0 118163 30 0 0 25 0 1 0 380481245 153653248 21511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 37513 21511 52 110 0 37400 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 150052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.03 1.00 0.92 2/78 6062
/proc/meminfo: memFree=1772656/2055920 swapFree=4158788/4192956
[pid=6059] ppid=6057 vsize=150052 CPUtime=1200.02
/proc/6059/stat : 6059 (tinisat) R 6057 6059 5104 0 -1 4194304 22840 0 0 0 119972 30 0 0 25 0 1 0 380481245 153653248 21648 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6059/statm: 37513 21648 52 110 0 37400 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 150052

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.42
CPU time (s): 1200.05
CPU user time (s): 1199.73
CPU system time (s): 0.319951
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 150052

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

runsolver used 1.48777 second user time and 2.82857 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar 11 09:27:48 UTC 2007

IDJOB= 335034
IDBENCH= 24642
IDSOLVER= 100
FILE ID= node13/335034-1173605268

PBS_JOBID= 4101238

Free space on /tmp= 66453 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335034-1173605268/tinisat /tmp/evaluation/335034-1173605268/instance-335034-1173605268.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-335034-1173605268 -o ROOT/results/node13/solver-335034-1173605268 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335034-1173605268/tinisat /tmp/evaluation/335034-1173605268/instance-335034-1173605268.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  d9bf8689fd094f6ad4f37a57f4f0a5ae

RANDOM SEED= 799753629

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1861456 kB
Buffers:          6628 kB
Cached:         103496 kB
SwapCached:       2076 kB
Active:          60916 kB
Inactive:        71892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861456 kB
SwapTotal:     4192956 kB
SwapFree:      4158788 kB
Dirty:            1132 kB
Writeback:           0 kB
Mapped:          30572 kB
Slab:            47196 kB
Committed_AS:  1642480 kB
PageTables:       1744 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= 66453 MiB

End job on node13 on Sun Mar 11 09:47:50 UTC 2007