Trace number 1519539

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.35

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1797123396-073.cnf
MD5SUM592fd8247e28ca9686c73dd35ffde58f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark182.652
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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-1519539-1238230586/watcher-1519539-1238230586 -o /tmp/evaluation-result-1519539-1238230586/solver-1519539-1238230586 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519539-1238230586.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.92 0.98 0.95 3/69 12975
/proc/meminfo: memFree=1120352/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=3128 CPUtime=0
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 403 0 0 0 0 0 0 0 18 0 1 0 1095720341 3203072 387 1992294400 4194304 6412682 548682068864 18446744073709551615 4854993 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 782 387 219 541 0 232 0

[startup+0.0686691 s]
/proc/loadavg: 0.92 0.98 0.95 3/69 12975
/proc/meminfo: memFree=1120352/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=3920 CPUtime=0.06
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 615 0 0 0 6 0 0 0 18 0 1 0 1095720341 4014080 599 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 980 599 219 541 0 430 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3920

[startup+0.101671 s]
/proc/loadavg: 0.92 0.98 0.95 3/69 12975
/proc/meminfo: memFree=1120352/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=4448 CPUtime=0.09
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 757 0 0 0 9 0 0 0 18 0 1 0 1095720341 4554752 741 1992294400 4194304 6412682 548682068864 18446744073709551615 4296488 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 1112 741 229 541 0 562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4448

[startup+0.301688 s]
/proc/loadavg: 0.92 0.98 0.95 3/69 12975
/proc/meminfo: memFree=1120352/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=5268 CPUtime=0.29
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 1272 0 0 0 29 0 0 0 19 0 1 0 1095720341 5394432 974 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 1317 974 245 541 0 767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5268

[startup+0.701724 s]
/proc/loadavg: 0.92 0.98 0.95 3/69 12975
/proc/meminfo: memFree=1120352/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=7508 CPUtime=0.69
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 1834 0 0 0 68 1 0 0 22 0 1 0 1095720341 7688192 1536 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 1877 1536 245 541 0 1327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7508

[startup+1.50179 s]
/proc/loadavg: 0.92 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1113560/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=11496 CPUtime=1.49
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 2809 0 0 0 147 2 0 0 25 0 1 0 1095720341 11771904 2511 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 2874 2511 245 541 0 2324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11496

[startup+3.10193 s]
/proc/loadavg: 0.92 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1108504/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=16272 CPUtime=3.09
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 4046 0 0 0 305 4 0 0 25 0 1 0 1095720341 16662528 3708 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 4068 3708 245 541 0 3518 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16272

