Trace number 3438568

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.09 4999.93

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.874866
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
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: 977)

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-3438568-1306925663/watcher-3438568-1306925663 -o /tmp/evaluation-result-3438568-1306925663/solver-3438568-1306925663 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438568-1306925663.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: 0.94 1.03 1.29 2/521 9560
/proc/meminfo: memFree=21987352/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=13652 CPUtime=0 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 758 0 0 0 0 0 0 0 21 0 1 0 784981755 13979648 697 33554432000 4194304 4394578 140736882626224 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 3413 697 247 49 0 554 0

[startup+0.104812 s]
/proc/loadavg: 0.94 1.03 1.29 2/521 9560
/proc/meminfo: memFree=21987352/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=18344 CPUtime=0.1 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 2093 0 0 0 9 1 0 0 22 0 1 0 784981755 18784256 1859 33554432000 4194304 4394578 140736882626224 18446744073709551615 228095112225 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 4586 1859 267 49 0 1727 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18344

[startup+0.200788 s]
/proc/loadavg: 0.94 1.03 1.29 2/521 9560
/proc/meminfo: memFree=21987352/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=19800 CPUtime=0.19 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 2463 0 0 0 18 1 0 0 22 0 1 0 784981755 20275200 2229 33554432000 4194304 4394578 140736882626224 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 4950 2229 267 49 0 2091 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19800

[startup+0.30077 s]
/proc/loadavg: 0.94 1.03 1.29 2/521 9560
/proc/meminfo: memFree=21987352/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=20988 CPUtime=0.29 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 2761 0 0 0 28 1 0 0 22 0 1 0 784981755 21491712 2527 33554432000 4194304 4394578 140736882626224 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 5247 2527 267 49 0 2388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20988

[startup+0.7007 s]
/proc/loadavg: 0.94 1.03 1.29 2/521 9560
/proc/meminfo: memFree=21987352/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=24588 CPUtime=0.69 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 3661 0 0 0 68 1 0 0 24 0 1 0 784981755 25178112 3427 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 6147 3427 267 49 0 3288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24588

[startup+1.50055 s]
/proc/loadavg: 0.94 1.03 1.29 3/522 9561
/proc/meminfo: memFree=21958476/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=27656 CPUtime=1.49 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 4397 0 0 0 148 1 0 0 25 0 1 0 784981755 28319744 4163 33554432000 4194304 4394578 140736882626224 18446744073709551615 4346385 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 6914 4163 267 49 0 4055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27656

[startup+3.10026 s]
/proc/loadavg: 0.94 1.03 1.29 3/522 9561
/proc/meminfo: memFree=21955004/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=29736 CPUtime=3.09 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 4863 0 0 0 308 1 0 0 25 0 1 0 784981755 30449664 4629 33554432000 4194304 4394578 140736882626224 18446744073709551615 4335327 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 7434 4629 267 49 0 4575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29736

[startup+6.30067 s]
/proc/loadavg: 1.02 1.05 1.29 3/522 9561
/proc/meminfo: memFree=21947552/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=32464 CPUtime=6.29 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 5514 0 0 0 628 1 0 0 25 0 1 0 784981755 33243136 5280 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 8116 5280 267 49 0 5257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32464

[startup+12.7005 s]
/proc/loadavg: 1.10 1.06 1.29 3/522 9561
/proc/meminfo: memFree=21936488/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=38612 CPUtime=12.69 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 6914 0 0 0 1268 1 0 0 25 0 1 0 784981755 39538688 6680 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 9653 6680 267 49 0 6794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38612

[startup+25.5012 s]
/proc/loadavg: 1.30 1.11 1.31 3/522 9561
/proc/meminfo: memFree=21923616/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=45268 CPUtime=25.49 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 8368 0 0 0 2548 1 0 0 25 0 1 0 784981755 46354432 8134 33554432000 4194304 4394578 140736882626224 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 11317 8134 267 49 0 8458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45268

[startup+51.1005 s]
/proc/loadavg: 1.54 1.18 1.32 3/522 9562
/proc/meminfo: memFree=21911280/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=52816 CPUtime=51.1 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 9997 0 0 0 5108 2 0 0 25 0 1 0 784981755 54083584 9763 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 13204 9763 267 49 0 10345 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 52816

