Trace number 3251617

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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

running on 2 cores: 4,6

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/176 21347
/proc/meminfo: memFree=17427576/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=13788 CPUtime=0 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 668 0 0 0 0 0 0 0 22 0 1 0 450871024 14118912 608 33554432000 4194304 4395502 140733802939264 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 3447 609 249 50 0 587 0

[startup+0.0275769 s]
/proc/loadavg: 0.85 1.00 1.67 3/176 21347
/proc/meminfo: memFree=17427576/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=16956 CPUtime=0.01 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 1456 0 0 0 1 0 0 0 22 0 1 0 450871024 17362944 1396 33554432000 4194304 4395502 140733802939264 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 4239 1397 249 50 0 1379 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16956

[startup+0.100573 s]
/proc/loadavg: 0.85 1.00 1.67 3/176 21347
/proc/meminfo: memFree=17427576/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=19868 CPUtime=0.09 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 2209 0 0 0 8 1 0 0 22 0 1 0 450871024 20344832 2148 33554432000 4194304 4395502 140733802939264 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 4967 2148 255 50 0 2107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19868

[startup+0.300556 s]
/proc/loadavg: 0.85 1.00 1.67 3/176 21347
/proc/meminfo: memFree=17427576/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=26072 CPUtime=0.29 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 4096 0 0 0 28 1 0 0 23 0 1 0 450871024 26697728 3703 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 6518 3703 266 50 0 3658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26072

[startup+0.700479 s]
/proc/loadavg: 0.85 1.00 1.67 3/176 21347
/proc/meminfo: memFree=17427576/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=31120 CPUtime=0.69 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 5343 0 0 0 68 1 0 0 25 0 1 0 450871024 31866880 4950 33554432000 4194304 4395502 140733802939264 18446744073709551615 4288047 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 7780 4950 266 50 0 4920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31120

