Trace number 3251661

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-03-04? (TO) 1300.07 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

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-3251661-1303584551/watcher-3251661-1303584551 -o /tmp/evaluation-result-3251661-1303584551/solver-3251661-1303584551 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3251661-1303584551.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.00 1.67 3/184 21358
/proc/meminfo: memFree=17413012/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=21512 CPUtime=0 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 1638 0 0 0 0 0 0 0 19 0 1 0 450871028 22028288 1578 33554432000 4194304 4395502 140734016653424 18446744073709551615 220816236288 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 5378 1578 249 50 0 2518 0

[startup+0.064494 s]
/proc/loadavg: 0.85 1.00 1.67 3/184 21358
/proc/meminfo: memFree=17413012/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=29436 CPUtime=0.05 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 3595 0 0 0 5 0 0 0 19 0 1 0 450871028 30142464 3535 33554432000 4194304 4395502 140734016653424 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 7359 3535 249 50 0 4499 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29436

[startup+0.100491 s]
/proc/loadavg: 0.85 1.00 1.67 3/184 21358
/proc/meminfo: memFree=17413012/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=35120 CPUtime=0.09 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 5035 0 0 0 8 1 0 0 19 0 1 0 450871028 35962880 4975 33554432000 4194304 4395502 140734016653424 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 8780 4976 249 50 0 5920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35120

[startup+0.300466 s]
/proc/loadavg: 0.85 1.00 1.67 3/184 21358
/proc/meminfo: memFree=17413012/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=66252 CPUtime=0.29 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 12817 0 0 0 27 2 0 0 20 0 1 0 450871028 67842048 12756 33554432000 4194304 4395502 140734016653424 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 16563 12756 256 50 0 13703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66252

[startup+0.700384 s]
/proc/loadavg: 0.85 1.00 1.67 3/184 21358
/proc/meminfo: memFree=17413012/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=66252 CPUtime=0.69 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 12817 0 0 0 63 6 0 0 20 0 1 0 450871028 67842048 12756 33554432000 4194304 4395502 140734016653424 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 16563 12756 256 50 0 13703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66252

