Trace number 3438473

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.12 4999.95

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
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-3438473-1306889538/watcher-3438473-1306889538 -o /tmp/evaluation-result-3438473-1306889538/solver-3438473-1306889538 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438473-1306889538.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 3/481 25996
/proc/meminfo: memFree=5760928/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=17276 CPUtime=0 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 1137 0 0 0 0 0 0 0 25 0 1 0 800553508 17690624 1076 33554432000 4194304 4394578 140733674602000 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 4319 1076 247 49 0 1460 0

[startup+0.060094 s]
/proc/loadavg: 1.92 2.00 1.99 3/481 25996
/proc/meminfo: memFree=5760928/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=22160 CPUtime=0.04 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 2374 0 0 0 4 0 0 0 25 0 1 0 800553508 22691840 2313 33554432000 4194304 4394578 140733674602000 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 5573 2315 247 49 0 2714 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22160

[startup+0.101084 s]
/proc/loadavg: 1.92 2.00 1.99 3/481 25996
/proc/meminfo: memFree=5760928/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=26780 CPUtime=0.08 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 3517 0 0 0 8 0 0 0 25 0 1 0 800553508 27422720 3456 33554432000 4194304 4394578 140733674602000 18446744073709551615 208080232192 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 6695 3456 247 49 0 3836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26780

[startup+0.301055 s]
/proc/loadavg: 1.92 2.00 1.99 3/481 25996
/proc/meminfo: memFree=5760928/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=40560 CPUtime=0.28 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 6981 0 0 0 25 3 0 0 25 0 1 0 800553508 41533440 6919 33554432000 4194304 4394578 140733674602000 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 10140 6919 255 49 0 7281 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40560

[startup+0.700986 s]
/proc/loadavg: 1.92 2.00 1.99 3/481 25996
/proc/meminfo: memFree=5760928/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=51728 CPUtime=0.68 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 10964 0 0 0 61 7 0 0 25 0 1 0 800553508 52969472 9708 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 12932 9708 266 49 0 10073 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51728

[startup+1.50076 s]
/proc/loadavg: 1.92 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5718048/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=62788 CPUtime=1.49 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 13716 0 0 0 141 8 0 0 25 0 1 0 800553508 64294912 12460 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 15697 12460 266 49 0 12838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62788

[startup+3.10045 s]
/proc/loadavg: 1.92 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5705276/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=77000 CPUtime=3.08 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 17270 0 0 0 300 8 0 0 25 0 1 0 800553508 78848000 16014 33554432000 4194304 4394578 140733674602000 18446744073709551615 4317073 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 19250 16014 266 49 0 16391 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 77000

