Trace number 3264423

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.06 1300.02

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
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 variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 1,3

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.59 3.90 3.96 4/189 8020
/proc/meminfo: memFree=15284544/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=12628 CPUtime=0 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 468242992 12931072 463 33554432000 4194304 4395502 140737445840112 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 3157 463 249 50 0 297 0

[startup+0.017772 s]
/proc/loadavg: 3.59 3.90 3.96 4/189 8020
/proc/meminfo: memFree=15284544/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=13208 CPUtime=0.01 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 685 0 0 0 1 0 0 0 25 0 1 0 468242992 13524992 623 33554432000 4194304 4395502 140737445840112 18446744073709551615 228122738583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 3302 623 256 50 0 442 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13208

[startup+0.100757 s]
/proc/loadavg: 3.59 3.90 3.96 4/189 8020
/proc/meminfo: memFree=15284544/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=14944 CPUtime=0.09 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 1148 0 0 0 9 0 0 0 25 0 1 0 468242992 15302656 1086 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 3736 1086 267 50 0 876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14944

[startup+0.300722 s]
/proc/loadavg: 3.59 3.90 3.96 4/189 8020
/proc/meminfo: memFree=15284544/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=15736 CPUtime=0.29 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 1327 0 0 0 29 0 0 0 25 0 1 0 468242992 16113664 1265 33554432000 4194304 4395502 140737445840112 18446744073709551615 4315657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 3934 1265 267 50 0 1074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15736

[startup+0.700649 s]
/proc/loadavg: 3.59 3.90 3.96 4/189 8020
/proc/meminfo: memFree=15284544/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=16528 CPUtime=0.69 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 1518 0 0 0 69 0 0 0 25 0 1 0 468242992 16924672 1456 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 4132 1456 267 50 0 1272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16528

[startup+1.50052 s]
/proc/loadavg: 3.59 3.90 3.96 5/190 8022
/proc/meminfo: memFree=15277600/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=17196 CPUtime=1.49 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 1684 0 0 0 149 0 0 0 25 0 1 0 468242992 17608704 1622 33554432000 4194304 4395502 140737445840112 18446744073709551615 4297239 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 4299 1622 267 50 0 1439 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17196

[startup+3.10021 s]
/proc/loadavg: 3.59 3.90 3.96 5/190 8022
/proc/meminfo: memFree=15274128/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=18704 CPUtime=3.09 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 2033 0 0 0 309 0 0 0 25 0 1 0 468242992 19152896 1971 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 4676 1973 267 50 0 1816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18704

[startup+6.30065 s]
/proc/loadavg: 3.62 3.91 3.96 5/190 8022
/proc/meminfo: memFree=15267692/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=20348 CPUtime=6.29 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 2447 0 0 0 629 0 0 0 25 0 1 0 468242992 20836352 2385 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 5087 2385 267 50 0 2227 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20348

[startup+12.7005 s]
/proc/loadavg: 3.65 3.91 3.96 5/190 8022
/proc/meminfo: memFree=15250440/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=24184 CPUtime=12.69 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 3358 0 0 0 1269 0 0 0 25 0 1 0 468242992 24764416 3296 33554432000 4194304 4395502 140737445840112 18446744073709551615 4296531 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 6046 3296 267 50 0 3186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24184

[startup+25.5002 s]
/proc/loadavg: 3.73 3.91 3.96 5/190 8022
/proc/meminfo: memFree=15229760/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=30236 CPUtime=25.49 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 4783 0 0 0 2548 1 0 0 25 0 1 0 468242992 30961664 4721 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 7559 4721 267 50 0 4699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30236

[startup+51.1005 s]
/proc/loadavg: 3.88 3.93 3.96 5/190 8023
/proc/meminfo: memFree=15187844/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=41192 CPUtime=51.09 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 7422 0 0 0 5107 2 0 0 25 0 1 0 468242992 42180608 7360 33554432000 4194304 4395502 140737445840112 18446744073709551615 4291671 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 10298 7360 267 50 0 7438 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41192

