Trace number 3379727

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_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3379727-1305459848/watcher-3379727-1305459848 -o /tmp/evaluation-result-3379727-1305459848/solver-3379727-1305459848 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379727-1305459848.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: 3.78 3.96 3.68 2/373 5231
/proc/meminfo: memFree=24293976/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=13420 CPUtime=0 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 694 0 0 0 0 0 0 0 18 0 1 0 657585242 13742080 634 33554432000 4194304 4394578 140733450872720 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 3355 635 247 49 0 496 0

[startup+0.056512 s]
/proc/loadavg: 3.78 3.96 3.68 2/373 5231
/proc/meminfo: memFree=24293976/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=16212 CPUtime=0.05 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 1391 0 0 0 5 0 0 0 18 0 1 0 657585242 16601088 1330 33554432000 4194304 4394578 140733450872720 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 4053 1330 255 49 0 1194 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.10053 s]
/proc/loadavg: 3.78 3.96 3.68 2/373 5231
/proc/meminfo: memFree=24293976/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=18000 CPUtime=0.09 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 2028 0 0 0 9 0 0 0 18 0 1 0 657585242 18432000 1787 33554432000 4194304 4394578 140733450872720 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 4500 1788 266 49 0 1641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18000

[startup+0.300499 s]
/proc/loadavg: 3.78 3.96 3.68 2/373 5231
/proc/meminfo: memFree=24293976/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=21452 CPUtime=0.29 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 2892 0 0 0 29 0 0 0 18 0 1 0 657585242 21966848 2651 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 5363 2651 266 49 0 2504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21452

[startup+0.70043 s]
/proc/loadavg: 3.78 3.96 3.68 2/373 5231
/proc/meminfo: memFree=24293976/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=25536 CPUtime=0.68 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 3883 0 0 0 68 0 0 0 18 0 1 0 657585242 26148864 3642 33554432000 4194304 4394578 140733450872720 18446744073709551615 4290879 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 6384 3642 266 49 0 3525 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25536

[startup+1.50029 s]
/proc/loadavg: 3.78 3.96 3.68 6/385 5253
/proc/meminfo: memFree=24232284/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=31832 CPUtime=1.49 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 5363 0 0 0 148 1 0 0 20 0 1 0 657585242 32595968 5122 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 7958 5122 266 49 0 5099 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31832

[startup+3.10099 s]
/proc/loadavg: 3.78 3.96 3.68 6/385 5253
/proc/meminfo: memFree=24221000/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=35136 CPUtime=3.09 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 6127 0 0 0 308 1 0 0 25 0 1 0 657585242 35979264 5886 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 8784 5886 266 49 0 5925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35136

[startup+6.30038 s]
/proc/loadavg: 3.80 3.96 3.69 6/385 5253
/proc/meminfo: memFree=24210464/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=40908 CPUtime=6.29 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 7364 0 0 0 628 1 0 0 25 0 1 0 657585242 41889792 7123 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 10227 7123 266 49 0 7368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40908

[startup+12.7012 s]
/proc/loadavg: 3.89 3.98 3.69 6/385 5253
/proc/meminfo: memFree=24181704/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=48892 CPUtime=12.69 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 8957 0 0 0 1268 1 0 0 25 0 1 0 657585242 50065408 8716 33554432000 4194304 4394578 140733450872720 18446744073709551615 4316278 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 12223 8716 266 49 0 9364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48892

[startup+25.5008 s]
/proc/loadavg: 3.92 3.98 3.70 6/385 5253
/proc/meminfo: memFree=24127524/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=58408 CPUtime=25.49 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 11141 0 0 0 2547 2 0 0 25 0 1 0 657585242 59809792 10900 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 14602 10900 266 49 0 11743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58408

[startup+51.101 s]
/proc/loadavg: 3.94 3.98 3.70 6/385 5254
/proc/meminfo: memFree=24066832/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=75780 CPUtime=51.09 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 14689 0 0 0 5107 2 0 0 25 0 1 0 657585242 77598720 14448 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 18945 14448 266 49 0 16086 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75780

