Trace number 3379611

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.04 1300.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 4.03 3.91 4/268 25655
/proc/meminfo: memFree=19746952/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=27836 CPUtime=0 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 2461 0 0 0 0 0 0 0 25 0 1 0 657716760 28504064 2401 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 6959 2402 247 49 0 4100 0

[startup+0.028895 s]
/proc/loadavg: 4.00 4.03 3.91 4/268 25655
/proc/meminfo: memFree=19746952/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=30212 CPUtime=0.02 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 3075 0 0 0 2 0 0 0 25 0 1 0 657716760 30937088 3015 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 7553 3016 247 49 0 4694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30212

[startup+0.100889 s]
/proc/loadavg: 4.00 4.03 3.91 4/268 25655
/proc/meminfo: memFree=19746952/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=38924 CPUtime=0.09 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 5229 0 0 0 9 0 0 0 25 0 1 0 657716760 39858176 5169 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 9731 5170 247 49 0 6872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38924

[startup+0.300899 s]
/proc/loadavg: 4.00 4.03 3.91 4/268 25655
/proc/meminfo: memFree=19746952/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=65052 CPUtime=0.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 11784 0 0 0 29 0 0 0 25 0 1 0 657716760 66613248 11724 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 16263 11725 247 49 0 13404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65052

[startup+0.700806 s]
/proc/loadavg: 4.00 4.03 3.91 4/268 25655
/proc/meminfo: memFree=19746952/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=104032 CPUtime=0.69 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 21541 0 0 0 66 3 0 0 25 0 1 0 657716760 106528768 21480 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 26008 21480 256 49 0 23149 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104032

