Trace number 3379740

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
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 variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.78 3.96 3.68 5/384 5252
/proc/meminfo: memFree=24264276/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=13356 CPUtime=0 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 648 0 0 0 0 0 0 0 22 0 1 0 657585259 13676544 588 33554432000 4194304 4394578 140737483295872 18446744073709551615 244446603635 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 3339 589 247 49 0 480 0

[startup+0.0259349 s]
/proc/loadavg: 3.78 3.96 3.68 5/384 5252
/proc/meminfo: memFree=24264276/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=15768 CPUtime=0.01 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 1232 0 0 0 1 0 0 0 22 0 1 0 657585259 16146432 1172 33554432000 4194304 4394578 140737483295872 18446744073709551615 4275879 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 3942 1172 247 49 0 1083 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15768

[startup+0.100925 s]
/proc/loadavg: 3.78 3.96 3.68 5/384 5252
/proc/meminfo: memFree=24264276/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=0.08 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 8 0 0 0 22 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25052

[startup+0.300883 s]
/proc/loadavg: 3.78 3.96 3.68 5/384 5252
/proc/meminfo: memFree=24264276/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=0.28 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 28 0 0 0 23 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254517 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25052

[startup+0.700812 s]
/proc/loadavg: 3.78 3.96 3.68 5/384 5252
/proc/meminfo: memFree=24264276/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=0.68 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 68 0 0 0 25 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25052

[startup+1.50066 s]
/proc/loadavg: 3.78 3.96 3.68 5/385 5253
/proc/meminfo: memFree=24227944/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=1.48 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 148 0 0 0 25 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254543 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25052

[startup+3.10036 s]
/proc/loadavg: 3.78 3.96 3.68 5/385 5253
/proc/meminfo: memFree=24220628/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=3.08 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 308 0 0 0 25 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25052

[startup+6.30077 s]
/proc/loadavg: 3.80 3.96 3.69 5/385 5253
/proc/meminfo: memFree=24210216/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=6.29 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 628 1 0 0 25 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25052

[startup+12.7006 s]
/proc/loadavg: 3.89 3.98 3.69 5/385 5253
/proc/meminfo: memFree=24181208/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=25052 CPUtime=12.69 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 3284 0 0 0 1268 1 0 0 25 0 1 0 657585259 25653248 3223 33554432000 4194304 4394578 140737483295872 18446744073709551615 4254552 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 6263 3223 255 49 0 3404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25052

[startup+25.5002 s]
/proc/loadavg: 3.92 3.98 3.70 5/385 5253
/proc/meminfo: memFree=24126780/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=49288 CPUtime=25.49 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 9135 0 0 0 2546 3 0 0 25 0 1 0 657585259 50470912 8844 33554432000 4194304 4394578 140737483295872 18446744073709551615 4346589 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 12322 8844 266 49 0 9463 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49288

[startup+51.1004 s]
/proc/loadavg: 3.94 3.98 3.70 5/385 5254
/proc/meminfo: memFree=24066708/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=61240 CPUtime=51.08 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 11642 0 0 0 5104 4 0 0 25 0 1 0 657585259 62709760 11351 33554432000 4194304 4394578 140737483295872 18446744073709551615 244446604020 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 15310 11351 266 49 0 12451 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61240

[startup+102.315 s]
/proc/loadavg: 3.97 3.98 3.72 5/385 5255
/proc/meminfo: memFree=24004200/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=72188 CPUtime=102.31 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 13935 0 0 0 10225 6 0 0 25 0 1 0 657585259 73920512 13644 33554432000 4194304 4394578 140737483295872 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 18047 13644 266 49 0 15188 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72188

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.73 5/385 5257
/proc/meminfo: memFree=23945644/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=92916 CPUtime=162.29 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 18794 0 0 0 16222 7 0 0 25 0 1 0 657585259 95145984 18503 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 23229 18503 266 49 0 20370 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92916

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.75 5/385 5259
/proc/meminfo: memFree=23893396/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=108472 CPUtime=222.29 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 22442 0 0 0 22221 8 0 0 25 0 1 0 657585259 111075328 22151 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 27118 22151 266 49 0 24259 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 108472