[startup+102.301 s]
/proc/loadavg: 1.80 1.30 1.36 3/522 9563
/proc/meminfo: memFree=21887556/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=62112 CPUtime=102.3 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 11955 0 0 0 10228 2 0 0 25 0 1 0 784981755 63602688 11721 33554432000 4194304 4394578 140736882626224 18446744073709551615 228095109863 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 15528 11721 267 49 0 12669 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62112

[startup+162.301 s]
/proc/loadavg: 2.08 1.46 1.40 3/522 9565
/proc/meminfo: memFree=21869180/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=73216 CPUtime=162.29 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 14363 0 0 0 16227 2 0 0 25 0 1 0 784981755 74973184 14129 33554432000 4194304 4394578 140736882626224 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 18304 14129 267 49 0 15445 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73216

[startup+222.32 s]
/proc/loadavg: 2.10 1.57 1.44 3/522 9567
/proc/meminfo: memFree=21863076/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=79176 CPUtime=222.32 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 15583 0 0 0 22229 3 0 0 25 0 1 0 784981755 81076224 15349 33554432000 4194304 4394578 140736882626224 18446744073709551615 4296381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 19794 15349 267 49 0 16935 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 79176

[startup+282.301 s]
/proc/loadavg: 2.04 1.65 1.48 3/522 9568
/proc/meminfo: memFree=21852132/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=86888 CPUtime=282.3 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 17201 0 0 0 28227 3 0 0 25 0 1 0 784981755 88973312 16967 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 21722 16967 267 49 0 18863 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86888

[startup+342.301 s]
/proc/loadavg: 2.01 1.71 1.50 3/522 9570
/proc/meminfo: memFree=21838952/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=93780 CPUtime=342.31 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 18728 0 0 0 34227 4 0 0 25 0 1 0 784981755 96030720 18494 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298411 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 23445 18494 267 49 0 20586 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 93780

[startup+402.301 s]
/proc/loadavg: 2.16 1.79 1.54 3/522 9580
/proc/meminfo: memFree=21828368/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=100168 CPUtime=402.31 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 20055 0 0 0 40227 4 0 0 25 0 1 0 784981755 102572032 19821 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 25042 19821 267 49 0 22183 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 100168

[startup+462.301 s]
/proc/loadavg: 2.20 1.86 1.58 3/522 9582
/proc/meminfo: memFree=21823168/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=103048 CPUtime=462.31 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 20602 0 0 0 46227 4 0 0 25 0 1 0 784981755 105521152 20368 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 25762 20368 267 49 0 22903 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 103048

[startup+522.301 s]
/proc/loadavg: 2.07 1.88 1.60 3/522 9583
/proc/meminfo: memFree=21816948/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=106760 CPUtime=522.31 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 21309 0 0 0 52227 4 0 0 25 0 1 0 784981755 109322240 21075 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 26690 21075 267 49 0 23831 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 106760

[startup+582.301 s]
/proc/loadavg: 2.02 1.90 1.63 3/522 9585
/proc/meminfo: memFree=21802788/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=113544 CPUtime=582.31 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 22704 0 0 0 58226 5 0 0 25 0 1 0 784981755 116269056 22470 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 28386 22470 267 49 0 25527 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 113544

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/522 9695
/proc/meminfo: memFree=21663368/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=201188 CPUtime=4002.41 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 40060 0 0 0 400230 11 0 0 25 0 1 0 784981755 206016512 39826 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 50297 39826 267 49 0 47438 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 201188

