Trace number 1519757

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.15 1200.57

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S579205610-033.cnf
MD5SUMaf63667f47d0171fb9e14e0a190b25c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.13906
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519757-1238234359/watcher-1519757-1238234359 -o /tmp/evaluation-result-1519757-1238234359/solver-1519757-1238234359 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519757-1238234359.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/64 25034
/proc/meminfo: memFree=1374320/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=4704 CPUtime=0
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 768 0 0 0 0 0 0 0 18 0 1 0 1096102660 4816896 752 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 1176 757 208 541 0 626 0

[startup+0.020535 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 25034
/proc/meminfo: memFree=1374320/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=7484 CPUtime=0.01
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 1435 0 0 0 1 0 0 0 18 0 1 0 1096102660 7663616 1419 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 1871 1419 219 541 0 1321 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7484

[startup+0.10155 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 25034
/proc/meminfo: memFree=1374320/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=8276 CPUtime=0.09
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 1648 0 0 0 9 0 0 0 18 0 1 0 1096102660 8474624 1632 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 2069 1632 219 541 0 1519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8276

[startup+0.301588 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 25034
/proc/meminfo: memFree=1374320/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=11508 CPUtime=0.29
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 2498 0 0 0 28 1 0 0 19 0 1 0 1096102660 11784192 2435 1992294400 4194304 6412682 548682068864 18446744073709551615 4264221 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 2877 2435 246 541 0 2327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11508

[startup+0.701664 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 25034
/proc/meminfo: memFree=1374320/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=11256 CPUtime=0.69
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 2515 0 0 0 68 1 0 0 22 0 1 0 1096102660 11526144 2389 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 2814 2389 253 541 0 2264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11256

[startup+1.50182 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1365416/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=12708 CPUtime=1.49
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 2902 0 0 0 148 1 0 0 25 0 1 0 1096102660 13012992 2776 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 3177 2776 253 541 0 2627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12708

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1362472/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=16668 CPUtime=3.09
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 3893 0 0 0 306 3 0 0 25 0 1 0 1096102660 17068032 3767 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 4167 3767 253 541 0 3617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16668

[startup+6.30274 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1354408/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=24328 CPUtime=6.29
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 5817 0 0 0 624 5 0 0 25 0 1 0 1096102660 24911872 5691 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 6082 5691 253 541 0 5532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24328

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1347624/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=29056 CPUtime=12.69
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 6945 0 0 0 1262 7 0 0 25 0 1 0 1096102660 29753344 6819 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 7264 6819 256 541 0 6714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29056

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1341928/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=35092 CPUtime=25.48
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 8497 0 0 0 2537 11 0 0 25 0 1 0 1096102660 35934208 8371 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 8773 8371 256 541 0 8223 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35092

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.95 2/65 25035
/proc/meminfo: memFree=1325608/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=51188 CPUtime=51.07
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 12682 0 0 0 5086 21 0 0 25 0 1 0 1096102660 52416512 12317 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 12797 12317 256 541 0 12247 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51188

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1302504/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=74080 CPUtime=102.26
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 18828 0 0 0 10188 38 0 0 25 0 1 0 1096102660 75857920 18101 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 18520 18101 256 541 0 17970 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74080

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1272424/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=104108 CPUtime=162.23
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 26803 0 0 0 16168 55 0 0 25 0 1 0 1096102660 106606592 25527 1992294400 4194304 6412682 548682068864 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 26027 25527 256 541 0 25477 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 104108

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1257576/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=119052 CPUtime=222.21
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 30787 0 0 0 22154 67 0 0 25 0 1 0 1096102660 121909248 29270 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 29763 29270 256 541 0 29213 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 119052

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1237672/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=139420 CPUtime=282.19
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 36202 0 0 0 28138 81 0 0 25 0 1 0 1096102660 142766080 34408 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 34855 34408 256 541 0 34305 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 139420

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1223400/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=154012 CPUtime=342.17
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 39873 0 0 0 34124 93 0 0 25 0 1 0 1096102660 157708288 37761 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 38503 37761 256 541 0 37953 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 154012

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1205672/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=171464 CPUtime=402.15
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 44650 0 0 0 40110 105 0 0 25 0 1 0 1096102660 175579136 42172 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 42866 42172 256 541 0 42316 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 171464

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1182632/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=194176 CPUtime=462.12
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 50812 0 0 0 46093 119 0 0 25 0 1 0 1096102660 198836224 47913 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 48544 47913 256 541 0 47994 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 194176

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1182696/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=194316 CPUtime=522.11
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 50841 0 0 0 52084 127 0 0 25 0 1 0 1096102660 198979584 47942 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 48579 47942 256 541 0 48029 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 194316

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1154344/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=222320 CPUtime=582.08
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 58374 0 0 0 58067 141 0 0 25 0 1 0 1096102660 227655680 54991 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 55580 54991 256 541 0 55030 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 222320

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1147880/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=229016 CPUtime=642.07
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 60023 0 0 0 64057 150 0 0 25 0 1 0 1096102660 234512384 56640 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 57254 56640 256 541 0 56704 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 229016

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1108264/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=268084 CPUtime=702.04
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 70391 0 0 0 70038 166 0 0 25 0 1 0 1096102660 274518016 66452 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 67021 66452 256 541 0 66471 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 268084

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1108328/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=268084 CPUtime=762.03
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 70393 0 0 0 76030 173 0 0 25 0 1 0 1096102660 274518016 66454 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 67021 66454 256 541 0 66471 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 268084

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1099368/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=277596 CPUtime=822
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 72791 0 0 0 82018 182 0 0 25 0 1 0 1096102660 284258304 68852 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 69399 68852 256 541 0 68849 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 277596

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1070440/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=308112 CPUtime=881.98
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 80475 0 0 0 88000 198 0 0 25 0 1 0 1096102660 315506688 75896 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 77028 75896 256 541 0 76478 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 308112

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1070440/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=308112 CPUtime=941.96
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 80476 0 0 0 93992 204 0 0 25 0 1 0 1096102660 315506688 75897 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 77028 75897 256 541 0 76478 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 308112

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1070440/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=308112 CPUtime=1001.94
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 80476 0 0 0 99985 209 0 0 25 0 1 0 1096102660 315506688 75897 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 77028 75897 256 541 0 76478 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 308112

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1039400/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=339456 CPUtime=1061.92
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 88341 0 0 0 105970 222 0 0 25 0 1 0 1096102660 347602944 83762 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 84864 83762 256 541 0 84314 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 339456

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1027176/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=351076 CPUtime=1121.9
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 92011 0 0 0 111959 231 0 0 25 0 1 0 1096102660 359501824 86696 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 87769 86696 256 541 0 87219 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 351076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1027176/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=351076 CPUtime=1181.88
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 92011 0 0 0 117952 236 0 0 25 0 1 0 1096102660 359501824 86696 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 87769 86696 256 541 0 87219 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 351076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 25041
/proc/meminfo: memFree=1027176/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=351076 CPUtime=1200.07
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 92011 0 0 0 119770 237 0 0 25 0 1 0 1096102660 359501824 86696 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 87769 86696 256 541 0 87219 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 351076

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.98 0.95 2/65 25041
/proc/meminfo: memFree=1027176/2055920 swapFree=4179868/4192956
[pid=25034] ppid=25032 vsize=351076 CPUtime=1200.07
/proc/25034/stat : 25034 (kw) R 25032 25034 24578 0 -1 0 92011 0 0 0 119770 237 0 0 25 0 1 0 1096102660 359501824 86696 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25034/statm: 87769 86696 256 541 0 87219 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 351076

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.15
CPU user time (s): 1197.71
CPU system time (s): 2.43863
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 354020

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

runsolver used 0.92086 second user time and 2.6206 second system time

The end

Launcher Data

Begin job on node5 at 2009-03-28 10:59:20
IDJOB=1519757
IDBENCH=70308
IDSOLVER=501
FILE ID=node5/1519757-1238234359
PBS_JOBID= 9060640
Free space on /tmp= 66096 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S579205610-033.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519757-1238234359/watcher-1519757-1238234359 -o /tmp/evaluation-result-1519757-1238234359/solver-1519757-1238234359 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519757-1238234359.cnf

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

MD5SUM BENCH= af63667f47d0171fb9e14e0a190b25c2
RANDOM SEED=1373189594

node5.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.263
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.263
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:       1374736 kB
Buffers:         75396 kB
Cached:         503344 kB
SwapCached:       7012 kB
Active:          24936 kB
Inactive:       562364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374736 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          14280 kB
Slab:            79856 kB
Committed_AS:  2769408 kB
PageTables:       1412 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= 66092 MiB
End job on node5 at 2009-03-28 11:19:22