Trace number 3379741

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.09 1300.05

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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: 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-3379741-1305460035/watcher-3379741-1305460035 -o /tmp/evaluation-result-3379741-1305460035/solver-3379741-1305460035 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379741-1305460035.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.85 1.25 2.26 4/308 30685
/proc/meminfo: memFree=11799652/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=12036 CPUtime=0 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 442 0 0 0 0 0 0 0 23 0 1 0 657601359 12324864 382 33554432000 4194304 4394578 140735593966560 18446744073709551615 255376962245 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3009 382 266 49 0 150 0

[startup+0.0648411 s]
/proc/loadavg: 0.85 1.25 2.26 4/308 30685
/proc/meminfo: memFree=11799652/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=12300 CPUtime=0.05 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 512 0 0 0 5 0 0 0 23 0 1 0 657601359 12595200 452 33554432000 4194304 4394578 140735593966560 18446744073709551615 4299908 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3075 452 266 49 0 216 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12300

[startup+0.100826 s]
/proc/loadavg: 0.85 1.25 2.26 4/308 30685
/proc/meminfo: memFree=11799652/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=12432 CPUtime=0.09 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 526 0 0 0 9 0 0 0 23 0 1 0 657601359 12730368 466 33554432000 4194304 4394578 140735593966560 18446744073709551615 255377325975 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3108 466 266 49 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12432

[startup+0.300784 s]
/proc/loadavg: 0.85 1.25 2.26 4/308 30685
/proc/meminfo: memFree=11799652/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=12812 CPUtime=0.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 635 0 0 0 29 0 0 0 25 0 1 0 657601359 13119488 575 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3203 575 267 49 0 344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12812

[startup+0.700723 s]
/proc/loadavg: 0.85 1.25 2.26 4/308 30685
/proc/meminfo: memFree=11799652/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=13464 CPUtime=0.69 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 796 0 0 0 69 0 0 0 25 0 1 0 657601359 13787136 736 33554432000 4194304 4394578 140735593966560 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3366 736 267 49 0 507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13464

[startup+1.50055 s]
/proc/loadavg: 0.85 1.25 2.26 5/314 30697
/proc/meminfo: memFree=11789676/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=14504 CPUtime=1.49 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 1060 0 0 0 149 0 0 0 25 0 1 0 657601359 14852096 1000 33554432000 4194304 4394578 140735593966560 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 3626 1000 267 49 0 767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14504

[startup+3.10028 s]
/proc/loadavg: 0.85 1.25 2.26 5/314 30697
/proc/meminfo: memFree=11781608/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=16448 CPUtime=3.08 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 1562 0 0 0 308 0 0 0 25 0 1 0 657601359 16842752 1502 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 4112 1502 267 49 0 1253 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16448

[startup+6.30067 s]
/proc/loadavg: 1.10 1.29 2.27 5/314 30697
/proc/meminfo: memFree=11769456/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=20104 CPUtime=6.28 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 2446 0 0 0 628 0 0 0 25 0 1 0 657601359 20586496 2386 33554432000 4194304 4394578 140735593966560 18446744073709551615 255376960096 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 5026 2386 267 49 0 2167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20104

[startup+12.7005 s]
/proc/loadavg: 1.33 1.34 2.28 5/314 30697
/proc/meminfo: memFree=11744896/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=26148 CPUtime=12.69 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 3958 0 0 0 1268 1 0 0 25 0 1 0 657601359 26775552 3898 33554432000 4194304 4394578 140735593966560 18446744073709551615 4287231 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 6537 3898 267 49 0 3678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26148

[startup+25.5011 s]
/proc/loadavg: 2.00 1.48 2.31 5/314 30698
/proc/meminfo: memFree=11700260/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=40028 CPUtime=25.48 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 7449 0 0 0 2547 1 0 0 25 0 1 0 657601359 40988672 7389 33554432000 4194304 4394578 140735593966560 18446744073709551615 4310194 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 10007 7389 267 49 0 7148 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40028

[startup+51.1004 s]
/proc/loadavg: 2.68 1.68 2.35 5/314 30698
/proc/meminfo: memFree=11619232/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=65264 CPUtime=51.09 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 13741 0 0 0 5106 3 0 0 25 0 1 0 657601359 66830336 13681 33554432000 4194304 4394578 140735593966560 18446744073709551615 4323448 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 16316 13681 267 49 0 13457 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65264

