Trace number 3438438

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.95

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3438438-1306885168/watcher-3438438-1306885168 -o /tmp/evaluation-result-3438438-1306885168/solver-3438438-1306885168 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438438-1306885168.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: 2.02 1.77 0.98 2/446 26048
/proc/meminfo: memFree=5532168/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=17804 CPUtime=0 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 1280 0 0 0 0 0 0 0 25 0 1 0 800115622 18231296 1220 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 4451 1221 247 49 0 1592 0

[startup+0.0446719 s]
/proc/loadavg: 2.02 1.77 0.98 2/446 26048
/proc/meminfo: memFree=5532168/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=22556 CPUtime=0.04 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 2452 0 0 0 4 0 0 0 25 0 1 0 800115622 23097344 2392 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 5639 2393 247 49 0 2780 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22556

[startup+0.100645 s]
/proc/loadavg: 2.02 1.77 0.98 2/446 26048
/proc/meminfo: memFree=5532168/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=30080 CPUtime=0.09 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 4341 0 0 0 9 0 0 0 25 0 1 0 800115622 30801920 4281 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 7520 4281 247 49 0 4661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30080

[startup+0.30061 s]
/proc/loadavg: 2.02 1.77 0.98 2/446 26048
/proc/meminfo: memFree=5532168/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=40812 CPUtime=0.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 7040 0 0 0 26 3 0 0 25 0 1 0 800115622 41791488 6979 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 10203 6979 255 49 0 7344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40812

[startup+0.700537 s]
/proc/loadavg: 2.02 1.77 0.98 2/446 26048
/proc/meminfo: memFree=5532168/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=52796 CPUtime=0.69 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 11235 0 0 0 64 5 0 0 25 0 1 0 800115622 54063104 9980 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 13199 9981 266 49 0 10340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52796

[startup+1.50047 s]
/proc/loadavg: 2.02 1.77 0.98 3/447 26049
/proc/meminfo: memFree=5487792/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=63416 CPUtime=1.49 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 13883 0 0 0 143 6 0 0 25 0 1 0 800115622 64937984 12628 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 15854 12628 266 49 0 12995 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63416

[startup+3.10012 s]
/proc/loadavg: 2.02 1.77 0.98 3/447 26049
/proc/meminfo: memFree=5475144/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=76984 CPUtime=3.09 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 17270 0 0 0 303 6 0 0 25 0 1 0 800115622 78831616 16015 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 19246 16015 266 49 0 16387 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76984

[startup+6.30061 s]
/proc/loadavg: 2.02 1.78 0.98 3/447 26049
/proc/meminfo: memFree=5451832/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=97932 CPUtime=6.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 22450 0 0 0 622 7 0 0 25 0 1 0 800115622 100282368 21195 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 24483 21195 266 49 0 21624 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97932

[startup+12.7005 s]
/proc/loadavg: 2.02 1.78 0.99 3/447 26049
/proc/meminfo: memFree=5413748/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=131956 CPUtime=12.69 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 30717 0 0 0 1261 8 0 0 25 0 1 0 800115622 135122944 29462 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527777 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 32989 29462 266 49 0 30130 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131956

[startup+25.5002 s]
/proc/loadavg: 2.01 1.79 1.00 3/447 26049
/proc/meminfo: memFree=5360436/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=183328 CPUtime=25.49 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 43018 0 0 0 2539 10 0 0 25 0 1 0 800115622 187727872 41763 33554432000 4194304 4394578 140734551675376 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 45832 41763 266 49 0 42973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183328

[startup+51.1007 s]
/proc/loadavg: 2.06 1.82 1.03 3/447 26050
/proc/meminfo: memFree=5334984/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=207580 CPUtime=51.09 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 48683 0 0 0 5098 11 0 0 25 0 1 0 800115622 212561920 47428 33554432000 4194304 4394578 140734551675376 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 51895 47428 266 49 0 49036 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207580

[startup+102.317 s]
/proc/loadavg: 2.03 1.85 1.08 3/447 26051
/proc/meminfo: memFree=5294536/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=252076 CPUtime=102.3 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 58616 0 0 0 10217 13 0 0 25 0 1 0 800115622 258125824 57361 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 63019 57361 266 49 0 60160 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 252076

