Trace number 1520019

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S1920888253-090.cnf
MD5SUMbe6412148c18a5066c4c7814d492498d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.9451
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1520019-1238255714/watcher-1520019-1238255714 -o /tmp/evaluation-result-1520019-1238255714/solver-1520019-1238255714 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520019-1238255714.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.99 0.97 0.97 3/80 19378
/proc/meminfo: memFree=1511784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=2732 CPUtime=0
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 297 0 0 0 0 0 0 0 18 0 1 0 1098235325 2797568 281 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 683 281 216 541 0 133 0

[startup+0.0731269 s]
/proc/loadavg: 0.99 0.97 0.97 3/80 19378
/proc/meminfo: memFree=1511784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=3176 CPUtime=0.06
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 464 0 0 0 6 0 0 0 18 0 1 0 1098235325 3252224 441 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 794 441 242 541 0 244 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3176

[startup+0.101082 s]
/proc/loadavg: 0.99 0.97 0.97 3/80 19378
/proc/meminfo: memFree=1511784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=3440 CPUtime=0.09
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 513 0 0 0 9 0 0 0 18 0 1 0 1098235325 3522560 490 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 860 490 242 541 0 310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3440

[startup+0.301102 s]
/proc/loadavg: 0.99 0.97 0.97 3/80 19378
/proc/meminfo: memFree=1511784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=4544 CPUtime=0.29
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 804 0 0 0 29 0 0 0 19 0 1 0 1098235325 4653056 781 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 1136 781 242 541 0 586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4544

[startup+0.701144 s]
/proc/loadavg: 0.99 0.97 0.97 3/80 19378
/proc/meminfo: memFree=1511784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=6308 CPUtime=0.69
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 1200 0 0 0 69 0 0 0 22 0 1 0 1098235325 6459392 1177 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 1577 1177 242 541 0 1027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6308

