Trace number 1519569

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.14 1200.55

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1573578038-005.cnf
MD5SUM6079b5c5aa5b129580ea074d44eca93f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.022
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
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 518000
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519569-1238230712/watcher-1519569-1238230712 -o /tmp/evaluation-result-1519569-1238230712/solver-1519569-1238230712 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519569-1238230712.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 1.00 1.00 3/64 11983
/proc/meminfo: memFree=839176/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=3280 CPUtime=0
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 414 0 0 0 0 0 0 0 18 0 1 0 1095737050 3358720 398 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 820 398 219 541 0 270 0

[startup+0.068958 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11983
/proc/meminfo: memFree=839176/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=3940 CPUtime=0.06
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 623 0 0 0 6 0 0 0 18 0 1 0 1095737050 4034560 607 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 985 607 219 541 0 435 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3940

[startup+0.101963 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11983
/proc/meminfo: memFree=839176/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=4468 CPUtime=0.09
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 759 0 0 0 9 0 0 0 18 0 1 0 1095737050 4575232 743 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 1117 743 219 541 0 567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4468

[startup+0.302001 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11983
/proc/meminfo: memFree=839176/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0.29
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 1320 0 0 0 29 0 0 0 19 0 1 0 1095737050 5484544 983 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 1339 983 245 541 0 789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5356

[startup+0.701076 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11983
/proc/meminfo: memFree=839176/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=7596 CPUtime=0.69
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 1896 0 0 0 68 1 0 0 22 0 1 0 1095737050 7778304 1559 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 1899 1559 245 541 0 1349 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7596

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=832256/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=11568 CPUtime=1.49
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 2884 0 0 0 147 2 0 0 25 0 1 0 1095737050 11845632 2547 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 2892 2547 245 541 0 2342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11568

[startup+3.10153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=827264/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=17136 CPUtime=3.09
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 4276 0 0 0 305 4 0 0 25 0 1 0 1095737050 17547264 3899 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 4284 3899 245 541 0 3734 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17136

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=821632/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=20992 CPUtime=6.29
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 5323 0 0 0 623 6 0 0 25 0 1 0 1095737050 21495808 4901 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 5248 4901 248 541 0 4698 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20992

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=813504/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=27620 CPUtime=12.69
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 7148 0 0 0 1259 10 0 0 25 0 1 0 1095737050 28282880 6545 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 6905 6545 248 541 0 6355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27620

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=802560/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=39744 CPUtime=25.48
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 10286 0 0 0 2532 16 0 0 25 0 1 0 1095737050 40697856 9513 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 9936 9513 248 541 0 9386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39744

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=786688/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=55752 CPUtime=51.08
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 14660 0 0 0 5081 27 0 0 25 0 1 0 1095737050 57090048 13525 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 13938 13525 248 541 0 13388 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55752

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11984
/proc/meminfo: memFree=761280/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=81232 CPUtime=102.26
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 21361 0 0 0 10180 46 0 0 25 0 1 0 1095737050 83181568 19677 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 20308 19677 248 541 0 19758 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81232

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=741240/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=102212 CPUtime=162.22
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 27010 0 0 0 16161 61 0 0 25 0 1 0 1095737050 104665088 24808 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 25553 24808 248 541 0 25003 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 102212

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=717112/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=127104 CPUtime=222.2
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 33494 0 0 0 22145 75 0 0 25 0 1 0 1095737050 130154496 30608 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 31776 30608 248 541 0 31226 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 127104

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=699000/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=145396 CPUtime=282.18
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 38419 0 0 0 28129 89 0 0 25 0 1 0 1095737050 148885504 35112 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 36349 35112 248 541 0 35799 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 145396

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=689528/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=155372 CPUtime=342.17
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 40874 0 0 0 34118 99 0 0 25 0 1 0 1095737050 159100928 37567 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 38843 37567 248 541 0 38293 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 155372

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=676856/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=168020 CPUtime=402.15
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 44457 0 0 0 40104 111 0 0 25 0 1 0 1095737050 172052480 40666 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 42005 40666 248 541 0 41455 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 168020

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=654336/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=191664 CPUtime=462.13
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 50571 0 0 0 46089 124 0 0 25 0 1 0 1095737050 196263936 46224 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 47916 46224 248 541 0 47366 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 191664

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=652992/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=193272 CPUtime=522.1
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 50961 0 0 0 52078 132 0 0 25 0 1 0 1095737050 197910528 46614 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 48318 46614 248 541 0 47768 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 193272

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=634944/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=212392 CPUtime=582.09
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 55509 0 0 0 58066 143 0 0 25 0 1 0 1095737050 217489408 51162 1992294400 4194304 6412682 548682068864 18446744073709551615 4287621 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 53098 51162 248 541 0 52548 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 212392

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=628864/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=220748 CPUtime=642.07
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 57606 0 0 0 64056 151 0 0 25 0 1 0 1095737050 226045952 52619 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 55187 52619 248 541 0 54637 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 220748

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=627328/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=222596 CPUtime=702.04
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 58059 0 0 0 70048 156 0 0 25 0 1 0 1095737050 227938304 53072 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 55649 53072 248 541 0 55099 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 222596

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=599488/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=251288 CPUtime=762.03
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 64945 0 0 0 76032 171 0 0 25 0 1 0 1095737050 257318912 59958 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 62822 59958 248 541 0 62272 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 251288

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=595840/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=254908 CPUtime=822.01
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 66576 0 0 0 82022 179 0 0 25 0 1 0 1095737050 261025792 60853 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 63727 60853 248 541 0 63177 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 254908

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=594688/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=256188 CPUtime=881.98
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 66865 0 0 0 88013 185 0 0 25 0 1 0 1095737050 262336512 61142 1992294400 4194304 6412682 548682068864 18446744073709551615 4287621 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 64047 61142 248 541 0 63497 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 256188

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=585152/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=266128 CPUtime=941.96
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 69302 0 0 0 94002 194 0 0 25 0 1 0 1095737050 272515072 63579 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 66532 63579 248 541 0 65982 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 266128

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=558208/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=293236 CPUtime=1001.95
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 75962 0 0 0 99988 207 0 0 25 0 1 0 1095737050 300273664 70239 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 73309 70239 248 541 0 72759 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 293236

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=561408/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=289852 CPUtime=1061.92
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 75997 0 0 0 105980 212 0 0 25 0 1 0 1095737050 296808448 69428 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 72463 69428 248 541 0 71913 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 289852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=561216/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=289852 CPUtime=1121.9
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 76042 0 0 0 111971 219 0 0 25 0 1 0 1095737050 296808448 69473 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 72463 69473 248 541 0 71913 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 289852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=560512/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=291012 CPUtime=1181.88
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 76318 0 0 0 117963 225 0 0 25 0 1 0 1095737050 297996288 69749 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 72753 69749 248 541 0 72203 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 291012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=553728/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=297792 CPUtime=1200.08
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 77921 0 0 0 119780 228 0 0 25 0 1 0 1095737050 304939008 71352 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 74448 71352 248 541 0 73898 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 297792

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: 1.00 1.00 1.00 2/65 11990
/proc/meminfo: memFree=553728/2055920 swapFree=4178280/4192956
[pid=11983] ppid=11981 vsize=297792 CPUtime=1200.08
/proc/11983/stat : 11983 (kw) R 11981 11983 11633 0 -1 0 77921 0 0 0 119780 228 0 0 25 0 1 0 1095737050 304939008 71352 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11983/statm: 74448 71352 248 541 0 73898 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 297792

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.14
CPU user time (s): 1197.81
CPU system time (s): 2.32965
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 297792

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

runsolver used 0.814876 second user time and 2.55261 second system time

The end

Launcher Data

Begin job on node21 at 2009-03-28 09:58:32
IDJOB=1519569
IDBENCH=70214
IDSOLVER=501
FILE ID=node21/1519569-1238230712
PBS_JOBID= 9060643
Free space on /tmp= 66424 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1573578038-005.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519569-1238230712/watcher-1519569-1238230712 -o /tmp/evaluation-result-1519569-1238230712/solver-1519569-1238230712 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519569-1238230712.cnf

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

MD5SUM BENCH= 6079b5c5aa5b129580ea074d44eca93f
RANDOM SEED=234100400

node21.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.259
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.259
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:        839720 kB
Buffers:         91904 kB
Cached:        1027508 kB
SwapCached:       8436 kB
Active:         181424 kB
Inactive:       948024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        839720 kB
SwapTotal:     4192956 kB
SwapFree:      4178280 kB
Dirty:            2656 kB
Writeback:           0 kB
Mapped:          15084 kB
Slab:            72856 kB
Committed_AS:  2914536 kB
PageTables:       1400 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= 66420 MiB
End job on node21 at 2009-03-28 10:18:35