Trace number 1520131

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S178043354-076.cnf
MD5SUM1d34e3663c561a89d93a195f39097223
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.461929
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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-1520131-1238266460/watcher-1520131-1238266460 -o /tmp/evaluation-result-1520131-1238266460/solver-1520131-1238266460 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520131-1238266460.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.03 1.00 3/64 10215
/proc/meminfo: memFree=792560/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=2640 CPUtime=0
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 291 0 0 0 0 0 0 0 20 0 1 0 1099311415 2703360 275 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 660 275 216 541 0 110 0

[startup+0.047571 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 10215
/proc/meminfo: memFree=792560/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=3696 CPUtime=0.04
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 569 0 0 0 4 0 0 0 20 0 1 0 1099311415 3784704 553 1992294400 4194304 6412682 548682068864 18446744073709551615 4564586 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 924 553 235 541 0 374 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3696

[startup+0.101575 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 10215
/proc/meminfo: memFree=792560/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=3696 CPUtime=0.09
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 569 0 0 0 9 0 0 0 20 0 1 0 1099311415 3784704 553 1992294400 4194304 6412682 548682068864 18446744073709551615 4564956 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 924 553 235 541 0 374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3696

[startup+0.301595 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 10215
/proc/meminfo: memFree=792560/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=3596 CPUtime=0.29
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 619 0 0 0 29 0 0 0 22 0 1 0 1099311415 3682304 526 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 899 526 242 541 0 349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3596

[startup+0.701636 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 10215
/proc/meminfo: memFree=792560/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=5932 CPUtime=0.69
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 1178 0 0 0 69 0 0 0 25 0 1 0 1099311415 6074368 1085 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 1483 1085 242 541 0 933 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5932

[startup+1.50172 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10216
/proc/meminfo: memFree=788136/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=8176 CPUtime=1.49
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 1694 0 0 0 148 1 0 0 25 0 1 0 1099311415 8372224 1561 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 2044 1561 242 541 0 1494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8176

[startup+3.10188 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10216
/proc/meminfo: memFree=786216/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=9944 CPUtime=3.09
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 2205 0 0 0 307 2 0 0 25 0 1 0 1099311415 10182656 1975 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 2486 1975 247 541 0 1936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9944

[startup+6.3012 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10216
/proc/meminfo: memFree=783144/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=12912 CPUtime=6.29
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 2955 0 0 0 625 4 0 0 25 0 1 0 1099311415 13221888 2596 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 3228 2596 247 541 0 2678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12912

[startup+12.7018 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10216
/proc/meminfo: memFree=779688/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=17260 CPUtime=12.69
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 4034 0 0 0 1262 7 0 0 25 0 1 0 1099311415 17674240 3505 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 4315 3505 247 541 0 3765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17260

[startup+25.5011 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10216
/proc/meminfo: memFree=774440/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=22760 CPUtime=25.49
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 5600 0 0 0 2539 10 0 0 25 0 1 0 1099311415 23306240 4709 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 5690 4709 247 541 0 5140 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22760

[startup+51.1017 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 10216
/proc/meminfo: memFree=768040/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=31232 CPUtime=51.08
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 7607 0 0 0 5092 16 0 0 25 0 1 0 1099311415 31981568 6375 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 7808 6375 247 541 0 7258 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31232

[startup+102.306 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 10216
/proc/meminfo: memFree=757480/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=43112 CPUtime=102.27
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 10911 0 0 0 10201 26 0 0 25 0 1 0 1099311415 44146688 8952 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 10778 8952 247 541 0 10228 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43112

[startup+162.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 10216
/proc/meminfo: memFree=750888/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=51340 CPUtime=162.25
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 12883 0 0 0 16189 36 0 0 25 0 1 0 1099311415 52572160 10606 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 12835 10606 247 541 0 12285 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 51340

[startup+222.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 10216
/proc/meminfo: memFree=743272/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=60092 CPUtime=222.24
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 15140 0 0 0 22179 45 0 0 25 0 1 0 1099311415 61534208 12497 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 15023 12497 247 541 0 14473 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 60092

[startup+282.301 s]
/proc/loadavg: 1.07 1.05 1.00 2/65 10216
/proc/meminfo: memFree=737256/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=67032 CPUtime=282.22
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 17048 0 0 0 28170 52 0 0 25 0 1 0 1099311415 68640768 13984 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 16758 13984 247 541 0 16208 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 67032

[startup+342.301 s]
/proc/loadavg: 1.13 1.07 1.01 2/65 10216
/proc/meminfo: memFree=730984/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=73376 CPUtime=342.2
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 19096 0 0 0 34161 59 0 0 25 0 1 0 1099311415 75137024 15548 1992294400 4194304 6412682 548682068864 18446744073709551615 4286846 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 18344 15548 247 541 0 17794 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 73376

[startup+402.301 s]
/proc/loadavg: 1.09 1.07 1.01 2/65 10222
/proc/meminfo: memFree=728808/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=75936 CPUtime=402.18
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 19633 0 0 0 40151 67 0 0 25 0 1 0 1099311415 77758464 16085 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 18984 16085 247 541 0 18434 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 75936

[startup+462.301 s]
/proc/loadavg: 1.03 1.05 1.00 2/65 10222
/proc/meminfo: memFree=722280/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=83124 CPUtime=462.16
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 21860 0 0 0 46142 74 0 0 25 0 1 0 1099311415 85118976 17756 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 20781 17756 247 541 0 20231 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 83124

[startup+522.301 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 10222
/proc/meminfo: memFree=717096/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=89524 CPUtime=522.15
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 23154 0 0 0 52135 80 0 0 25 0 1 0 1099311415 91672576 19050 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 22381 19050 247 541 0 21831 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 89524

[startup+582.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10222
/proc/meminfo: memFree=712424/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=97444 CPUtime=582.14
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 24329 0 0 0 58129 85 0 0 25 0 1 0 1099311415 99782656 20225 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 24361 20225 247 541 0 23811 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 97444

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10222
/proc/meminfo: memFree=710056/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=100004 CPUtime=642.13
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 25542 0 0 0 64121 92 0 0 25 0 1 0 1099311415 102404096 20798 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 25001 20798 247 541 0 24451 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 100004

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10222
/proc/meminfo: memFree=708264/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=101924 CPUtime=702.11
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 25964 0 0 0 70114 97 0 0 25 0 1 0 1099311415 104370176 21220 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 25481 21220 247 541 0 24931 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 101924

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10222
/proc/meminfo: memFree=698792/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=113680 CPUtime=762.09
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 28325 0 0 0 76106 103 0 0 25 0 1 0 1099311415 116408320 23581 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 28420 23581 247 541 0 27870 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 113680

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10222
/proc/meminfo: memFree=695464/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=118160 CPUtime=822.07
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 29886 0 0 0 82099 108 0 0 25 0 1 0 1099311415 120995840 24406 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 29540 24406 247 541 0 28990 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 118160

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=693224/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=120720 CPUtime=882.05
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 30437 0 0 0 88091 114 0 0 25 0 1 0 1099311415 123617280 24957 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 30180 24957 247 541 0 29630 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 120720

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=691112/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=122640 CPUtime=942.04
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 30974 0 0 0 94085 119 0 0 25 0 1 0 1099311415 125583360 25494 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 30660 25494 247 541 0 30110 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 122640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=686824/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=127760 CPUtime=1002.03
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 32058 0 0 0 100080 123 0 0 25 0 1 0 1099311415 130826240 26578 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 31940 26578 247 541 0 31390 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 127760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=681896/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=133492 CPUtime=1062.01
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 34068 0 0 0 106074 127 0 0 25 0 1 0 1099311415 136695808 27742 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 33373 27742 247 541 0 32823 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 133492

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=681512/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=134132 CPUtime=1122
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 34217 0 0 0 112068 132 0 0 25 0 1 0 1099311415 137351168 27891 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 33533 27891 247 541 0 32983 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 134132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=680296/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=135412 CPUtime=1181.98
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 34510 0 0 0 118063 135 0 0 25 0 1 0 1099311415 138661888 28184 1992294400 4194304 6412682 548682068864 18446744073709551615 4287118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 33853 28184 247 541 0 33303 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 135412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10222
/proc/meminfo: memFree=677992/2055920 swapFree=4176444/4192956
[pid=10215] ppid=10213 vsize=139252 CPUtime=1200.08
/proc/10215/stat : 10215 (kw) R 10213 10215 9740 0 -1 0 35085 0 0 0 119870 138 0 0 25 0 1 0 1099311415 142594048 28759 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10215/statm: 34813 28759 247 541 0 34263 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 139252

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.11
CPU user time (s): 1198.71
CPU system time (s): 1.40179
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 139252

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

runsolver used 1.02984 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node27 at 2009-03-28 19:54:20
IDJOB=1520131
IDBENCH=70495
IDSOLVER=501
FILE ID=node27/1520131-1238266460
PBS_JOBID= 9060788
Free space on /tmp= 65600 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S178043354-076.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520131-1238266460/watcher-1520131-1238266460 -o /tmp/evaluation-result-1520131-1238266460/solver-1520131-1238266460 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520131-1238266460.cnf

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

MD5SUM BENCH= 1d34e3663c561a89d93a195f39097223
RANDOM SEED=1483514760

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:        793040 kB
Buffers:         82920 kB
Cached:        1081692 kB
SwapCached:       9544 kB
Active:         136504 kB
Inactive:      1039336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        793040 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:          16844 kB
Slab:            72988 kB
Committed_AS:  2785324 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65600 MiB
End job on node27 at 2009-03-28 20:14:23