Trace number 3379601

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.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3379601-1305461450/watcher-3379601-1305461450 -o /tmp/evaluation-result-3379601-1305461450/solver-3379601-1305461450 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379601-1305461450.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: 2.57 3.27 3.59 3/418 25817
/proc/meminfo: memFree=16447196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=16760 CPUtime=0 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 1081 0 0 0 0 0 0 0 24 0 1 0 657742721 17162240 1021 33554432000 4194304 4394578 140736301334880 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 4190 1021 247 49 0 1331 0

[startup+0.0182671 s]
/proc/loadavg: 2.57 3.27 3.59 3/418 25817
/proc/meminfo: memFree=16447196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=17816 CPUtime=0.01 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 1330 0 0 0 1 0 0 0 24 0 1 0 657742721 18243584 1270 33554432000 4194304 4394578 140736301334880 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 4454 1271 247 49 0 1595 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17816

[startup+0.100256 s]
/proc/loadavg: 2.57 3.27 3.59 3/418 25817
/proc/meminfo: memFree=16447196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=29168 CPUtime=0.08 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 4184 0 0 0 8 0 0 0 24 0 1 0 657742721 29868032 4124 33554432000 4194304 4394578 140736301334880 18446744073709551615 218905730816 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 7292 4128 247 49 0 4433 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29168

[startup+0.300218 s]
/proc/loadavg: 2.57 3.27 3.59 3/418 25817
/proc/meminfo: memFree=16447196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=37552 CPUtime=0.28 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 6272 0 0 0 25 3 0 0 25 0 1 0 657742721 38453248 6211 33554432000 4194304 4394578 140736301334880 18446744073709551615 218905755543 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 9388 6211 256 49 0 6529 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37552

[startup+0.700145 s]
/proc/loadavg: 2.57 3.27 3.59 3/418 25817
/proc/meminfo: memFree=16447196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=46328 CPUtime=0.68 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 9537 0 0 0 63 5 0 0 25 0 1 0 657742721 47439872 8412 33554432000 4194304 4394578 140736301334880 18446744073709551615 4292928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 11582 8412 267 49 0 8723 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46328

[startup+1.501 s]
/proc/loadavg: 2.68 3.28 3.59 5/429 25838
/proc/meminfo: memFree=16323364/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=56284 CPUtime=1.49 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 12002 0 0 0 143 6 0 0 25 0 1 0 657742721 57634816 10877 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298427 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 14071 10877 267 49 0 11212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56284

[startup+3.10071 s]
/proc/loadavg: 2.68 3.28 3.59 5/429 25838
/proc/meminfo: memFree=16281204/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=68392 CPUtime=3.09 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 14926 0 0 0 302 7 0 0 25 0 1 0 657742721 70033408 13801 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 17098 13801 267 49 0 14239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68392

[startup+6.30113 s]
/proc/loadavg: 2.68 3.28 3.59 5/429 25838
/proc/meminfo: memFree=16203580/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=86512 CPUtime=6.29 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 19213 0 0 0 621 8 0 0 25 0 1 0 657742721 88588288 18088 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 21628 18088 267 49 0 18769 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86512

[startup+12.701 s]
/proc/loadavg: 2.88 3.31 3.60 5/429 25839
/proc/meminfo: memFree=16115904/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=113188 CPUtime=12.69 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 25402 0 0 0 1260 9 0 0 25 0 1 0 657742721 115904512 24277 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 28297 24277 267 49 0 25438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113188

[startup+25.5007 s]
/proc/loadavg: 3.06 3.33 3.60 5/429 25839
/proc/meminfo: memFree=16002780/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=155956 CPUtime=25.49 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 35049 0 0 0 2538 11 0 0 25 0 1 0 657742721 159698944 33924 33554432000 4194304 4394578 140736301334880 18446744073709551615 4346547 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 38989 33924 267 49 0 36130 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155956

[startup+51.101 s]
/proc/loadavg: 3.38 3.38 3.61 5/429 25840
/proc/meminfo: memFree=15867896/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=182840 CPUtime=51.09 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 40946 0 0 0 5097 12 0 0 25 0 1 0 657742721 187228160 39821 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 45710 39821 267 49 0 42851 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 182840

