Trace number 1726349

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.06 1200.83

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
Number of clauses of size 50
Number of clauses of size over 50

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-1726349-1240711023/watcher-1726349-1240711023 -o /tmp/evaluation-result-1726349-1240711023/solver-1726349-1240711023 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1726349-1240711023.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: 0.91 0.97 0.99 3/64 4066
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=3332 CPUtime=0
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 458 0 0 0 0 0 0 0 20 0 1 0 99131166 3411968 442 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 833 442 219 541 0 283 0

[startup+0.0584309 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4066
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=4388 CPUtime=0.05
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 716 0 0 0 5 0 0 0 20 0 1 0 99131166 4493312 700 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 1097 701 219 541 0 547 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4388

[startup+0.101435 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4066
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=5936 CPUtime=0.09
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 1130 0 0 0 9 0 0 0 20 0 1 0 99131166 6078464 1114 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 1484 1115 246 541 0 934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5936

[startup+0.30146 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4066
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=7352 CPUtime=0.29
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 1462 0 0 0 29 0 0 0 22 0 1 0 99131166 7528448 1446 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 1838 1446 253 541 0 1288 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7352

[startup+0.701506 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4066
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=7352 CPUtime=0.69
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 1470 0 0 0 69 0 0 0 25 0 1 0 99131166 7528448 1454 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 1838 1454 253 541 0 1288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7352

[startup+1.5016 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1789624/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=8172 CPUtime=1.49
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 1664 0 0 0 148 1 0 0 25 0 1 0 99131166 8368128 1648 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 2043 1648 253 541 0 1493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8172

[startup+3.10179 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1787832/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=10816 CPUtime=3.09
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 2316 0 0 0 308 1 0 0 25 0 1 0 99131166 11075584 2300 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 2704 2300 253 541 0 2154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10816

[startup+6.30116 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1784760/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=12184 CPUtime=6.28
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 2691 0 0 0 626 2 0 0 25 0 1 0 99131166 12476416 2591 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 3046 2591 257 541 0 2496 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12184

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1782392/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=15072 CPUtime=12.69
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 3478 0 0 0 1264 5 0 0 25 0 1 0 99131166 15433728 3266 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 3768 3266 257 541 0 3218 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15072

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1777208/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=20416 CPUtime=25.48
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 4952 0 0 0 2540 8 0 0 25 0 1 0 99131166 20905984 4501 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 5104 4501 257 541 0 4554 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20416

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1770296/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=27772 CPUtime=51.08
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 7055 0 0 0 5093 15 0 0 25 0 1 0 99131166 28438528 6242 1992294400 4194304 6412682 548682068832 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 6943 6242 257 541 0 6393 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27772

[startup+102.304 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1758392/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=40884 CPUtime=102.27
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 10557 0 0 0 10201 26 0 0 25 0 1 0 99131166 41865216 9195 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 10221 9195 257 541 0 9671 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40884

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1746104/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=53952 CPUtime=162.24
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 14148 0 0 0 16186 38 0 0 25 0 1 0 99131166 55246848 12270 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 13488 12270 257 541 0 12938 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53952

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4067
/proc/meminfo: memFree=1732984/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=68348 CPUtime=222.22
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 18041 0 0 0 22172 50 0 0 25 0 1 0 99131166 69988352 15479 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 17087 15479 257 541 0 16537 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 68348

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4073
/proc/meminfo: memFree=1724088/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=77468 CPUtime=282.2
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 20653 0 0 0 28160 60 0 0 25 0 1 0 99131166 79327232 17671 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 19367 17671 257 541 0 18817 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 77468

[startup+342.302 s]
/proc/loadavg: 1.17 1.03 1.01 2/65 4565
/proc/meminfo: memFree=1642672/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=86872 CPUtime=341.77
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 22773 0 0 0 34104 73 0 0 25 0 1 0 99131166 88956928 19791 1992294400 4194304 6412682 548682068832 18446744073709551615 4328489 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 21718 19791 257 541 0 21168 0
Current children cumulated CPU time (s) 341.77
Current children cumulated vsize (KiB) 86872

[startup+402.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 4565
/proc/meminfo: memFree=1639088/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=91116 CPUtime=401.75
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 24154 0 0 0 40094 81 0 0 25 0 1 0 99131166 93302784 20689 1992294400 4194304 6412682 548682068832 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 22779 20689 257 541 0 22229 0
Current children cumulated CPU time (s) 401.75
Current children cumulated vsize (KiB) 91116

[startup+462.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 4565
/proc/meminfo: memFree=1628080/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=102868 CPUtime=461.73
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 27447 0 0 0 46083 90 0 0 25 0 1 0 99131166 105336832 23426 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 25717 23426 257 541 0 25167 0
Current children cumulated CPU time (s) 461.73
Current children cumulated vsize (KiB) 102868

[startup+522.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 4565
/proc/meminfo: memFree=1621808/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=109612 CPUtime=521.71
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 29076 0 0 0 52074 97 0 0 25 0 1 0 99131166 112242688 25055 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 27403 25055 257 541 0 26853 0
Current children cumulated CPU time (s) 521.71
Current children cumulated vsize (KiB) 109612

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4565
/proc/meminfo: memFree=1613360/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=120304 CPUtime=581.69
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 31744 0 0 0 58063 106 0 0 25 0 1 0 99131166 123191296 27084 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 30076 27084 257 541 0 29526 0
Current children cumulated CPU time (s) 581.69
Current children cumulated vsize (KiB) 120304

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1610360/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=123552 CPUtime=641.68
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 32490 0 0 0 64054 114 0 0 25 0 1 0 99131166 126517248 27830 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 30888 27830 257 541 0 30338 0
Current children cumulated CPU time (s) 641.68
Current children cumulated vsize (KiB) 123552

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1597112/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=137344 CPUtime=701.66
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 36511 0 0 0 70041 125 0 0 25 0 1 0 99131166 140640256 31116 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 34336 31116 257 541 0 33786 0
Current children cumulated CPU time (s) 701.66
Current children cumulated vsize (KiB) 137344

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1594360/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=140544 CPUtime=761.64
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 37199 0 0 0 76033 131 0 0 25 0 1 0 99131166 143917056 31804 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 35136 31804 257 541 0 34586 0
Current children cumulated CPU time (s) 761.64
Current children cumulated vsize (KiB) 140544

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1587896/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=147796 CPUtime=821.62
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 38844 0 0 0 82024 138 0 0 25 0 1 0 99131166 151343104 33449 1992294400 4194304 6412682 548682068832 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 36949 33449 257 541 0 36399 0
Current children cumulated CPU time (s) 821.62
Current children cumulated vsize (KiB) 147796

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1577976/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=157616 CPUtime=881.61
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 42080 0 0 0 88012 149 0 0 25 0 1 0 99131166 161398784 35840 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 39404 35840 257 541 0 38854 0
Current children cumulated CPU time (s) 881.61
Current children cumulated vsize (KiB) 157616

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1577144/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=159376 CPUtime=941.59
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 42333 0 0 0 94005 154 0 0 25 0 1 0 99131166 163201024 36093 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 39844 36093 257 541 0 39294 0
Current children cumulated CPU time (s) 941.59
Current children cumulated vsize (KiB) 159376

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1575800/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=160656 CPUtime=1001.57
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 42675 0 0 0 99999 158 0 0 25 0 1 0 99131166 164511744 36435 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 40164 36435 257 541 0 39614 0
Current children cumulated CPU time (s) 1001.57
Current children cumulated vsize (KiB) 160656

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1566712/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=170516 CPUtime=1061.56
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 44949 0 0 0 105990 166 0 0 25 0 1 0 99131166 174608384 38709 1992294400 4194304 6412682 548682068832 18446744073709551615 4425146 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 42629 38709 257 541 0 42079 0
Current children cumulated CPU time (s) 1061.56
Current children cumulated vsize (KiB) 170516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1558008/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=178712 CPUtime=1121.54
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 48018 0 0 0 111983 171 0 0 25 0 1 0 99131166 183001088 40806 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 44678 40806 257 541 0 44128 0
Current children cumulated CPU time (s) 1121.54
Current children cumulated vsize (KiB) 178712

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1557816/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=179192 CPUtime=1181.52
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 48100 0 0 0 117976 176 0 0 25 0 1 0 99131166 183492608 40888 1992294400 4194304 6412682 548682068832 18446744073709551615 4363616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 44798 40888 257 541 0 44248 0
Current children cumulated CPU time (s) 1181.52
Current children cumulated vsize (KiB) 179192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4565
/proc/meminfo: memFree=1557752/2055920 swapFree=4192812/4192956
[pid=4066] ppid=4064 vsize=179192 CPUtime=1200.02
/proc/4066/stat : 4066 (kw) R 4064 4066 3739 0 -1 0 48123 0 0 0 119824 178 0 0 25 0 1 0 99131166 183492608 40911 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4066/statm: 44798 40911 257 541 0 44248 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 179192

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.83
CPU time (s): 1200.06
CPU user time (s): 1198.25
CPU system time (s): 1.80772
CPU usage (%): 99.9353
Max. virtual memory (cumulated for all children) (KiB): 182604

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

runsolver used 0.974851 second user time and 2.6386 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-26 03:57:03
IDJOB=1726349
IDBENCH=24612
IDSOLVER=501
FILE ID=node75/1726349-1240711023
PBS_JOBID= 9186814
Free space on /tmp= 66432 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726349-1240711023/watcher-1726349-1240711023 -o /tmp/evaluation-result-1726349-1240711023/solver-1726349-1240711023 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1726349-1240711023.cnf

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

MD5SUM BENCH= 378c3c007a4c6e49e4da1e6f32094183
RANDOM SEED=1577012024

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795168 kB
Buffers:         31528 kB
Cached:         153636 kB
SwapCached:          0 kB
Active:          90856 kB
Inactive:       108228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            47612 kB
Committed_AS:   253128 kB
PageTables:       1416 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= 66432 MiB
End job on node75 at 2009-04-26 04:17:06