[startup+1.50123 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1506784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=7968 CPUtime=1.49
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 1596 0 0 0 148 1 0 0 25 0 1 0 1098235325 8159232 1533 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 1992 1533 242 541 0 1442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7968

[startup+3.10139 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1505760/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=9436 CPUtime=3.09
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 2030 0 0 0 307 2 0 0 25 0 1 0 1098235325 9662464 1870 1992294400 4194304 6412682 548682068864 18446744073709551615 4362356 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 2359 1870 248 541 0 1809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9436

[startup+6.30173 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1503648/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=11860 CPUtime=6.29
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 2690 0 0 0 625 4 0 0 25 0 1 0 1098235325 12144640 2401 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 2965 2401 248 541 0 2415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11860

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1499872/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=15496 CPUtime=12.68
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 3619 0 0 0 1261 7 0 0 25 0 1 0 1098235325 15867904 3160 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 3874 3160 248 541 0 3324 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15496

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1495776/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=19856 CPUtime=25.48
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 4829 0 0 0 2538 10 0 0 25 0 1 0 1098235325 20332544 4146 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 4964 4146 248 541 0 4414 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19856

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1488928/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=27392 CPUtime=51.07
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 6956 0 0 0 5090 17 0 0 25 0 1 0 1098235325 28049408 5794 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 6848 5794 248 541 0 6298 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27392

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1480864/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=36864 CPUtime=102.27
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 9475 0 0 0 10198 29 0 0 25 0 1 0 1098235325 37748736 7863 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 9216 7863 248 541 0 8666 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36864

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1471456/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=49196 CPUtime=162.25
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 12396 0 0 0 16186 39 0 0 25 0 1 0 1098235325 50376704 10189 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 12299 10189 248 541 0 11749 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49196

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1465056/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=56884 CPUtime=222.23
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 14351 0 0 0 22176 47 0 0 25 0 1 0 1098235325 58249216 11778 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 14221 11778 248 541 0 13671 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56884

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1459232/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=62796 CPUtime=282.21
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 16177 0 0 0 28168 53 0 0 25 0 1 0 1098235325 64303104 13183 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 15699 13183 248 541 0 15149 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 62796

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19379
/proc/meminfo: memFree=1457440/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=65356 CPUtime=342.2
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 16675 0 0 0 34159 61 0 0 25 0 1 0 1098235325 66924544 13681 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 16339 13681 248 541 0 15789 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65356

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1451616/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=71564 CPUtime=402.18
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 18586 0 0 0 40151 67 0 0 25 0 1 0 1098235325 73281536 15108 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 17891 15108 248 541 0 17341 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 71564

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1449888/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=73428 CPUtime=462.17
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 19034 0 0 0 46144 73 0 0 25 0 1 0 1098235325 75190272 15556 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 18357 15556 248 541 0 17807 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 73428

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1442784/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=80828 CPUtime=522.15
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 21341 0 0 0 52134 81 0 0 25 0 1 0 1098235325 82767872 17307 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 20207 17307 248 541 0 19657 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 80828

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1439840/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=83708 CPUtime=582.14
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 22080 0 0 0 58127 87 0 0 25 0 1 0 1098235325 85716992 18046 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 20927 18046 248 541 0 20377 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 83708

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1435296/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=88832 CPUtime=642.12
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 23222 0 0 0 64120 92 0 0 25 0 1 0 1098235325 90963968 19188 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 22208 19188 248 541 0 21658 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 88832

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1431392/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=96092 CPUtime=702.11
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 24822 0 0 0 70114 97 0 0 25 0 1 0 1098235325 98398208 20148 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 24023 20148 248 541 0 23473 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 96092

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1430496/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=96732 CPUtime=762.1
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 25043 0 0 0 76108 102 0 0 25 0 1 0 1098235325 99053568 20369 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 24183 20369 248 541 0 23633 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 96732

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1428448/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=99452 CPUtime=822.08
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 25545 0 0 0 82101 107 0 0 25 0 1 0 1098235325 101838848 20871 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 24863 20871 248 541 0 24313 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 99452

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1422048/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=106660 CPUtime=882.06
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 27147 0 0 0 88095 111 0 0 25 0 1 0 1098235325 109219840 22473 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 26665 22473 248 541 0 26115 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 106660

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1418848/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=110836 CPUtime=942.05
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 28670 0 0 0 94089 116 0 0 25 0 1 0 1098235325 113496064 23260 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 27709 23260 248 541 0 27159 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 110836

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1417696/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=111796 CPUtime=1002.03
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 28960 0 0 0 100083 120 0 0 25 0 1 0 1098235325 114479104 23550 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 27949 23550 248 541 0 27399 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 111796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1415072/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=113716 CPUtime=1062.02
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 29604 0 0 0 106077 125 0 0 25 0 1 0 1098235325 116445184 24194 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 28429 24194 248 541 0 27879 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 113716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1411808/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=116052 CPUtime=1122
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 30437 0 0 0 112071 129 0 0 25 0 1 0 1098235325 118837248 25027 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 29013 25027 248 541 0 28463 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 116052

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1401504/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=128296 CPUtime=1181.98
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 32979 0 0 0 118064 134 0 0 25 0 1 0 1098235325 131375104 27569 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 32074 27569 248 541 0 31524 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 128296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/81 19385
/proc/meminfo: memFree=1404704/2055912 swapFree=4170660/4192956
[pid=19378] ppid=19376 vsize=125072 CPUtime=1200.08
/proc/19378/stat : 19378 (kw) R 19376 19378 19247 0 -1 0 33000 0 0 0 119873 135 0 0 25 0 1 0 1098235325 128073728 26744 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19378/statm: 31268 26744 248 541 0 30718 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 125072

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.43
CPU time (s): 1200.11
CPU user time (s): 1198.74
CPU system time (s): 1.37379
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 128296

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

runsolver used 1.58476 second user time and 3.88641 second system time

The end

Launcher Data

Begin job on node78 at 2009-03-28 16:55:14
IDJOB=1520019
IDBENCH=70439
IDSOLVER=501
FILE ID=node78/1520019-1238255714
PBS_JOBID= 9060759
Free space on /tmp= 126872 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S1920888253-090.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520019-1238255714/watcher-1520019-1238255714 -o /tmp/evaluation-result-1520019-1238255714/solver-1520019-1238255714 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520019-1238255714.cnf

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

MD5SUM BENCH= be6412148c18a5066c4c7814d492498d
RANDOM SEED=1495347813

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1512200 kB
Buffers:         69260 kB
Cached:         387752 kB
SwapCached:       7768 kB
Active:         133844 kB
Inactive:       333564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1512200 kB
SwapTotal:     4192956 kB
SwapFree:      4170660 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            60428 kB
Committed_AS:  2477760 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126872 MiB
End job on node78 at 2009-03-28 17:15:17