Trace number 3438433

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.765
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.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-3438433-1306884833/watcher-3438433-1306884833 -o /tmp/evaluation-result-3438433-1306884833/solver-3438433-1306884833 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438433-1306884833.cnf 

running on 4 cores: 0,2,4,6

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: 2.04 1.29 0.55 3/477 7487
/proc/meminfo: memFree=7170648/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=14292 CPUtime=0 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 816 0 0 0 0 0 0 0 25 0 1 0 780898672 14635008 756 33554432000 4194304 4394578 140735887325168 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 3573 756 248 49 0 714 0

[startup+0.0371531 s]
/proc/loadavg: 2.04 1.29 0.55 3/477 7487
/proc/meminfo: memFree=7170648/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=17988 CPUtime=0.03 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 1733 0 0 0 3 0 0 0 25 0 1 0 780898672 18419712 1673 33554432000 4194304 4394578 140735887325168 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 4497 1675 248 49 0 1638 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17988

[startup+0.101178 s]
/proc/loadavg: 2.04 1.29 0.55 3/477 7487
/proc/meminfo: memFree=7170648/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=19964 CPUtime=0.09 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 2264 0 0 0 9 0 0 0 25 0 1 0 780898672 20443136 2203 33554432000 4194304 4394578 140735887325168 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 4991 2203 256 49 0 2132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19964

[startup+0.301137 s]
/proc/loadavg: 2.04 1.29 0.55 3/477 7487
/proc/meminfo: memFree=7170648/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=26168 CPUtime=0.29 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 4131 0 0 0 28 1 0 0 25 0 1 0 780898672 26796032 3740 33554432000 4194304 4394578 140735887325168 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 6542 3740 267 49 0 3683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26168

[startup+0.701042 s]
/proc/loadavg: 2.04 1.29 0.55 3/477 7487
/proc/meminfo: memFree=7170648/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=30240 CPUtime=0.69 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 5157 0 0 0 68 1 0 0 25 0 1 0 780898672 30965760 4766 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 7560 4766 267 49 0 4701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30240

[startup+1.5009 s]
/proc/loadavg: 2.04 1.29 0.55 3/478 7488
/proc/meminfo: memFree=7149320/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=35852 CPUtime=1.49 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 6534 0 0 0 148 1 0 0 25 0 1 0 780898672 36712448 6143 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 8963 6143 267 49 0 6104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35852

[startup+3.10065 s]
/proc/loadavg: 2.04 1.29 0.55 3/478 7488
/proc/meminfo: memFree=7141136/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=45136 CPUtime=3.09 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 8772 0 0 0 308 1 0 0 25 0 1 0 780898672 46219264 8381 33554432000 4194304 4394578 140735887325168 18446744073709551615 4290847 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 11284 8381 267 49 0 8425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45136

[startup+6.30109 s]
/proc/loadavg: 2.03 1.31 0.56 3/478 7488
/proc/meminfo: memFree=7132464/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=48900 CPUtime=6.29 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 9641 0 0 0 628 1 0 0 25 0 1 0 780898672 50073600 9250 33554432000 4194304 4394578 140735887325168 18446744073709551615 4299016 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 12225 9250 267 49 0 9366 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48900

[startup+12.701 s]
/proc/loadavg: 2.03 1.32 0.57 3/478 7488
/proc/meminfo: memFree=7121288/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=57384 CPUtime=12.69 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 11569 0 0 0 1267 2 0 0 25 0 1 0 780898672 58761216 11178 33554432000 4194304 4394578 140735887325168 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 14346 11178 267 49 0 11487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57384

[startup+25.5007 s]
/proc/loadavg: 2.02 1.35 0.59 3/478 7489
/proc/meminfo: memFree=7107512/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=68468 CPUtime=25.49 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 14046 0 0 0 2547 2 0 0 25 0 1 0 780898672 70111232 13655 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 17117 13655 267 49 0 14258 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68468

[startup+51.1012 s]
/proc/loadavg: 2.01 1.40 0.63 3/478 7489
/proc/meminfo: memFree=7096552/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=80244 CPUtime=51.09 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 16655 0 0 0 5106 3 0 0 25 0 1 0 780898672 82169856 16264 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 20061 16264 267 49 0 17202 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80244

[startup+102.318 s]
/proc/loadavg: 2.00 1.49 0.70 3/478 7491
/proc/meminfo: memFree=7072988/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=97016 CPUtime=102.31 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 20112 0 0 0 10227 4 0 0 25 0 1 0 780898672 99344384 19721 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 24254 19721 267 49 0 21395 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 97016

