Trace number 3258967

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.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3258967-1303502919/watcher-3258967-1303502919 -o /tmp/evaluation-result-3258967-1303502919/solver-3258967-1303502919 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258967-1303502919.cnf 

running on 2 cores: 5,7

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: 0.00 0.00 0.17 3/179 9703
/proc/meminfo: memFree=15673000/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=13192 CPUtime=0 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 623 0 0 0 0 0 0 0 21 0 1 0 461891715 13508608 562 33554432000 4194304 4395502 140737432444592 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 3298 564 249 50 0 438 0

[startup+0.013111 s]
/proc/loadavg: 0.00 0.00 0.17 3/179 9703
/proc/meminfo: memFree=15673000/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=14116 CPUtime=0.01 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 840 0 0 0 1 0 0 0 21 0 1 0 461891715 14454784 779 33554432000 4194304 4395502 140737432444592 18446744073709551615 248089354166 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 3529 781 249 50 0 669 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14116

[startup+0.100097 s]
/proc/loadavg: 0.00 0.00 0.17 3/179 9703
/proc/meminfo: memFree=15673000/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=18284 CPUtime=0.09 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 2065 0 0 0 9 0 0 0 21 0 1 0 461891715 18722816 1831 33554432000 4194304 4395502 140737432444592 18446744073709551615 4288857 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 4571 1831 266 50 0 1711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18284

[startup+0.30006 s]
/proc/loadavg: 0.00 0.00 0.17 3/179 9703
/proc/meminfo: memFree=15673000/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=21104 CPUtime=0.29 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 2766 0 0 0 29 0 0 0 22 0 1 0 461891715 21610496 2532 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 5276 2532 266 50 0 2416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21104

[startup+0.701047 s]
/proc/loadavg: 0.00 0.00 0.17 3/179 9703
/proc/meminfo: memFree=15673000/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=24720 CPUtime=0.69 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 3668 0 0 0 69 0 0 0 24 0 1 0 461891715 25313280 3434 33554432000 4194304 4395502 140737432444592 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 6180 3434 266 50 0 3320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24720

[startup+1.50091 s]
/proc/loadavg: 0.00 0.00 0.17 3/180 9704
/proc/meminfo: memFree=15650308/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=28124 CPUtime=1.49 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 4504 0 0 0 149 0 0 0 25 0 1 0 461891715 28798976 4270 33554432000 4194304 4395502 140737432444592 18446744073709551615 4336288 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 7031 4270 266 50 0 4171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28124

[startup+3.10063 s]
/proc/loadavg: 0.16 0.03 0.18 3/180 9704
/proc/meminfo: memFree=15642372/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=30212 CPUtime=3.09 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 4966 0 0 0 309 0 0 0 25 0 1 0 461891715 30937088 4732 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 7553 4732 266 50 0 4693 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30212

[startup+6.301 s]
/proc/loadavg: 0.16 0.03 0.18 4/185 9714
/proc/meminfo: memFree=15614652/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=33056 CPUtime=6.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 5629 0 0 0 629 1 0 0 25 0 1 0 461891715 33849344 5395 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 8264 5395 266 50 0 5404 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 33056

[startup+12.7009 s]
/proc/loadavg: 0.75 0.16 0.22 5/190 9724
/proc/meminfo: memFree=15474284/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=38484 CPUtime=12.69 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 6895 0 0 0 1268 1 0 0 25 0 1 0 461891715 39407616 6661 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 9621 6661 266 50 0 6761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38484

[startup+25.5006 s]
/proc/loadavg: 1.32 0.31 0.26 5/190 9725
/proc/meminfo: memFree=15354116/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=44688 CPUtime=25.49 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 8262 0 0 0 2548 1 0 0 25 0 1 0 461891715 45760512 8028 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 11172 8028 266 50 0 8312 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44688