[startup+102.316 s]
/proc/loadavg: 3.75 3.48 3.63 5/429 25841
/proc/meminfo: memFree=15695280/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=226444 CPUtime=102.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 50381 0 0 0 10217 14 0 0 25 0 1 0 657742721 231878656 49256 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 56611 49256 267 49 0 53752 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 226444

[startup+162.301 s]
/proc/loadavg: 3.95 3.59 3.66 5/429 25843
/proc/meminfo: memFree=15633984/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=251444 CPUtime=162.29 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 55554 0 0 0 16213 16 0 0 25 0 1 0 657742721 257478656 54429 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 62861 54429 267 49 0 60002 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 251444

[startup+222.301 s]
/proc/loadavg: 4.07 3.69 3.68 6/429 25844
/proc/meminfo: memFree=15563136/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=263608 CPUtime=222.29 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 58254 0 0 0 22211 18 0 0 25 0 1 0 657742721 269934592 57129 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 65902 57129 267 49 0 63043 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263608

[startup+282.3 s]
/proc/loadavg: 4.06 3.76 3.71 5/429 25846
/proc/meminfo: memFree=15509160/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=301136 CPUtime=282.29 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 66243 0 0 0 28209 20 0 0 25 0 1 0 657742721 308363264 65118 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 75284 65118 267 49 0 72425 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 301136

[startup+342.3 s]
/proc/loadavg: 4.08 3.82 3.73 5/429 25847
/proc/meminfo: memFree=15417732/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=316816 CPUtime=342.29 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 69541 0 0 0 34208 21 0 0 25 0 1 0 657742721 324419584 68416 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 79204 68416 267 49 0 76345 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 316816

[startup+402.301 s]
/proc/loadavg: 4.03 3.85 3.74 5/429 25849
/proc/meminfo: memFree=15364996/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=325396 CPUtime=402.3 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 71274 0 0 0 40208 22 0 0 25 0 1 0 657742721 333205504 70149 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 81349 70149 267 49 0 78490 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 325396

[startup+462.301 s]
/proc/loadavg: 4.01 3.87 3.75 5/429 25851
/proc/meminfo: memFree=15313352/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=336404 CPUtime=462.3 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 73465 0 0 0 46208 22 0 0 25 0 1 0 657742721 344477696 72340 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 84101 72340 267 49 0 81242 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 336404

[startup+522.301 s]
/proc/loadavg: 4.12 3.92 3.78 5/429 25852
/proc/meminfo: memFree=15286780/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=347604 CPUtime=522.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 75762 0 0 0 52208 23 0 0 25 0 1 0 657742721 355946496 74637 33554432000 4194304 4394578 140736301334880 18446744073709551615 4287236 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 86901 74637 267 49 0 84042 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 347604

[startup+582.301 s]
/proc/loadavg: 4.04 3.93 3.79 5/429 25854
/proc/meminfo: memFree=15253752/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=353876 CPUtime=582.3 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 77036 0 0 0 58207 23 0 0 25 0 1 0 657742721 362369024 75911 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 88469 75911 267 49 0 85610 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 353876

[startup+642.3 s]
/proc/loadavg: 4.01 3.94 3.80 5/429 25855
/proc/meminfo: memFree=15227044/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=358740 CPUtime=642.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 78198 0 0 0 64208 23 0 0 25 0 1 0 657742721 367349760 77073 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 89685 77073 267 49 0 86826 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 358740

[startup+702.3 s]
/proc/loadavg: 4.06 3.97 3.82 5/429 25857
/proc/meminfo: memFree=15199968/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=362708 CPUtime=702.3 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 78980 0 0 0 70207 23 0 0 25 0 1 0 657742721 371412992 77855 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 90677 77855 267 49 0 87818 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 362708

