Trace number 1519717

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.14 1200.44

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/2000/
unif-k3-r4.2-v2000-c8400-S520696524-059.cnf
MD5SUM3606a223e44ca7ebc5d996a3ddbfb35d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.084986
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-1519717-1238234195/watcher-1519717-1238234195 -o /tmp/evaluation-result-1519717-1238234195/solver-1519717-1238234195 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519717-1238234195.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.00 0.96 3/69 13067
/proc/meminfo: memFree=1117984/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=3796 CPUtime=0
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 561 0 0 0 0 0 0 0 18 0 1 0 1096081146 3887104 545 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 949 545 219 541 0 399 0

[startup+0.0177571 s]
/proc/loadavg: 1.00 1.00 0.96 3/69 13067
/proc/meminfo: memFree=1117984/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=3928 CPUtime=0.01
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 595 0 0 0 1 0 0 0 18 0 1 0 1096081146 4022272 579 1992294400 4194304 6412682 548682068864 18446744073709551615 4854977 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 982 579 219 541 0 432 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3928

[startup+0.101764 s]
/proc/loadavg: 1.00 1.00 0.96 3/69 13067
/proc/meminfo: memFree=1117984/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=4720 CPUtime=0.09
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 855 0 0 0 9 0 0 0 18 0 1 0 1096081146 4833280 839 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 1180 839 253 541 0 630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301781 s]
/proc/loadavg: 1.00 1.00 0.96 3/69 13067
/proc/meminfo: memFree=1117984/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=5116 CPUtime=0.29
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 969 0 0 0 29 0 0 0 19 0 1 0 1096081146 5238784 953 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 1279 953 253 541 0 729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5116

[startup+0.701816 s]
/proc/loadavg: 1.00 1.00 0.96 3/69 13067
/proc/meminfo: memFree=1117984/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=6564 CPUtime=0.69
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 1330 0 0 0 68 1 0 0 22 0 1 0 1096081146 6721536 1314 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 1641 1314 253 541 0 1091 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6564

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1112600/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=9232 CPUtime=1.49
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 1993 0 0 0 147 2 0 0 25 0 1 0 1096081146 9453568 1977 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 2308 1977 253 541 0 1758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9232

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1109080/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=12292 CPUtime=3.09
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 2776 0 0 0 306 3 0 0 25 0 1 0 1096081146 12587008 2720 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 3073 2720 253 541 0 2523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12292

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1106008/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=15504 CPUtime=6.29
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 3674 0 0 0 624 5 0 0 25 0 1 0 1096081146 15876096 3521 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 3876 3521 256 541 0 3326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15504

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1100056/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=19756 CPUtime=12.69
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 4873 0 0 0 1261 8 0 0 25 0 1 0 1096081146 20230144 4591 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 4939 4591 256 541 0 4389 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19756

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1093400/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=27148 CPUtime=25.48
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 6826 0 0 0 2535 13 0 0 25 0 1 0 1096081146 27799552 6374 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 6787 6374 256 541 0 6237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27148

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1083544/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=36600 CPUtime=51.08
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 9571 0 0 0 5085 23 0 0 25 0 1 0 1096081146 37478400 8757 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 9150 8757 256 541 0 8600 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36600

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1066584/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=54028 CPUtime=102.26
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 14330 0 0 0 10187 39 0 0 25 0 1 0 1096081146 55324672 12967 1992294400 4194304 6412682 548682068864 18446744073709551615 4286955 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 13507 12967 256 541 0 12957 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54028

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1051096/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=69808 CPUtime=162.26
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 18691 0 0 0 16174 52 0 0 25 0 1 0 1096081146 71483392 16810 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 17452 16810 256 541 0 16902 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 69808

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13068
/proc/meminfo: memFree=1042008/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=80320 CPUtime=222.24
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 21306 0 0 0 22159 65 0 0 25 0 1 0 1096081146 82247680 19107 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 20080 19107 256 541 0 19530 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 80320

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=1032272/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=89816 CPUtime=282.21
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 24044 0 0 0 28146 75 0 0 25 0 1 0 1096081146 91971584 21479 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 22454 21479 256 541 0 21904 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=1020112/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=102084 CPUtime=342.2
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 27499 0 0 0 34134 86 0 0 25 0 1 0 1096081146 104534016 24513 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 25521 24513 256 541 0 24971 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102084

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=1011408/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=111560 CPUtime=402.19
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 29805 0 0 0 40123 96 0 0 25 0 1 0 1096081146 114237440 26819 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 27890 26819 256 541 0 27340 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 111560

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=1004624/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=118228 CPUtime=462.17
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 31877 0 0 0 46112 105 0 0 25 0 1 0 1096081146 121065472 28407 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 29557 28407 256 541 0 29007 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 118228

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=990480/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=133424 CPUtime=522.16
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 35494 0 0 0 52102 114 0 0 25 0 1 0 1096081146 136626176 32024 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 33356 32024 256 541 0 32806 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 133424

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=984920/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=138620 CPUtime=582.15
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 37329 0 0 0 58091 124 0 0 25 0 1 0 1096081146 141946880 33303 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 34655 33303 256 541 0 34105 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 138620

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=983064/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=140500 CPUtime=642.13
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 37833 0 0 0 64084 129 0 0 25 0 1 0 1096081146 143872000 33807 1992294400 4194304 6412682 548682068864 18446744073709551615 4347863 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 35125 33807 256 541 0 34575 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 140500

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=966808/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=159412 CPUtime=702.11
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 42469 0 0 0 70071 140 0 0 25 0 1 0 1096081146 163237888 37803 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 39853 37803 256 541 0 39303 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 159412

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=966872/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=159412 CPUtime=762.11
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 42500 0 0 0 76065 146 0 0 25 0 1 0 1096081146 163237888 37834 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 39853 37834 256 541 0 39303 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 159412

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=965208/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=161456 CPUtime=822.09
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 42910 0 0 0 82058 151 0 0 25 0 1 0 1096081146 165330944 38244 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 40364 38244 256 541 0 39814 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 161456

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=951640/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=175344 CPUtime=882.07
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 46325 0 0 0 88049 158 0 0 25 0 1 0 1096081146 179552256 41659 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 43836 41659 256 541 0 43286 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 175344

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=945176/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=181864 CPUtime=942.06
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 48622 0 0 0 94041 165 0 0 25 0 1 0 1096081146 186228736 43220 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 45466 43220 256 541 0 44916 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 181864

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/70 13074
/proc/meminfo: memFree=945112/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=182140 CPUtime=1002.04
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 48692 0 0 0 100035 169 0 0 25 0 1 0 1096081146 186511360 43290 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 45535 43290 256 541 0 44985 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 182140