[startup+6.30092 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5680828/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=98824 CPUtime=6.29 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 22673 0 0 0 620 9 0 0 25 0 1 0 800553508 101195776 21417 33554432000 4194304 4394578 140733674602000 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 24706 21417 266 49 0 21847 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98824

[startup+12.7007 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5644136/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=132640 CPUtime=12.69 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 30900 0 0 0 1258 11 0 0 25 0 1 0 800553508 135823360 29644 33554432000 4194304 4394578 140733674602000 18446744073709551615 4299424 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 33160 29644 266 49 0 30301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132640

[startup+25.5002 s]
/proc/loadavg: 1.95 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5592696/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=184644 CPUtime=25.48 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 43372 0 0 0 2534 14 0 0 25 0 1 0 800553508 189075456 42116 33554432000 4194304 4394578 140733674602000 18446744073709551615 4335389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 46161 42116 266 49 0 43302 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 184644

[startup+51.1003 s]
/proc/loadavg: 1.89 1.98 1.99 3/482 26026
/proc/meminfo: memFree=5856680/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=212172 CPUtime=51.08 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 49995 0 0 0 5093 15 0 0 25 0 1 0 800553508 217264128 48739 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 53043 48739 266 49 0 50184 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 212172

[startup+102.319 s]
/proc/loadavg: 2.09 2.02 2.00 3/482 26027
/proc/meminfo: memFree=5794424/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=255212 CPUtime=102.3 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 59758 0 0 0 10213 17 0 0 25 0 1 0 800553508 261337088 58502 33554432000 4194304 4394578 140733674602000 18446744073709551615 4349762 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 63803 58502 266 49 0 60944 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 255212

[startup+162.301 s]
/proc/loadavg: 2.09 2.03 2.00 3/482 26029
/proc/meminfo: memFree=5768972/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=274792 CPUtime=162.28 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 63971 0 0 0 16210 18 0 0 25 0 1 0 800553508 281387008 62715 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 68698 62715 266 49 0 65839 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 274792

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/482 26031
/proc/meminfo: memFree=5721584/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=314256 CPUtime=222.29 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 72841 0 0 0 22209 20 0 0 25 0 1 0 800553508 321798144 71585 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 78564 71585 266 49 0 75705 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 314256

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/482 26032
/proc/meminfo: memFree=5698844/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=333648 CPUtime=282.29 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 77316 0 0 0 28207 22 0 0 25 0 1 0 800553508 341655552 76060 33554432000 4194304 4394578 140733674602000 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 83412 76060 266 49 0 80553 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 333648

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26034
/proc/meminfo: memFree=5682288/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=349428 CPUtime=342.3 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 80595 0 0 0 34207 23 0 0 25 0 1 0 800553508 357814272 79339 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 87357 79339 266 49 0 84498 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 349428

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 26035
/proc/meminfo: memFree=5660036/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=368600 CPUtime=402.29 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 84570 0 0 0 40206 23 0 0 25 0 1 0 800553508 377446400 83314 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 92150 83314 266 49 0 89291 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 368600

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 26037
/proc/meminfo: memFree=5643116/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=384156 CPUtime=462.3 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 87964 0 0 0 46205 25 0 0 25 0 1 0 800553508 393375744 86708 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 96039 86708 266 49 0 93180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 384156

[startup+522.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/482 26039
/proc/meminfo: memFree=5629296/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=398068 CPUtime=522.3 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 90804 0 0 0 52204 26 0 0 25 0 1 0 800553508 407621632 89548 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 99517 89548 266 49 0 96658 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 398068

[startup+582.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/482 26049
/proc/meminfo: memFree=5620100/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=406524 CPUtime=582.3 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 92691 0 0 0 58204 26 0 0 25 0 1 0 800553508 416280576 91435 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 101631 91435 266 49 0 98772 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 406524

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26145
/proc/meminfo: memFree=5247804/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=745364 CPUtime=4062.45 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 165591 0 0 0 406197 48 0 0 25 0 1 0 800553508 763252736 164335 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 186341 164335 266 49 0 183482 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 745364

[startup+4122.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/482 26147
/proc/meminfo: memFree=5246640/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=746900 CPUtime=4122.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 165918 0 0 0 412196 48 0 0 25 0 1 0 800553508 764825600 164662 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 186725 164662 266 49 0 183866 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 746900

[startup+4182.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 26157
/proc/meminfo: memFree=5240044/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=749972 CPUtime=4182.45 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 166482 0 0 0 418196 49 0 0 25 0 1 0 800553508 767971328 165226 33554432000 4194304 4394578 140733674602000 18446744073709551615 4335341 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25996/statm: 187493 165226 266 49 0 184634 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 749972

[startup+4242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/482 26627
/proc/meminfo: memFree=5235028/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=754580 CPUtime=4242.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 167274 0 0 0 424195 49 0 0 25 0 1 0 800553508 772689920 166018 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 188645 166018 266 49 0 185786 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 754580

[startup+4302.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/482 26630
/proc/meminfo: memFree=5231132/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=759060 CPUtime=4302.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 168123 0 0 0 430195 49 0 0 25 0 1 0 800553508 777277440 166867 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 189765 166867 266 49 0 186906 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 759060

[startup+4362.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/482 26633
/proc/meminfo: memFree=5230756/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=759316 CPUtime=4362.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 168167 0 0 0 436195 49 0 0 25 0 1 0 800553508 777539584 166911 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 189829 166911 266 49 0 186970 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 759316

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 26635
/proc/meminfo: memFree=5228848/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=759572 CPUtime=4422.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 168239 0 0 0 442195 49 0 0 25 0 1 0 800553508 777801728 166983 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 189893 166983 266 49 0 187034 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 759572

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26636
/proc/meminfo: memFree=5222980/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=764820 CPUtime=4482.44 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 169383 0 0 0 448195 49 0 0 25 0 1 0 800553508 783175680 168127 33554432000 4194304 4394578 140733674602000 18446744073709551615 4313607 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 191205 168127 266 49 0 188346 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 764820

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26638
/proc/meminfo: memFree=5220076/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=767380 CPUtime=4542.45 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 169819 0 0 0 454195 50 0 0 25 0 1 0 800553508 785797120 168563 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 191845 168563 266 49 0 188986 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 767380

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26639
/proc/meminfo: memFree=5217940/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=768276 CPUtime=4602.47 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 169999 0 0 0 460197 50 0 0 25 0 1 0 800553508 786714624 168743 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 192069 168743 266 49 0 189210 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 768276

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26641
/proc/meminfo: memFree=5215044/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=770964 CPUtime=4662.45 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 170520 0 0 0 466195 50 0 0 25 0 1 0 800553508 789467136 169264 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 192741 169264 266 49 0 189882 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 770964

[startup+4722.32 s]
/proc/loadavg: 2.03 2.02 2.00 3/482 26643
/proc/meminfo: memFree=5210056/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=773908 CPUtime=4722.47 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 171154 0 0 0 472197 50 0 0 25 0 1 0 800553508 792481792 169898 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 193477 169898 266 49 0 190618 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 773908

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/482 26644
/proc/meminfo: memFree=5204920/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=779924 CPUtime=4782.45 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 172332 0 0 0 478195 50 0 0 25 0 1 0 800553508 798642176 171076 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 194981 171076 266 49 0 192122 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 779924

[startup+4842.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 26646
/proc/meminfo: memFree=5202040/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=782228 CPUtime=4842.46 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 172893 0 0 0 484195 51 0 0 25 0 1 0 800553508 801001472 171637 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 195557 171637 266 49 0 192698 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 782228

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/482 26647
/proc/meminfo: memFree=5200868/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=783896 CPUtime=4902.46 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 173248 0 0 0 490195 51 0 0 25 0 1 0 800553508 802709504 171992 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 195974 171992 266 49 0 193115 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 783896

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 26649
/proc/meminfo: memFree=5193648/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=793496 CPUtime=4962.46 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 175222 0 0 0 496195 51 0 0 25 0 1 0 800553508 812539904 173966 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 198374 173966 266 49 0 195515 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 793496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26650
/proc/meminfo: memFree=5192248/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=795800 CPUtime=5000.08 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 175607 0 0 0 499957 51 0 0 25 0 1 0 800553508 814899200 174351 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 198950 174351 266 49 0 196091 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 795800

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.01 2.03 2.00 3/482 26650
/proc/meminfo: memFree=5192248/32950928 swapFree=43212416/67111528
[pid=25996] ppid=25994 vsize=795800 CPUtime=5000.08 cores=1,3,5,7
/proc/25996/stat : 25996 (SApperloT2010) R 25994 25996 25757 0 -1 4202496 175607 0 0 0 499957 51 0 0 25 0 1 0 800553508 814899200 174351 33554432000 4194304 4394578 140733674602000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/25996/statm: 198950 174351 266 49 0 196091 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 795800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.12
CPU user time (s): 4999.57
CPU system time (s): 0.549916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 795800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.57
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175607
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= 10
involuntary context switches= 17833

runsolver used 23.5444 second user time and 55.4166 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-01 02:52:18
IDJOB=3438473
IDBENCH=71408
IDSOLVER=1933
FILE ID=node127/3438473-1306889538
RUNJOBID= node127-1306884535-25776
PBS_JOBID= 13488449
Free space on /tmp= 56884 MiB

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

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=361367465

node127.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.823
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.64
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5761084 kB
Buffers:        294932 kB
Cached:       18284808 kB
SwapCached:      26796 kB
Active:       10634856 kB
Inactive:     15828304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5761084 kB
SwapTotal:    67111528 kB
SwapFree:     43212416 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:     7863328 kB
Mapped:          22260 kB
Slab:           563124 kB
PageTables:      95488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120111044 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= 56928 MiB
End job on node127 at 2011-06-01 04:15:40