[startup+1.50025 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17275296/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=66252 CPUtime=1.49 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 12817 0 0 0 140 9 0 0 23 0 1 0 450871028 67842048 12756 33554432000 4194304 4395502 140734016653424 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 16563 12756 256 50 0 13703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66252

[startup+3.10094 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17224704/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=99384 CPUtime=3.09 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 22705 0 0 0 298 11 0 0 25 0 1 0 450871028 101769216 20410 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 24846 20410 267 50 0 21986 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99384

[startup+6.30035 s]
/proc/loadavg: 1.10 1.05 1.68 5/190 21369
/proc/meminfo: memFree=17120304/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=121736 CPUtime=6.29 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 28125 0 0 0 617 12 0 0 25 0 1 0 450871028 124657664 25830 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 30434 25830 267 50 0 27574 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121736

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.70 5/190 21369
/proc/meminfo: memFree=17012944/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=152452 CPUtime=12.69 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 35488 0 0 0 1255 14 0 0 25 0 1 0 450871028 156110848 33193 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 38113 33193 267 50 0 35253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152452

[startup+25.5008 s]
/proc/loadavg: 1.92 1.24 1.73 5/190 21369
/proc/meminfo: memFree=16880432/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=190544 CPUtime=25.49 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 44315 0 0 0 2534 15 0 0 25 0 1 0 450871028 195117056 42020 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 47636 42020 267 50 0 44776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 190544

[startup+51.1011 s]
/proc/loadavg: 2.71 1.48 1.80 5/190 21370
/proc/meminfo: memFree=16677864/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=269908 CPUtime=51.09 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 62355 0 0 0 5089 20 0 0 25 0 1 0 450871028 276385792 60060 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 67477 60060 267 50 0 64617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 269908

[startup+102.307 s]
/proc/loadavg: 3.44 1.86 1.91 5/190 21371
/proc/meminfo: memFree=16430236/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=380068 CPUtime=102.29 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 87791 0 0 0 10202 27 0 0 25 0 1 0 450871028 389189632 85496 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 95017 85496 267 50 0 92157 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 380068

[startup+162.301 s]
/proc/loadavg: 3.79 2.25 2.04 5/190 21373
/proc/meminfo: memFree=16306592/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=445820 CPUtime=162.29 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 102528 0 0 0 16198 31 0 0 25 0 1 0 450871028 456519680 100233 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 111455 100233 267 50 0 108595 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 445820

[startup+222.301 s]
/proc/loadavg: 3.92 2.56 2.16 5/190 21375
/proc/meminfo: memFree=16223612/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=474028 CPUtime=222.3 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 108651 0 0 0 22197 33 0 0 25 0 1 0 450871028 485404672 106356 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 118507 106356 267 50 0 115647 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 474028

[startup+282.3 s]
/proc/loadavg: 4.04 2.84 2.28 5/190 21376
/proc/meminfo: memFree=16165564/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=492140 CPUtime=282.29 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 112936 0 0 0 28195 34 0 0 25 0 1 0 450871028 503951360 110641 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 123035 110641 267 50 0 120175 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 492140

[startup+342.3 s]
/proc/loadavg: 4.01 3.05 2.38 5/190 21378
/proc/meminfo: memFree=16068572/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=507288 CPUtime=342.3 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 116137 0 0 0 34195 35 0 0 25 0 1 0 450871028 519462912 113842 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 126822 113842 267 50 0 123962 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 507288

[startup+402.3 s]
/proc/loadavg: 4.00 3.22 2.48 5/190 21379
/proc/meminfo: memFree=15954112/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=568144 CPUtime=402.3 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 129480 0 0 0 40190 40 0 0 25 0 1 0 450871028 581779456 127185 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 142036 127185 267 50 0 139176 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 568144

[startup+462.3 s]
/proc/loadavg: 4.00 3.36 2.57 5/190 21381
/proc/meminfo: memFree=15878080/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=589776 CPUtime=462.3 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 134085 0 0 0 46189 41 0 0 25 0 1 0 450871028 603930624 131790 33554432000 4194304 4395502 140734016653424 18446744073709551615 4346998 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 147444 131790 267 50 0 144584 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 589776

[startup+522.3 s]
/proc/loadavg: 4.00 3.47 2.66 5/190 21383
/proc/meminfo: memFree=15836652/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=615584 CPUtime=522.31 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 139793 0 0 0 52188 43 0 0 25 0 1 0 450871028 630358016 137498 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 153896 137498 267 50 0 151036 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 615584

[startup+582.3 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 21384
/proc/meminfo: memFree=15797448/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=629860 CPUtime=582.31 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 142861 0 0 0 58187 44 0 0 25 0 1 0 450871028 644976640 140566 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 157465 140566 267 50 0 154605 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 629860

[startup+642.301 s]
/proc/loadavg: 4.05 3.66 2.82 5/190 21386
/proc/meminfo: memFree=15762096/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=642020 CPUtime=642.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 145234 0 0 0 64187 45 0 0 25 0 1 0 450871028 657428480 142939 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 160505 142939 267 50 0 157645 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 642020

[startup+702.301 s]
/proc/loadavg: 4.02 3.72 2.89 5/190 21387
/proc/meminfo: memFree=15727492/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=647524 CPUtime=702.31 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 146233 0 0 0 70186 45 0 0 25 0 1 0 450871028 663064576 143938 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 161881 143938 267 50 0 159021 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 647524

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.96 5/190 21398
/proc/meminfo: memFree=15694500/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=658660 CPUtime=762.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 148733 0 0 0 76186 46 0 0 25 0 1 0 450871028 674467840 146438 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 164665 146438 267 50 0 161805 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 658660

[startup+822.301 s]
/proc/loadavg: 4.04 3.82 3.02 5/190 21400
/proc/meminfo: memFree=15662116/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=676132 CPUtime=822.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 152401 0 0 0 82185 47 0 0 25 0 1 0 450871028 692359168 150106 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 169033 150106 267 50 0 166173 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 676132

[startup+882.301 s]
/proc/loadavg: 4.06 3.86 3.09 5/190 21401
/proc/meminfo: memFree=15645480/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=683556 CPUtime=882.31 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 154000 0 0 0 88184 47 0 0 25 0 1 0 450871028 699961344 151705 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 170889 151705 267 50 0 168029 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 683556

[startup+942.301 s]
/proc/loadavg: 4.02 3.89 3.14 5/190 21403
/proc/meminfo: memFree=15626112/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=694440 CPUtime=942.31 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 156260 0 0 0 94183 48 0 0 25 0 1 0 450871028 711106560 153965 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 173610 153965 267 50 0 170750 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 694440

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.19 5/190 21404
/proc/meminfo: memFree=15602532/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=708008 CPUtime=1002.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 158833 0 0 0 100183 49 0 0 25 0 1 0 450871028 725000192 156538 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 177002 156538 267 50 0 174142 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 708008

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.24 5/190 21406
/proc/meminfo: memFree=15576220/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=714664 CPUtime=1062.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 160373 0 0 0 106182 50 0 0 25 0 1 0 450871028 731815936 158078 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 178666 158078 267 50 0 175806 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 714664

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.29 5/190 21408
/proc/meminfo: memFree=15524236/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=717224 CPUtime=1122.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 161027 0 0 0 112182 50 0 0 25 0 1 0 450871028 734437376 158732 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 179306 158732 267 50 0 176446 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 717224

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.33 5/190 21409
/proc/meminfo: memFree=15497056/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=719784 CPUtime=1182.32 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 161520 0 0 0 118182 50 0 0 25 0 1 0 450871028 737058816 159225 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 179946 159225 267 50 0 177086 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 719784

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.37 5/190 21411
/proc/meminfo: memFree=15467528/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=727976 CPUtime=1242.33 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 163440 0 0 0 124182 51 0 0 25 0 1 0 450871028 745447424 161145 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 181994 161145 267 50 0 179134 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 727976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.40 4/190 21414
/proc/meminfo: memFree=16272620/32951124 swapFree=67111528/67111528
[pid=21358] ppid=21356 vsize=730024 CPUtime=1300.03 cores=5,7
/proc/21358/stat : 21358 (SApperloT2010) R 21356 21358 20669 0 -1 4202496 163873 0 0 0 129952 51 0 0 25 0 1 0 450871028 747544576 161578 33554432000 4194304 4395502 140734016653424 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21358/statm: 182506 161578 267 50 0 179646 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 730024

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.53
CPU system time (s): 0.546916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 730024

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

runsolver used 2.05369 second user time and 5.05023 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 20:49:11
IDJOB=3251661
IDBENCH=88228
IDSOLVER=1655
FILE ID=node147/3251661-1303584551
RUNJOBID= node147-1303584551-21329
PBS_JOBID= 13150341
Free space on /tmp= 72272 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251661-1303584551/watcher-3251661-1303584551 -o /tmp/evaluation-result-3251661-1303584551/solver-3251661-1303584551 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3251661-1303584551.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=780860126

node147.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.836
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.67
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.836
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.75
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      17414408 kB
Buffers:       1729180 kB
Cached:       13184576 kB
SwapCached:          0 kB
Active:        7736960 kB
Inactive:      7256836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17414408 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15216 kB
Writeback:           0 kB
AnonPages:       79612 kB
Mapped:          14876 kB
Slab:           480188 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249392 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= 72280 MiB
End job on node147 at 2011-04-23 21:10:53