[startup+1062.3 s]
/proc/loadavg: 1.06 1.02 0.96 2/70 13074
/proc/meminfo: memFree=944728/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=182300 CPUtime=1062.03
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 48764 0 0 0 106028 175 0 0 25 0 1 0 1096081146 186675200 43362 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 45575 43362 256 541 0 45025 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 182300

[startup+1122.3 s]
/proc/loadavg: 1.08 1.03 0.97 2/70 13074
/proc/meminfo: memFree=939736/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=187500 CPUtime=1122.01
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 50042 0 0 0 112022 179 0 0 25 0 1 0 1096081146 192000000 44640 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 46875 44640 256 541 0 46325 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 187500

[startup+1182.3 s]
/proc/loadavg: 1.12 1.05 0.98 2/70 13074
/proc/meminfo: memFree=925592/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=202032 CPUtime=1182
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 53613 0 0 0 118013 187 0 0 25 0 1 0 1096081146 206880768 48211 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 50508 48212 256 541 0 49958 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 202032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.05 0.98 2/70 13074
/proc/meminfo: memFree=922904/2055920 swapFree=4171840/4192956
[pid=13067] ppid=13065 vsize=204348 CPUtime=1200.1
/proc/13067/stat : 13067 (kw) R 13065 13067 12681 0 -1 0 55023 0 0 0 119821 189 0 0 25 0 1 0 1096081146 209252352 48775 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13067/statm: 51087 48775 256 541 0 50537 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 204348

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.14
CPU user time (s): 1198.21
CPU system time (s): 1.92671
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 207732

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

runsolver used 1.17182 second user time and 3.20451 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-28 10:56:35
IDJOB=1519717
IDBENCH=70288
IDSOLVER=501
FILE ID=node58/1519717-1238234195
PBS_JOBID= 9060586
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 3606a223e44ca7ebc5d996a3ddbfb35d
RANDOM SEED=1817909029

node58.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.222
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.222
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:       1118400 kB
Buffers:         82980 kB
Cached:         763836 kB
SwapCached:      11412 kB
Active:         183768 kB
Inactive:       676040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118400 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          17432 kB
Slab:            63164 kB
Committed_AS:  2520768 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-28 11:16:37