Trace number 3438498

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) 5000.07 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark114.827
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
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.1 (svn: 989)

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-3438498-1308500570/watcher-3438498-1308500570 -o /tmp/evaluation-result-3438498-1308500570/solver-3438498-1308500570 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438498-1308500570.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22224
/proc/meminfo: memFree=27534012/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=13636 CPUtime=0 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 647 0 0 0 0 0 0 0 22 0 1 0 961657768 13963264 585 33554432000 4194304 4394578 140734027668688 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 3409 586 247 49 0 550 0

[startup+0.0342739 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22224
/proc/meminfo: memFree=27534012/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=17724 CPUtime=0.03 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 1690 0 0 0 3 0 0 0 22 0 1 0 961657768 18149376 1628 33554432000 4194304 4394578 140734027668688 18446744073709551615 222921437893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 4431 1629 248 49 0 1572 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17724

[startup+0.100252 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22224
/proc/meminfo: memFree=27534012/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=19964 CPUtime=0.09 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 2259 0 0 0 8 1 0 0 22 0 1 0 961657768 20443136 2196 33554432000 4194304 4394578 140734027668688 18446744073709551615 222921801623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 4991 2196 256 49 0 2132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19964

[startup+0.300213 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22224
/proc/meminfo: memFree=27534012/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=26112 CPUtime=0.29 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 4116 0 0 0 28 1 0 0 23 0 1 0 961657768 26738688 3723 33554432000 4194304 4394578 140734027668688 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 6528 3723 267 49 0 3669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26112

[startup+0.700152 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22224
/proc/meminfo: memFree=27534012/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=30036 CPUtime=0.69 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 5113 0 0 0 68 1 0 0 25 0 1 0 961657768 30756864 4720 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 7509 4720 267 49 0 4650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30036

[startup+1.501 s]
/proc/loadavg: 1.00 1.04 1.35 3/178 22235
/proc/meminfo: memFree=27479936/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=35836 CPUtime=1.49 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 6521 0 0 0 148 1 0 0 25 0 1 0 961657768 36696064 6128 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 8959 6128 267 49 0 6100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35836

[startup+3.10071 s]
/proc/loadavg: 1.00 1.04 1.35 3/178 22235
/proc/meminfo: memFree=27461336/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=45616 CPUtime=3.09 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 8903 0 0 0 307 2 0 0 25 0 1 0 961657768 46710784 8510 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 11404 8510 267 49 0 8545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45616

[startup+6.30113 s]
/proc/loadavg: 1.08 1.06 1.35 3/178 22235
/proc/meminfo: memFree=27432088/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=48916 CPUtime=6.29 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 9680 0 0 0 627 2 0 0 25 0 1 0 961657768 50089984 9287 33554432000 4194304 4394578 140734027668688 18446744073709551615 4292801 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 12229 9287 267 49 0 9370 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48916

[startup+12.701 s]
/proc/loadavg: 1.15 1.07 1.36 3/178 22236
/proc/meminfo: memFree=27394864/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=56096 CPUtime=12.7 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 11297 0 0 0 1267 3 0 0 25 0 1 0 961657768 57442304 10904 33554432000 4194304 4394578 140734027668688 18446744073709551615 4335352 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 14024 10904 267 49 0 11165 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 56096

[startup+25.5006 s]
/proc/loadavg: 1.34 1.12 1.37 3/178 22236
/proc/meminfo: memFree=27363488/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=66416 CPUtime=25.49 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 13624 0 0 0 2546 3 0 0 25 0 1 0 961657768 68009984 13231 33554432000 4194304 4394578 140734027668688 18446744073709551615 4313480 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 16604 13231 267 49 0 13745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66416

[startup+51.1009 s]
/proc/loadavg: 1.56 1.19 1.38 3/178 22237
/proc/meminfo: memFree=27338852/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=78324 CPUtime=51.09 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 16168 0 0 0 5106 3 0 0 25 0 1 0 961657768 80203776 15775 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 19581 15775 267 49 0 16722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78324

[startup+102.307 s]
/proc/loadavg: 1.81 1.31 1.41 3/178 22238
/proc/meminfo: memFree=27288364/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=101724 CPUtime=102.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 21113 0 0 0 10226 4 0 0 25 0 1 0 961657768 104165376 20720 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 25431 20720 267 49 0 22572 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101724

[startup+162.301 s]
/proc/loadavg: 1.93 1.43 1.45 3/178 22240
/proc/meminfo: memFree=27250624/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=115668 CPUtime=162.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 23928 0 0 0 16225 5 0 0 25 0 1 0 961657768 118444032 23535 33554432000 4194304 4394578 140734027668688 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 28917 23535 267 49 0 26058 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 115668

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.48 3/178 22241
/proc/meminfo: memFree=27230496/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=124632 CPUtime=222.29 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 25784 0 0 0 22224 5 0 0 25 0 1 0 961657768 127623168 25391 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 31158 25391 267 49 0 28299 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 124632

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.51 3/178 22243
/proc/meminfo: memFree=27205428/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=136220 CPUtime=282.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 28216 0 0 0 28224 6 0 0 25 0 1 0 961657768 139489280 27823 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 34055 27823 267 49 0 31196 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136220

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.54 3/178 22244
/proc/meminfo: memFree=27185192/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=141828 CPUtime=342.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 29478 0 0 0 34224 6 0 0 25 0 1 0 961657768 145231872 29085 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 35457 29085 267 49 0 32598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141828

[startup+402.301 s]
/proc/loadavg: 2.07 1.75 1.57 3/178 22246
/proc/meminfo: memFree=27168680/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=145604 CPUtime=402.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 30239 0 0 0 40223 7 0 0 25 0 1 0 961657768 149098496 29846 33554432000 4194304 4394578 140734027668688 18446744073709551615 4296742 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 36401 29846 267 49 0 33542 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145604

[startup+462.301 s]
/proc/loadavg: 2.02 1.80 1.59 3/178 22248
/proc/meminfo: memFree=27155496/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=149604 CPUtime=462.3 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 31029 0 0 0 46223 7 0 0 25 0 1 0 961657768 153194496 30636 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 37401 30636 267 49 0 34542 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 149604

[startup+522.301 s]
/proc/loadavg: 2.01 1.83 1.61 3/178 22249
/proc/meminfo: memFree=27140824/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=154340 CPUtime=522.31 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 32050 0 0 0 52223 8 0 0 25 0 1 0 961657768 158044160 31657 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 38585 31657 267 49 0 35726 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 154340

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.64 3/178 22251
/proc/meminfo: memFree=27130252/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=156904 CPUtime=582.31 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 32560 0 0 0 58223 8 0 0 25 0 1 0 961657768 160669696 32167 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 39226 32167 267 49 0 36367 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 156904

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 22356
/proc/meminfo: memFree=26786212/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=298072 CPUtime=4062.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 61453 0 0 0 406224 18 0 0 25 0 1 0 961657768 305225728 61060 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 74518 61060 267 49 0 71659 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 298072

[startup+4122.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 22357
/proc/meminfo: memFree=26782088/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=301656 CPUtime=4122.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 62123 0 0 0 412224 18 0 0 25 0 1 0 961657768 308895744 61730 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 75414 61730 267 49 0 72555 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 301656

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 22359
/proc/meminfo: memFree=26776352/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=304472 CPUtime=4182.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 62704 0 0 0 418224 18 0 0 25 0 1 0 961657768 311779328 62311 33554432000 4194304 4394578 140734027668688 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 76118 62311 267 49 0 73259 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 304472

[startup+4242.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/178 22360
/proc/meminfo: memFree=26754748/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=311640 CPUtime=4242.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 64029 0 0 0 424224 18 0 0 25 0 1 0 961657768 319119360 63636 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 77910 63636 267 49 0 75051 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 311640

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 22362
/proc/meminfo: memFree=26748384/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=312408 CPUtime=4302.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 64252 0 0 0 430224 18 0 0 25 0 1 0 961657768 319905792 63859 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 78102 63859 267 49 0 75243 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 312408

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 22364
/proc/meminfo: memFree=26739280/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=316504 CPUtime=4362.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 65185 0 0 0 436224 18 0 0 25 0 1 0 961657768 324100096 64792 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 79126 64792 267 49 0 76267 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 316504

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22365
/proc/meminfo: memFree=26737516/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=317016 CPUtime=4422.42 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 65388 0 0 0 442224 18 0 0 25 0 1 0 961657768 324624384 64995 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 79254 64995 267 49 0 76395 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 317016

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22367
/proc/meminfo: memFree=26734500/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=321368 CPUtime=4482.43 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 66181 0 0 0 448224 19 0 0 25 0 1 0 961657768 329080832 65788 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 80342 65788 267 49 0 77483 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 321368

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22368
/proc/meminfo: memFree=26729260/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=327512 CPUtime=4542.43 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67353 0 0 0 454224 19 0 0 25 0 1 0 961657768 335372288 66960 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 81878 66960 267 49 0 79019 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 327512

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22370
/proc/meminfo: memFree=26725996/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4602.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67828 0 0 0 460225 19 0 0 25 0 1 0 961657768 337469440 67435 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67435 267 49 0 79531 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 329560

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22372
/proc/meminfo: memFree=26724832/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4662.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67836 0 0 0 466225 19 0 0 25 0 1 0 961657768 337469440 67443 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67443 267 49 0 79531 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 329560

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22373
/proc/meminfo: memFree=26722828/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4722.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67844 0 0 0 472225 19 0 0 25 0 1 0 961657768 337469440 67451 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67451 267 49 0 79531 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 329560

[startup+4782.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 22375
/proc/meminfo: memFree=26719944/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4782.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67845 0 0 0 478225 19 0 0 25 0 1 0 961657768 337469440 67452 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67452 267 49 0 79531 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 329560

[startup+4842.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 22376
/proc/meminfo: memFree=26717304/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4842.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67858 0 0 0 484225 19 0 0 25 0 1 0 961657768 337469440 67465 33554432000 4194304 4394578 140734027668688 18446744073709551615 4313537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67465 267 49 0 79531 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 329560

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 22378
/proc/meminfo: memFree=26717024/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4902.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67861 0 0 0 490225 19 0 0 25 0 1 0 961657768 337469440 67468 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67468 267 49 0 79531 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 329560

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22380
/proc/meminfo: memFree=26717348/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=4962.44 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67867 0 0 0 496225 19 0 0 25 0 1 0 961657768 337469440 67474 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67474 267 49 0 79531 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 329560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22381
/proc/meminfo: memFree=26717204/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=5000.05 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67876 0 0 0 499986 19 0 0 25 0 1 0 961657768 337469440 67483 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67483 267 49 0 79531 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 329560

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22381
/proc/meminfo: memFree=26717204/32951124 swapFree=67056696/67111528
[pid=22224] ppid=22222 vsize=329560 CPUtime=5000.05 cores=1,3,5,7
/proc/22224/stat : 22224 (SApperloT2010) R 22222 22224 21625 0 -1 4202496 67876 0 0 0 499986 19 0 0 25 0 1 0 961657768 337469440 67483 33554432000 4194304 4394578 140734027668688 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/22224/statm: 82390 67483 267 49 0 79531 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 329560

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.86
CPU system time (s): 0.209968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 329560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.86
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67876
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= 11
involuntary context switches= 13110

runsolver used 6.575 second user time and 16.4865 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-19 18:22:50
IDJOB=3438498
IDBENCH=71433
IDSOLVER=1933
FILE ID=node109/3438498-1308500570
RUNJOBID= node109-1308500570-22207
PBS_JOBID= 13608197
Free space on /tmp= 72884 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438498-1308500570/watcher-3438498-1308500570 -o /tmp/evaluation-result-3438498-1308500570/solver-3438498-1308500570 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438498-1308500570.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=714962514

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      27532348 kB
Buffers:        570384 kB
Cached:        4441524 kB
SwapCached:       8628 kB
Active:        1449940 kB
Inactive:      3584520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27532348 kB
SwapTotal:    67111528 kB
SwapFree:     67056696 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:       19712 kB
Mapped:          12788 kB
Slab:           320644 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191872 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= 72884 MiB
End job on node109 at 2011-06-19 19:46:12