[startup+51.1011 s]
/proc/loadavg: 2.23 0.60 0.36 5/190 9725
/proc/meminfo: memFree=15308920/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=53520 CPUtime=51.09 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 10170 0 0 0 5107 2 0 0 25 0 1 0 461891715 54804480 9936 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 13380 9936 266 50 0 10520 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53520

[startup+102.307 s]
/proc/loadavg: 3.29 1.17 0.57 5/190 9727
/proc/meminfo: memFree=15227444/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=63436 CPUtime=102.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 12258 0 0 0 10227 3 0 0 25 0 1 0 461891715 64958464 12024 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 15859 12024 266 50 0 12999 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63436

[startup+162.3 s]
/proc/loadavg: 3.74 1.68 0.78 5/190 9728
/proc/meminfo: memFree=15170500/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=75616 CPUtime=162.29 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 14755 0 0 0 16226 3 0 0 25 0 1 0 461891715 77430784 14521 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 18904 14521 266 50 0 16044 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75616

[startup+222.301 s]
/proc/loadavg: 3.90 2.10 0.98 5/190 9730
/proc/meminfo: memFree=15126700/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=82180 CPUtime=222.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 16052 0 0 0 22226 4 0 0 25 0 1 0 461891715 84152320 15818 33554432000 4194304 4395502 140737432444592 18446744073709551615 4330622 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 20545 15818 266 50 0 17685 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 82180

[startup+282.3 s]
/proc/loadavg: 3.96 2.44 1.17 5/190 9731
/proc/meminfo: memFree=15071976/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=90748 CPUtime=282.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 17987 0 0 0 28225 5 0 0 25 0 1 0 461891715 92925952 17753 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 22687 17753 266 50 0 19827 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90748

[startup+342.301 s]
/proc/loadavg: 3.98 2.72 1.34 5/190 9733
/proc/meminfo: memFree=15040964/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=97024 CPUtime=342.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 19245 0 0 0 34225 5 0 0 25 0 1 0 461891715 99352576 19011 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 24256 19011 266 50 0 21396 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97024

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.50 5/190 9735
/proc/meminfo: memFree=14986244/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=107328 CPUtime=402.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 21217 0 0 0 40225 5 0 0 25 0 1 0 461891715 109903872 20983 33554432000 4194304 4395502 140737432444592 18446744073709551615 4314279 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 26832 20983 266 50 0 23972 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107328

[startup+462.3 s]
/proc/loadavg: 4.09 3.17 1.67 5/190 9736
/proc/meminfo: memFree=14953856/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=109280 CPUtime=462.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 21605 0 0 0 46225 6 0 0 25 0 1 0 461891715 111902720 21371 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 27320 21371 266 50 0 24460 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 109280

[startup+522.301 s]
/proc/loadavg: 4.03 3.32 1.81 5/190 9738
/proc/meminfo: memFree=14945140/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=113280 CPUtime=522.3 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 22469 0 0 0 52224 6 0 0 25 0 1 0 461891715 115998720 22235 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 28320 22235 266 50 0 25460 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 113280

[startup+582.3 s]
/proc/loadavg: 4.01 3.44 1.94 5/190 9739
/proc/meminfo: memFree=14924656/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=117392 CPUtime=582.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 23299 0 0 0 58224 7 0 0 25 0 1 0 461891715 120209408 23065 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 29348 23065 266 50 0 26488 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 117392

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 2.07 5/190 9741
/proc/meminfo: memFree=14900448/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=120720 CPUtime=642.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 23985 0 0 0 64224 7 0 0 25 0 1 0 461891715 123617280 23751 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 30180 23751 266 50 0 27320 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 120720

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.19 5/190 9743
/proc/meminfo: memFree=14885032/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=124544 CPUtime=702.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 24728 0 0 0 70223 8 0 0 25 0 1 0 461891715 127533056 24494 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 31136 24494 266 50 0 28276 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 124544

