Trace number 3379608

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.08 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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379608-1305461458/watcher-3379608-1305461458 -o /tmp/evaluation-result-3379608-1305461458/solver-3379608-1305461458 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379608-1305461458.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: 4.00 3.34 2.68 5/348 21582
/proc/meminfo: memFree=18564272/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=21852 CPUtime=0 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 1767 0 0 0 0 0 0 0 24 0 1 0 657748219 22376448 1707 33554432000 4194304 4394578 140736300644336 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 5463 1707 247 49 0 2604 0

[startup+0.0989749 s]
/proc/loadavg: 4.00 3.34 2.68 5/348 21582
/proc/meminfo: memFree=18564272/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=34144 CPUtime=0.09 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 4859 0 0 0 9 0 0 0 24 0 1 0 657748219 34963456 4799 33554432000 4194304 4394578 140736300644336 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 8569 4800 247 49 0 5710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34144

[startup+0.10097 s]
/proc/loadavg: 4.00 3.34 2.68 5/348 21582
/proc/meminfo: memFree=18564272/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=34408 CPUtime=0.09 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 4924 0 0 0 9 0 0 0 24 0 1 0 657748219 35233792 4864 33554432000 4194304 4394578 140736300644336 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 8602 4865 247 49 0 5743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34408

[startup+0.300935 s]
/proc/loadavg: 4.00 3.34 2.68 5/348 21582
/proc/meminfo: memFree=18564272/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=65960 CPUtime=0.29 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 12808 0 0 0 27 2 0 0 25 0 1 0 657748219 67543040 12747 33554432000 4194304 4394578 140736300644336 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 16490 12747 256 49 0 13631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65960

[startup+0.700861 s]
/proc/loadavg: 4.00 3.34 2.68 5/348 21582
/proc/meminfo: memFree=18564272/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=65960 CPUtime=0.69 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 12808 0 0 0 65 4 0 0 25 0 1 0 657748219 67543040 12747 33554432000 4194304 4394578 140736300644336 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 16490 12747 256 49 0 13631 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65960

[startup+1.50071 s]
/proc/loadavg: 4.00 3.35 2.68 6/349 21583
/proc/meminfo: memFree=18513432/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=65960 CPUtime=1.49 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 12808 0 0 0 143 6 0 0 25 0 1 0 657748219 67543040 12747 33554432000 4194304 4394578 140736300644336 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 16490 12747 256 49 0 13631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65960

[startup+3.10041 s]
/proc/loadavg: 4.00 3.35 2.68 6/349 21584
/proc/meminfo: memFree=18512932/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=98156 CPUtime=3.09 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 22461 0 0 0 300 9 0 0 25 0 1 0 657748219 100511744 20166 33554432000 4194304 4394578 140736300644336 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 24539 20166 267 49 0 21680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98156

[startup+6.3008 s]
/proc/loadavg: 4.00 3.36 2.69 7/349 21584
/proc/meminfo: memFree=18465936/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=120364 CPUtime=6.29 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 27870 0 0 0 619 10 0 0 25 0 1 0 657748219 123252736 25575 33554432000 4194304 4394578 140736300644336 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 30091 25575 267 49 0 27232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120364

[startup+12.7006 s]
/proc/loadavg: 4.00 3.37 2.70 7/349 21584
/proc/meminfo: memFree=18432804/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=150840 CPUtime=12.69 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 35163 0 0 0 1258 11 0 0 25 0 1 0 657748219 154460160 32868 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 37710 32868 267 49 0 34851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150840

[startup+25.5012 s]
/proc/loadavg: 4.00 3.39 2.71 6/349 21584
/proc/meminfo: memFree=18391156/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=189856 CPUtime=25.49 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 44188 0 0 0 2535 14 0 0 25 0 1 0 657748219 194412544 41893 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 47464 41893 267 49 0 44605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189856

[startup+51.1003 s]
/proc/loadavg: 4.00 3.45 2.75 7/349 21585
/proc/meminfo: memFree=18308188/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=267216 CPUtime=51.09 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 61819 0 0 0 5090 19 0 0 25 0 1 0 657748219 273629184 59524 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 66804 59524 267 49 0 63945 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 267216

