Trace number 1519721

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/2000/
unif-k3-r4.2-v2000-c8400-S1442480583-017.cnf
MD5SUMe16a301b3b11f2fcadc19b12fcb8ed0b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.18167
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses8400
Sum of the clauses size25200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519721-1238234205/watcher-1519721-1238234205 -o /tmp/evaluation-result-1519721-1238234205/solver-1519721-1238234205 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519721-1238234205.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.03 1.02 1.00 3/64 30273
/proc/meminfo: memFree=1572416/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=3796 CPUtime=0
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 560 0 0 0 0 0 0 0 18 0 1 0 1096083280 3887104 544 1992294400 4194304 6412682 548682068864 18446744073709551615 4304815 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 949 544 219 541 0 399 0

[startup+0.0157089 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 30273
/proc/meminfo: memFree=1572416/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=3928 CPUtime=0.01
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 590 0 0 0 1 0 0 0 18 0 1 0 1096083280 4022272 574 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 982 574 219 541 0 432 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3928

[startup+0.101716 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 30273
/proc/meminfo: memFree=1572416/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=4720 CPUtime=0.09
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 850 0 0 0 9 0 0 0 18 0 1 0 1096083280 4833280 834 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 1180 834 253 541 0 630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301734 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 30273
/proc/meminfo: memFree=1572416/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=5248 CPUtime=0.29
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 976 0 0 0 29 0 0 0 19 0 1 0 1096083280 5373952 960 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 1312 960 253 541 0 762 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5248

[startup+0.70177 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 30273
/proc/meminfo: memFree=1572416/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=6564 CPUtime=0.69
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 1334 0 0 0 69 0 0 0 22 0 1 0 1096083280 6721536 1318 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 1641 1318 253 541 0 1091 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6564

[startup+1.50285 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1567032/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=9228 CPUtime=1.49
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 1989 0 0 0 148 1 0 0 25 0 1 0 1096083280 9449472 1973 1992294400 4194304 6412682 548682068864 18446744073709551615 4321632 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 2307 1973 253 541 0 1757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9228

[startup+3.10199 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1563640/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=12156 CPUtime=3.09
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 2733 0 0 0 307 2 0 0 25 0 1 0 1096083280 12447744 2677 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 3039 2677 253 541 0 2489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12156

[startup+6.30127 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1560568/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=15596 CPUtime=6.29
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 3691 0 0 0 625 4 0 0 25 0 1 0 1096083280 15970304 3538 1992294400 4194304 6412682 548682068864 18446744073709551615 4361210 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 3899 3538 256 541 0 3349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15596

[startup+12.7018 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1554424/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=19852 CPUtime=12.69
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 4889 0 0 0 1262 7 0 0 25 0 1 0 1096083280 20328448 4607 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 4963 4607 256 541 0 4413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19852

[startup+25.502 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1548088/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=26940 CPUtime=25.48
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 6777 0 0 0 2537 11 0 0 25 0 1 0 1096083280 27586560 6325 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 6735 6325 256 541 0 6185 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26940

[startup+51.1013 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 30274
/proc/meminfo: memFree=1538488/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=36104 CPUtime=51.07
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 9468 0 0 0 5087 20 0 0 25 0 1 0 1096083280 36970496 8654 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 9026 8654 256 541 0 8476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36104

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30274
/proc/meminfo: memFree=1521464/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=53788 CPUtime=102.27
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 14240 0 0 0 10192 35 0 0 25 0 1 0 1096083280 55078912 12877 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 13447 12877 256 541 0 12897 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53788

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30274
/proc/meminfo: memFree=1506872/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=68396 CPUtime=162.25
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 18362 0 0 0 16177 48 0 0 25 0 1 0 1096083280 70037504 16481 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 17099 16481 256 541 0 16549 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68396

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30274
/proc/meminfo: memFree=1497720/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=79004 CPUtime=222.23
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 21000 0 0 0 22166 57 0 0 25 0 1 0 1096083280 80900096 18801 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 19751 18801 256 541 0 19201 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79004

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1487352/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=89536 CPUtime=282.21
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 23951 0 0 0 28153 68 0 0 25 0 1 0 1096083280 91684864 21386 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 22384 21386 256 541 0 21834 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89536

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1475000/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=101744 CPUtime=342.19
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 27402 0 0 0 34140 79 0 0 25 0 1 0 1096083280 104185856 24416 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 25436 24416 256 541 0 24886 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 101744

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1469752/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=107632 CPUtime=402.18
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 28811 0 0 0 40132 86 0 0 25 0 1 0 1096083280 110215168 25825 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 26908 25825 256 541 0 26358 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 107632

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1460856/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=116104 CPUtime=462.16
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 31396 0 0 0 46122 94 0 0 25 0 1 0 1096083280 118890496 27926 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 29026 27926 256 541 0 28476 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 116104

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1452536/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=125624 CPUtime=522.14
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 33588 0 0 0 52113 101 0 0 25 0 1 0 1096083280 128638976 30118 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 31406 30118 256 541 0 30856 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 125624

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1443384/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=134532 CPUtime=582.13
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 36303 0 0 0 58102 111 0 0 25 0 1 0 1096083280 137760768 32277 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 33633 32277 256 541 0 33083 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 134532

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1443256/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=134532 CPUtime=642.12
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 36351 0 0 0 64097 115 0 0 25 0 1 0 1096083280 137760768 32325 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 33633 32325 256 541 0 33083 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 134532

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1430008/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=148296 CPUtime=702.09
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 39694 0 0 0 70087 122 0 0 25 0 1 0 1096083280 151855104 35668 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 37074 35668 256 541 0 36524 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 148296

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1425400/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=155036 CPUtime=762.08
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 41403 0 0 0 76079 129 0 0 25 0 1 0 1096083280 158756864 36737 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 38759 36737 256 541 0 38209 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 155036

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1424824/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=155840 CPUtime=822.06
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 41585 0 0 0 82072 134 0 0 25 0 1 0 1096083280 159580160 36919 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 38960 36919 256 541 0 38410 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 155840

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1413176/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=167856 CPUtime=882.05
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 44473 0 0 0 88062 143 0 0 25 0 1 0 1096083280 171884544 39807 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 41964 39807 256 541 0 41414 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 167856

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1402680/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=178372 CPUtime=942.04
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 47750 0 0 0 94054 150 0 0 25 0 1 0 1096083280 182652928 42348 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 44593 42348 256 541 0 44043 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 178372

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1402744/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=178372 CPUtime=1002.02
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 47763 0 0 0 100048 154 0 0 25 0 1 0 1096083280 182652928 42361 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 44593 42361 256 541 0 44043 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 178372

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1402680/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=178372 CPUtime=1062
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 47792 0 0 0 106041 159 0 0 25 0 1 0 1096083280 182652928 42390 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 44593 42390 256 541 0 44043 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 178372

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1401656/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=179488 CPUtime=1121.98
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 48069 0 0 0 112034 164 0 0 25 0 1 0 1096083280 183795712 42667 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 44872 42667 256 541 0 44322 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 179488

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1389304/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=192212 CPUtime=1181.97
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 51175 0 0 0 118026 171 0 0 25 0 1 0 1096083280 196825088 45773 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 48053 45773 256 541 0 47503 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 192212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30280
/proc/meminfo: memFree=1385336/2055920 swapFree=4178352/4192956
[pid=30273] ppid=30271 vsize=195988 CPUtime=1200.07
/proc/30273/stat : 30273 (kw) R 30271 30273 29875 0 -1 0 52105 0 0 0 119833 174 0 0 25 0 1 0 1096083280 200691712 46703 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30273/statm: 48997 46703 256 541 0 48447 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 195988

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.44
CPU time (s): 1200.11
CPU user time (s): 1198.33
CPU system time (s): 1.77473
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 195988

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

runsolver used 1.3478 second user time and 2.72259 second system time

The end

Launcher Data

Begin job on node43 at 2009-03-28 10:56:45
IDJOB=1519721
IDBENCH=70290
IDSOLVER=501
FILE ID=node43/1519721-1238234205
PBS_JOBID= 9060609
Free space on /tmp= 63084 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/2000/unif-k3-r4.2-v2000-c8400-S1442480583-017.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519721-1238234205/watcher-1519721-1238234205 -o /tmp/evaluation-result-1519721-1238234205/solver-1519721-1238234205 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519721-1238234205.cnf

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

MD5SUM BENCH= e16a301b3b11f2fcadc19b12fcb8ed0b
RANDOM SEED=515256094

node43.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.242
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.242
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:       1572832 kB
Buffers:         45916 kB
Cached:         355076 kB
SwapCached:       8504 kB
Active:          88256 kB
Inactive:       322792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572832 kB
SwapTotal:     4192956 kB
SwapFree:      4178352 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          15760 kB
Slab:            58008 kB
Committed_AS:  2369460 kB
PageTables:       1448 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= 63084 MiB
End job on node43 at 2009-03-28 11:16:47