Trace number 1737931

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
kw 2009-03-20? (TO) 1200.12 1200.44

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i9_pp_ci_ce.cnf
MD5SUM30af8150f499f8e8270ccf7f0e5a1a0a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24336
Number of clauses289842
Sum of the clauses size957634
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249577
Number of clauses of size 3140712
Number of clauses of size 476848
Number of clauses of size 517640
Number of clauses of size over 55065

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737931-1240833968/watcher-1737931-1240833968 -o /tmp/evaluation-result-1737931-1240833968/solver-1737931-1240833968 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1737931-1240833968.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 9035
/proc/meminfo: memFree=1541476/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=6108 CPUtime=0
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 1007 0 0 0 0 0 0 0 18 0 1 0 111429423 6254592 992 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 1527 996 208 541 0 977 0

[startup+0.024036 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 9035
/proc/meminfo: memFree=1541476/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=16640 CPUtime=0.01
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 3743 0 0 0 0 1 0 0 18 0 1 0 111429423 17039360 3728 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 4160 3733 209 541 0 3610 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16640

[startup+0.101044 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 9035
/proc/meminfo: memFree=1541476/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=20860 CPUtime=0.09
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 4162 0 0 0 8 1 0 0 18 0 1 0 111429423 21360640 4146 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 5248 4147 219 541 0 4698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20860

[startup+0.301067 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 9035
/proc/meminfo: memFree=1541476/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=24160 CPUtime=0.29
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 5041 0 0 0 28 1 0 0 19 0 1 0 111429423 24739840 5025 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 6040 5025 219 541 0 5490 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24160

[startup+0.701111 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 9035
/proc/meminfo: memFree=1541476/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=30104 CPUtime=0.69
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 6711 0 0 0 66 3 0 0 22 0 1 0 111429423 30826496 6695 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 7526 6695 219 541 0 6976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30104

[startup+1.5012 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1511196/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=41072 CPUtime=1.49
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 9880 0 0 0 144 5 0 0 25 0 1 0 111429423 42057728 9721 1992294400 4194304 6412682 548682068864 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 10268 9721 229 541 0 9718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41072

[startup+3.10138 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1487068/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=61596 CPUtime=3.09
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 14243 0 0 0 303 6 0 0 25 0 1 0 111429423 63074304 14084 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 15399 14084 239 541 0 14849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61596

[startup+6.30174 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1486300/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=63648 CPUtime=6.29
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 14665 0 0 0 622 7 0 0 25 0 1 0 111429423 65175552 14506 1992294400 4194304 6412682 548682068864 18446744073709551615 4308261 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 15912 14506 239 541 0 15362 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63648

[startup+12.7025 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1475740/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=71716 CPUtime=12.69
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 16694 0 0 0 1257 12 0 0 25 0 1 0 111429423 73437184 16535 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 17929 16535 248 541 0 17379 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71716

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1475740/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=71716 CPUtime=25.48
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 16698 0 0 0 2536 12 0 0 25 0 1 0 111429423 73437184 16539 1992294400 4194304 6412682 548682068864 18446744073709551615 4261035 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 17929 16539 248 541 0 17379 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71716

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1477340/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=68828 CPUtime=51.07
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 16925 0 0 0 5085 22 0 0 25 0 1 0 111429423 70479872 16186 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 17207 16186 258 541 0 16657 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68828

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1474652/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=71028 CPUtime=102.26
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 17602 0 0 0 10190 36 0 0 25 0 1 0 111429423 72732672 16863 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 17757 16863 258 541 0 17207 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71028

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1462556/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=83864 CPUtime=162.24
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 20607 0 0 0 16172 52 0 0 25 0 1 0 111429423 85876736 19868 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 20966 19868 258 541 0 20416 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83864

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1455452/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=91020 CPUtime=222.22
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 22569 0 0 0 22165 57 0 0 25 0 1 0 111429423 93204480 21632 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 22755 21632 258 541 0 22205 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 91020

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1443484/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=103088 CPUtime=282.21
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 26011 0 0 0 28151 70 0 0 25 0 1 0 111429423 105562112 24584 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 25772 24584 258 541 0 25222 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 103088

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1436252/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=111656 CPUtime=342.19
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 28092 0 0 0 34139 80 0 0 25 0 1 0 111429423 114335744 26364 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 27914 26364 258 541 0 27364 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 111656

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1415068/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=134236 CPUtime=402.17
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 33522 0 0 0 40125 92 0 0 25 0 1 0 111429423 137457664 31794 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 33559 31794 258 541 0 33009 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 134236

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1403612/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=146592 CPUtime=462.15
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 36666 0 0 0 46113 102 0 0 25 0 1 0 111429423 150110208 34592 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 36648 34592 258 541 0 36098 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 146592

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1378140/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=173392 CPUtime=522.15
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 43109 0 0 0 52101 114 0 0 25 0 1 0 111429423 177553408 41035 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 43348 41035 258 541 0 42798 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 173392

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1375068/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=176768 CPUtime=582.13
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 44135 0 0 0 58088 125 0 0 25 0 1 0 111429423 181010432 41662 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 44192 41662 258 541 0 43642 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 176768

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1373788/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=177168 CPUtime=642.11
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 44900 0 0 0 64076 135 0 0 25 0 1 0 111429423 181420032 41968 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 44292 41968 258 541 0 43742 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 177168

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1371612/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=179408 CPUtime=702.09
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 45444 0 0 0 70067 142 0 0 25 0 1 0 111429423 183713792 42512 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 44852 42512 258 541 0 44302 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 179408

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1369308/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=181812 CPUtime=762.08
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 46539 0 0 0 76059 149 0 0 25 0 1 0 111429423 186175488 43079 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 45453 43079 258 541 0 44903 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 181812

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1361436/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=192760 CPUtime=822.07
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 48618 0 0 0 82047 160 0 0 25 0 1 0 111429423 197386240 45158 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 48190 45158 258 541 0 47640 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 192760

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1356444/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=197992 CPUtime=882.05
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 50356 0 0 0 88036 169 0 0 25 0 1 0 111429423 202743808 46289 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 49498 46289 258 541 0 48948 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 197992

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1344028/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=211596 CPUtime=942.03
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 53554 0 0 0 94025 178 0 0 25 0 1 0 111429423 216674304 49487 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 52899 49487 258 541 0 52349 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 211596

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1331228/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=224260 CPUtime=1002.01
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 57348 0 0 0 100014 187 0 0 25 0 1 0 111429423 229642240 52582 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 56065 52582 258 541 0 55515 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 224260

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1327388/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=228780 CPUtime=1062.01
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 58296 0 0 0 106006 195 0 0 25 0 1 0 111429423 234270720 53530 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 57195 53530 258 541 0 56645 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 228780

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1310172/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=247888 CPUtime=1121.99
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 62625 0 0 0 111996 203 0 0 25 0 1 0 111429423 253837312 57859 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 61972 57859 258 541 0 61422 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 247888

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1289884/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=269964 CPUtime=1181.97
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 67651 0 0 0 117986 211 0 0 25 0 1 0 111429423 276443136 62885 1992294400 4194304 6412682 548682068864 18446744073709551615 4296580 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 67491 62885 258 541 0 66941 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 269964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 9036
/proc/meminfo: memFree=1292956/2055920 swapFree=4181276/4192956
[pid=9035] ppid=9033 vsize=266740 CPUtime=1200.07
/proc/9035/stat : 9035 (kw) R 9033 9035 8904 0 -1 0 67651 0 0 0 119793 214 0 0 25 0 1 0 111429423 273141760 62081 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9035/statm: 66685 62081 258 541 0 66135 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 266740

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.44
CPU time (s): 1200.12
CPU user time (s): 1197.93
CPU system time (s): 2.18767
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 269964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.93
system time used= 2.18767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67651
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= 2
involuntary context switches= 1565

runsolver used 0.928858 second user time and 2.5926 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-27 14:06:09
IDJOB=1737931
IDBENCH=71798
IDSOLVER=501
FILE ID=node35/1737931-1240833968
PBS_JOBID= 9187488
Free space on /tmp= 66448 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n8_i9_pp_ci_ce.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737931-1240833968/watcher-1737931-1240833968 -o /tmp/evaluation-result-1737931-1240833968/solver-1737931-1240833968 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1737931-1240833968.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 30af8150f499f8e8270ccf7f0e5a1a0a
RANDOM SEED=1489811711

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1542724 kB
Buffers:         68396 kB
Cached:         379332 kB
SwapCached:       5696 kB
Active:         213580 kB
Inactive:       242268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542724 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:            8416 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            43388 kB
Committed_AS:   533308 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node35 at 2009-04-27 14:26:11