[startup+1.50033 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17277032/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=37576 CPUtime=1.49 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 6902 0 0 0 147 2 0 0 25 0 1 0 450871024 38477824 6509 33554432000 4194304 4395502 140733802939264 18446744073709551615 4297151 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 9394 6509 266 50 0 6534 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37576

[startup+3.10104 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17241568/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=48876 CPUtime=3.09 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 9669 0 0 0 307 2 0 0 25 0 1 0 450871024 50049024 9276 33554432000 4194304 4395502 140733802939264 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 12219 9276 266 50 0 9359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48876

[startup+6.30042 s]
/proc/loadavg: 1.10 1.05 1.68 5/190 21369
/proc/meminfo: memFree=17121172/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=59828 CPUtime=6.28 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 12135 0 0 0 625 3 0 0 25 0 1 0 450871024 61263872 11742 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 14957 11742 266 50 0 12097 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59828

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.70 5/190 21369
/proc/meminfo: memFree=17013440/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=65644 CPUtime=12.69 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 13518 0 0 0 1265 4 0 0 25 0 1 0 450871024 67219456 13125 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 16411 13125 266 50 0 13551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65644

[startup+25.5009 s]
/proc/loadavg: 1.92 1.24 1.73 5/190 21369
/proc/meminfo: memFree=16880680/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=77992 CPUtime=25.49 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 16208 0 0 0 2545 4 0 0 25 0 1 0 450871024 79863808 15815 33554432000 4194304 4395502 140733802939264 18446744073709551615 4339060 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 19498 15815 266 50 0 16638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77992

[startup+51.1012 s]
/proc/loadavg: 2.71 1.48 1.80 5/190 21370
/proc/meminfo: memFree=16677864/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=95852 CPUtime=51.08 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 19979 0 0 0 5104 4 0 0 25 0 1 0 450871024 98152448 19586 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 23963 19586 266 50 0 21103 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95852

[startup+102.307 s]
/proc/loadavg: 3.44 1.86 1.91 5/190 21371
/proc/meminfo: memFree=16430236/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=118432 CPUtime=102.3 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 24768 0 0 0 10224 6 0 0 25 0 1 0 450871024 121274368 24375 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 29608 24375 266 50 0 26748 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118432

[startup+162.301 s]
/proc/loadavg: 3.79 2.25 2.04 5/190 21373
/proc/meminfo: memFree=16306716/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=132936 CPUtime=162.29 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 27701 0 0 0 16223 6 0 0 25 0 1 0 450871024 136126464 27308 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 33234 27308 266 50 0 30374 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132936

[startup+222.301 s]
/proc/loadavg: 3.92 2.56 2.16 5/190 21375
/proc/meminfo: memFree=16223612/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=168924 CPUtime=222.3 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 35301 0 0 0 22222 8 0 0 25 0 1 0 450871024 172978176 34908 33554432000 4194304 4395502 140733802939264 18446744073709551615 4328551 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 42231 34908 266 50 0 39371 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 168924

[startup+282.301 s]
/proc/loadavg: 4.04 2.84 2.28 5/190 21376
/proc/meminfo: memFree=16165564/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=179932 CPUtime=282.29 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 37782 0 0 0 28221 8 0 0 25 0 1 0 450871024 184250368 37389 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 44983 37389 266 50 0 42123 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 179932

[startup+342.301 s]
/proc/loadavg: 4.01 3.05 2.38 5/190 21378
/proc/meminfo: memFree=16068820/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=189404 CPUtime=342.3 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 39512 0 0 0 34221 9 0 0 25 0 1 0 450871024 193949696 39119 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 47351 39119 266 50 0 44491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189404

[startup+402.3 s]
/proc/loadavg: 4.00 3.22 2.48 5/190 21379
/proc/meminfo: memFree=15954112/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=203100 CPUtime=402.29 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 42199 0 0 0 40220 9 0 0 25 0 1 0 450871024 207974400 41806 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 50775 41806 266 50 0 47915 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 203100

[startup+462.3 s]
/proc/loadavg: 4.00 3.36 2.57 5/190 21381
/proc/meminfo: memFree=15878328/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=236892 CPUtime=462.3 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 48729 0 0 0 46219 11 0 0 25 0 1 0 450871024 242577408 48336 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 59223 48336 266 50 0 56363 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 236892

[startup+522.3 s]
/proc/loadavg: 4.00 3.47 2.66 5/190 21383
/proc/meminfo: memFree=15836652/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=241884 CPUtime=522.3 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 49684 0 0 0 52219 11 0 0 25 0 1 0 450871024 247689216 49291 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 60471 49291 266 50 0 57611 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 241884

[startup+582.3 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 21384
/proc/meminfo: memFree=15797448/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=243676 CPUtime=582.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 50095 0 0 0 58219 12 0 0 25 0 1 0 450871024 249524224 49702 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 60919 49702 266 50 0 58059 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 243676

[startup+642.301 s]
/proc/loadavg: 4.05 3.66 2.82 5/190 21386
/proc/meminfo: memFree=15762096/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=249056 CPUtime=642.32 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 51103 0 0 0 64220 12 0 0 25 0 1 0 450871024 255033344 50710 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 62264 50710 266 50 0 59404 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 249056

[startup+702.301 s]
/proc/loadavg: 4.02 3.72 2.89 5/190 21387
/proc/meminfo: memFree=15727492/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=262112 CPUtime=702.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 53568 0 0 0 70218 13 0 0 25 0 1 0 450871024 268402688 53175 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299632 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 65528 53175 266 50 0 62668 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 262112

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.96 5/190 21398
/proc/meminfo: memFree=15694500/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=267872 CPUtime=762.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 54677 0 0 0 76218 13 0 0 25 0 1 0 450871024 274300928 54284 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 66968 54284 266 50 0 64108 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 267872

[startup+822.301 s]
/proc/loadavg: 4.04 3.82 3.02 5/190 21400
/proc/meminfo: memFree=15662116/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=277984 CPUtime=822.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 56417 0 0 0 82217 14 0 0 25 0 1 0 450871024 284655616 56024 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 69496 56024 266 50 0 66636 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 277984

[startup+882.301 s]
/proc/loadavg: 4.06 3.86 3.09 5/190 21401
/proc/meminfo: memFree=15645480/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=278240 CPUtime=882.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 56498 0 0 0 88217 14 0 0 25 0 1 0 450871024 284917760 56105 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 69560 56105 266 50 0 66700 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 278240

[startup+942.301 s]
/proc/loadavg: 4.02 3.89 3.14 5/190 21403
/proc/meminfo: memFree=15626112/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=282976 CPUtime=942.31 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 57381 0 0 0 94217 14 0 0 25 0 1 0 450871024 289767424 56988 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 70744 56988 266 50 0 67884 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 282976

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.19 5/190 21404
/proc/meminfo: memFree=15602532/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=286560 CPUtime=1002.32 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 58209 0 0 0 100217 15 0 0 25 0 1 0 450871024 293437440 57816 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 71640 57816 266 50 0 68780 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 286560

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.24 5/190 21406
/proc/meminfo: memFree=15576220/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=293220 CPUtime=1062.32 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 59525 0 0 0 106217 15 0 0 25 0 1 0 450871024 300257280 59132 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 73305 59132 266 50 0 70445 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 293220

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.29 5/190 21408
/proc/meminfo: memFree=15524236/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=296804 CPUtime=1122.32 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 60167 0 0 0 112217 15 0 0 25 0 1 0 450871024 303927296 59774 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 74201 59774 266 50 0 71341 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 296804

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.33 5/190 21409
/proc/meminfo: memFree=15497180/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=302948 CPUtime=1182.32 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 61349 0 0 0 118217 15 0 0 25 0 1 0 450871024 310218752 60956 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 75737 60956 266 50 0 72877 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 302948

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.37 5/190 21411
/proc/meminfo: memFree=15467528/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=305508 CPUtime=1242.33 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 61911 0 0 0 124218 15 0 0 25 0 1 0 450871024 312840192 61518 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 76377 61518 266 50 0 73517 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 305508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.40 5/190 21412
/proc/meminfo: memFree=15453740/32951124 swapFree=67111528/67111528
[pid=21347] ppid=21345 vsize=309092 CPUtime=1300.04 cores=4,6
/proc/21347/stat : 21347 (SApperloT2010) R 21345 21347 20669 0 -1 4202496 62706 0 0 0 129988 16 0 0 25 0 1 0 450871024 316510208 62313 33554432000 4194304 4395502 140733802939264 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21347/statm: 77273 62313 266 50 0 74413 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 309092

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.88
CPU system time (s): 0.173973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 309092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62706
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= 12
involuntary context switches= 1356

runsolver used 2.30365 second user time and 4.78427 second system time

The end

Launcher Data

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

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251617-1303584551/watcher-3251617-1303584551 -o /tmp/evaluation-result-3251617-1303584551/solver-3251617-1303584551 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3251617-1303584551.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
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:      17427732 kB
Buffers:       1729172 kB
Cached:       13183032 kB
SwapCached:          0 kB
Active:        7716896 kB
Inactive:      7263196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17427732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13664 kB
Writeback:           0 kB
AnonPages:       67584 kB
Mapped:          14488 kB
Slab:           480188 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191344 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