[startup+162.301 s]
/proc/loadavg: 2.01 1.87 1.14 3/447 26053
/proc/meminfo: memFree=5278868/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=270664 CPUtime=162.3 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 62560 0 0 0 16216 14 0 0 25 0 1 0 800115622 277159936 61305 33554432000 4194304 4394578 140734551675376 18446744073709551615 4346589 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 67666 61305 266 49 0 64807 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 270664

[startup+222.301 s]
/proc/loadavg: 2.00 1.89 1.19 3/447 26055
/proc/meminfo: memFree=5244976/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=305948 CPUtime=222.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 70550 0 0 0 22214 15 0 0 25 0 1 0 800115622 313290752 69295 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 76487 69295 266 49 0 73628 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 305948

[startup+282.301 s]
/proc/loadavg: 2.00 1.91 1.23 3/447 26056
/proc/meminfo: memFree=5225704/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=327272 CPUtime=282.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 75122 0 0 0 28213 16 0 0 25 0 1 0 800115622 335126528 73867 33554432000 4194304 4394578 140734551675376 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 81818 73867 266 49 0 78959 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 327272

[startup+342.3 s]
/proc/loadavg: 2.00 1.92 1.28 3/447 26058
/proc/meminfo: memFree=5203096/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=353384 CPUtime=342.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 80543 0 0 0 34212 17 0 0 25 0 1 0 800115622 361865216 79288 33554432000 4194304 4394578 140734551675376 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 88346 79288 266 49 0 85487 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 353384

[startup+402.301 s]
/proc/loadavg: 2.00 1.93 1.32 3/447 26059
/proc/meminfo: memFree=5183460/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=366060 CPUtime=402.29 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 83384 0 0 0 40211 18 0 0 25 0 1 0 800115622 374845440 82129 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 91515 82129 266 49 0 88656 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 366060

[startup+462.3 s]
/proc/loadavg: 2.06 1.96 1.37 3/447 26061
/proc/meminfo: memFree=5166796/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=382796 CPUtime=462.3 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 87029 0 0 0 46211 19 0 0 25 0 1 0 800115622 391983104 85774 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 95699 85774 266 49 0 92840 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 382796

[startup+522.301 s]
/proc/loadavg: 2.02 1.97 1.40 3/447 26062
/proc/meminfo: memFree=5160920/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=388944 CPUtime=522.3 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 88535 0 0 0 52210 20 0 0 25 0 1 0 800115622 398278656 87280 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 97236 87280 266 49 0 94377 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 388944

[startup+582.301 s]
/proc/loadavg: 2.08 2.00 1.45 3/447 26064
/proc/meminfo: memFree=5140164/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=408556 CPUtime=582.31 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 92991 0 0 0 58210 21 0 0 25 0 1 0 800115622 418361344 91736 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 102139 91736 266 49 0 99280 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 408556

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.06 2.05 2.00 3/447 26196
/proc/meminfo: memFree=4585252/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=714096 CPUtime=4062.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 159772 0 0 0 406200 40 0 0 25 0 1 0 800115622 731234304 158517 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 178524 158517 266 49 0 175665 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 714096

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 26197
/proc/meminfo: memFree=4581748/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=717556 CPUtime=4122.39 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 160593 0 0 0 412199 40 0 0 25 0 1 0 800115622 734777344 159338 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 179389 159338 266 49 0 176530 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 717556

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 26199
/proc/meminfo: memFree=4572292/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=720628 CPUtime=4182.39 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 161191 0 0 0 418199 40 0 0 25 0 1 0 800115622 737923072 159936 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 180157 159936 266 49 0 177298 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 720628

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 26201
/proc/meminfo: memFree=4557504/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=722484 CPUtime=4242.39 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 161574 0 0 0 424199 40 0 0 25 0 1 0 800115622 739823616 160319 33554432000 4194304 4394578 140734551675376 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 180621 160319 266 49 0 177762 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 722484

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 26202
/proc/meminfo: memFree=4542336/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=725300 CPUtime=4302.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 162191 0 0 0 430199 41 0 0 25 0 1 0 800115622 742707200 160936 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 181325 160936 266 49 0 178466 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 725300

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 26204
/proc/meminfo: memFree=4533376/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=727220 CPUtime=4362.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 162730 0 0 0 436199 41 0 0 25 0 1 0 800115622 744673280 161475 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 181805 161475 266 49 0 178946 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 727220