[startup+102.306 s]
/proc/loadavg: 3.95 3.94 3.96 5/190 8024
/proc/meminfo: memFree=15134244/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=55628 CPUtime=102.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 10952 0 0 0 10226 4 0 0 25 0 1 0 468242992 56963072 10890 33554432000 4194304 4395502 140737445840112 18446744073709551615 4293601 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 13907 10890 267 50 0 11047 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55628

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.96 5/190 8026
/proc/meminfo: memFree=15074200/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=58940 CPUtime=162.29 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 11690 0 0 0 16225 4 0 0 25 0 1 0 468242992 60354560 11628 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 14735 11628 267 50 0 11875 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58940

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 8027
/proc/meminfo: memFree=15040808/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=69056 CPUtime=222.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 14131 0 0 0 22225 5 0 0 25 0 1 0 468242992 70713344 14069 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 17264 14069 267 50 0 14404 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69056

[startup+282.301 s]
/proc/loadavg: 4.07 3.98 3.97 5/190 8029
/proc/meminfo: memFree=15002348/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=83380 CPUtime=282.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 17602 0 0 0 28224 6 0 0 25 0 1 0 468242992 85381120 17540 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 20845 17540 267 50 0 17985 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83380

[startup+342.301 s]
/proc/loadavg: 4.07 3.99 3.98 5/190 8031
/proc/meminfo: memFree=14968096/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=100972 CPUtime=342.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 21921 0 0 0 34223 7 0 0 25 0 1 0 468242992 103395328 21859 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 25243 21859 267 50 0 22383 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100972

[startup+402.301 s]
/proc/loadavg: 3.74 3.93 3.95 4/184 8049
/proc/meminfo: memFree=15031124/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=115732 CPUtime=402.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 25571 0 0 0 40222 8 0 0 25 0 1 0 468242992 118509568 25509 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 28933 25509 267 50 0 26073 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115732

[startup+462.301 s]
/proc/loadavg: 3.27 3.76 3.89 4/184 8051
/proc/meminfo: memFree=14997008/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=133276 CPUtime=462.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 29917 0 0 0 46220 10 0 0 25 0 1 0 468242992 136474624 29855 33554432000 4194304 4395502 140737445840112 18446744073709551615 4288824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 33319 29855 267 50 0 30459 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 133276

[startup+522.3 s]
/proc/loadavg: 3.10 3.62 3.83 4/184 8052
/proc/meminfo: memFree=14985696/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=134576 CPUtime=522.3 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 30170 0 0 0 52220 10 0 0 25 0 1 0 468242992 137805824 30108 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 33644 30108 267 50 0 30784 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 134576

[startup+582.3 s]
/proc/loadavg: 3.03 3.50 3.78 4/184 8054
/proc/meminfo: memFree=14967444/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=149360 CPUtime=582.31 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 33818 0 0 0 58220 11 0 0 25 0 1 0 468242992 152944640 33756 33554432000 4194304 4395502 140737445840112 18446744073709551615 4328526 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 37340 33756 267 50 0 34480 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 149360

[startup+642.301 s]
/proc/loadavg: 3.01 3.41 3.73 4/184 8056
/proc/meminfo: memFree=14943616/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=167480 CPUtime=642.31 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 38301 0 0 0 64219 12 0 0 25 0 1 0 468242992 171499520 38239 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 41870 38239 267 50 0 39010 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 167480

[startup+702.301 s]
/proc/loadavg: 3.00 3.33 3.68 4/184 8057
/proc/meminfo: memFree=14920632/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=184808 CPUtime=702.31 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 42610 0 0 0 70218 13 0 0 25 0 1 0 468242992 189243392 42548 33554432000 4194304 4395502 140737445840112 18446744073709551615 4288565 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 46202 42548 267 50 0 43342 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 184808

[startup+762.306 s]
/proc/loadavg: 3.00 3.27 3.63 4/184 8059
/proc/meminfo: memFree=14898916/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=200568 CPUtime=762.32 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 46531 0 0 0 76218 14 0 0 25 0 1 0 468242992 205381632 46469 33554432000 4194304 4395502 140737445840112 18446744073709551615 4300719 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 50142 46469 267 50 0 47282 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 200568