[startup+762.306 s]
/proc/loadavg: 4.00 3.69 2.30 5/190 9744
/proc/meminfo: memFree=14855484/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=125200 CPUtime=762.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 24896 0 0 0 76223 8 0 0 25 0 1 0 461891715 128204800 24662 33554432000 4194304 4395502 140737432444592 18446744073709551615 4314040 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 31300 24662 266 50 0 28440 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 125200

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.40 5/190 9746
/proc/meminfo: memFree=14842068/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=130176 CPUtime=822.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 26023 0 0 0 82223 8 0 0 25 0 1 0 461891715 133300224 25789 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 32544 25789 266 50 0 29684 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 130176

[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.50 5/190 9747
/proc/meminfo: memFree=14813392/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=134912 CPUtime=882.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 27028 0 0 0 88223 8 0 0 25 0 1 0 461891715 138149888 26794 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 33728 26794 266 50 0 30868 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 134912

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.59 5/190 9749
/proc/meminfo: memFree=14795272/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=136128 CPUtime=942.31 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 27299 0 0 0 94222 9 0 0 25 0 1 0 461891715 139395072 27065 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 34032 27065 266 50 0 31172 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 136128

[startup+1002.3 s]
/proc/loadavg: 4.04 3.87 2.68 5/190 9751
/proc/meminfo: memFree=14780604/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=136896 CPUtime=1002.32 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 27420 0 0 0 100222 10 0 0 25 0 1 0 461891715 140181504 27186 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 34224 27186 266 50 0 31364 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 136896

[startup+1062.3 s]
/proc/loadavg: 4.01 3.89 2.76 5/190 9752
/proc/meminfo: memFree=14762228/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=138816 CPUtime=1062.32 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 27799 0 0 0 106222 10 0 0 25 0 1 0 461891715 142147584 27565 33554432000 4194304 4395502 140737432444592 18446744073709551615 4297099 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 34704 27565 266 50 0 31844 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 138816

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.84 5/190 9754
/proc/meminfo: memFree=14727336/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=141248 CPUtime=1122.32 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 28304 0 0 0 112222 10 0 0 25 0 1 0 461891715 144637952 28070 33554432000 4194304 4395502 140737432444592 18446744073709551615 4314300 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 35312 28070 266 50 0 32452 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 141248

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.91 5/190 9755
/proc/meminfo: memFree=14707596/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=142912 CPUtime=1182.32 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 28597 0 0 0 118221 11 0 0 25 0 1 0 461891715 146341888 28363 33554432000 4194304 4395502 140737432444592 18446744073709551615 4296524 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 35728 28363 266 50 0 32868 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 142912

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.97 5/190 9757
/proc/meminfo: memFree=14695052/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=144808 CPUtime=1242.32 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 28983 0 0 0 124221 11 0 0 25 0 1 0 461891715 148283392 28749 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 36202 28749 266 50 0 33342 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 144808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.03 4/185 9777
/proc/meminfo: memFree=15072492/32950928 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=146216 CPUtime=1300.02 cores=5,7
/proc/9703/stat : 9703 (SApperloT2010) R 9701 9703 9663 0 -1 4202496 29233 0 0 0 129991 11 0 0 25 0 1 0 461891715 149725184 28999 33554432000 4194304 4395502 140737432444592 18446744073709551615 4299492 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9703/statm: 36554 28999 266 50 0 33694 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 146216

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.92
CPU system time (s): 0.124981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 146216

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

runsolver used 2.10768 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-22 22:08:39
IDJOB=3258967
IDBENCH=71444
IDSOLVER=1655
FILE ID=node123/3258967-1303502919
RUNJOBID= node123-1303502915-9684
PBS_JOBID= 13134215
Free space on /tmp= 72188 MiB

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

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=543933572

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15673264 kB
Buffers:       1734080 kB
Cached:       14899724 kB
SwapCached:          0 kB
Active:        7591156 kB
Inactive:      9160988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15673264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      117932 kB
Mapped:          15236 kB
Slab:           461176 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   265964 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= 72188 MiB
End job on node123 at 2011-04-22 22:30:21