[startup+282.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/385 5260
/proc/meminfo: memFree=23866840/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=117956 CPUtime=282.3 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 24531 0 0 0 28220 10 0 0 25 0 1 0 657585259 120786944 24240 33554432000 4194304 4394578 140737483295872 18446744073709551615 4309168 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 29489 24240 266 49 0 26630 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 117956

[startup+342.3 s]
/proc/loadavg: 4.16 4.03 3.79 5/385 5262
/proc/meminfo: memFree=23826892/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=135316 CPUtime=342.29 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 28668 0 0 0 34218 11 0 0 25 0 1 0 657585259 138563584 28377 33554432000 4194304 4394578 140737483295872 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 33829 28377 266 49 0 30970 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 135316

[startup+402.3 s]
/proc/loadavg: 4.18 4.06 3.81 5/385 5263
/proc/meminfo: memFree=23794636/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=144276 CPUtime=402.3 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 30941 0 0 0 40217 13 0 0 25 0 1 0 657585259 147738624 30650 33554432000 4194304 4394578 140737483295872 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 36069 30650 266 49 0 33210 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 144276

[startup+462.301 s]
/proc/loadavg: 4.10 4.06 3.82 5/385 5265
/proc/meminfo: memFree=23764472/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=154004 CPUtime=462.3 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 33172 0 0 0 46216 14 0 0 25 0 1 0 657585259 157700096 32881 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 38501 32881 266 49 0 35642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 154004

[startup+522.301 s]
/proc/loadavg: 4.11 4.06 3.84 5/385 5267
/proc/meminfo: memFree=23740164/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=157352 CPUtime=522.3 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 33826 0 0 0 52216 14 0 0 25 0 1 0 657585259 161128448 33535 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 39338 33535 266 49 0 36479 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 157352

[startup+582.301 s]
/proc/loadavg: 4.04 4.05 3.84 5/385 5268
/proc/meminfo: memFree=23714096/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=177360 CPUtime=582.31 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 38692 0 0 0 58215 16 0 0 25 0 1 0 657585259 181616640 38401 33554432000 4194304 4394578 140737483295872 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 44340 38401 266 49 0 41481 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 177360

[startup+642.301 s]
/proc/loadavg: 4.01 4.04 3.85 5/385 5270
/proc/meminfo: memFree=23683684/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=187284 CPUtime=642.32 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 41196 0 0 0 64214 18 0 0 25 0 1 0 657585259 191778816 40905 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 46821 40905 266 49 0 43962 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 187284

[startup+702.3 s]
/proc/loadavg: 4.00 4.03 3.85 5/385 5271
/proc/meminfo: memFree=23655764/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=189600 CPUtime=702.31 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 41696 0 0 0 70213 18 0 0 25 0 1 0 657585259 194150400 41405 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 47400 41405 266 49 0 44541 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 189600

[startup+762.314 s]
/proc/loadavg: 4.00 4.02 3.86 5/385 5273
/proc/meminfo: memFree=23630568/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=198556 CPUtime=762.33 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 43836 0 0 0 76213 20 0 0 25 0 1 0 657585259 203321344 43545 33554432000 4194304 4394578 140737483295872 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 49639 43545 266 49 0 46780 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 198556

[startup+822.301 s]
/proc/loadavg: 4.05 4.03 3.87 5/385 5275
/proc/meminfo: memFree=23599536/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=208572 CPUtime=822.32 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 46294 0 0 0 82211 21 0 0 25 0 1 0 657585259 213577728 46003 33554432000 4194304 4394578 140737483295872 18446744073709551615 4297184 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 52143 46003 266 49 0 49284 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 208572

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.88 5/385 5276
/proc/meminfo: memFree=23572236/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=220036 CPUtime=882.32 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 49075 0 0 0 88210 22 0 0 25 0 1 0 657585259 225316864 48784 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 55009 48784 266 49 0 52150 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 220036

[startup+942.301 s]
/proc/loadavg: 4.07 4.05 3.89 5/385 5278
/proc/meminfo: memFree=23543812/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=233552 CPUtime=942.32 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 52382 0 0 0 94208 24 0 0 25 0 1 0 657585259 239157248 52091 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 58388 52091 266 49 0 55529 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 233552

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.90 5/385 5279
/proc/meminfo: memFree=23519488/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=245800 CPUtime=1002.32 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 55375 0 0 0 100207 25 0 0 25 0 1 0 657585259 251699200 55084 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 61450 55084 266 49 0 58591 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 245800

[startup+1062.3 s]
/proc/loadavg: 4.09 4.05 3.91 5/385 5290
/proc/meminfo: memFree=23500216/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=249292 CPUtime=1062.33 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 56067 0 0 0 106207 26 0 0 25 0 1 0 657585259 255275008 55776 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 62323 55776 266 49 0 59464 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 249292

[startup+1122.3 s]
/proc/loadavg: 4.07 4.06 3.92 5/385 5292
/proc/meminfo: memFree=23476008/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=256772 CPUtime=1122.33 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 57760 0 0 0 112206 27 0 0 25 0 1 0 657585259 262934528 57469 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 64193 57469 266 49 0 61334 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 256772

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.92 5/385 5294
/proc/meminfo: memFree=23457880/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=267856 CPUtime=1182.33 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 60393 0 0 0 118205 28 0 0 25 0 1 0 657585259 274284544 60102 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 66964 60102 266 49 0 64105 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 267856

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.92 5/385 5298
/proc/meminfo: memFree=23440648/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=277572 CPUtime=1242.33 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 62544 0 0 0 124204 29 0 0 25 0 1 0 657585259 284233728 62253 33554432000 4194304 4394578 140737483295872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 69393 62253 266 49 0 66534 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 277572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.04 3.92 2/380 5302
/proc/meminfo: memFree=24017896/32951124 swapFree=44485764/67111528
[pid=5252] ppid=5250 vsize=286472 CPUtime=1300.04 cores=5,7
/proc/5252/stat : 5252 (SApperloT2010) R 5250 5252 5018 0 -1 4202496 64778 0 0 0 129973 31 0 0 25 0 1 0 657585259 293347328 64487 33554432000 4194304 4394578 140737483295872 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/5252/statm: 71618 64487 266 49 0 68759 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 286472

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.74
CPU system time (s): 0.320951
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 286472

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

runsolver used 4.88226 second user time and 11.3373 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 13:44:08
IDJOB=3379740
IDBENCH=83965
IDSOLVER=1862
FILE ID=node105/3379740-1305459848
RUNJOBID= node105-1305459848-5213
PBS_JOBID= 13324905
Free space on /tmp= 73572 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379740-1305459848/watcher-3379740-1305459848 -o /tmp/evaluation-result-3379740-1305459848/solver-3379740-1305459848 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379740-1305459848.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1639459392

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      24265052 kB
Buffers:        304496 kB
Cached:        6243000 kB
SwapCached:      39656 kB
Active:        1580792 kB
Inactive:      6826044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24265052 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            5208 kB
Writeback:           0 kB
AnonPages:     1826692 kB
Mapped:          15516 kB
Slab:           140268 kB
PageTables:      73248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91411276 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= 73576 MiB
End job on node105 at 2011-05-15 14:05:50