Trace number 3258835

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-03-04? (TO) 1300.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 935)

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-3258835-1303502918/watcher-3258835-1303502918 -o /tmp/evaluation-result-3258835-1303502918/solver-3258835-1303502918 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258835-1303502918.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 30587
/proc/meminfo: memFree=26554592/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=15832 CPUtime=0 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 954 0 0 0 0 0 0 0 21 0 1 0 540522489 16211968 894 33554432000 4194304 4395502 140734081532672 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 3958 895 249 50 0 1098 0

[startup+0.054222 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 30587
/proc/meminfo: memFree=26554592/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=22172 CPUtime=0.04 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 2482 0 0 0 4 0 0 0 21 0 1 0 540522489 22704128 2422 33554432000 4194304 4395502 140734081532672 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 5543 2422 249 50 0 2683 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22172

[startup+0.10022 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 30587
/proc/meminfo: memFree=26554592/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=32252 CPUtime=0.09 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 4475 0 0 0 9 0 0 0 21 0 1 0 540522489 33026048 4414 33554432000 4194304 4395502 140734081532672 18446744073709551615 4268200 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 8063 4419 255 50 0 5203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32252

[startup+0.300179 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 30587
/proc/meminfo: memFree=26554592/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=32360 CPUtime=0.29 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 5026 0 0 0 27 2 0 0 22 0 1 0 540522489 33136640 4965 33554432000 4194304 4395502 140734081532672 18446744073709551615 260905418647 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 8090 4965 256 50 0 5230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32360

[startup+0.700107 s]
/proc/loadavg: 0.00 0.00 0.16 3/184 30587
/proc/meminfo: memFree=26554592/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=43644 CPUtime=0.69 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 8718 0 0 0 66 3 0 0 24 0 1 0 540522489 44691456 7815 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 10911 7815 267 50 0 8051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43644

[startup+1.50096 s]
/proc/loadavg: 0.00 0.00 0.16 5/190 30597
/proc/meminfo: memFree=26482568/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=52616 CPUtime=1.49 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 10947 0 0 0 145 4 0 0 25 0 1 0 540522489 53878784 10044 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 13154 10044 267 50 0 10294 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52616

[startup+3.10067 s]
/proc/loadavg: 0.32 0.07 0.18 5/190 30597
/proc/meminfo: memFree=26449584/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=65152 CPUtime=3.09 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 14067 0 0 0 304 5 0 0 25 0 1 0 540522489 66715648 13164 33554432000 4194304 4395502 140734081532672 18446744073709551615 4288016 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 16288 13164 267 50 0 13428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65152

[startup+6.30108 s]
/proc/loadavg: 0.32 0.07 0.18 5/190 30597
/proc/meminfo: memFree=26383132/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=84176 CPUtime=6.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 18754 0 0 0 624 6 0 0 25 0 1 0 540522489 86196224 17851 33554432000 4194304 4395502 140734081532672 18446744073709551615 4288267 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 21044 17851 267 50 0 18184 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 84176

[startup+12.7009 s]
/proc/loadavg: 0.89 0.20 0.22 5/190 30597
/proc/meminfo: memFree=26288852/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=112832 CPUtime=12.69 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 25716 0 0 0 1262 7 0 0 25 0 1 0 540522489 115539968 24813 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 28208 24813 267 50 0 25348 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112832

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.26 5/190 30597
/proc/meminfo: memFree=26167556/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=133056 CPUtime=25.5 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 30607 0 0 0 2541 9 0 0 25 0 1 0 540522489 136249344 29704 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 33264 29704 267 50 0 30404 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 133056

[startup+51.1009 s]
/proc/loadavg: 2.26 0.62 0.36 5/190 30598
/proc/meminfo: memFree=26120348/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=148436 CPUtime=51.09 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 34096 0 0 0 5100 9 0 0 25 0 1 0 540522489 151998464 33193 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 37109 33193 267 50 0 34249 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148436

[startup+102.307 s]
/proc/loadavg: 3.30 1.18 0.57 5/190 30599
/proc/meminfo: memFree=25995084/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=180208 CPUtime=102.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 41212 0 0 0 10219 11 0 0 25 0 1 0 540522489 184532992 40309 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 45052 40309 267 50 0 42192 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180208

[startup+162.301 s]
/proc/loadavg: 3.74 1.69 0.78 5/190 30601
/proc/meminfo: memFree=25940868/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=196864 CPUtime=162.29 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 44831 0 0 0 16217 12 0 0 25 0 1 0 540522489 201588736 43928 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 49216 43928 267 50 0 46356 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 196864

[startup+222.301 s]
/proc/loadavg: 3.96 2.12 0.98 5/190 30602
/proc/meminfo: memFree=25850944/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=221452 CPUtime=222.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 50342 0 0 0 22216 14 0 0 25 0 1 0 540522489 226766848 49439 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 55363 49439 267 50 0 52503 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 221452

[startup+282.301 s]
/proc/loadavg: 3.98 2.46 1.17 5/190 30604
/proc/meminfo: memFree=25794984/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=236868 CPUtime=282.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 53657 0 0 0 28215 15 0 0 25 0 1 0 540522489 242552832 52754 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 59217 52754 267 50 0 56357 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 236868

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.34 5/190 30606
/proc/meminfo: memFree=25749808/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=255688 CPUtime=342.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 57641 0 0 0 34214 16 0 0 25 0 1 0 540522489 261824512 56738 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 63922 56738 267 50 0 61062 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 255688

[startup+402.301 s]
/proc/loadavg: 3.99 2.97 1.51 5/190 30607
/proc/meminfo: memFree=25703284/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=270764 CPUtime=402.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 60845 0 0 0 40213 17 0 0 25 0 1 0 540522489 277262336 59942 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 67691 59942 267 50 0 64831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 270764

[startup+462.301 s]
/proc/loadavg: 3.99 3.15 1.66 5/190 30609
/proc/meminfo: memFree=25670644/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=280432 CPUtime=462.31 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 62764 0 0 0 46213 18 0 0 25 0 1 0 540522489 287162368 61861 33554432000 4194304 4395502 140734081532672 18446744073709551615 4297166 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 70108 61861 267 50 0 67248 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 280432

[startup+522.301 s]
/proc/loadavg: 4.03 3.32 1.81 5/190 30610
/proc/meminfo: memFree=25633528/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=294032 CPUtime=522.3 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 65693 0 0 0 52212 18 0 0 25 0 1 0 540522489 301088768 64790 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 73508 64790 267 50 0 70648 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 294032

[startup+582.301 s]
/proc/loadavg: 4.05 3.45 1.95 5/190 30612
/proc/meminfo: memFree=25620720/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=303220 CPUtime=582.31 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 67588 0 0 0 58212 19 0 0 25 0 1 0 540522489 310497280 66685 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 75805 66685 267 50 0 72945 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 303220

[startup+642.301 s]
/proc/loadavg: 4.02 3.55 2.07 5/190 30614
/proc/meminfo: memFree=25567480/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=312928 CPUtime=642.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 69808 0 0 0 64211 21 0 0 25 0 1 0 540522489 320438272 68905 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 78232 68905 267 50 0 75372 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 312928

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.19 5/190 30615
/proc/meminfo: memFree=25535588/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=317920 CPUtime=702.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 70842 0 0 0 70211 21 0 0 25 0 1 0 540522489 325550080 69939 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 79480 69939 267 50 0 76620 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 317920

[startup+762.307 s]
/proc/loadavg: 4.12 3.73 2.31 5/190 30617
/proc/meminfo: memFree=25500220/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=324512 CPUtime=762.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 72284 0 0 0 76211 21 0 0 25 0 1 0 540522489 332300288 71381 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 81128 71381 267 50 0 78268 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 324512

[startup+822.301 s]
/proc/loadavg: 4.04 3.77 2.41 5/190 30618
/proc/meminfo: memFree=25485552/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=332772 CPUtime=822.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 73940 0 0 0 82210 22 0 0 25 0 1 0 540522489 340758528 73037 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 83193 73037 267 50 0 80333 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 332772

[startup+882.301 s]
/proc/loadavg: 4.01 3.81 2.51 5/190 30620
/proc/meminfo: memFree=25473616/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=342436 CPUtime=882.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 75948 0 0 0 88210 22 0 0 25 0 1 0 540522489 350654464 75045 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 85609 75045 267 50 0 82749 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 342436

[startup+942.301 s]
/proc/loadavg: 4.00 3.84 2.60 5/190 30622
/proc/meminfo: memFree=25463772/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=346660 CPUtime=942.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 76802 0 0 0 94210 22 0 0 25 0 1 0 540522489 354979840 75899 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 86665 75899 267 50 0 83805 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 346660

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.69 5/190 30623
/proc/meminfo: memFree=25441288/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=355880 CPUtime=1002.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 78702 0 0 0 100209 23 0 0 25 0 1 0 540522489 364421120 77799 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 88970 77799 267 50 0 86110 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 355880

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.77 5/190 30625
/proc/meminfo: memFree=25421036/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=356392 CPUtime=1062.33 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 78927 0 0 0 106210 23 0 0 25 0 1 0 540522489 364945408 78024 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 89098 78024 267 50 0 86238 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 356392

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.84 5/190 30626
/proc/meminfo: memFree=25401400/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=361292 CPUtime=1122.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 79974 0 0 0 112209 23 0 0 25 0 1 0 540522489 369963008 79071 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 90323 79071 267 50 0 87463 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 361292

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.91 5/190 30628
/proc/meminfo: memFree=25391932/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=364812 CPUtime=1182.32 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 80713 0 0 0 118209 23 0 0 25 0 1 0 540522489 373567488 79810 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 91203 79810 267 50 0 88343 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 364812

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.97 5/190 30630
/proc/meminfo: memFree=25357912/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=371536 CPUtime=1242.33 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 82120 0 0 0 124209 24 0 0 25 0 1 0 540522489 380452864 81217 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 92884 81217 267 50 0 90024 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 371536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 3.96 3.04 3/180 30667
/proc/meminfo: memFree=26172364/32950928 swapFree=67071984/67111528
[pid=30587] ppid=30585 vsize=377168 CPUtime=1300.04 cores=5,7
/proc/30587/stat : 30587 (SApperloT2010) R 30585 30587 30535 0 -1 4202496 83286 0 0 0 129979 25 0 0 25 0 1 0 540522489 386220032 82383 33554432000 4194304 4395502 140734081532672 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/30587/statm: 94292 82383 267 50 0 91432 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 377168

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.8
CPU system time (s): 0.267959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 377168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1329

runsolver used 2.02969 second user time and 5.07323 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-22 22:08:38
IDJOB=3258835
IDBENCH=71428
IDSOLVER=1655
FILE ID=node116/3258835-1303502918
RUNJOBID= node116-1303502915-30556
PBS_JOBID= 13134221
Free space on /tmp= 72464 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258835-1303502918/watcher-3258835-1303502918 -o /tmp/evaluation-result-3258835-1303502918/solver-3258835-1303502918 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3258835-1303502918.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=543933572

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:      26554748 kB
Buffers:       1385584 kB
Cached:        4454736 kB
SwapCached:       9728 kB
Active:        2534716 kB
Inactive:      3454324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26554748 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           10760 kB
Writeback:           0 kB
AnonPages:      142700 kB
Mapped:          14396 kB
Slab:           342980 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   347288 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= 72468 MiB
End job on node116 at 2011-04-22 22:30:20