Trace number 3379748

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.05 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark919.536
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

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-3379748-1305460694/watcher-3379748-1305460694 -o /tmp/evaluation-result-3379748-1305460694/solver-3379748-1305460694 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379748-1305460694.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: 0.85 1.40 2.58 4/304 17792
/proc/meminfo: memFree=20681832/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=13012 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 622 0 0 0 0 0 0 0 25 0 1 0 657667586 13324288 562 33554432000 4194304 4394578 140736774846224 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 3253 562 247 49 0 394 0

[startup+0.0864161 s]
/proc/loadavg: 0.85 1.40 2.58 4/304 17792
/proc/meminfo: memFree=20681832/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=15476 CPUtime=0.08 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 1256 0 0 0 8 0 0 0 25 0 1 0 657667586 15847424 1195 33554432000 4194304 4394578 140736774846224 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 3869 1195 255 49 0 1010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15476

[startup+0.100416 s]
/proc/loadavg: 0.85 1.40 2.58 4/304 17792
/proc/meminfo: memFree=20681832/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=15620 CPUtime=0.09 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 1293 0 0 0 9 0 0 0 25 0 1 0 657667586 15994880 1195 33554432000 4194304 4394578 140736774846224 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 3905 1195 255 49 0 1046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15620

[startup+0.30038 s]
/proc/loadavg: 0.85 1.40 2.58 4/304 17792
/proc/meminfo: memFree=20681832/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=20484 CPUtime=0.29 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 2621 0 0 0 28 1 0 0 25 0 1 0 657667586 20975616 2443 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 5121 2443 267 49 0 2262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20484

[startup+0.700319 s]
/proc/loadavg: 0.85 1.40 2.58 4/304 17792
/proc/meminfo: memFree=20681832/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=21940 CPUtime=0.69 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 2978 0 0 0 68 1 0 0 25 0 1 0 657667586 22466560 2800 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 5485 2801 267 49 0 2626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21940

