Trace number 3379867

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-05-15 (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 961)

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-3379867-1305454777/watcher-3379867-1305454777 -o /tmp/evaluation-result-3379867-1305454777/solver-3379867-1305454777 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379867-1305454777.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: 1.22 1.89 2.67 3/423 26805
/proc/meminfo: memFree=23857188/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=17540 CPUtime=0 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 1211 0 0 0 0 0 0 0 21 0 1 0 735708335 17960960 1151 33554432000 4194304 4394578 140736465609216 18446744073709551615 251367207621 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 4385 1153 247 49 0 1526 0

[startup+0.0867269 s]
/proc/loadavg: 1.22 1.89 2.67 3/423 26805
/proc/meminfo: memFree=23857188/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=27836 CPUtime=0.07 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 3763 0 0 0 7 0 0 0 21 0 1 0 735708335 28504064 3703 33554432000 4194304 4394578 140736465609216 18446744073709551615 251367207621 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 6959 3704 247 49 0 4100 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27836

[startup+0.10073 s]
/proc/loadavg: 1.22 1.89 2.67 3/423 26805
/proc/meminfo: memFree=23857188/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=29552 CPUtime=0.08 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 4188 0 0 0 8 0 0 0 21 0 1 0 735708335 30261248 4128 33554432000 4194304 4394578 140736465609216 18446744073709551615 251367207621 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 7388 4131 247 49 0 4529 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29552

[startup+0.30069 s]
/proc/loadavg: 1.22 1.89 2.67 3/423 26805
/proc/meminfo: memFree=23857188/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=40812 CPUtime=0.28 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 7041 0 0 0 26 2 0 0 22 0 1 0 735708335 41791488 6980 33554432000 4194304 4394578 140736465609216 18446744073709551615 251367571351 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 10203 6980 255 49 0 7344 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40812

[startup+0.700614 s]
/proc/loadavg: 1.22 1.89 2.67 3/423 26805
/proc/meminfo: memFree=23857188/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=52004 CPUtime=0.69 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 11032 0 0 0 64 5 0 0 24 0 1 0 735708335 53252096 9777 33554432000 4194304 4394578 140736465609216 18446744073709551615 4288318 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 13001 9777 266 49 0 10142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52004

[startup+1.50047 s]
/proc/loadavg: 1.22 1.89 2.67 5/434 26831
/proc/meminfo: memFree=23739356/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=62888 CPUtime=1.48 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 13750 0 0 0 143 5 0 0 25 0 1 0 735708335 64397312 12495 33554432000 4194304 4394578 140736465609216 18446744073709551615 4285710 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 15722 12495 266 49 0 12863 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62888

[startup+3.10017 s]
/proc/loadavg: 1.22 1.89 2.67 5/434 26831
/proc/meminfo: memFree=23700668/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=76456 CPUtime=3.08 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 17121 0 0 0 302 6 0 0 25 0 1 0 735708335 78290944 15866 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 19114 15866 266 49 0 16255 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76456

[startup+6.30058 s]
/proc/loadavg: 1.44 1.92 2.67 5/434 26831
/proc/meminfo: memFree=23643908/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=97000 CPUtime=6.29 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 22219 0 0 0 622 7 0 0 25 0 1 0 735708335 99328000 20964 33554432000 4194304 4394578 140736465609216 18446744073709551615 4323517 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 24250 20964 266 49 0 21391 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97000

[startup+12.7004 s]
/proc/loadavg: 1.65 1.96 2.68 5/434 26832
/proc/meminfo: memFree=23559012/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=130216 CPUtime=12.68 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 30315 0 0 0 1260 8 0 0 25 0 1 0 735708335 133341184 29060 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 32554 29060 266 49 0 29695 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130216

[startup+25.501 s]
/proc/loadavg: 2.17 2.06 2.70 5/434 26832
/proc/meminfo: memFree=23446300/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=179304 CPUtime=25.49 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 42018 0 0 0 2538 11 0 0 25 0 1 0 735708335 183607296 40763 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 44826 40763 266 49 0 41967 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179304