[startup+6.30121 s]
/proc/loadavg: 0.93 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1103896/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=20372 CPUtime=6.29
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 5165 0 0 0 623 6 0 0 25 0 1 0 1095720341 20860928 4730 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 5093 4730 248 541 0 4543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20372

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1096280/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=25940 CPUtime=12.69
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 6680 0 0 0 1259 10 0 0 25 0 1 0 1095720341 26562560 6116 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 6485 6116 248 541 0 5935 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25940

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1085464/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=37000 CPUtime=25.48
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 9669 0 0 0 2531 17 0 0 25 0 1 0 1095720341 37888000 8831 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 9250 8831 248 541 0 8700 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37000

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1069080/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=54096 CPUtime=51.07
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 14209 0 0 0 5080 27 0 0 25 0 1 0 1095720341 55394304 12955 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 13524 12955 248 541 0 12974 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54096

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1044760/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=79348 CPUtime=102.27
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 20742 0 0 0 10185 42 0 0 25 0 1 0 1095720341 81252352 19097 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 19837 19097 248 541 0 19287 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 79348

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1026392/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=98684 CPUtime=162.25
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 25965 0 0 0 16170 55 0 0 25 0 1 0 1095720341 101052416 23802 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 24671 23802 248 541 0 24121 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98684

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12976
/proc/meminfo: memFree=1005272/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=120632 CPUtime=222.23
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 31708 0 0 0 22152 71 0 0 25 0 1 0 1095720341 123527168 28861 1992294400 4194304 6412682 548682068864 18446744073709551615 4287607 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 30158 28861 248 541 0 29608 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 120632

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=989520/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=136756 CPUtime=282.22
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 36023 0 0 0 28139 83 0 0 25 0 1 0 1095720341 140038144 32755 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 34189 32755 248 541 0 33639 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 136756

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=979096/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=147800 CPUtime=342.21
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 38720 0 0 0 34126 95 0 0 25 0 1 0 1095720341 151347200 35452 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 36950 35452 248 541 0 36400 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 147800

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=968792/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=158352 CPUtime=402.19
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 41726 0 0 0 40114 105 0 0 25 0 1 0 1095720341 162152448 37974 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 39588 37974 248 541 0 39038 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 158352

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=947288/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=180976 CPUtime=462.17
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 47608 0 0 0 46101 116 0 0 25 0 1 0 1095720341 185319424 43300 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 45244 43300 248 541 0 44694 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 180976

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=945944/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=182608 CPUtime=522.16
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 48004 0 0 0 52094 122 0 0 25 0 1 0 1095720341 186990592 43696 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 45652 43696 248 541 0 45102 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 182608

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=929624/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=200076 CPUtime=582.15
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 52134 0 0 0 58083 132 0 0 25 0 1 0 1095720341 204877824 47826 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 50019 47826 248 541 0 49469 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 200076

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=922712/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=209276 CPUtime=642.14
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 54424 0 0 0 64073 141 0 0 25 0 1 0 1095720341 214298624 49476 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 52319 49476 248 541 0 51769 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 209276

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=922072/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=210116 CPUtime=702.12
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 54588 0 0 0 70067 145 0 0 25 0 1 0 1095720341 215158784 49640 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 52529 49640 248 541 0 51979 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 210116

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=898840/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=233824 CPUtime=762.11
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 60391 0 0 0 76053 158 0 0 25 0 1 0 1095720341 239435776 55443 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 58456 55443 248 541 0 57906 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 233824

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=893720/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=239196 CPUtime=822.09
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 62400 0 0 0 82042 167 0 0 25 0 1 0 1095720341 244936704 56716 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 59799 56716 248 541 0 59249 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 239196

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=892888/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=240028 CPUtime=882.07
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 62615 0 0 0 88035 172 0 0 25 0 1 0 1095720341 245788672 56931 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 60007 56931 248 541 0 59457 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 240028

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=887000/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=246536 CPUtime=942.06
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 64155 0 0 0 94027 179 0 0 25 0 1 0 1095720341 252452864 58471 1992294400 4194304 6412682 548682068864 18446744073709551615 4289361 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 61634 58471 248 541 0 61084 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 246536

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=865752/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=268196 CPUtime=1002.04
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 69411 0 0 0 100015 189 0 0 25 0 1 0 1095720341 274632704 63727 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 67049 63727 248 541 0 66499 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 268196

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=861208/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=272376 CPUtime=1062.03
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 71346 0 0 0 106006 197 0 0 25 0 1 0 1095720341 278913024 64816 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 68094 64816 248 541 0 67544 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 272376

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=861080/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=272376 CPUtime=1122.01
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 71398 0 0 0 111999 202 0 0 25 0 1 0 1095720341 278913024 64868 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 68094 64868 248 541 0 67544 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 272376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=860952/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=272376 CPUtime=1182
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 71430 0 0 0 117993 207 0 0 25 0 1 0 1095720341 278913024 64900 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 68094 64900 248 541 0 67544 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 272376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=858968/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=274500 CPUtime=1200.01
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 71918 0 0 0 119792 209 0 0 25 0 1 0 1095720341 281088000 65388 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 68625 65388 248 541 0 68075 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 274500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/70 12982
/proc/meminfo: memFree=858968/2055920 swapFree=4171840/4192956
[pid=12975] ppid=12973 vsize=274500 CPUtime=1200.01
/proc/12975/stat : 12975 (kw) R 12973 12975 12681 0 -1 0 71918 0 0 0 119792 209 0 0 25 0 1 0 1095720341 281088000 65388 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/12975/statm: 68625 65388 248 541 0 68075 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 274500

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.35
CPU time (s): 1200.06
CPU user time (s): 1197.92
CPU system time (s): 2.13168
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 275760

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

runsolver used 1.08083 second user time and 3.2965 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-28 09:56:27
IDJOB=1519539
IDBENCH=70199
IDSOLVER=501
FILE ID=node58/1519539-1238230586
PBS_JOBID= 9060586
Free space on /tmp= 66400 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1797123396-073.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519539-1238230586/watcher-1519539-1238230586 -o /tmp/evaluation-result-1519539-1238230586/solver-1519539-1238230586 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519539-1238230586.cnf

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

MD5SUM BENCH= 592fd8247e28ca9686c73dd35ffde58f
RANDOM SEED=775222957

node58.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.222
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.222
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:       1120768 kB
Buffers:         82784 kB
Cached:         761516 kB
SwapCached:      11412 kB
Active:         180784 kB
Inactive:       676480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120768 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:          17432 kB
Slab:            63304 kB
Committed_AS:  2520640 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-28 10:16:29