[startup+162.301 s]
/proc/loadavg: 2.10 1.61 0.79 3/478 7492
/proc/meminfo: memFree=7047052/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=110640 CPUtime=162.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 22915 0 0 0 16225 5 0 0 25 0 1 0 780898672 113295360 22524 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 27660 22524 267 49 0 24801 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 110640

[startup+222.301 s]
/proc/loadavg: 2.11 1.71 0.87 3/478 7494
/proc/meminfo: memFree=7036112/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=117496 CPUtime=222.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 24376 0 0 0 22225 5 0 0 25 0 1 0 780898672 120315904 23985 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 29374 23985 267 49 0 26515 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117496

[startup+282.3 s]
/proc/loadavg: 2.04 1.76 0.94 3/478 7496
/proc/meminfo: memFree=7021464/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=133024 CPUtime=282.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 27808 0 0 0 28224 6 0 0 25 0 1 0 780898672 136216576 27417 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 33256 27417 267 49 0 30397 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 133024

[startup+342.301 s]
/proc/loadavg: 2.01 1.80 1.00 3/478 7497
/proc/meminfo: memFree=7010528/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=143840 CPUtime=342.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 30179 0 0 0 34223 7 0 0 25 0 1 0 780898672 147292160 29788 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 35960 29788 267 49 0 33101 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143840

[startup+402.301 s]
/proc/loadavg: 2.00 1.83 1.06 3/478 7499
/proc/meminfo: memFree=7003564/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=146752 CPUtime=402.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 30866 0 0 0 40223 7 0 0 25 0 1 0 780898672 150274048 30475 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 36688 30475 267 49 0 33829 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146752

[startup+462.301 s]
/proc/loadavg: 2.00 1.86 1.12 3/478 7500
/proc/meminfo: memFree=6997224/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=151488 CPUtime=462.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 31867 0 0 0 46223 7 0 0 25 0 1 0 780898672 155123712 31476 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 37872 31476 267 49 0 35013 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151488

[startup+522.301 s]
/proc/loadavg: 2.04 1.90 1.17 3/478 7502
/proc/meminfo: memFree=6987408/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=155788 CPUtime=522.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 32755 0 0 0 52222 8 0 0 25 0 1 0 780898672 159526912 32364 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 38947 32364 267 49 0 36088 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155788

[startup+582.3 s]
/proc/loadavg: 2.01 1.91 1.22 3/478 7504
/proc/meminfo: memFree=6973988/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=161820 CPUtime=582.3 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 34026 0 0 0 58222 8 0 0 25 0 1 0 780898672 165703680 33635 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 40455 33635 267 49 0 37596 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 161820

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 1.97 3/478 7608
/proc/meminfo: memFree=6754136/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=286164 CPUtime=4062.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 59940 0 0 0 406221 19 0 0 25 0 1 0 780898672 293031936 59549 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 71541 59549 267 49 0 68682 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 286164

[startup+4122.3 s]
/proc/loadavg: 2.11 2.03 1.98 3/478 7610
/proc/meminfo: memFree=6743684/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=287444 CPUtime=4122.39 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 60204 0 0 0 412219 20 0 0 25 0 1 0 780898672 294342656 59813 33554432000 4194304 4394578 140735887325168 18446744073709551615 4313524 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 71861 59813 267 49 0 69002 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 287444