[startup+102.313 s]
/proc/loadavg: 4.06 3.55 2.82 7/349 21586
/proc/meminfo: memFree=18175500/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=376716 CPUtime=102.3 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 87089 0 0 0 10204 26 0 0 25 0 1 0 657748219 385757184 84794 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 94179 84794 267 49 0 91320 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 376716

[startup+162.3 s]
/proc/loadavg: 4.02 3.63 2.89 7/349 21588
/proc/meminfo: memFree=18096716/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=443104 CPUtime=162.3 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 101970 0 0 0 16198 32 0 0 25 0 1 0 657748219 453738496 99675 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 110776 99675 267 49 0 107917 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 443104

[startup+222.301 s]
/proc/loadavg: 4.05 3.71 2.96 6/349 21589
/proc/meminfo: memFree=18027220/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=472112 CPUtime=222.3 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 108289 0 0 0 22196 34 0 0 25 0 1 0 657748219 483442688 105994 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 118028 105994 267 49 0 115169 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 472112

[startup+282.301 s]
/proc/loadavg: 4.06 3.77 3.03 6/349 21591
/proc/meminfo: memFree=17954144/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=491852 CPUtime=282.29 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 112945 0 0 0 28194 35 0 0 25 0 1 0 657748219 503656448 110650 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 122963 110650 267 49 0 120104 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 491852

[startup+342.3 s]
/proc/loadavg: 4.11 3.84 3.10 7/349 21593
/proc/meminfo: memFree=17922976/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=508448 CPUtime=342.3 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 116478 0 0 0 34194 36 0 0 25 0 1 0 657748219 520650752 114183 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 127112 114183 267 49 0 124253 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 508448

[startup+402.301 s]
/proc/loadavg: 4.04 3.87 3.15 7/349 21594
/proc/meminfo: memFree=17848780/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=568104 CPUtime=402.3 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 129548 0 0 0 40191 39 0 0 25 0 1 0 657748219 581738496 127253 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 142026 127253 267 49 0 139167 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 568104

[startup+462.301 s]
/proc/loadavg: 4.01 3.89 3.20 7/349 21596
/proc/meminfo: memFree=17823308/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=589996 CPUtime=462.31 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 134223 0 0 0 46190 41 0 0 25 0 1 0 657748219 604155904 131928 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 147499 131928 267 49 0 144640 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 589996

[startup+522.3 s]
/proc/loadavg: 4.00 3.91 3.25 7/349 21597
/proc/meminfo: memFree=17789044/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=615292 CPUtime=522.31 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 139798 0 0 0 52188 43 0 0 25 0 1 0 657748219 630059008 137503 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 153823 137503 267 49 0 150964 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 615292

[startup+582.301 s]
/proc/loadavg: 4.00 3.92 3.29 6/349 21599
/proc/meminfo: memFree=17748076/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=630268 CPUtime=582.31 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 142969 0 0 0 58187 44 0 0 25 0 1 0 657748219 645394432 140674 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 157567 140674 267 49 0 154708 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 630268

[startup+642.3 s]
/proc/loadavg: 4.08 3.95 3.34 7/349 21601
/proc/meminfo: memFree=17721240/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=641984 CPUtime=642.32 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 145222 0 0 0 64188 44 0 0 25 0 1 0 657748219 657391616 142927 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 160496 142927 267 49 0 157637 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 641984

[startup+702.301 s]
/proc/loadavg: 4.03 3.95 3.38 7/349 21602
/proc/meminfo: memFree=17715116/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=648000 CPUtime=702.31 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 146379 0 0 0 70187 44 0 0 25 0 1 0 657748219 663552000 144084 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 162000 144084 267 49 0 159141 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 648000

[startup+762.313 s]
/proc/loadavg: 4.08 3.98 3.42 7/349 21604
/proc/meminfo: memFree=17670784/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=659648 CPUtime=762.33 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 148916 0 0 0 76188 45 0 0 25 0 1 0 657748219 675479552 146621 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 164912 146621 267 49 0 162053 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 659648