[startup+1.50016 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20663992/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=23272 CPUtime=1.49 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 3293 0 0 0 148 1 0 0 25 0 1 0 657667586 23830528 3115 33554432000 4194304 4394578 140736774846224 18446744073709551615 4291813 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 5818 3115 267 49 0 2959 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23272

[startup+3.10088 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20658288/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=24988 CPUtime=3.09 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 3700 0 0 0 308 1 0 0 25 0 1 0 657667586 25587712 3522 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 6247 3522 267 49 0 3388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24988

[startup+6.30031 s]
/proc/loadavg: 1.10 1.44 2.59 5/305 17793
/proc/meminfo: memFree=20647232/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=27532 CPUtime=6.29 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 4275 0 0 0 628 1 0 0 25 0 1 0 657667586 28192768 4097 33554432000 4194304 4394578 140736774846224 18446744073709551615 4346569 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 6883 4097 267 49 0 4024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27532

[startup+12.7002 s]
/proc/loadavg: 1.33 1.49 2.60 5/305 17794
/proc/meminfo: memFree=20629176/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=30612 CPUtime=12.69 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 4927 0 0 0 1268 1 0 0 25 0 1 0 657667586 31346688 4749 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 7653 4749 267 49 0 4794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30612

[startup+25.5009 s]
/proc/loadavg: 1.92 1.61 2.62 5/305 17794
/proc/meminfo: memFree=20603152/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=34352 CPUtime=25.49 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 5746 0 0 0 2548 1 0 0 25 0 1 0 657667586 35176448 5568 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 8588 5568 267 49 0 5729 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34352

[startup+51.1004 s]
/proc/loadavg: 2.63 1.80 2.65 5/305 17795
/proc/meminfo: memFree=20553872/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=38976 CPUtime=51.09 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 6739 0 0 0 5107 2 0 0 25 0 1 0 657667586 39911424 6561 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 9744 6561 267 49 0 6885 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38976

[startup+102.311 s]
/proc/loadavg: 3.40 2.14 2.72 5/305 17796
/proc/meminfo: memFree=20470168/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=47880 CPUtime=102.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 8714 0 0 0 10228 2 0 0 25 0 1 0 657667586 49029120 8536 33554432000 4194304 4394578 140736774846224 18446744073709551615 4290847 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 11970 8536 267 49 0 9111 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47880

[startup+162.301 s]
/proc/loadavg: 3.78 2.47 2.80 5/305 17797
/proc/meminfo: memFree=20390400/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=54192 CPUtime=162.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 10002 0 0 0 16227 3 0 0 25 0 1 0 657667586 55492608 9824 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 13548 9824 267 49 0 10689 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 54192

[startup+222.301 s]
/proc/loadavg: 3.92 2.75 2.87 5/305 17808
/proc/meminfo: memFree=20288112/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=60480 CPUtime=222.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 11494 0 0 0 22226 4 0 0 25 0 1 0 657667586 61931520 11316 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 15120 11316 267 49 0 12261 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60480

[startup+282.3 s]
/proc/loadavg: 3.97 2.97 2.94 5/305 17810
/proc/meminfo: memFree=20233160/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=63936 CPUtime=282.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 12251 0 0 0 28226 4 0 0 25 0 1 0 657667586 65470464 12073 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 15984 12073 267 49 0 13125 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63936

[startup+342.301 s]
/proc/loadavg: 4.07 3.17 3.01 5/305 17811
/proc/meminfo: memFree=20132444/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=71312 CPUtime=342.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 13681 0 0 0 34225 5 0 0 25 0 1 0 657667586 73023488 13503 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 17828 13503 267 49 0 14969 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 71312

[startup+402.301 s]
/proc/loadavg: 4.13 3.35 3.08 6/305 17816
/proc/meminfo: memFree=20038328/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=76336 CPUtime=402.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 14723 0 0 0 40225 5 0 0 25 0 1 0 657667586 78168064 14545 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 19084 14545 267 49 0 16225 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 76336

[startup+462.3 s]
/proc/loadavg: 4.09 3.48 3.14 5/305 17817
/proc/meminfo: memFree=19959732/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=80804 CPUtime=462.3 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 15732 0 0 0 46224 6 0 0 25 0 1 0 657667586 82743296 15554 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 20201 15554 267 49 0 17342 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 80804

[startup+522.301 s]
/proc/loadavg: 4.11 3.60 3.20 5/305 17819
/proc/meminfo: memFree=19866964/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=84264 CPUtime=522.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 16554 0 0 0 52224 7 0 0 25 0 1 0 657667586 86286336 16376 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 21066 16376 267 49 0 18207 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 84264

[startup+582.301 s]
/proc/loadavg: 4.04 3.67 3.25 5/305 17821
/proc/meminfo: memFree=19825152/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=88368 CPUtime=582.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 17308 0 0 0 58224 7 0 0 25 0 1 0 657667586 90488832 17130 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 22092 17130 267 49 0 19233 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 88368

[startup+642.3 s]
/proc/loadavg: 4.01 3.73 3.29 5/305 17822
/proc/meminfo: memFree=19773928/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=91680 CPUtime=642.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 18026 0 0 0 64224 8 0 0 25 0 1 0 657667586 93880320 17848 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298829 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 22920 17848 267 49 0 20061 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 91680

[startup+702.301 s]
/proc/loadavg: 4.04 3.79 3.34 5/305 17824
/proc/meminfo: memFree=19684240/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=94580 CPUtime=702.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 18671 0 0 0 70223 8 0 0 25 0 1 0 657667586 96849920 18493 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 23645 18493 267 49 0 20786 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 94580

[startup+762.311 s]
/proc/loadavg: 4.06 3.84 3.38 5/305 17826
/proc/meminfo: memFree=19611564/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=96756 CPUtime=762.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 19146 0 0 0 76224 8 0 0 25 0 1 0 657667586 99078144 18968 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 24189 18968 267 49 0 21330 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 96756

[startup+822.3 s]
/proc/loadavg: 4.08 3.88 3.42 5/305 17827
/proc/meminfo: memFree=19523252/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=98036 CPUtime=822.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 19441 0 0 0 82223 8 0 0 25 0 1 0 657667586 100388864 19263 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 24509 19263 267 49 0 21650 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98036

[startup+882.301 s]
/proc/loadavg: 4.03 3.90 3.46 5/305 17829
/proc/meminfo: memFree=19437676/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=98676 CPUtime=882.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 19603 0 0 0 88222 9 0 0 25 0 1 0 657667586 101044224 19425 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 24669 19425 267 49 0 21810 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 98676

[startup+942.301 s]
/proc/loadavg: 4.09 3.94 3.50 5/305 17830
/proc/meminfo: memFree=19388548/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=100540 CPUtime=942.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 20040 0 0 0 94222 9 0 0 25 0 1 0 657667586 102952960 19862 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 25135 19862 267 49 0 22276 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 100540

[startup+1002.3 s]
/proc/loadavg: 4.09 3.97 3.53 5/305 17832
/proc/meminfo: memFree=19292800/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=101824 CPUtime=1002.31 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 20345 0 0 0 100222 9 0 0 25 0 1 0 657667586 104267776 20167 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298959 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 25456 20167 267 49 0 22597 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 101824

[startup+1062.3 s]
/proc/loadavg: 4.14 4.00 3.57 5/305 17833
/proc/meminfo: memFree=19223572/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=103100 CPUtime=1062.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 20615 0 0 0 106222 10 0 0 25 0 1 0 657667586 105574400 20437 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 25775 20437 267 49 0 22916 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 103100

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.59 5/305 17835
/proc/meminfo: memFree=19137860/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=104072 CPUtime=1122.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 20842 0 0 0 112222 10 0 0 25 0 1 0 657667586 106569728 20664 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 26018 20664 267 49 0 23159 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 104072

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.61 5/305 17837
/proc/meminfo: memFree=19058084/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=105220 CPUtime=1182.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 21096 0 0 0 118221 11 0 0 25 0 1 0 657667586 107745280 20918 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 26305 20918 267 49 0 23446 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 105220

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.64 5/305 17838
/proc/meminfo: memFree=19053724/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=106608 CPUtime=1242.32 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 21387 0 0 0 124221 11 0 0 25 0 1 0 657667586 109166592 21209 33554432000 4194304 4394578 140736774846224 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 26652 21209 267 49 0 23793 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 106608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.66 2/299 17843
/proc/meminfo: memFree=20611924/32951124 swapFree=66457188/67111528
[pid=17792] ppid=17790 vsize=107184 CPUtime=1300.03 cores=5,7
/proc/17792/stat : 17792 (SApperloT2010) R 17790 17792 17096 0 -1 4202496 21516 0 0 0 129992 11 0 0 25 0 1 0 657667586 109756416 21338 33554432000 4194304 4394578 140736774846224 18446744073709551615 4296400 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17792/statm: 26796 21338 267 49 0 23937 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 107184

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.93
CPU system time (s): 0.120981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 107184

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

runsolver used 3.54946 second user time and 8.29674 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:58:14
IDJOB=3379748
IDBENCH=85802
IDSOLVER=1862
FILE ID=node132/3379748-1305460694
RUNJOBID= node132-1305460693-17726
PBS_JOBID= 13324896
Free space on /tmp= 73368 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379748-1305460694/watcher-3379748-1305460694 -o /tmp/evaluation-result-3379748-1305460694/solver-3379748-1305460694 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379748-1305460694.cnf

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=1307789105

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      20681988 kB
Buffers:        300340 kB
Cached:        5902484 kB
SwapCached:       6904 kB
Active:        5533000 kB
Inactive:      6424460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20681988 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            2420 kB
Writeback:           0 kB
AnonPages:     5752660 kB
Mapped:          19860 kB
Slab:           223248 kB
PageTables:      25744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35320684 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= 73368 MiB
End job on node132 at 2011-05-15 14:19:56