Trace number 3251573

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.08 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
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-3251573-1303584551/watcher-3251573-1303584551 -o /tmp/evaluation-result-3251573-1303584551/solver-3251573-1303584551 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3251573-1303584551.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.85 1.00 1.67 5/180 21351
/proc/meminfo: memFree=17426180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=20472 CPUtime=0 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 1501 0 0 0 0 0 0 0 20 0 1 0 450871024 20963328 1441 33554432000 4194304 4395502 140734648811584 18446744073709551615 220816236288 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 5118 1441 249 50 0 2258 0

[startup+0.0293299 s]
/proc/loadavg: 0.85 1.00 1.67 5/180 21351
/proc/meminfo: memFree=17426180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=23376 CPUtime=0.02 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 2214 0 0 0 2 0 0 0 20 0 1 0 450871024 23937024 2154 33554432000 4194304 4395502 140734648811584 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 5844 2155 249 50 0 2984 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23376

[startup+0.100322 s]
/proc/loadavg: 0.85 1.00 1.67 5/180 21351
/proc/meminfo: memFree=17426180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=32884 CPUtime=0.09 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 4610 0 0 0 8 1 0 0 20 0 1 0 450871024 33673216 4550 33554432000 4194304 4395502 140734648811584 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 8221 4551 249 50 0 5361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32884

[startup+0.300314 s]
/proc/loadavg: 0.85 1.00 1.67 5/180 21351
/proc/meminfo: memFree=17426180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=58692 CPUtime=0.28 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 11056 0 0 0 27 1 0 0 21 0 1 0 450871024 60100608 10995 33554432000 4194304 4395502 140734648811584 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 14673 10995 256 50 0 11813 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58692

[startup+0.700242 s]
/proc/loadavg: 0.85 1.00 1.67 5/180 21351
/proc/meminfo: memFree=17426180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=58692 CPUtime=0.69 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 11056 0 0 0 66 3 0 0 22 0 1 0 450871024 60100608 10995 33554432000 4194304 4395502 140734648811584 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 14673 10995 256 50 0 11813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58692

[startup+1.50108 s]
/proc/loadavg: 0.85 1.00 1.67 6/190 21369
/proc/meminfo: memFree=17276784/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=58692 CPUtime=1.49 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 11056 0 0 0 145 4 0 0 25 0 1 0 450871024 60100608 10995 33554432000 4194304 4395502 140734648811584 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 14673 10995 256 50 0 11813 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58692

[startup+3.10079 s]
/proc/loadavg: 0.85 1.00 1.67 6/190 21369
/proc/meminfo: memFree=17239956/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=90760 CPUtime=3.09 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 20785 0 0 0 304 5 0 0 25 0 1 0 450871024 92938240 18762 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 22690 18762 267 50 0 19830 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90760

[startup+6.30017 s]
/proc/loadavg: 1.10 1.05 1.68 6/190 21369
/proc/meminfo: memFree=17121048/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=119256 CPUtime=6.29 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 27639 0 0 0 623 6 0 0 25 0 1 0 450871024 122118144 25616 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 29814 25616 267 50 0 26954 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119256

[startup+12.701 s]
/proc/loadavg: 1.33 1.10 1.70 6/190 21369
/proc/meminfo: memFree=17013440/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=157268 CPUtime=12.69 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 36807 0 0 0 1261 8 0 0 25 0 1 0 450871024 161042432 34784 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 39317 34784 267 50 0 36457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157268

[startup+25.5006 s]
/proc/loadavg: 1.92 1.24 1.73 6/190 21369
/proc/meminfo: memFree=16880680/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=209380 CPUtime=25.49 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 49128 0 0 0 2538 11 0 0 25 0 1 0 450871024 214405120 47105 33554432000 4194304 4395502 140734648811584 18446744073709551615 4339104 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 52345 47105 267 50 0 49485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 209380