[startup+822.3 s]
/proc/loadavg: 4.09 3.99 3.46 7/349 21605
/proc/meminfo: memFree=17625616/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=677184 CPUtime=822.32 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 152568 0 0 0 82186 46 0 0 25 0 1 0 657748219 693436416 150273 33554432000 4194304 4394578 140736300644336 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 169296 150273 267 49 0 166437 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 677184

[startup+882.301 s]
/proc/loadavg: 3.40 3.85 3.44 3/337 21642
/proc/meminfo: memFree=18191824/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=684736 CPUtime=882.32 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 154210 0 0 0 88186 46 0 0 25 0 1 0 657748219 701169664 151915 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 171184 151915 267 49 0 168325 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 684736

[startup+942.301 s]
/proc/loadavg: 2.51 3.51 3.35 3/337 21644
/proc/meminfo: memFree=18169840/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=701380 CPUtime=942.32 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 157596 0 0 0 94185 47 0 0 25 0 1 0 657748219 718213120 155301 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 175345 155301 267 49 0 172486 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 701380

[startup+1002.3 s]
/proc/loadavg: 2.03 3.20 3.25 2/331 21663
/proc/meminfo: memFree=18838716/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=710212 CPUtime=1002.32 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 159451 0 0 0 100184 48 0 0 25 0 1 0 657748219 727257088 157156 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 177553 157156 267 49 0 174694 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 710212

[startup+1062.3 s]
/proc/loadavg: 1.38 2.79 3.11 2/331 21665
/proc/meminfo: memFree=18832736/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=716996 CPUtime=1062.33 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 161000 0 0 0 106184 49 0 0 25 0 1 0 657748219 734203904 158705 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 179249 158705 267 49 0 176390 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 716996

[startup+1122.3 s]
/proc/loadavg: 1.14 2.46 2.97 2/331 21666
/proc/meminfo: memFree=18830820/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=719556 CPUtime=1122.33 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 161525 0 0 0 112184 49 0 0 25 0 1 0 657748219 736825344 159230 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 179889 159230 267 49 0 177030 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 719556

[startup+1182.3 s]
/proc/loadavg: 1.05 2.20 2.84 2/331 21668
/proc/meminfo: memFree=18823332/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=727748 CPUtime=1182.33 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 163437 0 0 0 118183 50 0 0 25 0 1 0 657748219 745213952 161142 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 181937 161142 267 49 0 179078 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 727748

[startup+1242.3 s]
/proc/loadavg: 1.02 1.98 2.73 2/331 21670
/proc/meminfo: memFree=18821532/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=729796 CPUtime=1242.33 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 163887 0 0 0 124183 50 0 0 25 0 1 0 657748219 747311104 161592 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 182449 161592 267 49 0 179590 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 729796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 1.82 2.63 2/331 21671
/proc/meminfo: memFree=18817872/32951124 swapFree=57331800/67111528
[pid=21582] ppid=21580 vsize=732868 CPUtime=1300.05 cores=5,7
/proc/21582/stat : 21582 (SApperloT2010) R 21580 21582 20340 0 -1 4202496 164589 0 0 0 129954 51 0 0 25 0 1 0 657748219 750456832 162294 33554432000 4194304 4394578 140736300644336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/21582/statm: 183217 162294 267 49 0 180358 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 732868

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164589
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= 10
involuntary context switches= 892

runsolver used 3.9304 second user time and 9.91349 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 14:10:59
IDJOB=3379608
IDBENCH=88228
IDSOLVER=1862
FILE ID=node102/3379608-1305461458
RUNJOBID= node102-1305461022-21321
PBS_JOBID= 13324892
Free space on /tmp= 73628 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3379608-1305461458/watcher-3379608-1305461458 -o /tmp/evaluation-result-3379608-1305461458/solver-3379608-1305461458 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379608-1305461458.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=2060453863

node102.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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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.75
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.828
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.828
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:      18564552 kB
Buffers:         32580 kB
Cached:         684984 kB
SwapCached:      89916 kB
Active:        4916816 kB
Inactive:      9277964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18564552 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:            7524 kB
Writeback:           0 kB
AnonPages:    13398152 kB
Mapped:          15316 kB
Slab:            61676 kB
PageTables:      64672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64403724 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= 73640 MiB
End job on node102 at 2011-05-15 14:32:41