[startup+4062.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 9697
/proc/meminfo: memFree=21662412/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=202596 CPUtime=4062.42 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 40310 0 0 0 406231 11 0 0 25 0 1 0 784981755 207458304 40076 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 50649 40076 267 49 0 47790 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 202596

[startup+4122.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 9698
/proc/meminfo: memFree=21661876/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=202596 CPUtime=4122.42 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 40343 0 0 0 412231 11 0 0 25 0 1 0 784981755 207458304 40109 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 50649 40109 267 49 0 47790 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 202596

[startup+4182.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 9700
/proc/meminfo: memFree=21659848/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=204516 CPUtime=4182.45 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 40685 0 0 0 418233 12 0 0 25 0 1 0 784981755 209424384 40451 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 51129 40451 267 49 0 48270 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 204516

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 9702
/proc/meminfo: memFree=21656212/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=206312 CPUtime=4242.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 41039 0 0 0 424231 12 0 0 25 0 1 0 784981755 211263488 40805 33554432000 4194304 4394578 140736882626224 18446744073709551615 4313480 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 51578 40805 267 49 0 48719 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 206312

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/522 9703
/proc/meminfo: memFree=21652456/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=207080 CPUtime=4302.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 41178 0 0 0 430231 12 0 0 25 0 1 0 784981755 212049920 40944 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 51770 40944 267 49 0 48911 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 207080

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/522 9705
/proc/meminfo: memFree=21650304/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=208616 CPUtime=4362.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 41444 0 0 0 436231 12 0 0 25 0 1 0 784981755 213622784 41210 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 52154 41210 267 49 0 49295 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 208616

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 9707
/proc/meminfo: memFree=21646548/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=211064 CPUtime=4422.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42016 0 0 0 442231 12 0 0 25 0 1 0 784981755 216129536 41782 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 52766 41782 267 49 0 49907 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 211064

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/522 9708
/proc/meminfo: memFree=21644780/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=212600 CPUtime=4482.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42304 0 0 0 448231 12 0 0 25 0 1 0 784981755 217702400 42070 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 53150 42070 267 49 0 50291 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 212600

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 9710
/proc/meminfo: memFree=21642260/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=213624 CPUtime=4542.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42513 0 0 0 454231 12 0 0 25 0 1 0 784981755 218750976 42279 33554432000 4194304 4394578 140736882626224 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 53406 42279 267 49 0 50547 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 213624

[startup+4602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/522 9711
/proc/meminfo: memFree=21639740/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=214136 CPUtime=4602.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42641 0 0 0 460231 12 0 0 25 0 1 0 784981755 219275264 42407 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 53534 42407 267 49 0 50675 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 214136

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 9714
/proc/meminfo: memFree=21635856/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=214648 CPUtime=4662.43 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42772 0 0 0 466231 12 0 0 25 0 1 0 784981755 219799552 42538 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 53662 42538 267 49 0 50803 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 214648

[startup+4722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 9716
/proc/meminfo: memFree=21634328/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=215672 CPUtime=4722.45 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 42953 0 0 0 472233 12 0 0 25 0 1 0 784981755 220848128 42719 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 53918 42719 267 49 0 51059 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 215672

[startup+4782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/522 9717
/proc/meminfo: memFree=21632436/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=216440 CPUtime=4782.44 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 43109 0 0 0 478232 12 0 0 25 0 1 0 784981755 221634560 42875 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 54110 42875 267 49 0 51251 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 216440

[startup+4842.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/522 9719
/proc/meminfo: memFree=21632024/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=216440 CPUtime=4842.46 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 43109 0 0 0 484233 13 0 0 25 0 1 0 784981755 221634560 42875 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 54110 42875 267 49 0 51251 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 216440

[startup+4902.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/522 9721
/proc/meminfo: memFree=21631368/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=216952 CPUtime=4902.45 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 43191 0 0 0 490232 13 0 0 25 0 1 0 784981755 222158848 42957 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 54238 42957 267 49 0 51379 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 216952

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 9723
/proc/meminfo: memFree=21629468/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=217208 CPUtime=4962.45 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 43246 0 0 0 496232 13 0 0 25 0 1 0 784981755 222420992 43012 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 54302 43012 267 49 0 51443 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 217208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 2/521 9725
/proc/meminfo: memFree=21810000/32951124 swapFree=58800704/67111528
[pid=9560] ppid=9558 vsize=217464 CPUtime=5000.06 cores=1,3,5,7
/proc/9560/stat : 9560 (SApperloT2010) R 9558 9560 8575 0 -1 4202496 43296 0 0 0 499993 13 0 0 25 0 1 0 784981755 222683136 43062 33554432000 4194304 4394578 140736882626224 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9560/statm: 54366 43062 267 49 0 51507 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 217464

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): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4999.94
CPU system time (s): 0.141978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 217464

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

runsolver used 24.5343 second user time and 60.3758 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-01 12:54:23
IDJOB=3438568
IDBENCH=71576
IDSOLVER=1933
FILE ID=node142/3438568-1306925663
RUNJOBID= node142-1306925663-9541
PBS_JOBID= 13488478
Free space on /tmp= 73856 MiB

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

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=1318918128

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      21987632 kB
Buffers:        116368 kB
Cached:         178640 kB
SwapCached:      11420 kB
Active:        9078372 kB
Inactive:      1634072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21987632 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:    10414204 kB
Mapped:          32116 kB
Slab:           106208 kB
PageTables:      75192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145407628 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= 73856 MiB
End job on node142 at 2011-06-01 14:17:45