Trace number 1520617

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.03 1200.32

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/380/
unif-k3-r4.25-v380-c1615-S486002104-037.cnf
MD5SUMf4b8d839b40ecfc6d6fa55a34f75fca9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
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-1520617-1238308568/watcher-1520617-1238308568 -o /tmp/evaluation-result-1520617-1238308568/solver-1520617-1238308568 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520617-1238308568.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 1.00 0.99 3/64 3698
/proc/meminfo: memFree=1212264/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=2888 CPUtime=0
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 336 0 0 0 0 0 0 0 18 0 1 0 1103518665 2957312 320 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 722 320 219 541 0 172 0

[startup+0.0239279 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 3698
/proc/meminfo: memFree=1212264/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=3020 CPUtime=0.02
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 414 0 0 0 2 0 0 0 18 0 1 0 1103518665 3092480 398 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 755 398 253 541 0 205 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3020

[startup+0.101934 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 3698
/proc/meminfo: memFree=1212264/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=3416 CPUtime=0.09
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 513 0 0 0 9 0 0 0 18 0 1 0 1103518665 3497984 497 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 854 497 253 541 0 304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3416

[startup+0.301951 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 3698
/proc/meminfo: memFree=1212264/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=4208 CPUtime=0.29
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 730 0 0 0 29 0 0 0 19 0 1 0 1103518665 4308992 714 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 1052 714 253 541 0 502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4208

[startup+0.701986 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 3698
/proc/meminfo: memFree=1212264/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=5744 CPUtime=0.69
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 1073 0 0 0 68 1 0 0 22 0 1 0 1103518665 5881856 1057 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 1436 1057 253 541 0 886 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5744

[startup+1.50106 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1208224/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=7408 CPUtime=1.49
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 1492 0 0 0 148 1 0 0 25 0 1 0 1103518665 7585792 1436 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 1852 1436 253 541 0 1302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7408

[startup+3.1012 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1206944/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=8404 CPUtime=3.09
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 1786 0 0 0 307 2 0 0 25 0 1 0 1103518665 8605696 1685 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 2101 1685 256 541 0 1551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8404

[startup+6.30248 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1205088/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=10324 CPUtime=6.29
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 2334 0 0 0 626 3 0 0 25 0 1 0 1103518665 10571776 2121 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 2581 2121 256 541 0 2031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10324

[startup+12.701 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1201896/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=13520 CPUtime=12.68
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 3120 0 0 0 1263 5 0 0 25 0 1 0 1103518665 13844480 2759 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 3380 2759 256 541 0 2830 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13520

[startup+25.5012 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1198440/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=17500 CPUtime=25.48
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 4225 0 0 0 2540 8 0 0 25 0 1 0 1103518665 17920000 3669 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 4375 3669 256 541 0 3825 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17500

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1192552/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=24492 CPUtime=51.08
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 6037 0 0 0 5093 15 0 0 25 0 1 0 1103518665 25079808 5064 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 6123 5064 256 541 0 5573 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24492

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1184040/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=33720 CPUtime=102.26
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 8580 0 0 0 10203 23 0 0 25 0 1 0 1103518665 34529280 7216 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 8430 7216 256 541 0 7880 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 33720

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1175656/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=42872 CPUtime=162.25
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 11176 0 0 0 16191 34 0 0 25 0 1 0 1103518665 43900928 9294 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 10718 9294 256 541 0 10168 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42872

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3699
/proc/meminfo: memFree=1168360/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=53444 CPUtime=222.23
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 13318 0 0 0 22181 42 0 0 25 0 1 0 1103518665 54726656 11118 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 13361 11118 256 541 0 12811 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53444

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1164136/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=57316 CPUtime=282.23
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 14760 0 0 0 28171 52 0 0 25 0 1 0 1103518665 58691584 12194 1992294400 4194304 6412682 548682068864 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 14329 12194 256 541 0 13779 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 57316

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1160424/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=60732 CPUtime=342.21
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 16064 0 0 0 34163 58 0 0 25 0 1 0 1103518665 62189568 13077 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 15183 13077 256 541 0 14633 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60732

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1153832/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=67700 CPUtime=402.19
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 18180 0 0 0 40155 64 0 0 25 0 1 0 1103518665 69324800 14709 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 16925 14709 256 541 0 16375 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 67700

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1152040/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=70020 CPUtime=462.18
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 18652 0 0 0 46148 70 0 0 25 0 1 0 1103518665 71700480 15181 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 17505 15181 256 541 0 16955 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 70020

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1145000/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=78204 CPUtime=522.16
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 20909 0 0 0 52140 76 0 0 25 0 1 0 1103518665 80080896 16882 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 19551 16882 256 541 0 19001 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 78204

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1144040/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=79564 CPUtime=582.15
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 21206 0 0 0 58133 82 0 0 25 0 1 0 1103518665 81473536 17179 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 19891 17179 256 541 0 19341 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 79564

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1139944/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=84740 CPUtime=642.14
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 22224 0 0 0 64127 87 0 0 25 0 1 0 1103518665 86773760 18197 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 21185 18197 256 541 0 20635 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 84740

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1134632/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=92156 CPUtime=702.12
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 24179 0 0 0 70119 93 0 0 25 0 1 0 1103518665 94367744 19512 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 23039 19512 256 541 0 22489 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 92156

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1132904/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=93516 CPUtime=762.11
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 24611 0 0 0 76113 98 0 0 25 0 1 0 1103518665 95760384 19944 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 23379 19944 256 541 0 22829 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 93516

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1120360/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=106720 CPUtime=822.09
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 27724 0 0 0 82104 105 0 0 25 0 1 0 1103518665 109281280 23057 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 26680 23057 256 541 0 26130 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 106720

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1123048/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=104176 CPUtime=882.08
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 27797 0 0 0 88098 110 0 0 25 0 1 0 1103518665 106676224 22394 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 26044 22394 256 541 0 25494 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 104176

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1121576/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=105776 CPUtime=942.06
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 28166 0 0 0 94091 115 0 0 25 0 1 0 1103518665 108314624 22763 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 26444 22763 256 541 0 25894 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 105776

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1118056/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=109308 CPUtime=1002.05
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 29039 0 0 0 100085 120 0 0 25 0 1 0 1103518665 111931392 23636 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 27327 23636 256 541 0 26777 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 109308

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1107752/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=121988 CPUtime=1062.04
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 31619 0 0 0 106078 126 0 0 25 0 1 0 1103518665 124915712 26216 1992294400 4194304 6412682 548682068864 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 30497 26216 256 541 0 29947 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 121988

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1110824/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=118924 CPUtime=1122.03
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 31700 0 0 0 112072 131 0 0 25 0 1 0 1103518665 121778176 25451 1992294400 4194304 6412682 548682068864 18446744073709551615 4332992 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 29731 25451 256 541 0 29181 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 118924

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1110056/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=119884 CPUtime=1182
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 31875 0 0 0 118063 137 0 0 25 0 1 0 1103518665 122761216 25626 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 29971 25626 256 541 0 29421 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 119884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1109736/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=119884 CPUtime=1200.01
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 31973 0 0 0 119862 139 0 0 25 0 1 0 1103518665 122761216 25724 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 29971 25724 256 541 0 29421 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 119884

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 1.00 0.99 2/65 3701
/proc/meminfo: memFree=1109736/2055920 swapFree=4178784/4192956
[pid=3698] ppid=3696 vsize=119884 CPUtime=1200.01
/proc/3698/stat : 3698 (kw) R 3696 3698 3379 0 -1 0 31973 0 0 0 119862 139 0 0 25 0 1 0 1103518665 122761216 25724 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3698/statm: 29971 25724 256 541 0 29421 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 119884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.03
CPU user time (s): 1198.63
CPU system time (s): 1.40779
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 121988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.63
system time used= 1.40779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31973
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.997848 second user time and 2.54961 second system time

The end

Launcher Data

Begin job on node57 at 2009-03-29 08:36:08
IDJOB=1520617
IDBENCH=70738
IDSOLVER=501
FILE ID=node57/1520617-1238308568
PBS_JOBID= 9061089
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= f4b8d839b40ecfc6d6fa55a34f75fca9
RANDOM SEED=1832798592

node57.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.213
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.213
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:       1212680 kB
Buffers:         94936 kB
Cached:         655940 kB
SwapCached:       8004 kB
Active:         358756 kB
Inactive:       401672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212680 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:          15160 kB
Slab:            68904 kB
Committed_AS:  2510748 kB
PageTables:       1392 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= 66260 MiB
End job on node57 at 2009-03-29 08:56:11