Trace number 1520155

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.11 1200.53

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S834811574-084.cnf
MD5SUMf47b98142bda69eb96f4457b8b3ad814
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1520155-1238268402/watcher-1520155-1238268402 -o /tmp/evaluation-result-1520155-1238268402/solver-1520155-1238268402 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520155-1238268402.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.95 0.95 3/64 1479
/proc/meminfo: memFree=1051264/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=2732 CPUtime=0
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 294 0 0 0 0 0 0 0 18 0 1 0 1099506480 2797568 278 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 683 278 216 541 0 133 0

[startup+0.023689 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 1479
/proc/meminfo: memFree=1051264/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=2996 CPUtime=0.02
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 379 0 0 0 2 0 0 0 18 0 1 0 1099506480 3067904 363 1992294400 4194304 6412682 548682068864 18446744073709551615 4780131 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 749 363 216 541 0 199 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2996

[startup+0.101704 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 1479
/proc/meminfo: memFree=1051264/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=3920 CPUtime=0.09
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 626 0 0 0 9 0 0 0 18 0 1 0 1099506480 4014080 610 1992294400 4194304 6412682 548682068864 18446744073709551615 4564596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 980 610 235 541 0 430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3920

[startup+0.301743 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 1479
/proc/meminfo: memFree=1051264/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=3920 CPUtime=0.29
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 626 0 0 0 29 0 0 0 19 0 1 0 1099506480 4014080 610 1992294400 4194304 6412682 548682068864 18446744073709551615 4542309 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 980 610 235 541 0 430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3920

[startup+0.701822 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 1479
/proc/meminfo: memFree=1051264/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=5640 CPUtime=0.69
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 1162 0 0 0 69 0 0 0 22 0 1 0 1099506480 5775360 1046 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 1410 1046 242 541 0 860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5640

[startup+1.50198 s]
/proc/loadavg: 0.91 0.95 0.95 2/65 1480
/proc/meminfo: memFree=1046776/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=8340 CPUtime=1.49
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 1780 0 0 0 147 2 0 0 25 0 1 0 1099506480 8540160 1624 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 2085 1624 242 541 0 1535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8340

[startup+3.10129 s]
/proc/loadavg: 0.91 0.95 0.95 2/65 1480
/proc/meminfo: memFree=1044608/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=10244 CPUtime=3.09
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 2312 0 0 0 306 3 0 0 25 0 1 0 1099506480 10489856 2059 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 2561 2059 247 541 0 2011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10244

[startup+6.30192 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 1480
/proc/meminfo: memFree=1042112/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=13016 CPUtime=6.29
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 3037 0 0 0 624 5 0 0 25 0 1 0 1099506480 13328384 2655 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 3254 2655 247 541 0 2704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13016

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.95 2/65 1480
/proc/meminfo: memFree=1037824/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=17476 CPUtime=12.69
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 4172 0 0 0 1261 8 0 0 25 0 1 0 1099506480 17895424 3620 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 4369 3620 247 541 0 3819 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17476

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.95 2/65 1480
/proc/meminfo: memFree=1032384/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=22972 CPUtime=25.48
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 5787 0 0 0 2535 13 0 0 25 0 1 0 1099506480 23523328 4873 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 5743 4873 247 541 0 5193 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22972

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.95 2/65 1480
/proc/meminfo: memFree=1026368/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=31012 CPUtime=51.07
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 7717 0 0 0 5087 20 0 0 25 0 1 0 1099506480 31756288 6462 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 7753 6462 247 541 0 7203 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31012

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.95 2/65 1480
/proc/meminfo: memFree=1014528/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=44396 CPUtime=102.25
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 11306 0 0 0 10195 30 0 0 25 0 1 0 1099506480 45461504 9324 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 11099 9324 247 541 0 10549 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44396

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=1007040/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=53856 CPUtime=162.23
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 13548 0 0 0 16182 41 0 0 25 0 1 0 1099506480 55148544 11248 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 13464 11248 247 541 0 12914 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53856

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=999232/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=63128 CPUtime=222.21
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 15813 0 0 0 22171 50 0 0 25 0 1 0 1099506480 64643072 13147 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 15782 13147 247 541 0 15232 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 63128

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=993088/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=71024 CPUtime=282.19
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 17837 0 0 0 28159 60 0 0 25 0 1 0 1099506480 72728576 14750 1992294400 4194304 6412682 548682068864 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 17756 14750 247 541 0 17206 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 71024

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=987328/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=77008 CPUtime=342.17
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 19655 0 0 0 34150 67 0 0 25 0 1 0 1099506480 78856192 16084 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 19252 16084 247 541 0 18702 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 77008

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=982528/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=82324 CPUtime=402.15
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 20968 0 0 0 40140 75 0 0 25 0 1 0 1099506480 84299776 17397 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 20581 17397 247 541 0 20031 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 82324

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=976128/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=89364 CPUtime=462.13
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 23108 0 0 0 46131 82 0 0 25 0 1 0 1099506480 91508736 18981 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 22341 18981 247 541 0 21791 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 89364

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=973184/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=91604 CPUtime=522.11
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 23777 0 0 0 52124 87 0 0 25 0 1 0 1099506480 93802496 19650 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 22901 19650 247 541 0 22351 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 91604

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=966656/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=100524 CPUtime=582.08
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 26024 0 0 0 58114 94 0 0 25 0 1 0 1099506480 102936576 21257 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 25131 21257 247 541 0 24581 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 100524

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=963584/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=104368 CPUtime=642.07
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 26793 0 0 0 64109 98 0 0 25 0 1 0 1099506480 106872832 22026 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 26092 22026 247 541 0 25542 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 104368

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=960192/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=108848 CPUtime=702.04
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 27636 0 0 0 70099 105 0 0 25 0 1 0 1099506480 111460352 22869 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 27212 22869 247 541 0 26662 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 108848

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=953152/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=115832 CPUtime=762.03
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 30073 0 0 0 76092 111 0 0 25 0 1 0 1099506480 118611968 24570 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 28958 24570 247 541 0 28408 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 115832

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=951872/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=117788 CPUtime=822
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 30442 0 0 0 82084 116 0 0 25 0 1 0 1099506480 120614912 24939 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 29447 24939 247 541 0 28897 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 117788

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=949248/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=120988 CPUtime=881.99
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 31106 0 0 0 88078 121 0 0 25 0 1 0 1099506480 123891712 25603 1992294400 4194304 6412682 548682068864 18446744073709551615 4286846 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 30247 25603 247 541 0 29697 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 120988

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=945472/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=125468 CPUtime=941.96
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 32055 0 0 0 94072 124 0 0 25 0 1 0 1099506480 128479232 26552 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 31367 26552 247 541 0 30817 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 125468

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=941696/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=129184 CPUtime=1001.94
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 32995 0 0 0 100064 130 0 0 25 0 1 0 1099506480 132284416 27492 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 32296 27492 247 541 0 31746 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 129184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1480
/proc/meminfo: memFree=939456/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=131844 CPUtime=1061.92
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 34382 0 0 0 106057 135 0 0 25 0 1 0 1099506480 135008256 28033 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 32961 28033 247 541 0 32411 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 131844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1482
/proc/meminfo: memFree=937024/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=135044 CPUtime=1121.9
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 34992 0 0 0 112050 140 0 0 25 0 1 0 1099506480 138285056 28643 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 33761 28643 247 541 0 33211 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 135044

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1482
/proc/meminfo: memFree=936064/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=135684 CPUtime=1181.88
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 35232 0 0 0 118044 144 0 0 25 0 1 0 1099506480 138940416 28883 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 33921 28883 247 541 0 33371 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 135684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1482
/proc/meminfo: memFree=935616/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=136324 CPUtime=1200.08
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 35343 0 0 0 119863 145 0 0 25 0 1 0 1099506480 139595776 28994 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 34081 28994 247 541 0 33531 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 136324

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.95 2/65 1482
/proc/meminfo: memFree=935616/2055920 swapFree=4176728/4192956
[pid=1479] ppid=1477 vsize=136324 CPUtime=1200.08
/proc/1479/stat : 1479 (kw) R 1477 1479 1414 0 -1 0 35343 0 0 0 119863 145 0 0 25 0 1 0 1099506480 139595776 28994 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1479/statm: 34081 28994 247 541 0 33531 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 136324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1198.63
CPU system time (s): 1.47378
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 136324

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

runsolver used 0.935857 second user time and 2.43463 second system time

The end

Launcher Data

Begin job on node11 at 2009-03-28 20:26:42
IDJOB=1520155
IDBENCH=70507
IDSOLVER=501
FILE ID=node11/1520155-1238268402
PBS_JOBID= 9060840
Free space on /tmp= 66348 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S834811574-084.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520155-1238268402/watcher-1520155-1238268402 -o /tmp/evaluation-result-1520155-1238268402/solver-1520155-1238268402 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520155-1238268402.cnf

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

MD5SUM BENCH= f47b98142bda69eb96f4457b8b3ad814
RANDOM SEED=1162521212

node11.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.274
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.274
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:       1051680 kB
Buffers:         92980 kB
Cached:         818700 kB
SwapCached:      10196 kB
Active:         225204 kB
Inactive:       698072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051680 kB
SwapTotal:     4192956 kB
SwapFree:      4176728 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          17336 kB
Slab:            66920 kB
Committed_AS:  2785384 kB
PageTables:       1456 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= 66344 MiB
End job on node11 at 2009-03-28 20:46:44