[startup+51.1003 s]
/proc/loadavg: 2.79 2.21 2.73 5/434 26832
/proc/meminfo: memFree=23394156/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=205240 CPUtime=51.08 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 48247 0 0 0 5096 12 0 0 25 0 1 0 735708335 210165760 46992 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 51310 46992 266 49 0 48451 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 205240

[startup+102.316 s]
/proc/loadavg: 3.47 2.49 2.80 5/434 26834
/proc/meminfo: memFree=23291832/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=245068 CPUtime=102.3 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 57074 0 0 0 10215 15 0 0 25 0 1 0 735708335 250949632 55819 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 61267 55819 266 49 0 58408 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 245068

[startup+162.301 s]
/proc/loadavg: 3.98 2.82 2.89 5/434 26836
/proc/meminfo: memFree=23236748/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=266120 CPUtime=162.29 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 61611 0 0 0 16213 16 0 0 25 0 1 0 735708335 272506880 60356 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 66530 60356 266 49 0 63671 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266120

[startup+222.301 s]
/proc/loadavg: 4.08 3.06 2.97 5/434 26837
/proc/meminfo: memFree=23166016/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=298216 CPUtime=222.29 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 68891 0 0 0 22211 18 0 0 25 0 1 0 735708335 305373184 67636 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 74554 67636 266 49 0 71695 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 298216

[startup+282.301 s]
/proc/loadavg: 4.03 3.23 3.03 5/434 26838
/proc/meminfo: memFree=23118488/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=321252 CPUtime=282.29 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 73852 0 0 0 28210 19 0 0 25 0 1 0 735708335 328962048 72597 33554432000 4194304 4394578 140736465609216 18446744073709551615 251367195852 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 80313 72597 266 49 0 77454 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 321252

[startup+342.3 s]
/proc/loadavg: 4.01 3.37 3.09 5/434 26840
/proc/meminfo: memFree=23086820/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=329192 CPUtime=342.3 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 75487 0 0 0 34210 20 0 0 25 0 1 0 735708335 337092608 74232 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 82298 74232 266 49 0 79439 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 329192

[startup+402.3 s]
/proc/loadavg: 4.00 3.48 3.14 5/434 26842
/proc/meminfo: memFree=23038184/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=355560 CPUtime=402.29 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 81004 0 0 0 40208 21 0 0 25 0 1 0 735708335 364093440 79749 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 88890 79749 266 49 0 86031 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 355560

[startup+462.3 s]
/proc/loadavg: 4.08 3.60 3.20 5/434 26844
/proc/meminfo: memFree=23009116/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=366060 CPUtime=462.3 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 83387 0 0 0 46208 22 0 0 25 0 1 0 735708335 374845440 82132 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 91515 82132 266 49 0 88656 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 366060

[startup+522.301 s]
/proc/loadavg: 4.07 3.68 3.25 5/434 26845
/proc/meminfo: memFree=22982300/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=381260 CPUtime=522.3 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 86653 0 0 0 52207 23 0 0 25 0 1 0 735708335 390410240 85398 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 95315 85398 266 49 0 92456 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 381260

[startup+582.301 s]
/proc/loadavg: 4.02 3.74 3.30 5/434 26847
/proc/meminfo: memFree=22972336/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=384460 CPUtime=582.3 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 87410 0 0 0 58207 23 0 0 25 0 1 0 735708335 393687040 86155 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 96115 86155 266 49 0 93256 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 384460

[startup+642.301 s]
/proc/loadavg: 4.12 3.81 3.35 5/434 26848
/proc/meminfo: memFree=22918120/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=395640 CPUtime=642.32 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 89931 0 0 0 64208 24 0 0 25 0 1 0 735708335 405135360 88676 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 98910 88676 266 49 0 96051 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 395640

[startup+702.301 s]
/proc/loadavg: 4.37 3.93 3.41 5/434 26850
/proc/meminfo: memFree=22888808/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=409836 CPUtime=702.31 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 93296 0 0 0 70206 25 0 0 25 0 1 0 735708335 419672064 92041 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 102459 92041 266 49 0 99600 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 409836

