Trace number 1519777

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.11 1200.56

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S821759333-092.cnf
MD5SUMb4ec0c2df22218bd519db808f39dee11
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.9768
Satisfiable
(Un)Satisfiability was proved
Number of variables5999
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
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-1519777-1238235399/watcher-1519777-1238235399 -o /tmp/evaluation-result-1519777-1238235399/solver-1519777-1238235399 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519777-1238235399.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.92 0.98 0.99 3/64 9486
/proc/meminfo: memFree=1496560/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=4680 CPUtime=0
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 791 0 0 0 0 0 0 0 18 0 1 0 1096200922 4792320 775 1992294400 4194304 6412682 548682068864 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 1203 781 208 541 0 653 0

[startup+0.0408859 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9486
/proc/meminfo: memFree=1496560/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=6500 CPUtime=0.03
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 1215 0 0 0 3 0 0 0 18 0 1 0 1096200922 6656000 1199 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 1625 1199 219 541 0 1075 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6500

[startup+0.101899 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9486
/proc/meminfo: memFree=1496560/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=7028 CPUtime=0.09
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 1376 0 0 0 9 0 0 0 18 0 1 0 1096200922 7196672 1360 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 1757 1360 219 541 0 1207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7028

[startup+0.301941 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9486
/proc/meminfo: memFree=1496560/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=9112 CPUtime=0.29
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 1965 0 0 0 29 0 0 0 19 0 1 0 1096200922 9330688 1866 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 2278 1866 253 541 0 1728 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9112

[startup+0.702027 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9486
/proc/meminfo: memFree=1496560/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=9244 CPUtime=0.69
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 2006 0 0 0 69 0 0 0 22 0 1 0 1096200922 9465856 1907 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 2311 1907 253 541 0 1761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9244

[startup+1.5022 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1489064/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=11488 CPUtime=1.49
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 2570 0 0 0 148 1 0 0 25 0 1 0 1096200922 11763712 2471 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 2872 2471 253 541 0 2322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11488

[startup+3.10154 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1485800/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=15760 CPUtime=3.09
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 3649 0 0 0 307 2 0 0 25 0 1 0 1096200922 16138240 3550 1992294400 4194304 6412682 548682068864 18446744073709551615 5491301 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 3940 3550 253 541 0 3390 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15760

[startup+6.30123 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1477416/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=21660 CPUtime=6.28
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 5079 0 0 0 624 4 0 0 25 0 1 0 1096200922 22179840 4980 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 5415 4980 253 541 0 4865 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21660

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1472872/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=26052 CPUtime=12.68
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 6255 0 0 0 1261 7 0 0 25 0 1 0 1096200922 26677248 6104 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 6513 6104 256 541 0 5963 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26052

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1465000/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=33580 CPUtime=25.48
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 8281 0 0 0 2536 12 0 0 25 0 1 0 1096200922 34385920 8001 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 8395 8001 256 541 0 7845 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33580

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1451368/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=47224 CPUtime=51.07
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 11938 0 0 0 5086 21 0 0 25 0 1 0 1096200922 48357376 11384 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 11806 11384 256 541 0 11256 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47224

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1428584/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=70740 CPUtime=102.26
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 18115 0 0 0 10189 37 0 0 25 0 1 0 1096200922 72437760 17145 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 17685 17145 256 541 0 17135 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70740

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1401256/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=98368 CPUtime=162.23
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 25499 0 0 0 16171 52 0 0 25 0 1 0 1096200922 100728832 24138 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 24592 24138 256 541 0 24042 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 98368

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1384680/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=114196 CPUtime=222.2
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 29958 0 0 0 22154 66 0 0 25 0 1 0 1096200922 116936704 28079 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 28549 28079 256 541 0 27999 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 114196

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1369448/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=130280 CPUtime=282.18
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 34032 0 0 0 28140 78 0 0 25 0 1 0 1096200922 133406720 31835 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 32570 31835 256 541 0 32020 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 130280

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1346408/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=153148 CPUtime=342.16
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 40131 0 0 0 34125 91 0 0 25 0 1 0 1096200922 156823552 37568 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 38287 37568 256 541 0 37737 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 153148

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1323944/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=175272 CPUtime=402.14
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 46136 0 0 0 40109 105 0 0 25 0 1 0 1096200922 179478528 43152 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 43818 43152 256 541 0 43268 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 175272

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1322856/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=176732 CPUtime=462.12
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 46497 0 0 0 46099 113 0 0 25 0 1 0 1096200922 180973568 43513 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 44183 43513 256 541 0 43633 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 176732

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1301032/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=198020 CPUtime=522.09
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 52330 0 0 0 52083 126 0 0 25 0 1 0 1096200922 202772480 48862 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 49505 48862 256 541 0 48955 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 198020

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1285928/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=214064 CPUtime=582.07
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 56244 0 0 0 58071 136 0 0 25 0 1 0 1096200922 219201536 52776 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 53516 52776 256 541 0 52966 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 214064

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1263080/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=236076 CPUtime=642.06
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 62345 0 0 0 64058 148 0 0 25 0 1 0 1096200922 241741824 58321 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 59019 58321 256 541 0 58469 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 236076

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1263080/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=236076 CPUtime=702.03
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 62349 0 0 0 70049 154 0 0 25 0 1 0 1096200922 241741824 58325 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 59019 58325 256 541 0 58469 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 236076

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1243304/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=255960 CPUtime=762.01
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 67339 0 0 0 76033 168 0 0 25 0 1 0 1096200922 262103040 63315 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 63990 63315 256 541 0 63440 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 255960

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1232936/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=268512 CPUtime=821.99
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 70483 0 0 0 82020 179 0 0 25 0 1 0 1096200922 274956288 65819 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 67128 65819 256 541 0 66578 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 268512

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1232936/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=268872 CPUtime=881.96
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 70532 0 0 0 88011 185 0 0 25 0 1 0 1096200922 275324928 65868 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 67218 65868 256 541 0 66668 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 268872

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1214184/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=287840 CPUtime=941.94
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 75268 0 0 0 93998 196 0 0 25 0 1 0 1096200922 294748160 70604 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 71960 70604 256 541 0 71410 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 287840

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1193704/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=307708 CPUtime=1001.92
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 81008 0 0 0 99984 208 0 0 25 0 1 0 1096200922 315092992 75608 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 76927 75608 256 541 0 76377 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 307708

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1193704/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=307708 CPUtime=1061.9
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 81009 0 0 0 105976 214 0 0 25 0 1 0 1096200922 315092992 75609 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 76927 75609 256 541 0 76377 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 307708

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1193704/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=307708 CPUtime=1121.87
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 81018 0 0 0 111969 218 0 0 25 0 1 0 1096200922 315092992 75618 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 76927 75618 256 541 0 76377 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 307708

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1192552/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=309424 CPUtime=1181.85
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 81453 0 0 0 117961 224 0 0 25 0 1 0 1096200922 316850176 76053 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 77356 76053 256 541 0 76806 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 309424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9487
/proc/meminfo: memFree=1183336/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=318032 CPUtime=1200.05
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 83619 0 0 0 119778 227 0 0 25 0 1 0 1096200922 325664768 78219 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 79508 78219 256 541 0 78958 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 318032

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.98 0.99 2/65 9487
/proc/meminfo: memFree=1183336/2055920 swapFree=4177912/4192956
[pid=9486] ppid=9484 vsize=318032 CPUtime=1200.05
/proc/9486/stat : 9486 (kw) R 9484 9486 8977 0 -1 0 83619 0 0 0 119778 227 0 0 25 0 1 0 1096200922 325664768 78219 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9486/statm: 79508 78219 256 541 0 78958 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 318032

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.11
CPU user time (s): 1197.79
CPU system time (s): 2.32365
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 318032

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

runsolver used 0.883865 second user time and 2.6086 second system time

The end

Launcher Data

Begin job on node71 at 2009-03-28 11:16:39
IDJOB=1519777
IDBENCH=70318
IDSOLVER=501
FILE ID=node71/1519777-1238235399
PBS_JOBID= 9060577
Free space on /tmp= 66352 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S821759333-092.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519777-1238235399/watcher-1519777-1238235399 -o /tmp/evaluation-result-1519777-1238235399/solver-1519777-1238235399 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519777-1238235399.cnf

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

MD5SUM BENCH= b4ec0c2df22218bd519db808f39dee11
RANDOM SEED=1413376035

node71.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.270
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.270
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:       1497040 kB
Buffers:         56196 kB
Cached:         419004 kB
SwapCached:       9096 kB
Active:         116912 kB
Inactive:       368948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497040 kB
SwapTotal:     4192956 kB
SwapFree:      4177912 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          16416 kB
Slab:            59016 kB
Committed_AS:  2413740 kB
PageTables:       1444 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= 66348 MiB
End job on node71 at 2009-03-28 11:36:42