Trace number 1730218

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.22 1200.49

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.5644
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-1730218-1240757152/watcher-1730218-1240757152 -o /tmp/evaluation-result-1730218-1240757152/solver-1730218-1240757152 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1730218-1240757152.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.01 1.00 3/64 22123
/proc/meminfo: memFree=1811256/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=4920 CPUtime=0
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 866 0 0 0 0 0 0 0 18 0 1 0 103747917 5038080 850 1992294400 4194304 6412682 548682068832 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 1230 856 208 541 0 680 0

[startup+0.03584 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 22123
/proc/meminfo: memFree=1811256/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=7612 CPUtime=0.03
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 1044 0 0 0 3 0 0 0 18 0 1 0 103747917 7794688 1028 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 1903 1028 219 541 0 1353 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7612

[startup+0.101844 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 22123
/proc/meminfo: memFree=1811256/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=8140 CPUtime=0.09
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 1232 0 0 0 9 0 0 0 18 0 1 0 103747917 8335360 1216 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 2035 1216 219 541 0 1485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8140

[startup+0.301858 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 22123
/proc/meminfo: memFree=1811256/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=11440 CPUtime=0.29
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 2101 0 0 0 29 0 0 0 19 0 1 0 103747917 11714560 2085 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 2860 2085 219 541 0 2310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11440

[startup+0.701887 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 22123
/proc/meminfo: memFree=1811256/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=18700 CPUtime=0.69
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 4087 0 0 0 69 0 0 0 23 0 1 0 103747917 19148800 4071 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 4675 4071 219 541 0 4125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18700

[startup+1.50194 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22124
/proc/meminfo: memFree=1792048/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=33492 CPUtime=1.49
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 7950 0 0 0 147 2 0 0 25 0 1 0 103747917 34295808 7934 1992294400 4194304 6412682 548682068832 18446744073709551615 4564937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 8373 7934 239 541 0 7823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33492

[startup+3.10106 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22124
/proc/meminfo: memFree=1780016/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=33492 CPUtime=3.09
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 7950 0 0 0 307 2 0 0 25 0 1 0 103747917 34295808 7934 1992294400 4194304 6412682 548682068832 18446744073709551615 4522276 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 8373 7934 239 541 0 7823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33492

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1780016/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=32904 CPUtime=6.28
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 10019 0 0 0 624 4 0 0 25 0 1 0 103747917 33693696 7792 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 8226 7792 247 541 0 7676 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32904

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1761904/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=53412 CPUtime=12.69
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 15136 0 0 0 1251 18 0 0 25 0 1 0 103747917 54693888 12767 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 13353 12767 250 541 0 12803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53412

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1745776/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=70512 CPUtime=25.49
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 19388 0 0 0 2505 44 0 0 25 0 1 0 103747917 72204288 16602 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 17628 16602 250 541 0 17078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70512

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1704048/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=119020 CPUtime=51.08
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 31101 0 0 0 5028 80 0 0 25 0 1 0 103747917 121876480 27229 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 29755 27229 250 541 0 29205 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119020

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1600176/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=237032 CPUtime=102.27
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 58205 0 0 0 10091 136 0 0 25 0 1 0 103747917 242720768 52901 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 59258 52901 250 541 0 58708 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 237032

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1489776/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=359092 CPUtime=162.25
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 87342 0 0 0 16029 196 0 0 25 0 1 0 103747917 367710208 80961 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 89773 80961 250 541 0 89223 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 359092

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1431984/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=428968 CPUtime=222.24
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 102910 0 0 0 21977 247 0 0 25 0 1 0 103747917 439263232 95104 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 107242 95104 250 541 0 106692 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 428968

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1340144/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=530072 CPUtime=282.23
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 127380 0 0 0 27924 299 0 0 25 0 1 0 103747917 542793728 117691 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 132518 117691 250 541 0 131968 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 530072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1293680/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=580872 CPUtime=342.21
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 140114 0 0 0 33881 340 0 0 25 0 1 0 103747917 594812928 129267 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 145218 129267 250 541 0 144668 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 580872

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1244720/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=640740 CPUtime=402.2
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 153974 0 0 0 39832 388 0 0 25 0 1 0 103747917 656117760 141795 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 160185 141795 250 541 0 159635 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 640740

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1212720/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=675948 CPUtime=462.18
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 161743 0 0 0 45801 417 0 0 25 0 1 0 103747917 692170752 149564 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 168987 149564 250 541 0 168437 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 675948

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1143536/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=754932 CPUtime=522.18
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 180597 0 0 0 51761 457 0 0 25 0 1 0 103747917 773050368 166886 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 188733 166886 250 541 0 188183 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 754932

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1015536/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=899440 CPUtime=582.16
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 212354 0 0 0 57704 512 0 0 25 0 1 0 103747917 921026560 198643 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 224860 198643 250 541 0 224310 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 899440

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=1012784/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=905216 CPUtime=642.15
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 214780 0 0 0 63685 530 0 0 25 0 1 0 103747917 926941184 199307 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 226304 199307 250 541 0 225754 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 905216

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=986416/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=935896 CPUtime=702.13
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 221539 0 0 0 69667 546 0 0 25 0 1 0 103747917 958357504 206066 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 233974 206066 250 541 0 233424 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 935896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=916912/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1007952 CPUtime=762.12
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 238694 0 0 0 75643 569 0 0 25 0 1 0 103747917 1032142848 223221 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 251988 223221 250 541 0 251438 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 1007952

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=916912/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1007952 CPUtime=822.1
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 238694 0 0 0 81641 569 0 0 25 0 1 0 103747917 1032142848 223221 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 251988 223221 250 541 0 251438 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 1007952

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22124
/proc/meminfo: memFree=916848/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1007952 CPUtime=882.09
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 238694 0 0 0 87640 569 0 0 25 0 1 0 103747917 1032142848 223221 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 251988 223221 250 541 0 251438 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 1007952

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=924464/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=999848 CPUtime=942.07
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 238811 0 0 0 93626 581 0 0 25 0 1 0 103747917 1023844352 221312 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 249962 221312 250 541 0 249412 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 999848

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=846128/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1089160 CPUtime=1002.06
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 258372 0 0 0 99579 627 0 0 25 0 1 0 103747917 1115299840 240873 1992294400 4194304 6412682 548682068832 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 272290 240873 250 541 0 271740 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 1089160

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=735728/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1202676 CPUtime=1062.04
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 285867 0 0 0 105545 659 0 0 25 0 1 0 103747917 1231540224 268368 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 300669 268368 250 541 0 300119 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 1202676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=740144/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1199128 CPUtime=1122.04
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 287104 0 0 0 111529 675 0 0 25 0 1 0 103747917 1227907072 267275 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 299782 267275 250 541 0 299232 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 1199128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=660464/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1297208 CPUtime=1182.02
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 307520 0 0 0 117491 711 0 0 25 0 1 0 103747917 1328340992 287691 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 324302 287691 250 541 0 323752 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 1297208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=609776/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=1348660 CPUtime=1200.02
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 0 319603 0 0 0 119278 724 0 0 25 0 1 0 103747917 1381027840 299774 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 337165 299774 250 541 0 336615 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1348660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22130
/proc/meminfo: memFree=609776/2055920 swapFree=4191900/4192956
[pid=22123] ppid=22121 vsize=0 CPUtime=1200.12
/proc/22123/stat : 22123 (kw) R 22121 22123 21708 0 -1 1028 319603 0 0 0 119278 734 0 0 25 0 1 0 103747917 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.22
CPU user time (s): 1192.79
CPU system time (s): 7.43187
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 1348660

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

runsolver used 0.929858 second user time and 2.49562 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-26 16:45:53
IDJOB=1730218
IDBENCH=24724
IDSOLVER=501
FILE ID=node34/1730218-1240757152
PBS_JOBID= 9187054
Free space on /tmp= 66400 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730218-1240757152/watcher-1730218-1240757152 -o /tmp/evaluation-result-1730218-1240757152/solver-1730218-1240757152 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1730218-1240757152.cnf

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

MD5SUM BENCH= dff294238660aead84de7aec33e643fc
RANDOM SEED=1359443306

node34.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.214
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.214
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:       1811672 kB
Buffers:         24108 kB
Cached:         135092 kB
SwapCached:        260 kB
Active:          31860 kB
Inactive:       140560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811672 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5800 kB
Writeback:           0 kB
Mapped:          21732 kB
Slab:            57868 kB
Committed_AS:   411884 kB
PageTables:       1380 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= 66396 MiB
End job on node34 at 2009-04-26 17:05:55