[startup+102.311 s]
/proc/loadavg: 3.43 2.04 2.43 5/314 30700
/proc/meminfo: memFree=11466700/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=109184 CPUtime=102.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 24740 0 0 0 10223 6 0 0 25 0 1 0 657601359 111804416 24680 33554432000 4194304 4394578 140735593966560 18446744073709551615 4291375 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 27296 24680 267 49 0 24437 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 109184

[startup+162.301 s]
/proc/loadavg: 3.84 2.41 2.54 5/314 30701
/proc/meminfo: memFree=11314780/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=156436 CPUtime=162.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 36537 0 0 0 16220 9 0 0 25 0 1 0 657601359 160190464 36477 33554432000 4194304 4394578 140735593966560 18446744073709551615 4299903 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 39109 36477 267 49 0 36250 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156436

[startup+222.301 s]
/proc/loadavg: 4.06 2.74 2.64 5/314 30703
/proc/meminfo: memFree=11118976/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=211632 CPUtime=222.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 50333 0 0 0 22215 14 0 0 25 0 1 0 657601359 216711168 50273 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 52908 50273 267 49 0 50049 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 211632

[startup+282.301 s]
/proc/loadavg: 4.02 2.97 2.72 5/314 30705
/proc/meminfo: memFree=10974004/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=252628 CPUtime=282.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 60606 0 0 0 28213 16 0 0 25 0 1 0 657601359 258691072 60546 33554432000 4194304 4394578 140735593966560 18446744073709551615 4296283 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 63157 60546 267 49 0 60298 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 252628

[startup+342.3 s]
/proc/loadavg: 4.16 3.20 2.81 5/314 30706
/proc/meminfo: memFree=10831376/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=299832 CPUtime=342.29 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 72392 0 0 0 34210 19 0 0 25 0 1 0 657601359 307027968 72332 33554432000 4194304 4394578 140735593966560 18446744073709551615 4287749 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 74958 72332 267 49 0 72099 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 299832

[startup+402.3 s]
/proc/loadavg: 4.06 3.34 2.89 5/314 30708
/proc/meminfo: memFree=10642384/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=354808 CPUtime=402.3 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 86137 0 0 0 40207 23 0 0 25 0 1 0 657601359 363323392 86077 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 88702 86077 267 49 0 85843 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 354808

[startup+462.3 s]
/proc/loadavg: 4.02 3.46 2.95 5/314 30709
/proc/meminfo: memFree=10489700/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=402540 CPUtime=462.3 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 98077 0 0 0 46206 24 0 0 25 0 1 0 657601359 412200960 98017 33554432000 4194304 4394578 140735593966560 18446744073709551615 4287200 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 100635 98017 267 49 0 97776 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 402540

[startup+522.301 s]
/proc/loadavg: 4.06 3.57 3.02 5/314 30711
/proc/meminfo: memFree=10326372/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=458236 CPUtime=522.31 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 112004 0 0 0 52202 29 0 0 25 0 1 0 657601359 469233664 111944 33554432000 4194304 4394578 140735593966560 18446744073709551615 4290862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 114559 111944 267 49 0 111700 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 458236

[startup+582.301 s]
/proc/loadavg: 4.05 3.66 3.08 5/314 30713
/proc/meminfo: memFree=10190704/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=503836 CPUtime=582.31 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 123377 0 0 0 58199 32 0 0 25 0 1 0 657601359 515928064 123317 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 125959 123317 267 49 0 123100 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 503836

[startup+642.301 s]
/proc/loadavg: 4.02 3.72 3.14 5/314 30714
/proc/meminfo: memFree=10116912/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=503836 CPUtime=642.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 123378 0 0 0 64200 32 0 0 25 0 1 0 657601359 515928064 123318 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 125959 123318 267 49 0 123100 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 503836

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.19 5/314 30716
/proc/meminfo: memFree=9984452/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=567460 CPUtime=702.31 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 139301 0 0 0 70195 36 0 0 25 0 1 0 657601359 581079040 139241 33554432000 4194304 4394578 140735593966560 18446744073709551615 4308955 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 141865 139241 267 49 0 139006 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 567460

[startup+762.311 s]
/proc/loadavg: 4.04 3.82 3.24 5/314 30717
/proc/meminfo: memFree=9828064/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=626920 CPUtime=762.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 154175 0 0 0 76191 41 0 0 25 0 1 0 657601359 641966080 154115 33554432000 4194304 4394578 140735593966560 18446744073709551615 4296370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 156730 154115 267 49 0 153871 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 626920

