Trace number 3259583

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
SApperloT2010 2011-03-04? (TO) 1300.03 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259583-1303504223/watcher-3259583-1303504223 -o /tmp/evaluation-result-3259583-1303504223/solver-3259583-1303504223 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259583-1303504223.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.91 3.02 2/179 15583
/proc/meminfo: memFree=15301928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=14600 CPUtime=0 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 792 0 0 0 0 0 0 0 22 0 1 0 540653051 14950400 732 33554432000 4194304 4395502 140734223807056 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 3650 732 249 50 0 790 0

[startup+0.105543 s]
/proc/loadavg: 3.79 3.91 3.02 2/179 15583
/proc/meminfo: memFree=15301928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=24508 CPUtime=0.1 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 3253 0 0 0 10 0 0 0 23 0 1 0 540653051 25096192 3192 33554432000 4194304 4395502 140734223807056 18446744073709551615 215988617111 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 6127 3192 255 50 0 3267 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 24508

[startup+0.20053 s]
/proc/loadavg: 3.79 3.91 3.02 2/179 15583
/proc/meminfo: memFree=15301928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=29012 CPUtime=0.18 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 4898 0 0 0 18 0 0 0 23 0 1 0 540653051 29708288 4313 33554432000 4194304 4395502 140734223807056 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 7253 4314 257 50 0 4393 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 29012

[startup+0.300511 s]
/proc/loadavg: 3.79 3.91 3.02 2/179 15583
/proc/meminfo: memFree=15301928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=30728 CPUtime=0.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 5350 0 0 0 28 1 0 0 23 0 1 0 540653051 31465472 4765 33554432000 4194304 4395502 140734223807056 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 7682 4765 266 50 0 4822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30728

[startup+0.700451 s]
/proc/loadavg: 3.79 3.91 3.02 2/179 15583
/proc/meminfo: memFree=15301928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=36140 CPUtime=0.69 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 6692 0 0 0 68 1 0 0 25 0 1 0 540653051 37007360 6107 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299492 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 9035 6107 266 50 0 6175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36140

[startup+1.5003 s]
/proc/loadavg: 3.79 3.91 3.02 3/180 15584
/proc/meminfo: memFree=15266832/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=44016 CPUtime=1.49 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 8616 0 0 0 148 1 0 0 25 0 1 0 540653051 45072384 8031 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 11004 8031 266 50 0 8144 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44016

[startup+3.10096 s]
/proc/loadavg: 3.65 3.88 3.02 3/180 15584
/proc/meminfo: memFree=15253316/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=55180 CPUtime=3.09 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 11412 0 0 0 308 1 0 0 25 0 1 0 540653051 56504320 10827 33554432000 4194304 4395502 140734223807056 18446744073709551615 4288050 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 13795 10827 266 50 0 10935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55180

[startup+6.30046 s]
/proc/loadavg: 3.65 3.88 3.02 3/180 15584
/proc/meminfo: memFree=15233728/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=71460 CPUtime=6.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 15372 0 0 0 627 2 0 0 25 0 1 0 540653051 73175040 14787 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 17865 14787 266 50 0 15005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71460

[startup+12.7003 s]
/proc/loadavg: 3.52 3.85 3.01 3/180 15584
/proc/meminfo: memFree=15216528/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=77484 CPUtime=12.69 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 16763 0 0 0 1266 3 0 0 25 0 1 0 540653051 79343616 16178 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 19371 16178 266 50 0 16511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77484

[startup+25.501 s]
/proc/loadavg: 3.18 3.75 2.99 5/190 15631
/proc/meminfo: memFree=15074224/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=84840 CPUtime=25.49 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 18530 0 0 0 2546 3 0 0 25 0 1 0 540653051 86876160 17945 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 21210 17945 266 50 0 18350 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84840

[startup+51.1006 s]
/proc/loadavg: 3.46 3.77 3.02 5/190 15632
/proc/meminfo: memFree=14898076/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=99764 CPUtime=51.09 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 22048 0 0 0 5105 4 0 0 25 0 1 0 540653051 102158336 21463 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 24941 21463 266 50 0 22081 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99764

