Trace number 338352

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

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.517
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/338352-1173684394/instance-338352-1173684394.cnf
0.00/0.02	c 1339 variables, 7095 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/node24/watcher-338352-1173684394 -o ROOT/results/node24/solver-338352-1173684394 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338352-1173684394/tinisat /tmp/evaluation/338352-1173684394/instance-338352-1173684394.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.99 0.97 0.99 3/77 13736
/proc/meminfo: memFree=1804376/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=716 CPUtime=0
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 388393733 733184 86 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 179 86 48 110 0 66 0

[startup+0.08097 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 13736
/proc/meminfo: memFree=1804376/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=1804 CPUtime=0.07
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 335 0 0 0 7 0 0 0 18 0 1 0 388393733 1847296 319 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532424 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 451 319 52 110 0 338 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1804

[startup+0.101972 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 13736
/proc/meminfo: memFree=1804376/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=1804 CPUtime=0.09
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 346 0 0 0 9 0 0 0 18 0 1 0 388393733 1847296 330 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 451 330 52 110 0 338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1804

[startup+0.301994 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 13736
/proc/meminfo: memFree=1804376/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=2860 CPUtime=0.29
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 422 0 0 0 29 0 0 0 19 0 1 0 388393733 2928640 406 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515339 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 715 406 52 110 0 602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2860

[startup+0.701037 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 13736
/proc/meminfo: memFree=1804376/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=2992 CPUtime=0.69
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 540 0 0 0 69 0 0 0 22 0 1 0 388393733 3063808 524 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 748 524 52 110 0 635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2992

[startup+1.50112 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1802192/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=5232 CPUtime=1.49
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 751 0 0 0 149 0 0 0 25 0 1 0 388393733 5357568 735 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 1308 735 52 110 0 1195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5232

[startup+3.10129 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1800912/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=5632 CPUtime=3.09
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 1071 0 0 0 309 0 0 0 25 0 1 0 388393733 5767168 1055 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 1408 1055 52 110 0 1295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5632

[startup+6.30164 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1798872/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=10248 CPUtime=6.29
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 1549 0 0 0 628 1 0 0 25 0 1 0 388393733 10493952 1500 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 2562 1500 52 110 0 2449 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10248

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1795992/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=10968 CPUtime=12.69
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 2196 0 0 0 1267 2 0 0 25 0 1 0 388393733 11231232 2147 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 2742 2147 52 110 0 2629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10968

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1792600/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=20236 CPUtime=25.49
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 3065 0 0 0 2546 3 0 0 25 0 1 0 388393733 20721664 2951 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 5059 2951 52 110 0 4946 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20236

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1787864/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=21020 CPUtime=51.08
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 4253 0 0 0 5104 4 0 0 25 0 1 0 388393733 21524480 4139 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 5255 4139 52 110 0 5142 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21020

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1780504/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=39692 CPUtime=102.27
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 6061 0 0 0 10221 6 0 0 25 0 1 0 388393733 40644608 5947 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 9923 5947 52 110 0 9810 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39692

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1774680/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=41508 CPUtime=162.24
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 7656 0 0 0 16217 7 0 0 25 0 1 0 388393733 42504192 7413 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 10377 7413 52 110 0 10264 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41508

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1769560/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=42168 CPUtime=222.23
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 8926 0 0 0 22215 8 0 0 25 0 1 0 388393733 43180032 8683 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 10542 8683 52 110 0 10429 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42168

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1765464/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=43208 CPUtime=282.21
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 9955 0 0 0 28212 9 0 0 25 0 1 0 388393733 44244992 9712 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 10802 9712 52 110 0 10689 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 43208

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1762264/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=44232 CPUtime=342.2
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 10739 0 0 0 34209 11 0 0 25 0 1 0 388393733 45293568 10496 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 11058 10496 52 110 0 10945 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 44232

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1759064/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=78304 CPUtime=402.19
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 11533 0 0 0 40207 12 0 0 25 0 1 0 388393733 80183296 11290 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 19576 11290 52 110 0 19463 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 78304

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1755800/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=78832 CPUtime=462.17
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 12342 0 0 0 46204 13 0 0 25 0 1 0 388393733 80723968 12099 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 19708 12099 52 110 0 19595 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 78832

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1752856/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=80472 CPUtime=522.15
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 13337 0 0 0 52201 14 0 0 25 0 1 0 388393733 82403328 12837 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20118 12837 52 110 0 20005 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 80472

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1750040/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=81028 CPUtime=582.14
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 14038 0 0 0 58199 15 0 0 25 0 1 0 388393733 82972672 13538 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20257 13538 52 110 0 20144 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 81028

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1747480/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=81872 CPUtime=642.13
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 14736 0 0 0 64197 16 0 0 25 0 1 0 388393733 83836928 14170 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20468 14170 52 110 0 20355 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 81872

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1745240/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=82064 CPUtime=702.11
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 15296 0 0 0 70194 17 0 0 25 0 1 0 388393733 84033536 14730 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20516 14730 52 110 0 20403 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 82064

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1743064/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=82460 CPUtime=762.09
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 15839 0 0 0 76192 17 0 0 25 0 1 0 388393733 84439040 15273 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20615 15273 52 110 0 20502 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 82460

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1740440/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=83116 CPUtime=822.08
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 16500 0 0 0 82189 19 0 0 25 0 1 0 388393733 85110784 15934 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20779 15934 52 110 0 20666 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 83116

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1738456/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=83308 CPUtime=882.06
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 16984 0 0 0 88187 19 0 0 25 0 1 0 388393733 85307392 16418 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20827 16418 52 110 0 20714 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 83308

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1736216/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=83964 CPUtime=942.04
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 17579 0 0 0 94185 19 0 0 25 0 1 0 388393733 85979136 16980 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 20991 16980 52 110 0 20878 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 83964

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1734104/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=84124 CPUtime=1002.03
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 18094 0 0 0 100183 20 0 0 25 0 1 0 388393733 86142976 17495 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 21031 17495 52 110 0 20918 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 84124

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13737
/proc/meminfo: memFree=1732184/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=84416 CPUtime=1062.01
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 18568 0 0 0 106181 20 0 0 25 0 1 0 388393733 86441984 17969 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 21104 17969 52 110 0 20991 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 84416

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13739
/proc/meminfo: memFree=1730392/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=84576 CPUtime=1122
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 19009 0 0 0 112179 21 0 0 25 0 1 0 388393733 86605824 18410 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 21144 18410 52 110 0 21031 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 84576

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13739
/proc/meminfo: memFree=1728600/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=85096 CPUtime=1181.98
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 19540 0 0 0 118176 22 0 0 25 0 1 0 388393733 87138304 18875 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 21274 18875 52 110 0 21161 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 85096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13739
/proc/meminfo: memFree=1727832/2055920 swapFree=4144288/4192956
[pid=13736] ppid=13734 vsize=85616 CPUtime=1200.08
/proc/13736/stat : 13736 (tinisat) R 13734 13736 13292 0 -1 4194304 19756 0 0 0 119986 22 0 0 25 0 1 0 388393733 87670784 19058 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/13736/statm: 21404 19058 52 110 0 21291 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 85616

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.1
CPU user time (s): 1199.87
CPU system time (s): 0.235964
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 85616

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

runsolver used 1.02284 second user time and 2.79557 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Mar 12 07:26:34 UTC 2007

IDJOB= 338352
IDBENCH= 24721
IDSOLVER= 100
FILE ID= node24/338352-1173684394

PBS_JOBID= 4101486

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  3ea6a8df7aa4f426ea9b73a3dcbe6d01

RANDOM SEED= 421524806

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1804848 kB
Buffers:         30544 kB
Cached:         172484 kB
SwapCached:       3896 kB
Active:          97180 kB
Inactive:       115764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804848 kB
SwapTotal:     4192956 kB
SwapFree:      4144288 kB
Dirty:             824 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            23748 kB
Committed_AS:   944284 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= 66561 MiB

End job on node24 on Mon Mar 12 07:46:37 UTC 2007