Trace number 1519929

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.08 1200.52

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1629955917-055.cnf
MD5SUMe34d6d6a0a2cfdccfc6dbc62facdd555
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark915.619
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1519929-1238247725/watcher-1519929-1238247725 -o /tmp/evaluation-result-1519929-1238247725/solver-1519929-1238247725 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519929-1238247725.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.95 0.98 3/64 1552
/proc/meminfo: memFree=930560/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=2732 CPUtime=0
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 292 0 0 0 0 0 0 0 18 0 1 0 1097438596 2797568 276 1992294400 4194304 6412682 548682068864 18446744073709551615 4916896 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 683 277 216 541 0 133 0

[startup+0.00841592 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1552
/proc/meminfo: memFree=930560/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=2732 CPUtime=0
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 308 0 0 0 0 0 0 0 18 0 1 0 1097438596 2797568 292 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 683 293 216 541 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2732

[startup+0.101433 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1552
/proc/meminfo: memFree=930560/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=3436 CPUtime=0.09
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 513 0 0 0 9 0 0 0 18 0 1 0 1097438596 3518464 489 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 859 489 242 541 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3436

[startup+0.301469 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1552
/proc/meminfo: memFree=930560/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=4508 CPUtime=0.29
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 794 0 0 0 29 0 0 0 19 0 1 0 1097438596 4616192 770 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 1127 770 242 541 0 577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4508

[startup+0.701542 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1552
/proc/meminfo: memFree=930560/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=6328 CPUtime=0.69
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 1223 0 0 0 68 1 0 0 22 0 1 0 1097438596 6479872 1199 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 1582 1199 242 541 0 1032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6328

[startup+1.50169 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 1553
/proc/meminfo: memFree=925752/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=8012 CPUtime=1.49
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 1599 0 0 0 148 1 0 0 25 0 1 0 1097438596 8204288 1535 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 2003 1535 242 541 0 1453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8012

[startup+3.10198 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 1553
/proc/meminfo: memFree=924536/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=9556 CPUtime=3.09
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 2060 0 0 0 307 2 0 0 25 0 1 0 1097438596 9785344 1899 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 2389 1899 248 541 0 1839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9556

[startup+6.30157 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 1553
/proc/meminfo: memFree=922424/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=11716 CPUtime=6.29
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 2601 0 0 0 625 4 0 0 25 0 1 0 1097438596 11997184 2380 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 2929 2380 248 541 0 2379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11716

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 1554
/proc/meminfo: memFree=918840/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=15448 CPUtime=12.69
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 3588 0 0 0 1262 7 0 0 25 0 1 0 1097438596 15818752 3128 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 3862 3128 248 541 0 3312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15448

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 1554
/proc/meminfo: memFree=914680/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=19964 CPUtime=25.48
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 4819 0 0 0 2538 10 0 0 25 0 1 0 1097438596 20443136 4135 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 4991 4135 248 541 0 4441 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19964

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 1554
/proc/meminfo: memFree=909432/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=27048 CPUtime=51.08
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 6509 0 0 0 5091 17 0 0 25 0 1 0 1097438596 27697152 5528 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 6762 5528 248 541 0 6212 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27048

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 1554
/proc/meminfo: memFree=900344/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=36868 CPUtime=102.26
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 9322 0 0 0 10200 26 0 0 25 0 1 0 1097438596 37752832 7709 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 9217 7709 248 541 0 8667 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36868

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=893688/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=44104 CPUtime=162.23
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 11256 0 0 0 16189 34 0 0 25 0 1 0 1097438596 45162496 9366 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 11026 9366 248 541 0 10476 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44104

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=887096/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=52592 CPUtime=222.21
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 13219 0 0 0 22177 44 0 0 25 0 1 0 1097438596 53854208 11011 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 13148 11012 248 541 0 12598 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52592

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=883064/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=56920 CPUtime=282.19
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 14579 0 0 0 28166 53 0 0 25 0 1 0 1097438596 58286080 12005 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 14230 12005 248 541 0 13680 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 56920

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=876728/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=63776 CPUtime=342.16
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 16581 0 0 0 34157 59 0 0 25 0 1 0 1097438596 65306624 13586 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 15944 13586 248 541 0 15394 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 63776

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=873080/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=67848 CPUtime=402.15
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 17512 0 0 0 40150 65 0 0 25 0 1 0 1097438596 69476352 14517 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 16962 14517 248 541 0 16412 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 67848

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=869176/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=71948 CPUtime=462.13
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 18935 0 0 0 46141 72 0 0 25 0 1 0 1097438596 73674752 15456 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 17987 15456 248 541 0 17437 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 71948

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=865528/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=76608 CPUtime=522.11
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 20059 0 0 0 52133 78 0 0 25 0 1 0 1097438596 78446592 16580 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 19152 16580 248 541 0 18602 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 76608

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=860088/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=82204 CPUtime=582.08
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 21758 0 0 0 58125 83 0 0 25 0 1 0 1097438596 84176896 17723 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 20551 17723 248 541 0 20001 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 82204

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=859128/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=83164 CPUtime=642.06
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 21983 0 0 0 64119 87 0 0 25 0 1 0 1097438596 85159936 17948 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 20791 17948 248 541 0 20241 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 83164

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=856056/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=86684 CPUtime=702.04
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 22750 0 0 0 70112 92 0 0 25 0 1 0 1097438596 88764416 18715 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 21671 18715 248 541 0 21121 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 86684

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=850808/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=94676 CPUtime=762.02
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 24693 0 0 0 76105 97 0 0 25 0 1 0 1097438596 96948224 20018 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 23669 20018 248 541 0 23119 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 94676

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=849592/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=96276 CPUtime=821.99
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 25003 0 0 0 82098 101 0 0 25 0 1 0 1097438596 98586624 20328 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 24069 20328 248 541 0 23519 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 96276

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=848056/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=97876 CPUtime=881.97
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 25387 0 0 0 88092 105 0 0 25 0 1 0 1097438596 100225024 20712 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 24469 20712 248 541 0 23919 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 97876

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=843512/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=103956 CPUtime=941.95
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 26595 0 0 0 94084 111 0 0 25 0 1 0 1097438596 106450944 21920 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 25989 21920 248 541 0 25439 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 103956

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=835320/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=112276 CPUtime=1001.93
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 28547 0 0 0 100078 115 0 0 25 0 1 0 1097438596 114970624 23872 1992294400 4194304 6412682 548682068864 18446744073709551615 4296634 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 28069 23872 248 541 0 27519 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 112276

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=837688/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=110612 CPUtime=1061.9
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 28766 0 0 0 106072 118 0 0 25 0 1 0 1097438596 113266688 23355 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 27653 23355 248 541 0 27103 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 110612

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1554
/proc/meminfo: memFree=836728/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=111252 CPUtime=1121.89
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 28929 0 0 0 112067 122 0 0 25 0 1 0 1097438596 113922048 23518 1992294400 4194304 6412682 548682068864 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 27813 23518 248 541 0 27263 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 111252

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1560
/proc/meminfo: memFree=835256/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=113492 CPUtime=1181.86
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 29380 0 0 0 118060 126 0 0 25 0 1 0 1097438596 116215808 23969 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 28373 23969 248 541 0 27823 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 113492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1560
/proc/meminfo: memFree=834488/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=113492 CPUtime=1200.05
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 29471 0 0 0 119879 126 0 0 25 0 1 0 1097438596 116215808 24060 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 28373 24060 248 541 0 27823 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 113492

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.98 2/65 1560
/proc/meminfo: memFree=834488/2055920 swapFree=4177704/4192956
[pid=1552] ppid=1550 vsize=113492 CPUtime=1200.05
/proc/1552/stat : 1552 (kw) R 1550 1552 1236 0 -1 0 29471 0 0 0 119879 126 0 0 25 0 1 0 1097438596 116215808 24060 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1552/statm: 28373 24060 248 541 0 27823 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 113492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.08
CPU user time (s): 1198.8
CPU system time (s): 1.2848
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 113492

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

runsolver used 0.967852 second user time and 2.37264 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-28 14:42:05
IDJOB=1519929
IDBENCH=70394
IDSOLVER=501
FILE ID=node24/1519929-1238247725
PBS_JOBID= 9060733
Free space on /tmp= 65752 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1629955917-055.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519929-1238247725/watcher-1519929-1238247725 -o /tmp/evaluation-result-1519929-1238247725/solver-1519929-1238247725 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519929-1238247725.cnf

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

MD5SUM BENCH= e34d6d6a0a2cfdccfc6dbc62facdd555
RANDOM SEED=1033505036

node24.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.260
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.260
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:        930976 kB
Buffers:         86304 kB
Cached:         940372 kB
SwapCached:       9032 kB
Active:          38044 kB
Inactive:       999112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        930976 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          16072 kB
Slab:            73616 kB
Committed_AS:  3104064 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= 65748 MiB
End job on node24 at 2009-03-28 15:02:07