[startup+1.50066 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25656
/proc/meminfo: memFree=19657660/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=104032 CPUtime=1.49 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 21541 0 0 0 145 4 0 0 25 0 1 0 657716760 106528768 21480 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 26008 21480 256 49 0 23149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104032

[startup+3.10034 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25656
/proc/meminfo: memFree=19654684/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=104032 CPUtime=3.09 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 21541 0 0 0 304 5 0 0 25 0 1 0 657716760 106528768 21480 33554432000 4194304 4394578 140736854513904 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 26008 21480 256 49 0 23149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104032

[startup+6.30079 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25656
/proc/meminfo: memFree=19611256/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=157728 CPUtime=6.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 37985 0 0 0 620 9 0 0 25 0 1 0 657716760 161513472 34058 33554432000 4194304 4394578 140736854513904 18446744073709551615 4288318 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 39432 34058 267 49 0 36573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 157728

[startup+12.7006 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25656
/proc/meminfo: memFree=19533440/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=214452 CPUtime=12.69 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 51913 0 0 0 1257 12 0 0 25 0 1 0 657716760 219598848 47986 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 53613 47986 267 49 0 50754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 214452

[startup+25.5003 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25656
/proc/meminfo: memFree=19425168/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=285684 CPUtime=25.49 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 69084 0 0 0 2535 14 0 0 25 0 1 0 657716760 292540416 65157 33554432000 4194304 4394578 140736854513904 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 71421 65157 267 49 0 68562 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 285684

[startup+51.1006 s]
/proc/loadavg: 4.00 4.02 3.91 5/269 25657
/proc/meminfo: memFree=19270696/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=386972 CPUtime=51.09 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 93300 0 0 0 5090 19 0 0 25 0 1 0 657716760 396259328 89373 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 96743 89373 267 49 0 93884 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 386972

[startup+102.31 s]
/proc/loadavg: 4.00 4.02 3.91 5/269 25658
/proc/meminfo: memFree=19051192/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=547524 CPUtime=102.3 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 131455 0 0 0 10203 27 0 0 25 0 1 0 657716760 560664576 127528 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 136881 127528 267 49 0 134022 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 547524

[startup+162.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25660
/proc/meminfo: memFree=18890936/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=703912 CPUtime=162.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 168636 0 0 0 16192 37 0 0 25 0 1 0 657716760 720805888 164709 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 175978 164709 267 49 0 173119 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 703912

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25689
/proc/meminfo: memFree=18696904/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=764132 CPUtime=222.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 183187 0 0 0 22187 42 0 0 25 0 1 0 657716760 782471168 179260 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 191033 179260 267 49 0 188174 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 764132

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25717
/proc/meminfo: memFree=18560688/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=771672 CPUtime=282.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 185168 0 0 0 28186 42 0 0 25 0 1 0 657716760 790192128 181241 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 192918 181241 267 49 0 190059 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 771672

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25719
/proc/meminfo: memFree=18381204/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=774744 CPUtime=342.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 186305 0 0 0 34186 43 0 0 25 0 1 0 657716760 793337856 182378 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 193686 182378 267 49 0 190827 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 774744

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 3.92 5/269 25720
/proc/meminfo: memFree=18269456/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=829164 CPUtime=402.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 199152 0 0 0 40183 46 0 0 25 0 1 0 657716760 849063936 195225 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 207291 195225 267 49 0 204432 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 829164

[startup+462.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/269 25722
/proc/meminfo: memFree=18200352/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=829164 CPUtime=462.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 199440 0 0 0 46183 46 0 0 25 0 1 0 657716760 849063936 195513 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 207291 195513 267 49 0 204432 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 829164

[startup+522.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/269 25724
/proc/meminfo: memFree=18151084/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=831164 CPUtime=522.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 200136 0 0 0 52182 46 0 0 25 0 1 0 657716760 851111936 196209 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 207791 196209 267 49 0 204932 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 831164

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.93 5/269 25725
/proc/meminfo: memFree=18101956/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=839996 CPUtime=582.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 201966 0 0 0 58181 47 0 0 25 0 1 0 657716760 860155904 198039 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 209999 198039 267 49 0 207140 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 839996

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/269 25727
/proc/meminfo: memFree=17988460/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=877876 CPUtime=642.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 210869 0 0 0 64180 49 0 0 25 0 1 0 657716760 898945024 206942 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 219469 206942 267 49 0 216610 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 877876

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/269 25728
/proc/meminfo: memFree=17954600/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=878140 CPUtime=702.29 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 210998 0 0 0 70180 49 0 0 25 0 1 0 657716760 899215360 207071 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 219535 207071 267 49 0 216676 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 878140

[startup+762.31 s]
/proc/loadavg: 4.25 4.07 3.95 5/269 25730
/proc/meminfo: memFree=17914896/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=884540 CPUtime=762.3 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 212196 0 0 0 76180 50 0 0 25 0 1 0 657716760 905768960 208269 33554432000 4194304 4394578 140736854513904 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 221135 208269 267 49 0 218276 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 884540

[startup+822.3 s]
/proc/loadavg: 4.13 4.07 3.95 5/269 25732
/proc/meminfo: memFree=17864400/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=895548 CPUtime=822.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 214445 0 0 0 82178 50 0 0 25 0 1 0 657716760 917041152 210518 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 223887 210518 267 49 0 221028 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 895548

[startup+882.301 s]
/proc/loadavg: 4.10 4.07 3.96 5/269 25733
/proc/meminfo: memFree=17817000/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=909628 CPUtime=882.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 217535 0 0 0 88177 51 0 0 25 0 1 0 657716760 931459072 213608 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 227407 213608 267 49 0 224548 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 909628

[startup+942.301 s]
/proc/loadavg: 4.09 4.07 3.96 5/269 25735
/proc/meminfo: memFree=17779280/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=926384 CPUtime=942.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 221439 0 0 0 94176 52 0 0 25 0 1 0 657716760 948617216 217512 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 231596 217512 267 49 0 228737 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 926384

[startup+1002.3 s]
/proc/loadavg: 4.10 4.07 3.97 5/269 25736
/proc/meminfo: memFree=17768208/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=926384 CPUtime=1002.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 221611 0 0 0 100176 52 0 0 25 0 1 0 657716760 948617216 217684 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 231596 217684 267 49 0 228737 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 926384

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.97 5/269 25738
/proc/meminfo: memFree=17694148/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=930492 CPUtime=1062.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 222540 0 0 0 106175 53 0 0 25 0 1 0 657716760 952823808 218613 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 232623 218613 267 49 0 229764 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 930492

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 3.97 5/269 25740
/proc/meminfo: memFree=17596652/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=938748 CPUtime=1122.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 224089 0 0 0 112175 53 0 0 25 0 1 0 657716760 961277952 220162 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 234687 220162 267 49 0 231828 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 938748

[startup+1182.3 s]
/proc/loadavg: 3.85 4.00 3.96 4/263 25759
/proc/meminfo: memFree=18994044/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=953084 CPUtime=1182.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 226762 0 0 0 118174 54 0 0 25 0 1 0 657716760 975958016 222835 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 238271 222835 267 49 0 235412 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 953084

[startup+1242.3 s]
/proc/loadavg: 3.31 3.81 3.89 4/263 25761
/proc/meminfo: memFree=18974784/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=969864 CPUtime=1242.28 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 230372 0 0 0 124173 55 0 0 25 0 1 0 657716760 993140736 226445 33554432000 4194304 4394578 140736854513904 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 242466 226445 267 49 0 239607 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 969864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.12 3.67 3.84 4/263 25762
/proc/meminfo: memFree=18961748/32951124 swapFree=67056788/67111528
[pid=25655] ppid=25653 vsize=969864 CPUtime=1299.99 cores=0,2
/proc/25655/stat : 25655 (SApperloT2010) R 25653 25655 25297 0 -1 4202496 230425 0 0 0 129944 55 0 0 25 0 1 0 657716760 993140736 226498 33554432000 4194304 4394578 140736854513904 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25655/statm: 242466 226498 267 49 0 239607 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 969864

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.05
CPU time (s): 1300.04
CPU user time (s): 1299.44
CPU system time (s): 0.593909
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 969864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230425
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= 9
involuntary context switches= 2221

runsolver used 3.51846 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:06:29
IDJOB=3379611
IDBENCH=88208
IDSOLVER=1862
FILE ID=node133/3379611-1305461188
RUNJOBID= node133-1305459696-25315
PBS_JOBID= 13324912
Free space on /tmp= 73556 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379611-1305461188/watcher-3379611-1305461188 -o /tmp/evaluation-result-3379611-1305461188/solver-3379611-1305461188 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379611-1305461188.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=144045870

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      19747232 kB
Buffers:        300548 kB
Cached:        4213608 kB
SwapCached:       8724 kB
Active:        9751852 kB
Inactive:      3163516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19747232 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           12896 kB
Writeback:           0 kB
AnonPages:     8398264 kB
Mapped:          22864 kB
Slab:           199864 kB
PageTables:      26044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 24420440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73652 MiB
End job on node133 at 2011-05-15 14:28:11