Trace number 1519547

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.55

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1185462553-011.cnf
MD5SUM775d7caa3d486b151a5911ebb89973a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.9568
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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-1519547-1238230602/watcher-1519547-1238230602 -o /tmp/evaluation-result-1519547-1238230602/solver-1519547-1238230602 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519547-1238230602.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 25356
/proc/meminfo: memFree=1008112/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=3128 CPUtime=0
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 403 0 0 0 0 0 0 0 18 0 1 0 1095726465 3203072 387 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 782 387 219 541 0 232 0

[startup+0.091098 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25356
/proc/meminfo: memFree=1008112/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=4316 CPUtime=0.08
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 710 0 0 0 8 0 0 0 18 0 1 0 1095726465 4419584 694 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 1079 694 219 541 0 529 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4316

[startup+0.1011 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25356
/proc/meminfo: memFree=1008112/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=4448 CPUtime=0.09
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 755 0 0 0 9 0 0 0 18 0 1 0 1095726465 4554752 739 1992294400 4194304 6412682 548682068864 18446744073709551615 4296416 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 1112 739 229 541 0 562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4448

[startup+0.301143 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25356
/proc/meminfo: memFree=1008112/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=5260 CPUtime=0.29
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 1262 0 0 0 29 0 0 0 19 0 1 0 1095726465 5386240 963 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 1315 963 245 541 0 765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5260

[startup+0.701228 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25356
/proc/meminfo: memFree=1008112/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=7496 CPUtime=0.69
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 1823 0 0 0 69 0 0 0 22 0 1 0 1095726465 7675904 1524 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 1874 1525 245 541 0 1324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7496

[startup+1.5014 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25357
/proc/meminfo: memFree=1001448/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=11348 CPUtime=1.49
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 2797 0 0 0 148 1 0 0 25 0 1 0 1095726465 11620352 2498 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 2837 2498 245 541 0 2287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11348

[startup+3.10174 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25357
/proc/meminfo: memFree=996392/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=16132 CPUtime=3.09
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 4003 0 0 0 306 3 0 0 25 0 1 0 1095726465 16519168 3664 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 4033 3664 245 541 0 3483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16132

[startup+6.30143 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25357
/proc/meminfo: memFree=991656/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=20368 CPUtime=6.28
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 5180 0 0 0 624 4 0 0 25 0 1 0 1095726465 20856832 4744 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 5092 4744 248 541 0 4542 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20368

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25357
/proc/meminfo: memFree=984040/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=25948 CPUtime=12.68
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 6692 0 0 0 1261 7 0 0 25 0 1 0 1095726465 26570752 6127 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 6487 6127 248 541 0 5937 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25948

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 25357
/proc/meminfo: memFree=973096/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=37184 CPUtime=25.48
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 9708 0 0 0 2536 12 0 0 25 0 1 0 1095726465 38076416 8869 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 9296 8869 248 541 0 8746 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37184

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 25357
/proc/meminfo: memFree=956392/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=54492 CPUtime=51.07
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 14327 0 0 0 5085 22 0 0 25 0 1 0 1095726465 55799808 13071 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 13623 13071 248 541 0 13073 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54492

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 25357
/proc/meminfo: memFree=931624/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=79884 CPUtime=102.26
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 20975 0 0 0 10189 37 0 0 25 0 1 0 1095726465 81801216 19328 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 19971 19328 248 541 0 19421 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79884

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25357
/proc/meminfo: memFree=913960/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=98628 CPUtime=162.23
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 26025 0 0 0 16174 49 0 0 25 0 1 0 1095726465 100995072 23860 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 24657 23860 248 541 0 24107 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 98628

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25357
/proc/meminfo: memFree=894568/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=119052 CPUtime=222.21
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 31365 0 0 0 22156 65 0 0 25 0 1 0 1095726465 121909248 28516 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 29763 28516 248 541 0 29213 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 119052

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=876904/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=137000 CPUtime=282.18
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 36159 0 0 0 28140 78 0 0 25 0 1 0 1095726465 140288000 32889 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 34250 32889 248 541 0 33700 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 137000

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=864872/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=149868 CPUtime=342.16
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 39253 0 0 0 34127 89 0 0 25 0 1 0 1095726465 153464832 35983 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 37467 35983 248 541 0 36917 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 149868

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=855784/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=159208 CPUtime=402.14
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 41957 0 0 0 40115 99 0 0 25 0 1 0 1095726465 163028992 38203 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 39802 38203 248 541 0 39252 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 159208

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=833896/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=181920 CPUtime=462.11
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 47923 0 0 0 46100 111 0 0 25 0 1 0 1095726465 186286080 43613 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 45480 43613 248 541 0 44930 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 181920

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=832488/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=183836 CPUtime=522.09
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 48320 0 0 0 52091 118 0 0 25 0 1 0 1095726465 188248064 44010 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 45959 44010 248 541 0 45409 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 183836

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=815592/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=201992 CPUtime=582.07
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 52599 0 0 0 58079 128 0 0 25 0 1 0 1095726465 206839808 48289 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 50498 48289 248 541 0 49948 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 201992

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=808744/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=211220 CPUtime=642.05
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 54863 0 0 0 64069 136 0 0 25 0 1 0 1095726465 216289280 49913 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 52805 49913 248 541 0 52255 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 211220

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=808168/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=211868 CPUtime=702.02
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 55039 0 0 0 70061 141 0 0 25 0 1 0 1095726465 216952832 50089 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 52967 50089 248 541 0 52417 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 211868

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=783720/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=237096 CPUtime=762.01
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 61133 0 0 0 76049 152 0 0 25 0 1 0 1095726465 242786304 56183 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 59274 56183 248 541 0 58724 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 237096

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=778344/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=242644 CPUtime=821.98
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 63223 0 0 0 82039 159 0 0 25 0 1 0 1095726465 248467456 57537 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 60661 57537 248 541 0 60111 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 242644

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=777256/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=243604 CPUtime=881.95
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 63472 0 0 0 88031 164 0 0 25 0 1 0 1095726465 249450496 57786 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 60901 57786 248 541 0 60351 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 243604

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=772648/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=248828 CPUtime=941.94
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 64699 0 0 0 94024 170 0 0 25 0 1 0 1095726465 254799872 59013 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 62207 59013 248 541 0 61657 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 248828

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=751656/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=270256 CPUtime=1001.92
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 69898 0 0 0 100011 181 0 0 25 0 1 0 1095726465 276742144 64212 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 67564 64212 248 541 0 67014 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 270256

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=746280/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=275332 CPUtime=1061.89
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 72021 0 0 0 106002 187 0 0 25 0 1 0 1095726465 281939968 65489 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 68833 65489 248 541 0 68283 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 275332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25363
/proc/meminfo: memFree=746152/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=275332 CPUtime=1121.87
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 72081 0 0 0 111996 191 0 0 25 0 1 0 1095726465 281939968 65549 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 68833 65549 248 541 0 68283 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 275332

[startup+1182.3 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 25363
/proc/meminfo: memFree=745512/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=276160 CPUtime=1181.85
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 72253 0 0 0 117989 196 0 0 25 0 1 0 1095726465 282787840 65721 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 69040 65721 248 541 0 68490 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 276160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 25363
/proc/meminfo: memFree=744936/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=276804 CPUtime=1200.04
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 72381 0 0 0 119807 197 0 0 25 0 1 0 1095726465 283447296 65849 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 69201 65849 248 541 0 68651 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 276804

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: 1.05 0.99 0.99 2/65 25363
/proc/meminfo: memFree=744936/2055920 swapFree=4177928/4192956
[pid=25356] ppid=25354 vsize=276804 CPUtime=1200.04
/proc/25356/stat : 25356 (kw) R 25354 25356 25059 0 -1 0 72381 0 0 0 119807 197 0 0 25 0 1 0 1095726465 283447296 65849 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25356/statm: 69201 65849 248 541 0 68651 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 276804

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1198.08
CPU system time (s): 2.01869
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 278716

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

runsolver used 0.836872 second user time and 2.54561 second system time

The end

Launcher Data

Begin job on node10 at 2009-03-28 09:56:42
IDJOB=1519547
IDBENCH=70203
IDSOLVER=501
FILE ID=node10/1519547-1238230602
PBS_JOBID= 9060627
Free space on /tmp= 65604 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1185462553-011.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519547-1238230602/watcher-1519547-1238230602 -o /tmp/evaluation-result-1519547-1238230602/solver-1519547-1238230602 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519547-1238230602.cnf

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

MD5SUM BENCH= 775d7caa3d486b151a5911ebb89973a9
RANDOM SEED=2023473624

node10.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.272
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.272
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:       1008592 kB
Buffers:         82724 kB
Cached:         877108 kB
SwapCached:       8896 kB
Active:         186024 kB
Inactive:       784824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1008592 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          16660 kB
Slab:            62500 kB
Committed_AS:  2785684 kB
PageTables:       1380 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= 65604 MiB
End job on node10 at 2009-03-28 10:16:44