Trace number 1735692

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.09 1200.45

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g2.cnf
MD5SUM4a0161ad7ac9d31215b2f5b6bcc0673a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark369.137
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-1735692-1240805432/watcher-1735692-1240805432 -o /tmp/evaluation-result-1735692-1240805432/solver-1735692-1240805432 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1735692-1240805432.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.97 0.99 3/64 23181
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=4784 CPUtime=0
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 568 0 0 0 0 0 0 0 18 0 1 0 108575809 4898816 552 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 1196 552 219 541 0 646 0

[startup+0.0759431 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23181
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=6104 CPUtime=0.06
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 948 0 0 0 6 0 0 0 18 0 1 0 108575809 6250496 932 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 1526 932 219 541 0 976 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6104

[startup+0.101945 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23181
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=6632 CPUtime=0.09
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 1084 0 0 0 9 0 0 0 18 0 1 0 108575809 6791168 1068 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 1658 1068 219 541 0 1108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6632

[startup+0.301968 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23181
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=10448 CPUtime=0.29
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 2230 0 0 0 28 1 0 0 19 0 1 0 108575809 10698752 2117 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 2612 2117 220 541 0 2062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10448

[startup+0.702017 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23181
/proc/meminfo: memFree=1697888/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=20456 CPUtime=0.69
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 4817 0 0 0 67 2 0 0 22 0 1 0 108575809 20946944 4511 1992294400 4194304 6412682 548682068832 18446744073709551615 4509111 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 5114 4511 246 541 0 4564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20456

[startup+1.50111 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1679064/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=22436 CPUtime=1.49
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 5321 0 0 0 147 2 0 0 25 0 1 0 108575809 22974464 5015 1992294400 4194304 6412682 548682068832 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 5609 5015 246 541 0 5059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22436

[startup+3.10131 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=23492 CPUtime=3.09
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 5607 0 0 0 306 3 0 0 25 0 1 0 108575809 24055808 5301 1992294400 4194304 6412682 548682068832 18446744073709551615 4564586 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 5873 5301 246 541 0 5323 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23492

[startup+6.30269 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1675096/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=25480 CPUtime=6.29
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 6131 0 0 0 626 3 0 0 25 0 1 0 108575809 26091520 5825 1992294400 4194304 6412682 548682068832 18446744073709551615 4565041 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 6370 5825 246 541 0 5820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25480

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1674136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=26712 CPUtime=12.69
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 6474 0 0 0 1264 5 0 0 25 0 1 0 108575809 27353088 6168 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 6678 6168 253 541 0 6128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26712

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1662040/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=39232 CPUtime=25.48
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 9507 0 0 0 2537 11 0 0 25 0 1 0 108575809 40173568 9201 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 9808 9201 255 541 0 9258 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39232

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1644248/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=57996 CPUtime=51.07
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 13934 0 0 0 5085 22 0 0 25 0 1 0 108575809 59387904 13628 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 14499 13628 255 541 0 13949 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57996

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1611864/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=92576 CPUtime=102.25
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 22655 0 0 0 10184 41 0 0 25 0 1 0 108575809 94797824 21622 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 23144 21622 255 541 0 22594 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92576

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=115752 CPUtime=162.23
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 28712 0 0 0 16167 56 0 0 25 0 1 0 108575809 118530048 26995 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 28938 26995 255 541 0 28388 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 115752

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1572952/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=133844 CPUtime=222.22
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 33453 0 0 0 22152 70 0 0 25 0 1 0 108575809 137056256 31315 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 33461 31315 255 541 0 32911 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 133844

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1557080/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=152568 CPUtime=282.2
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 37913 0 0 0 28132 88 0 0 25 0 1 0 108575809 156229632 35291 1992294400 4194304 6412682 548682068832 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 38142 35291 255 541 0 37592 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 152568

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1542616/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=167612 CPUtime=342.18
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 42030 0 0 0 34118 100 0 0 25 0 1 0 108575809 171634688 38852 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 41903 38852 255 541 0 41353 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 167612

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1521880/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=189876 CPUtime=402.17
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 47800 0 0 0 40104 113 0 0 25 0 1 0 108575809 194433024 43982 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 47469 43982 255 541 0 46919 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 189876

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1518488/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=193760 CPUtime=462.14
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 48674 0 0 0 46093 121 0 0 25 0 1 0 108575809 198410240 44856 1992294400 4194304 6412682 548682068832 18446744073709551615 4287178 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 48440 44856 255 541 0 47890 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 193760

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1513304/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=200424 CPUtime=522.13
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 50036 0 0 0 52085 128 0 0 25 0 1 0 108575809 205234176 46218 1992294400 4194304 6412682 548682068832 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 50106 46218 255 541 0 49556 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 200424

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1498392/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=215508 CPUtime=582.12
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 54441 0 0 0 58075 137 0 0 25 0 1 0 108575809 220680192 49887 1992294400 4194304 6412682 548682068832 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 53877 49887 255 541 0 53327 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 215508

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1495960/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=218548 CPUtime=642.09
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 55046 0 0 0 64068 141 0 0 25 0 1 0 108575809 223793152 50492 1992294400 4194304 6412682 548682068832 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 54637 50492 255 541 0 54087 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 218548

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1491160/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=224312 CPUtime=702.07
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 56235 0 0 0 70060 147 0 0 25 0 1 0 108575809 229695488 51681 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 56078 51681 255 541 0 55528 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 224312

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1479640/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=236920 CPUtime=762.07
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 59105 0 0 0 76053 154 0 0 25 0 1 0 108575809 242606080 54551 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 59230 54551 256 541 0 58680 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 236920

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1466008/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=250964 CPUtime=822.04
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 63339 0 0 0 82041 163 0 0 25 0 1 0 108575809 256987136 57939 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 62741 57939 256 541 0 62191 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 250964

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1463832/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=253364 CPUtime=882.03
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 63866 0 0 0 88035 168 0 0 25 0 1 0 108575809 259444736 58466 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 63341 58466 256 541 0 62791 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 253364

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1461528/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=256324 CPUtime=942
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 64473 0 0 0 94029 171 0 0 25 0 1 0 108575809 262475776 59073 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 64081 59073 256 541 0 63531 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 256324

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23182
/proc/meminfo: memFree=1459416/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=258884 CPUtime=1001.98
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 64989 0 0 0 100023 175 0 0 25 0 1 0 108575809 265097216 59589 1992294400 4194304 6412682 548682068832 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 64721 59589 256 541 0 64171 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 258884

[startup+1062.3 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 23182
/proc/meminfo: memFree=1457816/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=260964 CPUtime=1061.97
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 65373 0 0 0 106017 180 0 0 25 0 1 0 108575809 267227136 59973 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 65241 59973 256 541 0 64691 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 260964

[startup+1122.3 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 23182
/proc/meminfo: memFree=1446232/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=276852 CPUtime=1121.95
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 68267 0 0 0 112010 185 0 0 25 0 1 0 108575809 283496448 62867 1992294400 4194304 6412682 548682068832 18446744073709551615 4417513 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 69213 62867 256 541 0 68663 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 276852

[startup+1182.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 23182
/proc/meminfo: memFree=1431960/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=292732 CPUtime=1181.93
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 71869 0 0 0 118001 192 0 0 25 0 1 0 108575809 299757568 66469 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 73183 66469 256 541 0 72633 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 292732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 23182
/proc/meminfo: memFree=1429976/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=294496 CPUtime=1200.03
/proc/23181/stat : 23181 (kw) R 23179 23181 22446 0 -1 0 73254 0 0 0 119809 194 0 0 25 0 1 0 108575809 301563904 66881 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23181/statm: 73624 66881 256 541 0 73074 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 294496

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.45
CPU time (s): 1200.09
CPU user time (s): 1198.09
CPU system time (s): 1.9927
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 298152

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

runsolver used 0.944856 second user time and 2.37164 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-27 06:10:32
IDJOB=1735692
IDBENCH=71511
IDSOLVER=501
FILE ID=node33/1735692-1240805432
PBS_JOBID= 9187383
Free space on /tmp= 66424 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g2.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735692-1240805432/watcher-1735692-1240805432 -o /tmp/evaluation-result-1735692-1240805432/solver-1735692-1240805432 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1735692-1240805432.cnf

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

MD5SUM BENCH= 4a0161ad7ac9d31215b2f5b6bcc0673a
RANDOM SEED=1454464822

node33.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.212
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.212
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:       1698304 kB
Buffers:         45464 kB
Cached:         222864 kB
SwapCached:          0 kB
Active:          77060 kB
Inactive:       205220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          23680 kB
Slab:            61308 kB
Committed_AS:   385020 kB
PageTables:       1388 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= 66420 MiB
End job on node33 at 2009-04-27 06:30:34