[startup+822.301 s]
/proc/loadavg: 4.07 3.86 3.29 5/314 30719
/proc/meminfo: memFree=9656932/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=671332 CPUtime=822.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 165271 0 0 0 82189 43 0 0 25 0 1 0 657601359 687443968 165211 33554432000 4194304 4394578 140735593966560 18446744073709551615 4291498 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 167833 165211 267 49 0 164974 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 671332

[startup+882.3 s]
/proc/loadavg: 4.22 3.93 3.35 5/314 30730
/proc/meminfo: memFree=9485452/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=731240 CPUtime=882.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 180252 0 0 0 88185 47 0 0 25 0 1 0 657601359 748789760 180192 33554432000 4194304 4394578 140735593966560 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 182810 180192 267 49 0 179951 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 731240

[startup+942.3 s]
/proc/loadavg: 3.74 3.87 3.36 4/308 30748
/proc/meminfo: memFree=9470920/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=764092 CPUtime=942.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 188459 0 0 0 94183 49 0 0 25 0 1 0 657601359 782430208 188399 33554432000 4194304 4394578 140735593966560 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 191023 188399 267 49 0 188164 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 764092

[startup+1002.3 s]
/proc/loadavg: 3.27 3.70 3.34 4/308 30750
/proc/meminfo: memFree=9284884/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=825876 CPUtime=1002.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 203894 0 0 0 100180 52 0 0 25 0 1 0 657601359 845697024 203834 33554432000 4194304 4394578 140735593966560 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 206469 203834 267 49 0 203610 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 825876

[startup+1062.3 s]
/proc/loadavg: 3.10 3.57 3.31 4/308 30754
/proc/meminfo: memFree=9154504/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=884700 CPUtime=1062.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 218604 0 0 0 106177 55 0 0 25 0 1 0 657601359 905932800 218544 33554432000 4194304 4394578 140735593966560 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 221175 218544 267 49 0 218316 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 884700

[startup+1122.3 s]
/proc/loadavg: 3.08 3.48 3.30 4/308 30756
/proc/meminfo: memFree=8963728/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=934092 CPUtime=1122.32 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 230944 0 0 0 112174 58 0 0 25 0 1 0 657601359 956510208 230884 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 233523 230884 267 49 0 230664 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 934092

[startup+1182.3 s]
/proc/loadavg: 3.03 3.39 3.27 4/308 30758
/proc/meminfo: memFree=8774232/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=994124 CPUtime=1182.33 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 245950 0 0 0 118171 62 0 0 25 0 1 0 657601359 1017982976 245890 33554432000 4194304 4394578 140735593966560 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 248531 245890 267 49 0 245672 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 994124

[startup+1242.3 s]
/proc/loadavg: 3.01 3.32 3.25 4/308 30759
/proc/meminfo: memFree=8686540/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=1035336 CPUtime=1242.33 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 256264 0 0 0 124169 64 0 0 25 0 1 0 657601359 1060184064 256204 33554432000 4194304 4394578 140735593966560 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 258834 256204 267 49 0 255975 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1035336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.26 3.24 2/305 30763
/proc/meminfo: memFree=10769484/32951124 swapFree=66050672/67111528
[pid=30685] ppid=30682 vsize=1035336 CPUtime=1300.04 cores=0,2
/proc/30685/stat : 30685 (SApperloT2010) R 30682 30685 29471 0 -1 4202496 256266 0 0 0 129939 65 0 0 25 0 1 0 657601359 1060184064 256206 33554432000 4194304 4394578 140735593966560 18446744073709551615 4291875 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30685/statm: 258834 256206 267 49 0 255975 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1035336

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.4
CPU system time (s): 0.692894
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1035336

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

runsolver used 3.97839 second user time and 7.8618 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 13:47:15
IDJOB=3379741
IDBENCH=84030
IDSOLVER=1862
FILE ID=node135/3379741-1305460035
RUNJOBID= node135-1305460035-30642
PBS_JOBID= 13324885
Free space on /tmp= 73372 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379741-1305460035/watcher-3379741-1305460035 -o /tmp/evaluation-result-3379741-1305460035/solver-3379741-1305460035 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379741-1305460035.cnf

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1674828057

node135.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.851
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.851
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.83
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11799932 kB
Buffers:        294112 kB
Cached:        6196008 kB
SwapCached:      50684 kB
Active:       10072376 kB
Inactive:     10830644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11799932 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:             920 kB
Writeback:           0 kB
AnonPages:    14367956 kB
Mapped:          18768 kB
Slab:           138800 kB
PageTables:      47180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57076788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node135 at 2011-05-15 14:08:57