Trace number 1520613

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/380/
unif-k3-r4.25-v380-c1615-S1036996799-006.cnf
MD5SUMaea037edf2192f628decdd3193ff0d42
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
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-1520613-1238308408/watcher-1520613-1238308408 -o /tmp/evaluation-result-1520613-1238308408/solver-1520613-1238308408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520613-1238308408.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 16146
/proc/meminfo: memFree=1019360/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=2888 CPUtime=0
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 869432277 2957312 319 1992294400 4194304 6412682 548682068864 18446744073709551615 4350961 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 722 320 219 541 0 172 0

[startup+0.00655404 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16146
/proc/meminfo: memFree=1019360/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=2888 CPUtime=0
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 341 0 0 0 0 0 0 0 18 0 1 0 869432277 2957312 325 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 722 325 219 541 0 172 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2888

[startup+0.101566 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16146
/proc/meminfo: memFree=1019360/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=3416 CPUtime=0.09
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 512 0 0 0 9 0 0 0 18 0 1 0 869432277 3497984 496 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 854 496 253 541 0 304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3416

[startup+0.301595 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16146
/proc/meminfo: memFree=1019360/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=4208 CPUtime=0.29
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 730 0 0 0 29 0 0 0 19 0 1 0 869432277 4308992 714 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 1052 714 253 541 0 502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4208

[startup+0.701653 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16146
/proc/meminfo: memFree=1019360/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=5588 CPUtime=0.69
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 1049 0 0 0 68 1 0 0 22 0 1 0 869432277 5722112 1033 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 1397 1033 253 541 0 847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5588

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=1015384/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=7396 CPUtime=1.49
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 1497 0 0 0 148 1 0 0 25 0 1 0 869432277 7573504 1441 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 1849 1441 253 541 0 1299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7396

[startup+3.10301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=1013912/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=8636 CPUtime=3.1
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 1846 0 0 0 308 2 0 0 25 0 1 0 869432277 8843264 1745 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 2159 1745 256 541 0 1609 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8636

[startup+6.30148 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=1011480/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=10776 CPUtime=6.29
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 2441 0 0 0 626 3 0 0 25 0 1 0 869432277 11034624 2228 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 2694 2228 256 541 0 2144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10776

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=1008664/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=13732 CPUtime=12.69
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 3224 0 0 0 1263 6 0 0 25 0 1 0 869432277 14061568 2863 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 3433 2863 256 541 0 2883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13732

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=1004952/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=17808 CPUtime=25.48
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 4348 0 0 0 2539 9 0 0 25 0 1 0 869432277 18235392 3792 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 4452 3792 256 541 0 3902 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17808

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=999256/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=24256 CPUtime=51.07
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 6116 0 0 0 5091 16 0 0 25 0 1 0 869432277 24838144 5144 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 6064 5144 256 541 0 5514 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24256

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=992280/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=32424 CPUtime=102.27
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 8301 0 0 0 10203 24 0 0 25 0 1 0 869432277 33202176 6938 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 8106 6938 256 541 0 7556 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32424

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=984664/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=40796 CPUtime=162.24
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 10680 0 0 0 16191 33 0 0 25 0 1 0 869432277 41775104 8799 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 10199 8799 256 541 0 9649 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40796

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=979736/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=47796 CPUtime=222.22
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 12263 0 0 0 22180 42 0 0 25 0 1 0 869432277 48943104 10064 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 11949 10064 256 541 0 11399 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47796

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=974296/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=53492 CPUtime=282.21
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 13976 0 0 0 28172 49 0 0 25 0 1 0 869432277 54775808 11411 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 13373 11411 256 541 0 12823 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 53492

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=970968/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=56728 CPUtime=342.19
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 14802 0 0 0 34166 53 0 0 25 0 1 0 869432277 58089472 12237 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 14182 12237 256 541 0 13632 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 56728

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=966680/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=60960 CPUtime=402.17
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 16291 0 0 0 40155 62 0 0 25 0 1 0 869432277 62423040 13305 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 15240 13305 256 541 0 14690 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 60960

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=961048/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=66516 CPUtime=462.15
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 17685 0 0 0 46145 70 0 0 25 0 1 0 869432277 68112384 14699 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 16629 14699 256 541 0 16079 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 66516

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=959448/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=68308 CPUtime=522.14
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 18577 0 0 0 52138 76 0 0 25 0 1 0 869432277 69947392 15107 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 17077 15107 256 541 0 16527 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 68308

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16147
/proc/meminfo: memFree=954456/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=73624 CPUtime=582.11
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 19819 0 0 0 58128 83 0 0 25 0 1 0 869432277 75390976 16349 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 18406 16349 256 541 0 17856 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 73624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=951768/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=76540 CPUtime=642.1
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 21044 0 0 0 64120 90 0 0 25 0 1 0 869432277 78376960 17018 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 19135 17018 256 541 0 18585 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 76540

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=949592/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=78940 CPUtime=702.08
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 21590 0 0 0 70113 95 0 0 25 0 1 0 869432277 80834560 17564 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 19735 17564 256 541 0 19185 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 78940

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=944728/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=84324 CPUtime=762.07
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 22786 0 0 0 76106 101 0 0 25 0 1 0 869432277 86347776 18760 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 21081 18760 256 541 0 20531 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 84324

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=943128/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=88656 CPUtime=822.04
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 23838 0 0 0 82097 107 0 0 25 0 1 0 869432277 90783744 19172 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 22164 19172 256 541 0 21614 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 88656

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=942232/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=89696 CPUtime=882.02
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 24070 0 0 0 88090 112 0 0 25 0 1 0 869432277 91848704 19404 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 22424 19404 256 541 0 21874 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 89696

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=939288/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=93536 CPUtime=942.01
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 24845 0 0 0 94084 117 0 0 25 0 1 0 869432277 95780864 20179 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 23384 20179 256 541 0 22834 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 93536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=932952/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=100476 CPUtime=1001.99
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 26356 0 0 0 100078 121 0 0 25 0 1 0 869432277 102887424 21690 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 25119 21690 256 541 0 24569 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 100476

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=931736/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=101784 CPUtime=1061.97
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 27412 0 0 0 106072 125 0 0 25 0 1 0 869432277 104226816 22010 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 25446 22010 256 541 0 24896 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 101784

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=931032/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=102424 CPUtime=1121.96
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 27587 0 0 0 112066 130 0 0 25 0 1 0 869432277 104882176 22185 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 25606 22185 256 541 0 25056 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 102424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=929624/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=103704 CPUtime=1181.94
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 27927 0 0 0 118060 134 0 0 25 0 1 0 869432277 106192896 22525 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 25926 22525 256 541 0 25376 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 103704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16149
/proc/meminfo: memFree=929304/2055920 swapFree=4178260/4192956
[pid=16146] ppid=16144 vsize=104024 CPUtime=1200.04
/proc/16146/stat : 16146 (kw) R 16144 16146 15778 0 -1 0 28007 0 0 0 119869 135 0 0 25 0 1 0 869432277 106520576 22605 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16146/statm: 26006 22605 256 541 0 25456 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 104024

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.42
CPU time (s): 1200.06
CPU user time (s): 1198.69
CPU system time (s): 1.36979
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 104408

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

runsolver used 0.895863 second user time and 2.48862 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-29 08:33:28
IDJOB=1520613
IDBENCH=70736
IDSOLVER=501
FILE ID=node39/1520613-1238308408
PBS_JOBID= 9061042
Free space on /tmp= 66228 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/380/unif-k3-r4.25-v380-c1615-S1036996799-006.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520613-1238308408/watcher-1520613-1238308408 -o /tmp/evaluation-result-1520613-1238308408/solver-1520613-1238308408 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520613-1238308408.cnf

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

MD5SUM BENCH= aea037edf2192f628decdd3193ff0d42
RANDOM SEED=220379044

node39.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.285
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.285
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:       1019776 kB
Buffers:         93060 kB
Cached:         843836 kB
SwapCached:       8168 kB
Active:         134004 kB
Inactive:       812856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1019776 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          16700 kB
Slab:            75560 kB
Committed_AS:  2197784 kB
PageTables:       1188 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= 66224 MiB
End job on node39 at 2009-03-29 08:53:30