Trace number 1726879

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.1 1200.54

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726879-1240718009/watcher-1726879-1240718009 -o /tmp/evaluation-result-1726879-1240718009/solver-1726879-1240718009 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1726879-1240718009.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.91 0.95 0.98 3/64 21814
/proc/meminfo: memFree=1589368/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=4776 CPUtime=0
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 816 0 0 0 0 0 0 0 18 0 1 0 99827176 4890624 801 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 1194 807 208 541 0 644 0

[startup+0.0408721 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 21814
/proc/meminfo: memFree=1589368/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=5656 CPUtime=0.03
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 1018 0 0 0 3 0 0 0 18 0 1 0 99827176 5791744 1002 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 1414 1002 219 541 0 864 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5656

[startup+0.101883 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 21814
/proc/meminfo: memFree=1589368/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=6588 CPUtime=0.09
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 1263 0 0 0 9 0 0 0 18 0 1 0 99827176 6746112 1247 1992294400 4194304 6412682 548682068832 18446744073709551615 4496564 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 1648 1248 227 541 0 1098 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6588

[startup+0.301919 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 21814
/proc/meminfo: memFree=1589368/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=8996 CPUtime=0.29
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 1944 0 0 0 28 1 0 0 19 0 1 0 99827176 9211904 1891 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 2249 1891 255 541 0 1699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8996

[startup+0.701991 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 21814
/proc/meminfo: memFree=1589368/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=8996 CPUtime=0.69
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 1950 0 0 0 68 1 0 0 23 0 1 0 99827176 9211904 1897 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 2249 1897 255 541 0 1699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8996

[startup+1.50114 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 21815
/proc/meminfo: memFree=1582384/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=9532 CPUtime=1.49
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 2093 0 0 0 148 1 0 0 25 0 1 0 99827176 9760768 2040 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 2383 2040 255 541 0 1833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9532

[startup+3.10143 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 21815
/proc/meminfo: memFree=1580784/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=12404 CPUtime=3.09
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 2774 0 0 0 307 2 0 0 25 0 1 0 99827176 12701696 2681 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 3101 2681 255 541 0 2551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12404

[startup+6.30301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1577712/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=13856 CPUtime=6.29
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 3165 0 0 0 626 3 0 0 25 0 1 0 99827176 14188544 3027 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 3464 3027 258 541 0 2914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13856

[startup+12.7012 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1573616/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=17924 CPUtime=12.69
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 4269 0 0 0 1264 5 0 0 25 0 1 0 99827176 18354176 4019 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 4481 4019 258 541 0 3931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17924

[startup+25.5015 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1567792/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=24636 CPUtime=25.48
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 5978 0 0 0 2540 8 0 0 25 0 1 0 99827176 25227264 5580 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 6159 5580 258 541 0 5609 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24636

[startup+51.1012 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1558960/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=34360 CPUtime=51.07
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 8593 0 0 0 5091 16 0 0 25 0 1 0 99827176 35184640 7880 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 8590 7880 258 541 0 8040 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34360

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1545520/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=48604 CPUtime=102.26
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 12479 0 0 0 10197 29 0 0 25 0 1 0 99827176 49770496 11078 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 12151 11078 258 541 0 11601 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48604

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1532848/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=62808 CPUtime=162.23
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 16259 0 0 0 16181 42 0 0 25 0 1 0 99827176 64315392 14340 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 15702 14340 258 541 0 15152 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62808

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1515888/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=81644 CPUtime=222.22
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 21039 0 0 0 22164 58 0 0 25 0 1 0 99827176 83603456 18436 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 20411 18436 258 541 0 19861 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 81644

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1508592/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=89736 CPUtime=282.19
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 23274 0 0 0 28150 69 0 0 25 0 1 0 99827176 91889664 20250 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 22434 20250 258 541 0 21884 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 89736

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1497968/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=100540 CPUtime=342.17
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 26457 0 0 0 34136 81 0 0 25 0 1 0 99827176 102952960 22949 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 25135 22949 258 541 0 24585 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 100540

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21815
/proc/meminfo: memFree=1481520/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=116948 CPUtime=402.15
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 31092 0 0 0 40123 92 0 0 25 0 1 0 99827176 119754752 27028 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 29237 27028 258 541 0 28687 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 116948

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1467056/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=133904 CPUtime=462.12
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 34728 0 0 0 46107 105 0 0 25 0 1 0 99827176 137117696 30664 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 33476 30664 258 541 0 32926 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 133904

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1463728/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=137596 CPUtime=522.1
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 36164 0 0 0 52097 113 0 0 25 0 1 0 99827176 140898304 31460 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 34399 31460 258 541 0 33849 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 137596

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1444784/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=157444 CPUtime=582.07
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 40883 0 0 0 58084 123 0 0 25 0 1 0 99827176 161222656 36179 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 39361 36179 258 541 0 38811 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 157444

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1445488/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=157872 CPUtime=642.06
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 41429 0 0 0 64073 133 0 0 25 0 1 0 99827176 161660928 35989 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 39468 35989 258 541 0 38918 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 157872

[startup+702.303 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1434864/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=170020 CPUtime=702.04
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 44134 0 0 0 70061 143 0 0 25 0 1 0 99827176 174100480 38694 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 42505 38694 258 541 0 41955 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 170020

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 21821
/proc/meminfo: memFree=1426928/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=178500 CPUtime=762.01
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 46902 0 0 0 76050 151 0 0 25 0 1 0 99827176 182784000 40616 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 44625 40616 258 541 0 44075 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 178500

[startup+822.301 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 21821
/proc/meminfo: memFree=1425456/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=179780 CPUtime=821.99
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 47254 0 0 0 82039 160 0 0 25 0 1 0 99827176 184094720 40968 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 44945 40968 258 541 0 44395 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 179780

[startup+882.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 21821
/proc/meminfo: memFree=1411632/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=194524 CPUtime=881.96
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 50709 0 0 0 88028 168 0 0 25 0 1 0 99827176 199192576 44423 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 48631 44423 258 541 0 48081 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 194524

[startup+942.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 21821
/proc/meminfo: memFree=1403440/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=202780 CPUtime=941.95
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 53721 0 0 0 94020 175 0 0 25 0 1 0 99827176 207646720 46462 1992294400 4194304 6412682 548682068832 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 50695 46462 258 541 0 50145 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 202780

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 21821
/proc/meminfo: memFree=1402352/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=204060 CPUtime=1001.93
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 53984 0 0 0 100011 182 0 0 25 0 1 0 99827176 208957440 46725 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 51015 46725 258 541 0 50465 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 204060

[startup+1062.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 21821
/proc/meminfo: memFree=1399280/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=207188 CPUtime=1061.91
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 54810 0 0 0 106003 188 0 0 25 0 1 0 99827176 212160512 47551 1992294400 4194304 6412682 548682068832 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 51797 47551 258 541 0 51247 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 207188

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 21821
/proc/meminfo: memFree=1380656/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=229964 CPUtime=1121.89
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 60510 0 0 0 111988 201 0 0 25 0 1 0 99827176 235483136 53251 1992294400 4194304 6412682 548682068832 18446744073709551615 4405238 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 57491 53251 258 541 0 56941 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 229964

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 21821
/proc/meminfo: memFree=1377456/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=229392 CPUtime=1181.86
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 61289 0 0 0 117978 208 0 0 25 0 1 0 99827176 234897408 52912 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 57348 52912 258 541 0 56798 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 229392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 21821
/proc/meminfo: memFree=1376944/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=230032 CPUtime=1200.06
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 61425 0 0 0 119796 210 0 0 25 0 1 0 99827176 235552768 53048 1992294400 4194304 6412682 548682068832 18446744073709551615 4286922 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 57508 53048 258 541 0 56958 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 230032

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: 1.01 1.02 1.00 2/65 21821
/proc/meminfo: memFree=1376944/2055920 swapFree=4181432/4192956
[pid=21814] ppid=21812 vsize=230032 CPUtime=1200.06
/proc/21814/stat : 21814 (kw) R 21812 21814 18248 0 -1 0 61425 0 0 0 119796 210 0 0 25 0 1 0 99827176 235552768 53048 1992294400 4194304 6412682 548682068832 18446744073709551615 4286922 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 57508 53048 258 541 0 56958 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 230032

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.1
CPU user time (s): 1197.96
CPU system time (s): 2.14167
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 230032

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

runsolver used 0.909861 second user time and 2.6046 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-26 05:53:30
IDJOB=1726879
IDBENCH=24625
IDSOLVER=501
FILE ID=node67/1726879-1240718009
PBS_JOBID= 9186827
Free space on /tmp= 66304 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726879-1240718009/watcher-1726879-1240718009 -o /tmp/evaluation-result-1726879-1240718009/solver-1726879-1240718009 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1726879-1240718009.cnf

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=2133617184

node67.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.277
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.277
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:       1589784 kB
Buffers:         47196 kB
Cached:         344832 kB
SwapCached:       5432 kB
Active:         155884 kB
Inactive:       244188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589784 kB
SwapTotal:     4192956 kB
SwapFree:      4181432 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          13628 kB
Slab:            51996 kB
Committed_AS:   376676 kB
PageTables:       1436 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= 66304 MiB
End job on node67 at 2009-04-26 06:13:32