Trace number 3438328

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) 5000.09 4999.94

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.04
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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

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-3438328-1306884533/watcher-3438328-1306884533 -o /tmp/evaluation-result-3438328-1306884533/solver-3438328-1306884533 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438328-1306884533.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=15892 CPUtime=0.01 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 1185 0 0 0 1 0 0 0 21 0 1 0 780868912 16273408 1124 33554432000 4194304 4394578 140735418357424 18446744073709551615 264726404864 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 3973 1125 248 49 0 1114 0

[startup+0.0604421 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=20380 CPUtime=0.05 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 2310 0 0 0 5 0 0 0 21 0 1 0 780868912 20869120 2249 33554432000 4194304 4394578 140735418357424 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 5095 2250 248 49 0 2236 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20380

[startup+0.100439 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=24452 CPUtime=0.08 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 3334 0 0 0 8 0 0 0 21 0 1 0 780868912 25038848 3272 33554432000 4194304 4394578 140735418357424 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 6113 3272 256 49 0 3254 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24452

[startup+0.300403 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=35484 CPUtime=0.28 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 6672 0 0 0 26 2 0 0 22 0 1 0 780868912 36335616 6020 33554432000 4194304 4394578 140735418357424 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 8871 6020 267 49 0 6012 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35484

[startup+0.700325 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=38124 CPUtime=0.68 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 7329 0 0 0 66 2 0 0 24 0 1 0 780868912 39038976 6677 33554432000 4194304 4394578 140735418357424 18446744073709551615 4297090 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 9531 6677 267 49 0 6672 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 38124

[startup+1.50017 s]
/proc/loadavg: 0.00 0.00 0.00 4/515 22559
/proc/meminfo: memFree=16672792/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=41876 CPUtime=1.48 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 8280 0 0 0 146 2 0 0 25 0 1 0 780868912 42881024 7628 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 10469 7628 267 49 0 7610 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41876

[startup+3.10087 s]
/proc/loadavg: 0.00 0.00 0.00 4/515 22559
/proc/meminfo: memFree=16663740/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=51208 CPUtime=3.09 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 10594 0 0 0 306 3 0 0 25 0 1 0 780868912 52436992 9942 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 12802 9942 267 49 0 9943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51208

[startup+6.30027 s]
/proc/loadavg: 0.16 0.03 0.01 4/515 22559
/proc/meminfo: memFree=16643536/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=64084 CPUtime=6.29 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 13819 0 0 0 626 3 0 0 25 0 1 0 780868912 65622016 13167 33554432000 4194304 4394578 140735418357424 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 16021 13167 267 49 0 13162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64084

[startup+12.7011 s]
/proc/loadavg: 0.31 0.07 0.02 4/515 22559
/proc/meminfo: memFree=16613680/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=80964 CPUtime=12.69 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 18003 0 0 0 1264 5 0 0 25 0 1 0 780868912 82907136 17351 33554432000 4194304 4394578 140735418357424 18446744073709551615 4285734 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 20241 17351 267 49 0 17382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80964

[startup+25.5006 s]
/proc/loadavg: 0.68 0.16 0.05 4/515 22560
/proc/meminfo: memFree=16576752/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=104060 CPUtime=25.49 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 23732 0 0 0 2543 6 0 0 25 0 1 0 780868912 106557440 23080 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298280 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 26015 23080 267 49 0 23156 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104060

[startup+51.1008 s]
/proc/loadavg: 1.13 0.31 0.10 4/515 22560
/proc/meminfo: memFree=16522088/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=132424 CPUtime=51.09 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 30565 0 0 0 5101 8 0 0 25 0 1 0 780868912 135602176 29913 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 33106 29913 267 49 0 30247 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132424

[startup+102.32 s]
/proc/loadavg: 1.62 0.56 0.20 4/515 22562
/proc/meminfo: memFree=16444196/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=157328 CPUtime=102.31 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 36530 0 0 0 10221 10 0 0 25 0 1 0 780868912 161103872 35878 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 39332 35878 267 49 0 36473 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 157328

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 4/515 22563
/proc/meminfo: memFree=16327592/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=216408 CPUtime=162.29 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 50686 0 0 0 16217 12 0 0 25 0 1 0 780868912 221601792 50034 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 54102 50034 267 49 0 51243 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 216408

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 4/515 22565
/proc/meminfo: memFree=16269028/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=216408 CPUtime=222.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 50797 0 0 0 22217 13 0 0 25 0 1 0 780868912 221601792 50145 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 54102 50145 267 49 0 51243 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 216408

[startup+282.301 s]
/proc/loadavg: 1.98 1.21 0.51 4/515 22566
/proc/meminfo: memFree=16207108/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=216408 CPUtime=282.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 50800 0 0 0 28217 13 0 0 25 0 1 0 780868912 221601792 50148 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 54102 50148 267 49 0 51243 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 216408

[startup+342.301 s]
/proc/loadavg: 2.16 1.40 0.62 4/515 22568
/proc/meminfo: memFree=16131880/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=241456 CPUtime=342.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 56830 0 0 0 34216 14 0 0 25 0 1 0 780868912 247250944 56178 33554432000 4194304 4394578 140735418357424 18446744073709551615 4285594 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 60364 56178 267 49 0 57505 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 241456

[startup+402.3 s]
/proc/loadavg: 2.16 1.53 0.71 4/515 22570
/proc/meminfo: memFree=16093028/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=241456 CPUtime=402.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 56853 0 0 0 40216 14 0 0 25 0 1 0 780868912 247250944 56201 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 60364 56201 267 49 0 57505 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 241456

[startup+462.301 s]
/proc/loadavg: 2.06 1.62 0.79 4/515 22571
/proc/meminfo: memFree=16029704/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=247096 CPUtime=462.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 58133 0 0 0 46215 15 0 0 25 0 1 0 780868912 253026304 57481 33554432000 4194304 4394578 140735418357424 18446744073709551615 4335367 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 61774 57481 267 49 0 58915 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 247096

[startup+522.301 s]
/proc/loadavg: 2.02 1.68 0.86 4/515 22573
/proc/meminfo: memFree=15942352/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=265472 CPUtime=522.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 62533 0 0 0 52214 16 0 0 25 0 1 0 780868912 271843328 61881 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 66368 61881 267 49 0 63509 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 265472

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.93 4/515 22574
/proc/meminfo: memFree=15891352/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=269276 CPUtime=582.3 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 63401 0 0 0 58214 16 0 0 25 0 1 0 780868912 275738624 62749 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 67319 62749 267 49 0 64460 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 269276

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.16 2.06 1.98 4/515 22689
/proc/meminfo: memFree=13859776/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=416032 CPUtime=4062.43 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 97834 0 0 0 406214 29 0 0 25 0 1 0 780868912 426016768 97182 33554432000 4194304 4394578 140735418357424 18446744073709551615 4285594 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104008 97182 267 49 0 101149 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 416032

[startup+4122.3 s]
/proc/loadavg: 2.13 2.07 1.99 4/515 22692
/proc/meminfo: memFree=13809988/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=416032 CPUtime=4122.41 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 97839 0 0 0 412212 29 0 0 25 0 1 0 780868912 426016768 97187 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104008 97187 267 49 0 101149 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 416032

[startup+4182.3 s]
/proc/loadavg: 2.05 2.06 1.99 4/515 22693
/proc/meminfo: memFree=13773724/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=416032 CPUtime=4182.41 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 97843 0 0 0 418212 29 0 0 25 0 1 0 780868912 426016768 97191 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104008 97191 267 49 0 101149 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 416032

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 1.99 4/515 22695
/proc/meminfo: memFree=13730028/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=418568 CPUtime=4242.41 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98445 0 0 0 424212 29 0 0 25 0 1 0 780868912 428613632 97793 33554432000 4194304 4394578 140735418357424 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104642 97793 267 49 0 101783 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 418568

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 1.99 4/515 22697
/proc/meminfo: memFree=13677764/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419096 CPUtime=4302.42 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98582 0 0 0 430213 29 0 0 25 0 1 0 780868912 429154304 97930 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104774 97930 267 49 0 101915 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 419096

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/515 22699
/proc/meminfo: memFree=13674248/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419096 CPUtime=4362.42 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98584 0 0 0 436212 30 0 0 25 0 1 0 780868912 429154304 97932 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104774 97932 267 49 0 101915 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 419096

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/515 22701
/proc/meminfo: memFree=13655348/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419096 CPUtime=4422.42 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98591 0 0 0 442212 30 0 0 25 0 1 0 780868912 429154304 97939 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104774 97939 267 49 0 101915 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 419096

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.99 4/515 22702
/proc/meminfo: memFree=13609428/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4482.43 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98788 0 0 0 448213 30 0 0 25 0 1 0 780868912 429981696 98136 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98136 267 49 0 102117 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 419904

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.99 4/515 22705
/proc/meminfo: memFree=13561508/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4542.43 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98793 0 0 0 454213 30 0 0 25 0 1 0 780868912 429981696 98141 33554432000 4194304 4394578 140735418357424 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98141 267 49 0 102117 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 419904

[startup+4602.3 s]
/proc/loadavg: 2.17 2.05 2.00 4/515 22707
/proc/meminfo: memFree=13524756/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4602.44 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98793 0 0 0 460214 30 0 0 25 0 1 0 780868912 429981696 98141 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98141 267 49 0 102117 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 419904

[startup+4662.3 s]
/proc/loadavg: 2.17 2.07 2.01 4/515 22708
/proc/meminfo: memFree=13479424/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4662.43 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98793 0 0 0 466213 30 0 0 25 0 1 0 780868912 429981696 98141 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98141 267 49 0 102117 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 419904

[startup+4722.32 s]
/proc/loadavg: 2.06 2.05 2.00 4/515 22711
/proc/meminfo: memFree=13431152/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4722.45 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98794 0 0 0 472215 30 0 0 25 0 1 0 780868912 429981696 98142 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98142 267 49 0 102117 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 419904

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/515 22712
/proc/meminfo: memFree=13418816/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4782.43 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98794 0 0 0 478213 30 0 0 25 0 1 0 780868912 429981696 98142 33554432000 4194304 4394578 140735418357424 18446744073709551615 4335393 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98142 267 49 0 102117 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 419904

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/515 22715
/proc/meminfo: memFree=13366064/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4842.44 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98794 0 0 0 484213 31 0 0 25 0 1 0 780868912 429981696 98142 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98142 267 49 0 102117 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 419904

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/515 22717
/proc/meminfo: memFree=13323992/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4902.44 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98794 0 0 0 490213 31 0 0 25 0 1 0 780868912 429981696 98142 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98142 267 49 0 102117 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 419904

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/515 22719
/proc/meminfo: memFree=13289480/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=419904 CPUtime=4962.44 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98796 0 0 0 496213 31 0 0 25 0 1 0 780868912 429981696 98144 33554432000 4194304 4394578 140735418357424 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 104976 98144 267 49 0 102117 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 419904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/515 22720
/proc/meminfo: memFree=13257944/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=420568 CPUtime=5000.06 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98978 0 0 0 499975 31 0 0 25 0 1 0 780868912 430661632 98326 33554432000 4194304 4394578 140735418357424 18446744073709551615 4287957 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 105142 98326 267 49 0 102283 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 420568

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/515 22720
/proc/meminfo: memFree=13257944/32951124 swapFree=62999000/67111528
[pid=22557] ppid=22553 vsize=420568 CPUtime=5000.06 cores=1,3,5,7
/proc/22557/stat : 22557 (SApperloT2010) R 22553 22557 22520 0 -1 4202496 98978 0 0 0 499975 31 0 0 25 0 1 0 780868912 430661632 98326 33554432000 4194304 4394578 140735418357424 18446744073709551615 4287957 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/22557/statm: 105142 98326 267 49 0 102283 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 420568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.76
CPU system time (s): 0.333949
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 420568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98978
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= 8
involuntary context switches= 12022

runsolver used 25.1452 second user time and 64.5392 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 01:28:53
IDJOB=3438328
IDBENCH=70910
IDSOLVER=1933
FILE ID=node141/3438328-1306884533
RUNJOBID= node141-1306884533-22539
PBS_JOBID= 13488435
Free space on /tmp= 24280 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438328-1306884533/watcher-3438328-1306884533 -o /tmp/evaluation-result-3438328-1306884533/solver-3438328-1306884533 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438328-1306884533.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=2059460929

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      16704872 kB
Buffers:         25360 kB
Cached:        5836160 kB
SwapCached:       8636 kB
Active:       10056488 kB
Inactive:      5790088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16704872 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            1940 kB
Writeback:           0 kB
AnonPages:     9983688 kB
Mapped:          24892 kB
Slab:           258012 kB
PageTables:      69848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150650412 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= 24276 MiB
End job on node141 at 2011-06-01 02:52:15