[startup+102.301 s]
/proc/loadavg: 3.78 3.81 3.07 5/190 15634
/proc/meminfo: memFree=14689460/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=118636 CPUtime=102.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 26116 0 0 0 10225 5 0 0 25 0 1 0 540653051 121483264 25531 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 29659 25531 266 50 0 26799 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118636

[startup+162.301 s]
/proc/loadavg: 3.91 3.84 3.12 5/190 15635
/proc/meminfo: memFree=14471072/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=133112 CPUtime=162.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 29342 0 0 0 16224 5 0 0 25 0 1 0 540653051 136306688 28757 33554432000 4194304 4395502 140734223807056 18446744073709551615 4314256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 33278 28757 266 50 0 30418 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133112

[startup+222.307 s]
/proc/loadavg: 3.97 3.87 3.18 5/190 15637
/proc/meminfo: memFree=14250928/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=149116 CPUtime=222.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 32907 0 0 0 22223 7 0 0 25 0 1 0 540653051 152694784 32322 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 37279 32322 266 50 0 34419 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 149116

[startup+282.301 s]
/proc/loadavg: 4.08 3.92 3.24 5/190 15638
/proc/meminfo: memFree=14167816/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=166232 CPUtime=282.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 36477 0 0 0 28222 7 0 0 25 0 1 0 540653051 170221568 35892 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 41558 35892 266 50 0 38698 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 166232

[startup+342.301 s]
/proc/loadavg: 4.03 3.93 3.28 5/190 15640
/proc/meminfo: memFree=14020352/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=173032 CPUtime=342.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 37792 0 0 0 34221 8 0 0 25 0 1 0 540653051 177184768 37207 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 43258 37207 266 50 0 40398 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 173032

[startup+402.301 s]
/proc/loadavg: 4.09 3.96 3.33 5/190 15641
/proc/meminfo: memFree=13840520/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=181860 CPUtime=402.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 39819 0 0 0 40221 9 0 0 25 0 1 0 540653051 186224640 39234 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 45465 39234 266 50 0 42605 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181860

[startup+462.3 s]
/proc/loadavg: 4.06 3.97 3.37 5/190 15643
/proc/meminfo: memFree=13707068/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=191784 CPUtime=462.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 41900 0 0 0 46220 9 0 0 25 0 1 0 540653051 196386816 41315 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 47946 41315 266 50 0 45086 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 191784

[startup+522.301 s]
/proc/loadavg: 4.02 3.97 3.41 5/190 15648
/proc/meminfo: memFree=13645752/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=193704 CPUtime=522.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 42310 0 0 0 52219 10 0 0 25 0 1 0 540653051 198352896 41725 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 48426 41725 266 50 0 45566 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 193704

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.44 5/190 15649
/proc/meminfo: memFree=13590516/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=202292 CPUtime=582.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 44227 0 0 0 58219 10 0 0 25 0 1 0 540653051 207147008 43642 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 50573 43642 266 50 0 47713 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 202292

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 15651
/proc/meminfo: memFree=13461276/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=212668 CPUtime=642.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 46425 0 0 0 64218 11 0 0 25 0 1 0 540653051 217772032 45840 33554432000 4194304 4395502 140734223807056 18446744073709551615 4314245 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 53167 45840 266 50 0 50307 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 212668

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.50 5/190 15653
/proc/meminfo: memFree=13303148/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=230404 CPUtime=702.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 50382 0 0 0 70217 12 0 0 25 0 1 0 540653051 235933696 49797 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 57601 49797 266 50 0 54741 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 230404

[startup+762.301 s]
/proc/loadavg: 4.00 3.97 3.54 5/190 15654
/proc/meminfo: memFree=13126412/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=237288 CPUtime=762.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 51755 0 0 0 76217 12 0 0 25 0 1 0 540653051 242982912 51170 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 59322 51170 266 50 0 56462 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 237288