[startup+4422.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/447 26206
/proc/meminfo: memFree=4524296/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=728628 CPUtime=4422.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 162987 0 0 0 442199 41 0 0 25 0 1 0 800115622 746115072 161732 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 182157 161732 266 49 0 179298 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 728628

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/447 26207
/proc/meminfo: memFree=4508012/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=732212 CPUtime=4482.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 163686 0 0 0 448199 41 0 0 25 0 1 0 800115622 749785088 162431 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 183053 162431 266 49 0 180194 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 732212

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/447 26209
/proc/meminfo: memFree=4484788/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=735028 CPUtime=4542.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 164273 0 0 0 454199 41 0 0 25 0 1 0 800115622 752668672 163018 33554432000 4194304 4394578 140734551675376 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 183757 163018 266 49 0 180898 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 735028

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/447 26210
/proc/meminfo: memFree=4456600/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=740532 CPUtime=4602.41 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 165383 0 0 0 460200 41 0 0 25 0 1 0 800115622 758304768 164128 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 185133 164128 266 49 0 182274 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 740532

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/447 26212
/proc/meminfo: memFree=4453216/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=742580 CPUtime=4662.41 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 165794 0 0 0 466199 42 0 0 25 0 1 0 800115622 760401920 164539 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 185645 164539 266 49 0 182786 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 742580

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 26214
/proc/meminfo: memFree=4447848/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=748212 CPUtime=4722.42 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 167055 0 0 0 472200 42 0 0 25 0 1 0 800115622 766169088 165800 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 187053 165800 266 49 0 184194 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 748212

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 26215
/proc/meminfo: memFree=4443104/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=754356 CPUtime=4782.4 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 168409 0 0 0 478198 42 0 0 25 0 1 0 800115622 772460544 167154 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 188589 167154 266 49 0 185730 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 754356

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 26217
/proc/meminfo: memFree=4435008/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=763448 CPUtime=4842.41 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 170287 0 0 0 484198 43 0 0 25 0 1 0 800115622 781770752 169032 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 190862 169032 266 49 0 188003 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 763448

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 26227
/proc/meminfo: memFree=4432332/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=764856 CPUtime=4902.41 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 170618 0 0 0 490198 43 0 0 25 0 1 0 800115622 783212544 169363 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 191214 169363 266 49 0 188355 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 764856

[startup+4962.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/447 26229
/proc/meminfo: memFree=4431624/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=765368 CPUtime=4962.41 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 170704 0 0 0 496198 43 0 0 25 0 1 0 800115622 783736832 169449 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 191342 169449 266 49 0 188483 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 765368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 26230
/proc/meminfo: memFree=4430736/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=766520 CPUtime=5000.02 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 170883 0 0 0 499959 43 0 0 25 0 1 0 800115622 784916480 169628 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 191630 169628 266 49 0 188771 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 766520

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.04 2.02 2.00 3/447 26230
/proc/meminfo: memFree=4430736/32950928 swapFree=34365936/67111528
[pid=26048] ppid=26046 vsize=766520 CPUtime=5000.02 cores=1,3,5,7
/proc/26048/stat : 26048 (SApperloT2010) R 26046 26048 25939 0 -1 4202496 170883 0 0 0 499959 43 0 0 25 0 1 0 800115622 784916480 169628 33554432000 4194304 4394578 140734551675376 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/26048/statm: 191630 169628 266 49 0 188771 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 766520

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.07
CPU user time (s): 4999.6
CPU system time (s): 0.464929
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 766520

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

runsolver used 21.2558 second user time and 51.8981 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-01 01:39:29
IDJOB=3438438
IDBENCH=71345
IDSOLVER=1933
FILE ID=node120/3438438-1306885168
RUNJOBID= node120-1306884537-25958
PBS_JOBID= 13488456
Free space on /tmp= 9784 MiB

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

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=686272593

node120.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	: 5226.07
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.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.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.78
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5532324 kB
Buffers:         84696 kB
Cached:       26250100 kB
SwapCached:      12468 kB
Active:       11661404 kB
Inactive:     14804104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5532324 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:      128328 kB
Mapped:           9492 kB
Slab:           793544 kB
PageTables:      91432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105519168 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= 9784 MiB
End job on node120 at 2011-06-01 03:02:51