[startup+822.301 s]
/proc/loadavg: 3.00 3.22 3.59 4/184 8069
/proc/meminfo: memFree=14879452/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=217188 CPUtime=822.32 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 50646 0 0 0 82217 15 0 0 25 0 1 0 468242992 222400512 50584 33554432000 4194304 4395502 140737445840112 18446744073709551615 4291667 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 54297 50584 267 50 0 51437 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 217188

[startup+882.3 s]
/proc/loadavg: 3.04 3.19 3.56 4/184 8071
/proc/meminfo: memFree=14850060/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=239688 CPUtime=882.31 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 56275 0 0 0 88216 15 0 0 25 0 1 0 468242992 245440512 56213 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299072 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 59922 56213 267 50 0 57062 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 239688

[startup+942.3 s]
/proc/loadavg: 3.01 3.15 3.52 4/184 8073
/proc/meminfo: memFree=14828836/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=254100 CPUtime=942.31 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 59837 0 0 0 94215 16 0 0 25 0 1 0 468242992 260198400 59775 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 63525 59775 267 50 0 60665 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 254100

[startup+1002.3 s]
/proc/loadavg: 3.00 3.12 3.48 4/184 8076
/proc/meminfo: memFree=14799656/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=274832 CPUtime=1002.32 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 64972 0 0 0 100215 17 0 0 25 0 1 0 468242992 281427968 64910 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 68708 64910 267 50 0 65848 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 274832

[startup+1062.3 s]
/proc/loadavg: 3.03 3.11 3.45 4/184 8079
/proc/meminfo: memFree=14789400/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=279832 CPUtime=1062.32 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 66135 0 0 0 106215 17 0 0 25 0 1 0 468242992 286547968 66073 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 69958 66073 267 50 0 67098 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 279832

[startup+1122.3 s]
/proc/loadavg: 3.01 3.09 3.42 4/184 8080
/proc/meminfo: memFree=14781696/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=280408 CPUtime=1122.32 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 66261 0 0 0 112215 17 0 0 25 0 1 0 468242992 287137792 66199 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299782 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 70102 66199 267 50 0 67242 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 280408

[startup+1182.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/184 8082
/proc/meminfo: memFree=14768900/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=282112 CPUtime=1182.33 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 66689 0 0 0 118215 18 0 0 25 0 1 0 468242992 288882688 66627 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 70528 66627 267 50 0 67668 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 282112

[startup+1242.3 s]
/proc/loadavg: 3.00 3.05 3.37 4/184 8084
/proc/meminfo: memFree=14738248/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=303544 CPUtime=1242.33 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 72016 0 0 0 124214 19 0 0 25 0 1 0 468242992 310829056 71954 33554432000 4194304 4395502 140737445840112 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 75886 71954 267 50 0 73026 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 303544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.43 2.91 3.30 2/172 8121
/proc/meminfo: memFree=15167864/32951124 swapFree=67111528/67111528
[pid=8020] ppid=8018 vsize=316740 CPUtime=1300.04 cores=1,3
/proc/8020/stat : 8020 (SApperloT2010) R 8018 8020 7078 0 -1 4202496 75322 0 0 0 129984 20 0 0 25 0 1 0 468242992 324341760 75260 33554432000 4194304 4395502 140737445840112 18446744073709551615 4288769 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8020/statm: 79185 75260 267 50 0 76325 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 316740

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.84
CPU system time (s): 0.216967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 316740

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

runsolver used 1.82772 second user time and 4.44432 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 15:47:30
IDJOB=3264423
IDBENCH=84608
IDSOLVER=1655
FILE ID=node138/3264423-1303566450
RUNJOBID= node138-1303566429-7899
PBS_JOBID= 13150283
Free space on /tmp= 71952 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264423-1303566450/watcher-3264423-1303566450 -o /tmp/evaluation-result-3264423-1303566450/solver-3264423-1303566450 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3264423-1303566450.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=664997604

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15284576 kB
Buffers:       2058812 kB
Cached:       14807676 kB
SwapCached:          0 kB
Active:        9887984 kB
Inactive:      7223064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15284576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:      244196 kB
Mapped:          15624 kB
Slab:           492500 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   436496 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= 71956 MiB
End job on node138 at 2011-04-23 16:09:12