[startup+822.3 s]
/proc/loadavg: 4.07 3.99 3.56 5/190 15656
/proc/meminfo: memFree=13051244/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=246504 CPUtime=822.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 53495 0 0 0 82217 13 0 0 25 0 1 0 540653051 252420096 52910 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 61626 52910 266 50 0 58766 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 246504

[startup+882.307 s]
/proc/loadavg: 4.02 3.99 3.59 5/190 15657
/proc/meminfo: memFree=12880588/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=246760 CPUtime=882.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 53554 0 0 0 88217 13 0 0 25 0 1 0 540653051 252682240 52969 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 61690 52969 266 50 0 58830 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 246760

[startup+942.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/190 15659
/proc/meminfo: memFree=12735728/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=249256 CPUtime=942.29 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 54028 0 0 0 94216 13 0 0 25 0 1 0 540653051 255238144 53443 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 62314 53443 266 50 0 59454 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 249256

[startup+1002.3 s]
/proc/loadavg: 4.04 4.00 3.64 5/190 15661
/proc/meminfo: memFree=12559364/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=263712 CPUtime=1002.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 56966 0 0 0 100216 14 0 0 25 0 1 0 540653051 270041088 56381 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 65928 56381 266 50 0 63068 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 263712

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/190 15662
/proc/meminfo: memFree=12451952/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=263712 CPUtime=1062.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 57013 0 0 0 106216 14 0 0 25 0 1 0 540653051 270041088 56428 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 65928 56428 266 50 0 63068 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 263712

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 15664
/proc/meminfo: memFree=12422152/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=265056 CPUtime=1122.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 57291 0 0 0 112216 14 0 0 25 0 1 0 540653051 271417344 56706 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 66264 56706 266 50 0 63404 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 265056

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 15665
/proc/meminfo: memFree=12399796/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=268224 CPUtime=1182.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 57892 0 0 0 118216 14 0 0 25 0 1 0 540653051 274661376 57307 33554432000 4194304 4395502 140734223807056 18446744073709551615 4314265 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 67056 57307 266 50 0 64196 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 268224

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 15667
/proc/meminfo: memFree=12376444/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=272576 CPUtime=1242.3 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 58718 0 0 0 124216 14 0 0 25 0 1 0 540653051 279117824 58133 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 68144 58133 266 50 0 65284 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 272576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.73 4/188 15669
/proc/meminfo: memFree=12416860/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=291140 CPUtime=1300.01 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 62272 0 0 0 129986 15 0 0 25 0 1 0 540653051 298127360 61687 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 72785 61687 266 50 0 69925 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 291140

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.73 4/188 15669
/proc/meminfo: memFree=12416860/32950940 swapFree=67111528/67111528
[pid=15583] ppid=15581 vsize=291140 CPUtime=1300.01 cores=4,6
/proc/15583/stat : 15583 (SApperloT2010) R 15581 15583 15396 0 -1 4202496 62272 0 0 0 129986 15 0 0 25 0 1 0 540653051 298127360 61687 33554432000 4194304 4395502 140734223807056 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15583/statm: 72785 61687 266 50 0 69925 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 291140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.86
CPU system time (s): 0.167974
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 291140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62272
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= 5
involuntary context switches= 1602

runsolver used 2.14167 second user time and 4.95325 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-22 22:30:23
IDJOB=3259583
IDBENCH=71593
IDSOLVER=1655
FILE ID=node117/3259583-1303504223
RUNJOBID= node117-1303502915-15415
PBS_JOBID= 13134220
Free space on /tmp= 71928 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259583-1303504223/watcher-3259583-1303504223 -o /tmp/evaluation-result-3259583-1303504223/solver-3259583-1303504223 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259583-1303504223.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=87769983

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15302332 kB
Buffers:       1847928 kB
Cached:       15175408 kB
SwapCached:          0 kB
Active:        9061240 kB
Inactive:      8039420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15302332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:       77296 kB
Mapped:          15100 kB
Slab:           483040 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   222460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71920 MiB
End job on node117 at 2011-04-22 22:52:05