[startup+51.1009 s]
/proc/loadavg: 2.71 1.48 1.80 6/190 21370
/proc/meminfo: memFree=16677864/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=300012 CPUtime=51.09 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 70370 0 0 0 5092 17 0 0 25 0 1 0 450871024 307212288 68347 33554432000 4194304 4395502 140734648811584 18446744073709551615 4314443 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 75003 68347 267 50 0 72143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 300012

[startup+102.306 s]
/proc/loadavg: 3.44 1.86 1.91 6/190 21371
/proc/meminfo: memFree=16430236/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=413084 CPUtime=102.3 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 96754 0 0 0 10206 24 0 0 25 0 1 0 450871024 422998016 94731 33554432000 4194304 4395502 140734648811584 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 103271 94731 267 50 0 100411 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 413084

[startup+162.3 s]
/proc/loadavg: 3.79 2.25 2.04 6/190 21373
/proc/meminfo: memFree=16306716/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=428224 CPUtime=162.29 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 100366 0 0 0 16204 25 0 0 25 0 1 0 450871024 438501376 98343 33554432000 4194304 4395502 140734648811584 18446744073709551615 4347453 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 107056 98343 267 50 0 104196 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 428224

[startup+222.3 s]
/proc/loadavg: 3.92 2.56 2.16 6/190 21375
/proc/meminfo: memFree=16223612/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=444672 CPUtime=222.29 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 104310 0 0 0 22202 27 0 0 25 0 1 0 450871024 455344128 102287 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 111168 102287 267 50 0 108308 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 444672

[startup+282.3 s]
/proc/loadavg: 4.04 2.84 2.28 7/190 21376
/proc/meminfo: memFree=16165564/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=465948 CPUtime=282.3 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 108959 0 0 0 28201 29 0 0 25 0 1 0 450871024 477130752 106936 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 116487 106936 267 50 0 113627 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 465948

[startup+342.3 s]
/proc/loadavg: 4.01 3.05 2.38 6/190 21378
/proc/meminfo: memFree=16068820/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=507720 CPUtime=342.3 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 117797 0 0 0 34198 32 0 0 25 0 1 0 450871024 519905280 115774 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 126930 115774 267 50 0 124070 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 507720

[startup+402.3 s]
/proc/loadavg: 4.00 3.22 2.48 6/190 21379
/proc/meminfo: memFree=15954112/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=556972 CPUtime=402.31 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 128270 0 0 0 40196 35 0 0 25 0 1 0 450871024 570339328 126247 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 139243 126247 267 50 0 136383 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 556972

[startup+462.301 s]
/proc/loadavg: 4.00 3.36 2.57 6/190 21381
/proc/meminfo: memFree=15878328/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=578916 CPUtime=462.3 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 133008 0 0 0 46194 36 0 0 25 0 1 0 450871024 592809984 130985 33554432000 4194304 4395502 140734648811584 18446744073709551615 4339104 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 144729 130985 267 50 0 141869 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 578916

[startup+522.301 s]
/proc/loadavg: 4.00 3.47 2.66 6/190 21383
/proc/meminfo: memFree=15836652/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=591972 CPUtime=522.31 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 135804 0 0 0 52194 37 0 0 25 0 1 0 450871024 606179328 133781 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 147993 133781 267 50 0 145133 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 591972

[startup+582.301 s]
/proc/loadavg: 4.00 3.57 2.74 6/190 21384
/proc/meminfo: memFree=15797448/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=609808 CPUtime=582.31 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 139614 0 0 0 58193 38 0 0 25 0 1 0 450871024 624443392 137591 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 152452 137591 267 50 0 149592 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 609808

[startup+642.301 s]
/proc/loadavg: 4.05 3.66 2.82 6/190 21386
/proc/meminfo: memFree=15762096/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=628372 CPUtime=642.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 143329 0 0 0 64193 39 0 0 25 0 1 0 450871024 643452928 141306 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 157093 141306 267 50 0 154233 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 628372