[startup+4182.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/478 7612
/proc/meminfo: memFree=6741544/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=287960 CPUtime=4182.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 60321 0 0 0 418220 20 0 0 25 0 1 0 780898672 294871040 59930 33554432000 4194304 4394578 140735887325168 18446744073709551615 4290882 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 71990 59930 267 49 0 69131 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 287960

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/478 7613
/proc/meminfo: memFree=6740776/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=288984 CPUtime=4242.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 60481 0 0 0 424220 20 0 0 25 0 1 0 780898672 295919616 60090 33554432000 4194304 4394578 140735887325168 18446744073709551615 4341770 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 72246 60090 267 49 0 69387 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 288984

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/478 7615
/proc/meminfo: memFree=6739872/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=289176 CPUtime=4302.39 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 60532 0 0 0 430219 20 0 0 25 0 1 0 780898672 296116224 60141 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 72294 60141 267 49 0 69435 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 289176

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/478 7616
/proc/meminfo: memFree=6736488/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=292440 CPUtime=4362.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 61200 0 0 0 436220 20 0 0 25 0 1 0 780898672 299458560 60809 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 73110 60809 267 49 0 70251 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 292440

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/478 7618
/proc/meminfo: memFree=6732488/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=297560 CPUtime=4422.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 62237 0 0 0 442220 20 0 0 25 0 1 0 780898672 304701440 61846 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 74390 61846 267 49 0 71531 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 297560

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 7620
/proc/meminfo: memFree=6730476/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=299864 CPUtime=4482.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 62698 0 0 0 448220 20 0 0 25 0 1 0 780898672 307060736 62307 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 74966 62307 267 49 0 72107 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 299864

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 7621
/proc/meminfo: memFree=6723868/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=307928 CPUtime=4542.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 64257 0 0 0 454219 21 0 0 25 0 1 0 780898672 315318272 63866 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 76982 63866 267 49 0 74123 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 307928

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 7623
/proc/meminfo: memFree=6718500/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=313816 CPUtime=4602.41 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 65371 0 0 0 460220 21 0 0 25 0 1 0 780898672 321347584 64980 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 78454 64980 267 49 0 75595 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 313816

[startup+4662.3 s]
/proc/loadavg: 2.13 2.03 1.99 3/478 7624
/proc/meminfo: memFree=6715492/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=316632 CPUtime=4662.4 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 65887 0 0 0 466219 21 0 0 25 0 1 0 780898672 324231168 65496 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 79158 65496 267 49 0 76299 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 316632

[startup+4722.32 s]
/proc/loadavg: 2.08 2.04 2.00 3/478 7654
/proc/meminfo: memFree=7003916/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=318680 CPUtime=4722.43 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 66259 0 0 0 472221 22 0 0 25 0 1 0 780898672 326328320 65868 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 79670 65868 267 49 0 76811 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 318680

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 7656
/proc/meminfo: memFree=6961416/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=321752 CPUtime=4782.41 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 66881 0 0 0 478219 22 0 0 25 0 1 0 780898672 329474048 66490 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 80438 66490 267 49 0 77579 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 321752

[startup+4842.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/478 7657
/proc/meminfo: memFree=6941920/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=325336 CPUtime=4842.41 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 67475 0 0 0 484219 22 0 0 25 0 1 0 780898672 333144064 67084 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 81334 67084 267 49 0 78475 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 325336

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 7659
/proc/meminfo: memFree=6909380/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=326872 CPUtime=4902.41 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 67815 0 0 0 490219 22 0 0 25 0 1 0 780898672 334716928 67424 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 81718 67424 267 49 0 78859 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 326872

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 7660
/proc/meminfo: memFree=6896200/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=329432 CPUtime=4962.41 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 68308 0 0 0 496219 22 0 0 25 0 1 0 780898672 337338368 67917 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 82358 67917 267 49 0 79499 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 329432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 7661
/proc/meminfo: memFree=6885504/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=329944 CPUtime=5000.02 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 68410 0 0 0 499980 22 0 0 25 0 1 0 780898672 337862656 68019 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 82486 68019 267 49 0 79627 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 329944

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.02 2.00 3/478 7661
/proc/meminfo: memFree=6885504/32951124 swapFree=67057928/67111528
[pid=7487] ppid=7485 vsize=329944 CPUtime=5000.02 cores=0,2,4,6
/proc/7487/stat : 7487 (SApperloT2010) R 7485 7487 7414 0 -1 4202496 68410 0 0 0 499980 22 0 0 25 0 1 0 780898672 337862656 68019 33554432000 4194304 4394578 140735887325168 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7487/statm: 82486 68019 267 49 0 79627 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 329944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.81
CPU system time (s): 0.237963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 329944

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

runsolver used 25.0242 second user time and 52.2651 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-01 01:33:54
IDJOB=3438433
IDBENCH=71337
IDSOLVER=1933
FILE ID=node140/3438433-1306884833
RUNJOBID= node140-1306884533-7432
PBS_JOBID= 13488436
Free space on /tmp= 57540 MiB

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

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1802097650

node140.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.833
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:       7170812 kB
Buffers:        226408 kB
Cached:       17748696 kB
SwapCached:       6932 kB
Active:       13545736 kB
Inactive:     11557804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7170812 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:     7126196 kB
Mapped:          38316 kB
Slab:           555688 kB
PageTables:      52492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141617720 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= 57540 MiB
End job on node140 at 2011-06-01 02:57:15