Trace number 338310

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.52

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.0179
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/338310-1173683775/instance-338310-1173683775.cnf
0.00/0.02	c 1605 variables, 8025 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/node9/watcher-338310-1173683775 -o ROOT/results/node9/solver-338310-1173683775 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338310-1173683775/tinisat /tmp/evaluation/338310-1173683775/instance-338310-1173683775.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6980
/proc/meminfo: memFree=1820800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=716 CPUtime=0
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 388332105 733184 87 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 179 87 48 110 0 66 0

[startup+0.0460461 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6980
/proc/meminfo: memFree=1820800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=1980 CPUtime=0.04
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 357 0 0 0 4 0 0 0 18 0 1 0 388332105 2027520 341 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518765 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 495 341 52 110 0 382 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1980

[startup+0.101057 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6980
/proc/meminfo: memFree=1820800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=1980 CPUtime=0.09
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 377 0 0 0 9 0 0 0 18 0 1 0 388332105 2027520 361 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 495 361 52 110 0 382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1980

[startup+0.301095 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6980
/proc/meminfo: memFree=1820800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=3180 CPUtime=0.29
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 450 0 0 0 29 0 0 0 19 0 1 0 388332105 3256320 434 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515532 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 795 434 52 110 0 682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3180

[startup+0.701172 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6980
/proc/meminfo: memFree=1820800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=3180 CPUtime=0.69
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 555 0 0 0 69 0 0 0 22 0 1 0 388332105 3256320 539 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 795 539 52 110 0 682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3180

[startup+1.50133 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1818552/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=5712 CPUtime=1.49
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 775 0 0 0 149 0 0 0 25 0 1 0 388332105 5849088 759 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519886 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 1428 759 52 110 0 1315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5712

[startup+3.10163 s]
/proc/loadavg: 0.92 0.97 0.99 3/78 6981
/proc/meminfo: memFree=1817208/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=6244 CPUtime=3.09
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 1102 0 0 0 309 0 0 0 25 0 1 0 388332105 6393856 1086 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 1561 1086 52 110 0 1448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6244

[startup+6.30125 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1815096/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=6648 CPUtime=6.29
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 1554 0 0 0 628 1 0 0 25 0 1 0 388332105 6807552 1505 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 1662 1505 52 110 0 1549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6648

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1812544/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=12168 CPUtime=12.69
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 2160 0 0 0 1267 2 0 0 25 0 1 0 388332105 12460032 2111 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 3042 2111 52 110 0 2929 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12168

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1809216/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=13228 CPUtime=25.49
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 3004 0 0 0 2545 4 0 0 25 0 1 0 388332105 13545472 2890 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 3307 2890 52 110 0 3194 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13228

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1804800/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=23400 CPUtime=51.07
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 4120 0 0 0 5102 5 0 0 25 0 1 0 388332105 23961600 4006 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 5850 4006 52 110 0 5737 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23400

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1797952/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=25140 CPUtime=102.26
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 5794 0 0 0 10219 7 0 0 25 0 1 0 388332105 25743360 5680 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 6285 5680 52 110 0 6172 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25140

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1792512/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=45776 CPUtime=162.23
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 7291 0 0 0 16214 9 0 0 25 0 1 0 388332105 46874624 7048 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 11444 7048 52 110 0 11331 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 45776

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1787776/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=46764 CPUtime=222.21
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 8477 0 0 0 22210 11 0 0 25 0 1 0 388332105 47886336 8201 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 11691 8201 52 110 0 11578 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46764

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1782848/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=47276 CPUtime=282.19
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 9740 0 0 0 28206 13 0 0 25 0 1 0 388332105 48410624 9464 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 11819 9464 52 110 0 11706 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 47276

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1777664/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=48472 CPUtime=342.17
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 11007 0 0 0 34202 15 0 0 25 0 1 0 388332105 49635328 10731 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520020 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 12118 10731 52 110 0 12005 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 48472

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1774016/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=49408 CPUtime=402.15
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 11925 0 0 0 40198 17 0 0 25 0 1 0 388332105 50593792 11649 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 12352 11649 52 110 0 12239 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 49408

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1770688/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=89192 CPUtime=462.13
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 13003 0 0 0 46195 18 0 0 25 0 1 0 388332105 91332608 12470 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22298 12470 52 110 0 22185 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 89192

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1767616/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=89676 CPUtime=522.11
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 13776 0 0 0 52192 19 0 0 25 0 1 0 388332105 91828224 13243 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22419 13243 52 110 0 22306 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 89676

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1764672/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=90384 CPUtime=582.09
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 14561 0 0 0 58189 20 0 0 25 0 1 0 388332105 92553216 13963 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22596 13963 52 110 0 22483 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 90384

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1762240/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=90832 CPUtime=642.08
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 15191 0 0 0 64186 22 0 0 25 0 1 0 388332105 93011968 14560 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22708 14560 52 110 0 22595 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 90832

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1759552/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=91280 CPUtime=702.04
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 15920 0 0 0 70181 23 0 0 25 0 1 0 388332105 93470720 15256 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22820 15256 52 110 0 22707 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 91280

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1757056/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=91860 CPUtime=762.03
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 16559 0 0 0 76178 25 0 0 25 0 1 0 388332105 94064640 15862 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 22965 15862 52 110 0 22852 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 91860

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1754304/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=92540 CPUtime=822.01
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 17323 0 0 0 82174 27 0 0 25 0 1 0 388332105 94760960 16560 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23135 16560 52 110 0 23022 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 92540

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1751744/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=92956 CPUtime=881.99
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 18020 0 0 0 88171 28 0 0 25 0 1 0 388332105 95186944 17191 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23239 17191 52 110 0 23126 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 92956

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1749184/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=93668 CPUtime=941.97
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 18650 0 0 0 94168 29 0 0 25 0 1 0 388332105 95916032 17821 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23417 17821 52 110 0 23304 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 93668

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1746752/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=94120 CPUtime=1001.95
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 19245 0 0 0 100165 30 0 0 25 0 1 0 388332105 96378880 18416 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23530 18416 52 110 0 23417 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 94120

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1744768/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=94572 CPUtime=1061.92
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 19785 0 0 0 106161 31 0 0 25 0 1 0 388332105 96841728 18923 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23643 18923 52 110 0 23530 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 94572

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1742848/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=94832 CPUtime=1121.9
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 20293 0 0 0 112158 32 0 0 25 0 1 0 388332105 97107968 19398 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23708 19398 52 110 0 23595 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 94832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1740608/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=95096 CPUtime=1181.88
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 20839 0 0 0 118155 33 0 0 25 0 1 0 388332105 97378304 19944 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23774 19944 52 110 0 23661 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 95096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1739968/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=95356 CPUtime=1200.08
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 21036 0 0 0 119975 33 0 0 25 0 1 0 388332105 97644544 20108 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519936 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23839 20108 52 110 0 23726 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 95356

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6981
/proc/meminfo: memFree=1739968/2055920 swapFree=4152244/4192956
[pid=6980] ppid=6978 vsize=95356 CPUtime=1200.08
/proc/6980/stat : 6980 (tinisat) R 6978 6980 4800 0 -1 4194304 21036 0 0 0 119975 33 0 0 25 0 1 0 388332105 97644544 20108 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519936 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 23839 20108 52 110 0 23726 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 95356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1199.75
CPU system time (s): 0.351946
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 95356

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

runsolver used 1.36479 second user time and 3.00454 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Mar 12 07:16:15 UTC 2007

IDJOB= 338310
IDBENCH= 24720
IDSOLVER= 100
FILE ID= node9/338310-1173683775

PBS_JOBID= 4101466

Free space on /tmp= 66352 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  dd374701f9b3db5a8ac095414c025d77

RANDOM SEED= 185570149

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1821272 kB
Buffers:         37540 kB
Cached:         114612 kB
SwapCached:       9212 kB
Active:         115172 kB
Inactive:        60164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821272 kB
SwapTotal:     4192956 kB
SwapFree:      4152244 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          29744 kB
Slab:            44956 kB
Committed_AS:  1563600 kB
PageTables:       1688 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= 66352 MiB

End job on node9 on Mon Mar 12 07:36:17 UTC 2007