[startup+762.316 s]
/proc/loadavg: 4.15 4.00 3.83 5/429 25859
/proc/meminfo: memFree=15184408/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=367316 CPUtime=762.32 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 79926 0 0 0 76209 23 0 0 25 0 1 0 657742721 376131584 78801 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 91829 78801 267 49 0 88970 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 367316

[startup+822.301 s]
/proc/loadavg: 4.11 4.01 3.85 5/429 25860
/proc/meminfo: memFree=15169616/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=371412 CPUtime=822.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 80880 0 0 0 82207 24 0 0 25 0 1 0 657742721 380325888 79755 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 92853 79755 267 49 0 89994 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 371412

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.85 5/429 25862
/proc/meminfo: memFree=15147748/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=383488 CPUtime=882.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 83507 0 0 0 88206 25 0 0 25 0 1 0 657742721 392691712 82382 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 95872 82382 267 49 0 93013 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 383488

[startup+942.301 s]
/proc/loadavg: 4.04 4.02 3.86 5/429 25863
/proc/meminfo: memFree=15128356/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=390700 CPUtime=942.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 85252 0 0 0 94205 26 0 0 25 0 1 0 657742721 400076800 84127 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 97675 84127 267 49 0 94816 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 390700

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.87 5/429 25865
/proc/meminfo: memFree=15056896/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=457648 CPUtime=1002.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 99329 0 0 0 100203 28 0 0 25 0 1 0 657742721 468631552 98204 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 114412 98204 267 49 0 111553 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 457648

[startup+1062.3 s]
/proc/loadavg: 4.08 4.02 3.88 5/429 25867
/proc/meminfo: memFree=15000196/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=478128 CPUtime=1062.31 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 103473 0 0 0 106202 29 0 0 25 0 1 0 657742721 489603072 102348 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 119532 102348 267 49 0 116673 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 478128

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.89 5/429 25868
/proc/meminfo: memFree=14974368/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=483760 CPUtime=1122.32 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 104801 0 0 0 112202 30 0 0 25 0 1 0 657742721 495370240 103676 33554432000 4194304 4394578 140736301334880 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 120940 103676 267 49 0 118081 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 483760

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.89 5/429 25870
/proc/meminfo: memFree=14955732/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=490416 CPUtime=1182.32 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 106222 0 0 0 118202 30 0 0 25 0 1 0 657742721 502185984 105097 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 122604 105097 267 49 0 119745 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 490416

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.90 5/429 25871
/proc/meminfo: memFree=14934868/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=497072 CPUtime=1242.33 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 107634 0 0 0 124202 31 0 0 25 0 1 0 657742721 509001728 106509 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 124268 106509 267 49 0 121409 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 497072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.91 4/428 25874
/proc/meminfo: memFree=15080676/32951124 swapFree=65581060/67111528
[pid=25817] ppid=25815 vsize=498096 CPUtime=1300.04 cores=5,7
/proc/25817/stat : 25817 (SApperloT2010) R 25815 25817 25777 0 -1 4202496 107859 0 0 0 129973 31 0 0 25 0 1 0 657742721 510050304 106734 33554432000 4194304 4394578 140736301334880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/25817/statm: 124524 106734 267 49 0 121665 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 498096

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.74
CPU system time (s): 0.328949
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 498096

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

runsolver used 5.19321 second user time and 12.5701 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 14:10:50
IDJOB=3379601
IDBENCH=88225
IDSOLVER=1862
FILE ID=node137/3379601-1305461450
RUNJOBID= node137-1305461450-25798
PBS_JOBID= 13324925
Free space on /tmp= 73744 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379601-1305461450/watcher-3379601-1305461450 -o /tmp/evaluation-result-3379601-1305461450/solver-3379601-1305461450 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379601-1305461450.cnf

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=1903018226

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16447360 kB
Buffers:        308064 kB
Cached:        3989716 kB
SwapCached:      36320 kB
Active:        6311200 kB
Inactive:      9936968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16447360 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:            4856 kB
Writeback:           0 kB
AnonPages:    11924192 kB
Mapped:          25760 kB
Slab:           132848 kB
PageTables:      53432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106438228 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= 73740 MiB
End job on node137 at 2011-05-15 14:32:32