Trace number 1519867

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 1207.07

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S1773173258-010.cnf
MD5SUMae02373c0ed448bf77bcd57171ccc944
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark441.82
Satisfiable
(Un)Satisfiability was proved
Number of variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
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-1519867-1238241614/watcher-1519867-1238241614 -o /tmp/evaluation-result-1519867-1238241614/solver-1519867-1238241614 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519867-1238241614.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.92 1.99 1.99 4/85 26772
/proc/meminfo: memFree=1815752/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=18576 CPUtime=0
/proc/26772/stat : 26772 (runsolver) R 26770 26772 26611 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1096822438 19021824 292 1992294400 4194304 4302548 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26772/statm: 4644 292 257 26 0 2626 0

[startup+0.11787 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 26772
/proc/meminfo: memFree=1815752/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=14372 CPUtime=0.1
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 3049 0 0 0 9 1 0 0 20 0 1 0 1096822438 14716928 3033 1992294400 4194304 6412682 548682068864 18446744073709551615 4349244 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 3593 3033 219 541 0 3043 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14372

[startup+0.20188 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 26772
/proc/meminfo: memFree=1815752/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=15032 CPUtime=0.18
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 3260 0 0 0 17 1 0 0 20 0 1 0 1096822438 15392768 3244 1992294400 4194304 6412682 548682068864 18446744073709551615 5350695 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 3758 3244 219 541 0 3208 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 15032

[startup+0.301889 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 26772
/proc/meminfo: memFree=1815752/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=15956 CPUtime=0.28
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 3512 0 0 0 27 1 0 0 21 0 1 0 1096822438 16338944 3496 1992294400 4194304 6412682 548682068864 18446744073709551615 4348714 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 3989 3496 219 541 0 3439 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15956

[startup+0.701929 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 26772
/proc/meminfo: memFree=1815752/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=22548 CPUtime=0.69
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 5211 0 0 0 66 3 0 0 25 0 1 0 1096822438 23089152 5089 1992294400 4194304 6412682 548682068864 18446744073709551615 4508948 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 5637 5089 246 541 0 5087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22548

[startup+1.50201 s]
/proc/loadavg: 1.92 1.99 1.99 3/86 26773
/proc/meminfo: memFree=1796480/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=21984 CPUtime=1.48
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 5225 0 0 0 145 3 0 0 25 0 1 0 1096822438 22511616 4962 1992294400 4194304 6412682 548682068864 18446744073709551615 4417182 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 5496 4962 253 541 0 4946 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21984

[startup+3.10117 s]
/proc/loadavg: 1.92 1.99 1.99 3/86 26773
/proc/meminfo: memFree=1796480/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=22644 CPUtime=3.07
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 5400 0 0 0 304 3 0 0 25 0 1 0 1096822438 23187456 5137 1992294400 4194304 6412682 548682068864 18446744073709551615 4425136 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 5661 5137 253 541 0 5111 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22644

[startup+6.30149 s]
/proc/loadavg: 1.93 1.99 1.99 3/86 26773
/proc/meminfo: memFree=1791104/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=28460 CPUtime=6.26
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 6855 0 0 0 620 6 0 0 25 0 1 0 1096822438 29143040 6592 1992294400 4194304 6412682 548682068864 18446744073709551615 4360288 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 7115 6592 253 541 0 6565 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28460

[startup+12.7021 s]
/proc/loadavg: 1.93 1.99 1.99 3/86 26773
/proc/meminfo: memFree=1780096/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=39444 CPUtime=12.62
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 9635 0 0 0 1253 9 0 0 25 0 1 0 1096822438 40390656 9372 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 9861 9372 253 541 0 9311 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 39444

[startup+25.5014 s]
/proc/loadavg: 1.95 1.99 1.99 3/86 26773
/proc/meminfo: memFree=1771136/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=47324 CPUtime=25.33
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 11555 0 0 0 2520 13 0 0 25 0 1 0 1096822438 48459776 11292 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 11831 11292 256 541 0 11281 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 47324

[startup+51.1019 s]
/proc/loadavg: 1.96 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1761920/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=56404 CPUtime=50.77
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 13840 0 0 0 5058 19 0 0 25 0 1 0 1096822438 57757696 13577 1992294400 4194304 6412682 548682068864 18446744073709551615 4329495 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 14101 13577 256 541 0 13551 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 56404

[startup+102.301 s]
/proc/loadavg: 1.98 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1739136/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=79212 CPUtime=101.68
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 19500 0 0 0 10134 34 0 0 25 0 1 0 1096822438 81113088 19237 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 19803 19237 256 541 0 19253 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 79212

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1711232/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=108008 CPUtime=161.33
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 26745 0 0 0 16083 50 0 0 25 0 1 0 1096822438 110600192 26482 1992294400 4194304 6412682 548682068864 18446744073709551615 4332844 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 27002 26482 256 541 0 26452 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 108008

[startup+222.308 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1697728/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=120504 CPUtime=220.99
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 29932 0 0 0 22037 62 0 0 25 0 1 0 1096822438 123396096 29511 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 30126 29511 256 541 0 29576 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 120504

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1660672/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=158688 CPUtime=280.64
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 39677 0 0 0 27988 76 0 0 25 0 1 0 1096822438 162496512 39074 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 39672 39074 256 541 0 39122 0
Current children cumulated CPU time (s) 280.64
Current children cumulated vsize (KiB) 158688

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1637888/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=180368 CPUtime=340.3
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 45348 0 0 0 33941 89 0 0 25 0 1 0 1096822438 184696832 44536 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 45092 44536 256 541 0 44542 0
Current children cumulated CPU time (s) 340.3
Current children cumulated vsize (KiB) 180368

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/86 26779
/proc/meminfo: memFree=1624320/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=194460 CPUtime=399.96
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 49104 0 0 0 39896 100 0 0 25 0 1 0 1096822438 199127040 48051 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 48615 48051 256 541 0 48065 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 194460

[startup+462.302 s]
/proc/loadavg: 2.10 2.02 2.00 3/86 26779
/proc/meminfo: memFree=1608320/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=209408 CPUtime=459.61
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 53148 0 0 0 45850 111 0 0 25 0 1 0 1096822438 214433792 51818 1992294400 4194304 6412682 548682068864 18446744073709551615 4334446 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 52352 51818 256 541 0 51802 0
Current children cumulated CPU time (s) 459.61
Current children cumulated vsize (KiB) 209408

[startup+522.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 26779
/proc/meminfo: memFree=1585408/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=233320 CPUtime=519.27
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 59182 0 0 0 51801 126 0 0 25 0 1 0 1096822438 238919680 57534 1992294400 4194304 6412682 548682068864 18446744073709551615 4287166 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 58330 57534 256 541 0 57780 0
Current children cumulated CPU time (s) 519.27
Current children cumulated vsize (KiB) 233320

[startup+582.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1576192/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=242880 CPUtime=578.93
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 61591 0 0 0 57757 136 0 0 25 0 1 0 1096822438 248709120 59943 1992294400 4194304 6412682 548682068864 18446744073709551615 4328843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 60720 59943 256 541 0 60170 0
Current children cumulated CPU time (s) 578.93
Current children cumulated vsize (KiB) 242880

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1559552/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=258888 CPUtime=638.58
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 65996 0 0 0 63712 146 0 0 25 0 1 0 1096822438 265101312 63982 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 64722 63982 256 541 0 64172 0
Current children cumulated CPU time (s) 638.58
Current children cumulated vsize (KiB) 258888

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1538880/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=280168 CPUtime=698.24
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 71341 0 0 0 69667 157 0 0 25 0 1 0 1096822438 286892032 69327 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 70042 69327 256 541 0 69492 0
Current children cumulated CPU time (s) 698.24
Current children cumulated vsize (KiB) 280168

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1520128/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=298028 CPUtime=757.89
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 76239 0 0 0 75622 167 0 0 25 0 1 0 1096822438 305180672 73804 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 74507 73804 256 541 0 73957 0
Current children cumulated CPU time (s) 757.89
Current children cumulated vsize (KiB) 298028

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1520128/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=298028 CPUtime=817.55
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 76239 0 0 0 81581 174 0 0 25 0 1 0 1096822438 305180672 73804 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 74507 73804 256 541 0 73957 0
Current children cumulated CPU time (s) 817.55
Current children cumulated vsize (KiB) 298028

[startup+882.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1476480/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=341292 CPUtime=877.21
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 87605 0 0 0 87528 193 0 0 25 0 1 0 1096822438 349483008 84686 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 85323 84686 256 541 0 84773 0
Current children cumulated CPU time (s) 877.21
Current children cumulated vsize (KiB) 341292

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1476480/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=341292 CPUtime=936.87
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 87605 0 0 0 93489 198 0 0 25 0 1 0 1096822438 349483008 84686 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 85323 84686 256 541 0 84773 0
Current children cumulated CPU time (s) 936.87
Current children cumulated vsize (KiB) 341292

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1457728/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=360332 CPUtime=996.51
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 92355 0 0 0 99443 208 0 0 25 0 1 0 1096822438 368979968 89436 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 90083 89436 256 541 0 89533 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 360332

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1412160/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=405772 CPUtime=1056.17
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 103805 0 0 0 105390 227 0 0 25 0 1 0 1096822438 415510528 100886 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 101443 100886 256 541 0 100893 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 405772

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 26779
/proc/meminfo: memFree=1411456/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=405904 CPUtime=1115.83
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 104383 0 0 0 111350 233 0 0 25 0 1 0 1096822438 415645696 100908 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 101476 100908 256 541 0 100926 0
Current children cumulated CPU time (s) 1115.83
Current children cumulated vsize (KiB) 405904

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 26779
/proc/meminfo: memFree=1411456/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=405904 CPUtime=1175.48
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 104383 0 0 0 117310 238 0 0 25 0 1 0 1096822438 415645696 100908 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 101476 100908 256 541 0 100926 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 405904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1411392/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=405904 CPUtime=1200.04
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 104383 0 0 0 119764 240 0 0 25 0 1 0 1096822438 415645696 100908 1992294400 4194304 6412682 548682068864 18446744073709551615 4412252 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 101476 100908 256 541 0 100926 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 405904

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

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

[startup+1207 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 26779
/proc/meminfo: memFree=1411392/2055920 swapFree=4169364/4192956
[pid=26772] ppid=26770 vsize=405904 CPUtime=1200.04
/proc/26772/stat : 26772 (kw) R 26770 26772 26611 0 -1 0 104383 0 0 0 119764 240 0 0 25 0 1 0 1096822438 415645696 100908 1992294400 4194304 6412682 548682068864 18446744073709551615 4412252 0 0 4096 0 0 0 0 17 1 0 0
/proc/26772/statm: 101476 100908 256 541 0 100926 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 405904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1207.07
CPU time (s): 1200.11
CPU user time (s): 1197.65
CPU system time (s): 2.46762
CPU usage (%): 99.4235
Max. virtual memory (cumulated for all children) (KiB): 408128

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

runsolver used 1.81172 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node70 at 2009-03-28 13:00:15
IDJOB=1519867
IDBENCH=70363
IDSOLVER=501
FILE ID=node70/1519867-1238241614
PBS_JOBID= 9060724
Free space on /tmp= 65292 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S1773173258-010.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519867-1238241614/watcher-1519867-1238241614 -o /tmp/evaluation-result-1519867-1238241614/solver-1519867-1238241614 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519867-1238241614.cnf

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

MD5SUM BENCH= ae02373c0ed448bf77bcd57171ccc944
RANDOM SEED=692867870

node70.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.234
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.234
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:       1816168 kB
Buffers:         41276 kB
Cached:         143348 kB
SwapCached:       8700 kB
Active:          85648 kB
Inactive:       109132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816168 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            3696 kB
Writeback:           0 kB
Mapped:          15156 kB
Slab:            28912 kB
Committed_AS:  2134388 kB
PageTables:       2668 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= 65288 MiB
End job on node70 at 2009-03-28 13:20:24