[startup+702.301 s]
/proc/loadavg: 4.02 3.72 2.89 6/190 21387
/proc/meminfo: memFree=15727492/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=642832 CPUtime=702.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 146240 0 0 0 70192 40 0 0 25 0 1 0 450871024 658259968 144217 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 160708 144217 267 50 0 157848 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 642832

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.96 6/190 21398
/proc/meminfo: memFree=15694500/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=656592 CPUtime=762.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 148857 0 0 0 76191 41 0 0 25 0 1 0 450871024 672350208 146834 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 164148 146834 267 50 0 161288 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 656592

[startup+822.301 s]
/proc/loadavg: 4.04 3.82 3.02 6/190 21400
/proc/meminfo: memFree=15662116/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=662384 CPUtime=822.31 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 149998 0 0 0 82190 41 0 0 25 0 1 0 450871024 678281216 147975 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 165596 147975 267 50 0 162736 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 662384

[startup+882.301 s]
/proc/loadavg: 4.06 3.86 3.09 6/190 21401
/proc/meminfo: memFree=15645480/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=665712 CPUtime=882.31 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 150648 0 0 0 88190 41 0 0 25 0 1 0 450871024 681689088 148625 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 166428 148625 267 50 0 163568 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 665712

[startup+942.301 s]
/proc/loadavg: 4.02 3.89 3.14 6/190 21403
/proc/meminfo: memFree=15626112/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=670832 CPUtime=942.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 151723 0 0 0 94190 42 0 0 25 0 1 0 450871024 686931968 149700 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 167708 149700 267 50 0 164848 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 670832

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.19 6/190 21404
/proc/meminfo: memFree=15602532/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=674932 CPUtime=1002.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 152532 0 0 0 100190 42 0 0 25 0 1 0 450871024 691130368 150509 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 168733 150509 267 50 0 165873 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 674932

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.24 6/190 21406
/proc/meminfo: memFree=15576220/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=680308 CPUtime=1062.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 153535 0 0 0 106190 42 0 0 25 0 1 0 450871024 696635392 151512 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 170077 151512 267 50 0 167217 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 680308

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.29 6/190 21408
/proc/meminfo: memFree=15524236/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=721388 CPUtime=1122.32 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 162278 0 0 0 112188 44 0 0 25 0 1 0 450871024 738701312 160255 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 180347 160255 267 50 0 177487 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 721388

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.33 6/190 21409
/proc/meminfo: memFree=15497180/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=742300 CPUtime=1182.33 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 167077 0 0 0 118187 46 0 0 25 0 1 0 450871024 760115200 165054 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 185575 165054 267 50 0 182715 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 742300

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.37 6/190 21411
/proc/meminfo: memFree=15467528/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=749020 CPUtime=1242.33 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 168466 0 0 0 124187 46 0 0 25 0 1 0 450871024 766996480 166443 33554432000 4194304 4395502 140734648811584 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 187255 166443 267 50 0 184395 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 749020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.40 6/190 21412
/proc/meminfo: memFree=15453740/32951124 swapFree=67111528/67111528
[pid=21351] ppid=21349 vsize=755420 CPUtime=1300.04 cores=0,2
/proc/21351/stat : 21351 (SApperloT2010) R 21349 21351 20669 0 -1 4202496 169809 0 0 0 129958 46 0 0 25 0 1 0 450871024 773550080 167786 33554432000 4194304 4395502 140734648811584 18446744073709551615 4339104 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21351/statm: 188855 167786 267 50 0 185995 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 755420

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.08
CPU user time (s): 1299.59
CPU system time (s): 0.495924
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 755420

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

runsolver used 2.32864 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 20:49:11
IDJOB=3251573
IDBENCH=88226
IDSOLVER=1655
FILE ID=node147/3251573-1303584551
RUNJOBID= node147-1303584551-21326
PBS_JOBID= 13150341
Free space on /tmp= 72276 MiB

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

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
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:      17427576 kB
Buffers:       1729176 kB
Cached:       13183028 kB
SwapCached:          0 kB
Active:        7717668 kB
Inactive:      7263016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17427576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14052 kB
Writeback:           0 kB
AnonPages:       67584 kB
Mapped:          14876 kB
Slab:           480188 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   202136 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= 72272 MiB
End job on node147 at 2011-04-23 21:10:53