[startup+762.317 s]
/proc/loadavg: 4.14 3.94 3.45 5/434 26853
/proc/meminfo: memFree=22857400/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=429332 CPUtime=762.33 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 97799 0 0 0 76206 27 0 0 25 0 1 0 735708335 439635968 96544 33554432000 4194304 4394578 140736465609216 18446744073709551615 4313562 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 107333 96544 266 49 0 104474 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 429332

[startup+822.301 s]
/proc/loadavg: 4.05 3.95 3.48 5/434 26854
/proc/meminfo: memFree=22854636/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=429972 CPUtime=822.31 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 97992 0 0 0 82204 27 0 0 25 0 1 0 735708335 440291328 96737 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 107493 96737 266 49 0 104634 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 429972

[startup+882.3 s]
/proc/loadavg: 4.02 3.95 3.51 5/434 26856
/proc/meminfo: memFree=22848036/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=429972 CPUtime=882.31 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 98367 0 0 0 88204 27 0 0 25 0 1 0 735708335 440291328 97112 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 107493 97112 266 49 0 104634 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 429972

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.54 5/434 26857
/proc/meminfo: memFree=22833244/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=430868 CPUtime=942.32 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 98678 0 0 0 94204 28 0 0 25 0 1 0 735708335 441208832 97423 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 107717 97423 266 49 0 104858 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 430868

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.57 5/434 26859
/proc/meminfo: memFree=22812124/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=436884 CPUtime=1002.32 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 100053 0 0 0 100204 28 0 0 25 0 1 0 735708335 447369216 98798 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 109221 98798 266 49 0 106362 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 436884

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.60 5/434 26860
/proc/meminfo: memFree=22790992/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=445012 CPUtime=1062.32 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 101721 0 0 0 106203 29 0 0 25 0 1 0 735708335 455692288 100466 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 111253 100466 266 49 0 108394 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 445012

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.62 5/434 26863
/proc/meminfo: memFree=22776096/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=453720 CPUtime=1122.33 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 103356 0 0 0 112203 30 0 0 25 0 1 0 735708335 464609280 102101 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 113430 102101 266 49 0 110571 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 453720

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.65 5/434 26868
/proc/meminfo: memFree=22770568/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=455000 CPUtime=1182.33 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 103597 0 0 0 118203 30 0 0 25 0 1 0 735708335 465920000 102342 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 113750 102342 266 49 0 110891 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 455000

[startup+1242.3 s]
/proc/loadavg: 4.20 4.08 3.69 5/434 26870
/proc/meminfo: memFree=22758228/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=465404 CPUtime=1242.33 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 105639 0 0 0 124203 30 0 0 25 0 1 0 735708335 476573696 104384 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 116351 104384 266 49 0 113492 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 465404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.09 3.72 4/433 26874
/proc/meminfo: memFree=22888652/32950928 swapFree=38710892/67111528
[pid=26805] ppid=26803 vsize=487928 CPUtime=1300.04 cores=5,7
/proc/26805/stat : 26805 (SApperloT2010) R 26803 26805 24847 0 -1 4202496 110617 0 0 0 129972 32 0 0 25 0 1 0 735708335 499638272 109362 33554432000 4194304 4394578 140736465609216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26805/statm: 121982 109362 266 49 0 119123 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 487928

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.73
CPU system time (s): 0.342947
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 487928

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

runsolver used 5.46217 second user time and 12.6871 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 12:19:37
IDJOB=3379867
IDBENCH=71345
IDSOLVER=1862
FILE ID=node113/3379867-1305454777
RUNJOBID= node113-1305454776-26778
PBS_JOBID= 13324872
Free space on /tmp= 73420 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379867-1305454777/watcher-3379867-1305454777 -o /tmp/evaluation-result-3379867-1305454777/solver-3379867-1305454777 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379867-1305454777.cnf

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=120466334

node113.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.846
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.846
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.76
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.846
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.846
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.846
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23857328 kB
Buffers:        274924 kB
Cached:        2988504 kB
SwapCached:      93712 kB
Active:        2064588 kB
Inactive:      6743920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23857328 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            5120 kB
Writeback:           0 kB
AnonPages:     5462916 kB
Mapped:          20240 kB
Slab:           118392 kB
PageTables:     101748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 117313068 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= 73416 MiB
End job on node113 at 2011-05-15 12:41:19