Trace number 1519593

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.1 1200.54

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1018145191-052.cnf
MD5SUM38e0bd101ebf8f53eafa7d9a988513ec
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.53731
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
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-1519593-1238231117/watcher-1519593-1238231117 -o /tmp/evaluation-result-1519593-1238231117/solver-1519593-1238231117 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519593-1238231117.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 30086
/proc/meminfo: memFree=1059576/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=3056 CPUtime=0
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 388 0 0 0 0 0 0 0 18 0 1 0 1095777387 3129344 372 1992294400 4194304 6412682 548682068864 18446744073709551615 4369573 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 764 372 219 541 0 214 0

[startup+0.0255221 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 30086
/proc/meminfo: memFree=1059576/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=3320 CPUtime=0.02
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 440 0 0 0 2 0 0 0 18 0 1 0 1095777387 3399680 424 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 830 424 219 541 0 280 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3320

[startup+0.101537 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 30086
/proc/meminfo: memFree=1059576/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=5300 CPUtime=0.09
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 975 0 0 0 9 0 0 0 18 0 1 0 1095777387 5427200 959 1992294400 4194304 6412682 548682068864 18446744073709551615 4564594 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 1325 959 238 541 0 775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5300

[startup+0.301578 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 30086
/proc/meminfo: memFree=1059576/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=5172 CPUtime=0.29
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 1194 0 0 0 29 0 0 0 19 0 1 0 1095777387 5296128 937 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 1293 937 245 541 0 743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5172

[startup+0.702653 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 30086
/proc/meminfo: memFree=1059576/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=7416 CPUtime=0.69
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 1779 0 0 0 69 0 0 0 22 0 1 0 1095777387 7593984 1522 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 1854 1523 245 541 0 1304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7416

[startup+1.50181 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1052784/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=11404 CPUtime=1.49
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 2759 0 0 0 148 1 0 0 25 0 1 0 1095777387 11677696 2502 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 2851 2503 245 541 0 2301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11404

[startup+3.10112 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1047856/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=14992 CPUtime=3.09
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 3667 0 0 0 307 2 0 0 25 0 1 0 1095777387 15351808 3370 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 3748 3370 245 541 0 3198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14992

[startup+6.30174 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1043120/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=19124 CPUtime=6.29
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 4801 0 0 0 624 5 0 0 25 0 1 0 1095777387 19582976 4407 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 4781 4407 248 541 0 4231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19124

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1037424/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=24728 CPUtime=12.69
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 6345 0 0 0 1261 8 0 0 25 0 1 0 1095777387 25321472 5822 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 6182 5822 248 541 0 5632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24728

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1027248/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=34664 CPUtime=25.48
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 9032 0 0 0 2534 14 0 0 25 0 1 0 1095777387 35495936 8235 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 8666 8235 248 541 0 8116 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34664

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 30087
/proc/meminfo: memFree=1011888/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=50980 CPUtime=51.08
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 13346 0 0 0 5082 26 0 0 25 0 1 0 1095777387 52203520 12133 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 12745 12133 248 541 0 12195 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50980

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 3/65 30087
/proc/meminfo: memFree=987888/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=75312 CPUtime=102.26
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 19903 0 0 0 10183 43 0 0 25 0 1 0 1095777387 77119488 18058 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 18828 18058 248 541 0 18278 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75312

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=968944/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=95688 CPUtime=162.24
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 25103 0 0 0 16164 60 0 0 25 0 1 0 1095777387 97984512 22981 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 23922 22981 248 541 0 23372 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 95688

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=953456/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=112024 CPUtime=222.2
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 29452 0 0 0 22149 71 0 0 25 0 1 0 1095777387 114712576 26646 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 28006 26646 248 541 0 27456 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 112024

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=937456/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=128612 CPUtime=282.18
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 33845 0 0 0 28136 82 0 0 25 0 1 0 1095777387 131698688 30618 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 32153 30618 248 541 0 31603 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 128612

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=925040/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=142060 CPUtime=342.17
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 37023 0 0 0 34123 94 0 0 25 0 1 0 1095777387 145469440 33796 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 35515 33796 248 541 0 34965 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 142060

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=918064/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=149448 CPUtime=402.14
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 39212 0 0 0 40113 101 0 0 25 0 1 0 1095777387 153034752 35501 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 37362 35501 248 541 0 36812 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 149448

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=899248/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=168880 CPUtime=462.12
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 44426 0 0 0 46099 113 0 0 25 0 1 0 1095777387 172933120 40159 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 42220 40159 248 541 0 41670 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 168880

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=897072/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=171920 CPUtime=522.1
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 45040 0 0 0 52090 120 0 0 25 0 1 0 1095777387 176046080 40773 1992294400 4194304 6412682 548682068864 18446744073709551615 4328489 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 42980 40773 248 541 0 42430 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 171920

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=881520/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=188344 CPUtime=582.08
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 48950 0 0 0 58077 131 0 0 25 0 1 0 1095777387 192864256 44683 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 47086 44683 248 541 0 46536 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 188344

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=876784/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=195300 CPUtime=642.06
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 50712 0 0 0 64068 138 0 0 25 0 1 0 1095777387 199987200 45805 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 48825 45805 248 541 0 48275 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 195300

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=875632/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=196472 CPUtime=702.03
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 51001 0 0 0 70060 143 0 0 25 0 1 0 1095777387 201187328 46094 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 49118 46094 248 541 0 48568 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 196472

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=853104/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=219832 CPUtime=762.01
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 56611 0 0 0 76047 154 0 0 25 0 1 0 1095777387 225107968 51704 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 54958 51704 248 541 0 54408 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 219832

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=849456/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=223504 CPUtime=821.99
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 58252 0 0 0 82037 162 0 0 25 0 1 0 1095777387 228868096 52609 1992294400 4194304 6412682 548682068864 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 55876 52609 248 541 0 55326 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 223504

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=848368/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=224604 CPUtime=881.97
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 58537 0 0 0 88030 167 0 0 25 0 1 0 1095777387 229994496 52894 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 56151 52894 248 541 0 55601 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 224604

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=842480/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=231000 CPUtime=941.94
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 60065 0 0 0 94022 172 0 0 25 0 1 0 1095777387 236544000 54422 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 57750 54422 248 541 0 57200 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 231000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=823088/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=250884 CPUtime=1001.92
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 64883 0 0 0 100010 182 0 0 25 0 1 0 1095777387 256905216 59240 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 62721 59240 248 541 0 62171 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 250884

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=819120/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=254728 CPUtime=1061.9
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 66662 0 0 0 106001 189 0 0 25 0 1 0 1095777387 260841472 60173 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 63682 60173 248 541 0 63132 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 254728

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=818288/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=255560 CPUtime=1121.88
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 66874 0 0 0 111994 194 0 0 25 0 1 0 1095777387 261693440 60385 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 63890 60385 248 541 0 63340 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 255560

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=817328/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=256680 CPUtime=1181.85
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 67120 0 0 0 117986 199 0 0 25 0 1 0 1095777387 262840320 60631 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 64170 60631 248 541 0 63620 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 256680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=816368/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=257804 CPUtime=1200.05
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 67342 0 0 0 119804 201 0 0 25 0 1 0 1095777387 263991296 60853 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 64451 60853 248 541 0 63901 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 257804

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30087
/proc/meminfo: memFree=816368/2055920 swapFree=4179368/4192956
[pid=30086] ppid=30084 vsize=257804 CPUtime=1200.05
/proc/30086/stat : 30086 (kw) R 30084 30086 29774 0 -1 0 67342 0 0 0 119804 201 0 0 25 0 1 0 1095777387 263991296 60853 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30086/statm: 64451 60853 248 541 0 63901 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 257804

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.1
CPU user time (s): 1198.05
CPU system time (s): 2.05069
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 258112

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

runsolver used 0.836872 second user time and 2.68359 second system time

The end

Launcher Data

Begin job on node23 at 2009-03-28 10:05:17
IDJOB=1519593
IDBENCH=70226
IDSOLVER=501
FILE ID=node23/1519593-1238231117
PBS_JOBID= 9060622
Free space on /tmp= 66316 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1018145191-052.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519593-1238231117/watcher-1519593-1238231117 -o /tmp/evaluation-result-1519593-1238231117/solver-1519593-1238231117 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519593-1238231117.cnf

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

MD5SUM BENCH= 38e0bd101ebf8f53eafa7d9a988513ec
RANDOM SEED=801952933

node23.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.268
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.268
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:       1060056 kB
Buffers:         90736 kB
Cached:         813032 kB
SwapCached:       7500 kB
Active:         191976 kB
Inactive:       720772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060056 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            69168 kB
Committed_AS:  2923108 kB
PageTables:       1392 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= 66312 MiB
End job on node23 at 2009-03-28 10:25:20