[startup+102.315 s]
/proc/loadavg: 3.97 3.98 3.72 6/385 5255
/proc/meminfo: memFree=24003828/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=92040 CPUtime=102.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 18093 0 0 0 10228 3 0 0 25 0 1 0 657585242 94248960 17852 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 23010 17852 266 49 0 20151 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92040

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.73 6/385 5257
/proc/meminfo: memFree=23945644/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=101500 CPUtime=162.29 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 20072 0 0 0 16226 3 0 0 25 0 1 0 657585242 103936000 19831 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 25375 19831 266 49 0 22516 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101500

[startup+222.3 s]
/proc/loadavg: 3.99 3.98 3.75 6/385 5259
/proc/meminfo: memFree=23893396/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=111392 CPUtime=222.29 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 21992 0 0 0 22226 3 0 0 25 0 1 0 657585242 114065408 21751 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 27848 21751 266 49 0 24989 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111392

[startup+282.301 s]
/proc/loadavg: 4.07 4.01 3.77 6/385 5260
/proc/meminfo: memFree=23866840/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=114336 CPUtime=282.3 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 22669 0 0 0 28227 3 0 0 25 0 1 0 657585242 117080064 22428 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 28584 22428 266 49 0 25725 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114336

[startup+342.301 s]
/proc/loadavg: 4.16 4.03 3.79 6/385 5262
/proc/meminfo: memFree=23826892/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=126688 CPUtime=342.3 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 25071 0 0 0 34226 4 0 0 25 0 1 0 657585242 129728512 24830 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 31672 24830 266 49 0 28813 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126688

[startup+402.301 s]
/proc/loadavg: 4.18 4.06 3.81 6/385 5263
/proc/meminfo: memFree=23794636/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=130784 CPUtime=402.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 26008 0 0 0 40225 6 0 0 25 0 1 0 657585242 133922816 25767 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 32696 25767 266 49 0 29837 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 130784

[startup+462.301 s]
/proc/loadavg: 4.10 4.06 3.82 6/385 5265
/proc/meminfo: memFree=23764596/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=134176 CPUtime=462.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 26686 0 0 0 46225 6 0 0 25 0 1 0 657585242 137396224 26445 33554432000 4194304 4394578 140733450872720 18446744073709551615 4317907 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 33544 26445 266 49 0 30685 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134176

[startup+522.3 s]
/proc/loadavg: 4.11 4.06 3.84 6/385 5267
/proc/meminfo: memFree=23740164/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=142112 CPUtime=522.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 28382 0 0 0 52225 6 0 0 25 0 1 0 657585242 145522688 28141 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 35528 28141 266 49 0 32669 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 142112

[startup+582.3 s]
/proc/loadavg: 4.04 4.05 3.84 6/385 5268
/proc/meminfo: memFree=23714468/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=142880 CPUtime=582.3 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 28551 0 0 0 58224 6 0 0 25 0 1 0 657585242 146309120 28310 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 35720 28310 266 49 0 32861 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142880

[startup+642.301 s]
/proc/loadavg: 4.01 4.04 3.85 6/385 5270
/proc/meminfo: memFree=23683808/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=150176 CPUtime=642.32 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 29864 0 0 0 64225 7 0 0 25 0 1 0 657585242 153780224 29623 33554432000 4194304 4394578 140733450872720 18446744073709551615 4346589 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 37544 29623 266 49 0 34685 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 150176

[startup+702.301 s]
/proc/loadavg: 4.00 4.03 3.85 6/385 5271
/proc/meminfo: memFree=23655764/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=157216 CPUtime=702.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 31191 0 0 0 70224 7 0 0 25 0 1 0 657585242 160989184 30950 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 39304 30950 266 49 0 36445 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 157216

[startup+762.315 s]
/proc/loadavg: 4.00 4.02 3.86 6/385 5273
/proc/meminfo: memFree=23630568/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=161188 CPUtime=762.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 32063 0 0 0 76226 7 0 0 25 0 1 0 657585242 165056512 31822 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 40297 31822 266 49 0 37438 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 161188

[startup+822.301 s]
/proc/loadavg: 4.05 4.03 3.87 6/385 5275
/proc/meminfo: memFree=23599660/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=168104 CPUtime=822.31 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 33704 0 0 0 82224 7 0 0 25 0 1 0 657585242 172138496 33463 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 42026 33463 266 49 0 39167 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 168104

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.88 6/385 5276
/proc/meminfo: memFree=23572236/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=168616 CPUtime=882.32 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 33815 0 0 0 88224 8 0 0 25 0 1 0 657585242 172662784 33574 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 42154 33574 266 49 0 39295 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 168616

[startup+942.3 s]
/proc/loadavg: 4.07 4.05 3.89 6/385 5278
/proc/meminfo: memFree=23544308/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=170792 CPUtime=942.32 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 34253 0 0 0 94224 8 0 0 25 0 1 0 657585242 174891008 34012 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 42698 34012 266 49 0 39839 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 170792

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.90 6/385 5279
/proc/meminfo: memFree=23519488/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=171176 CPUtime=1002.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 34372 0 0 0 100224 9 0 0 25 0 1 0 657585242 175284224 34131 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 42794 34131 266 49 0 39935 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 171176

[startup+1062.3 s]
/proc/loadavg: 4.09 4.05 3.91 6/385 5290
/proc/meminfo: memFree=23500216/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=172968 CPUtime=1062.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 34697 0 0 0 106224 9 0 0 25 0 1 0 657585242 177119232 34456 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 43242 34456 266 49 0 40383 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 172968

[startup+1122.3 s]
/proc/loadavg: 4.07 4.06 3.92 6/385 5292
/proc/meminfo: memFree=23476132/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=175528 CPUtime=1122.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 35243 0 0 0 112224 9 0 0 25 0 1 0 657585242 179740672 35002 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 43882 35002 266 49 0 41023 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 175528

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.92 6/385 5294
/proc/meminfo: memFree=23457880/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=177836 CPUtime=1182.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 35740 0 0 0 118224 9 0 0 25 0 1 0 657585242 182104064 35499 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 44459 35499 266 49 0 41600 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 177836

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.92 6/385 5298
/proc/meminfo: memFree=23440648/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=178860 CPUtime=1242.33 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 36006 0 0 0 124224 9 0 0 25 0 1 0 657585242 183152640 35765 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 44715 35765 266 49 0 41856 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 178860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.04 3.92 6/385 5299
/proc/meminfo: memFree=23420672/32951124 swapFree=44485764/67111528
[pid=5231] ppid=5227 vsize=181172 CPUtime=1300.04 cores=0,2
/proc/5231/stat : 5231 (SApperloT2010) R 5227 5231 5018 0 -1 4202496 36467 0 0 0 129995 9 0 0 25 0 1 0 657585242 185520128 36226 33554432000 4194304 4394578 140733450872720 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5231/statm: 45293 36226 266 49 0 42434 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 181172

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36467
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= 24
involuntary context switches= 2704

runsolver used 5.2462 second user time and 11.0203 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 13:44:08
IDJOB=3379727
IDBENCH=83949
IDSOLVER=1862
FILE ID=node105/3379727-1305459848
RUNJOBID= node105-1305459848-5210
PBS_JOBID= 13324905
Free space on /tmp= 73580 MiB

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

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
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:      24294164 kB
Buffers:        304456 kB
Cached:        6237996 kB
SwapCached:      39656 kB
Active:        1551856 kB
Inactive:      6825044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24294164 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            1332 kB
Writeback:           0 kB
AnonPages:     1802260 kB
Mapped:          15104 kB
Slab:           140236 kB
PageTables:      73228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91328636 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= 73572 MiB
End job on node105 at 2011-05-15 14:05:50