Trace number 3259715

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 2 cores: 1,3

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: 3.62 3.87 3.02 4/184 21471
/proc/meminfo: memFree=21841988/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=16512 CPUtime=0 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 462022145 16908288 976 33554432000 4194304 4395502 140737201009984 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 4128 977 249 50 0 1268 0

[startup+0.0671371 s]
/proc/loadavg: 3.62 3.87 3.02 4/184 21471
/proc/meminfo: memFree=21841988/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=25332 CPUtime=0.05 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 3165 0 0 0 5 0 0 0 25 0 1 0 462022145 25939968 3104 33554432000 4194304 4395502 140737201009984 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 6333 3104 250 50 0 3473 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25332

[startup+0.101131 s]
/proc/loadavg: 3.62 3.87 3.02 4/184 21471
/proc/meminfo: memFree=21841988/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=29556 CPUtime=0.09 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 4222 0 0 0 9 0 0 0 25 0 1 0 462022145 30265344 4161 33554432000 4194304 4395502 140737201009984 18446744073709551615 237278879488 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 7389 4162 250 50 0 4529 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29556

[startup+0.300095 s]
/proc/loadavg: 3.62 3.87 3.02 4/184 21471
/proc/meminfo: memFree=21841988/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=37156 CPUtime=0.28 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 6121 0 0 0 25 3 0 0 25 0 1 0 462022145 38047744 6059 33554432000 4194304 4395502 140737201009984 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 9289 6059 256 50 0 6429 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37156

[startup+0.701023 s]
/proc/loadavg: 3.62 3.87 3.02 4/184 21471
/proc/meminfo: memFree=21841988/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=49088 CPUtime=0.69 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 10159 0 0 0 65 4 0 0 25 0 1 0 462022145 50266112 9055 33554432000 4194304 4395502 140737201009984 18446744073709551615 4343920 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 12272 9055 267 50 0 9412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49088

[startup+1.50088 s]
/proc/loadavg: 3.62 3.87 3.02 4/185 21472
/proc/meminfo: memFree=21795240/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=58868 CPUtime=1.49 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 12601 0 0 0 144 5 0 0 25 0 1 0 462022145 60280832 11497 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 14717 11497 267 50 0 11857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58868

[startup+3.10065 s]
/proc/loadavg: 3.62 3.87 3.02 4/185 21472
/proc/meminfo: memFree=21777924/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=72460 CPUtime=3.09 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 15993 0 0 0 304 5 0 0 25 0 1 0 462022145 74199040 14889 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 18115 14889 267 50 0 15255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72460

[startup+6.30102 s]
/proc/loadavg: 3.65 3.87 3.02 5/190 21482
/proc/meminfo: memFree=21719460/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=95188 CPUtime=6.29 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 21626 0 0 0 623 6 0 0 25 0 1 0 462022145 97472512 20522 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 23797 20522 267 50 0 20937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95188

[startup+12.7009 s]
/proc/loadavg: 3.68 3.87 3.03 5/190 21482
/proc/meminfo: memFree=21643204/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=128488 CPUtime=12.69 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 29771 0 0 0 1262 7 0 0 25 0 1 0 462022145 131571712 28667 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 32122 28667 267 50 0 29262 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128488

[startup+25.5006 s]
/proc/loadavg: 3.75 3.87 3.04 5/190 21483
/proc/meminfo: memFree=21567064/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=179256 CPUtime=25.49 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 42023 0 0 0 2540 9 0 0 25 0 1 0 462022145 183558144 40919 33554432000 4194304 4395502 140737201009984 18446744073709551615 4288579 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 44814 40919 267 50 0 41954 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179256

[startup+51.101 s]
/proc/loadavg: 3.84 3.88 3.07 5/190 21483
/proc/meminfo: memFree=21543712/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=181024 CPUtime=51.09 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 42435 0 0 0 5099 10 0 0 25 0 1 0 462022145 185368576 41331 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 45256 41331 267 50 0 42396 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 181024

[startup+102.307 s]
/proc/loadavg: 3.93 3.90 3.11 5/190 21485
/proc/meminfo: memFree=21477992/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=207536 CPUtime=102.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 48755 0 0 0 10218 12 0 0 25 0 1 0 462022145 212516864 47651 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 51884 47651 267 50 0 49024 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 207536

[startup+162.3 s]
/proc/loadavg: 3.97 3.91 3.17 5/190 21486
/proc/meminfo: memFree=21422784/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=223384 CPUtime=162.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 52337 0 0 0 16217 13 0 0 25 0 1 0 462022145 228745216 51233 33554432000 4194304 4395502 140737201009984 18446744073709551615 4314317 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 55846 51233 267 50 0 52986 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 223384

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.22 5/190 21488
/proc/meminfo: memFree=21383324/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=244396 CPUtime=222.29 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 57182 0 0 0 22215 14 0 0 25 0 1 0 462022145 250261504 56078 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 61099 56078 267 50 0 58239 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 244396

[startup+282.301 s]
/proc/loadavg: 4.07 3.95 3.27 5/190 21490
/proc/meminfo: memFree=21341404/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=264544 CPUtime=282.29 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 61587 0 0 0 28213 16 0 0 25 0 1 0 462022145 270893056 60483 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 66136 60483 267 50 0 63276 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 264544

[startup+342.3 s]
/proc/loadavg: 4.06 3.97 3.32 5/190 21491
/proc/meminfo: memFree=21315348/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=274420 CPUtime=342.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 63725 0 0 0 34213 17 0 0 25 0 1 0 462022145 281006080 62621 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 68605 62621 267 50 0 65745 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 274420

[startup+402.3 s]
/proc/loadavg: 4.02 3.97 3.36 5/190 21493
/proc/meminfo: memFree=21286940/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=285852 CPUtime=402.29 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 66237 0 0 0 40212 17 0 0 25 0 1 0 462022145 292712448 65133 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 71463 65133 267 50 0 68603 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 285852

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.39 5/190 21494
/proc/meminfo: memFree=21268820/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=299392 CPUtime=462.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 69418 0 0 0 46211 19 0 0 25 0 1 0 462022145 306577408 68314 33554432000 4194304 4395502 140737201009984 18446744073709551615 4292729 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 74848 68314 267 50 0 71988 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 299392

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.43 5/190 21496
/proc/meminfo: memFree=21249340/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=304064 CPUtime=522.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 70445 0 0 0 52211 19 0 0 25 0 1 0 462022145 311361536 69341 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 76016 69341 267 50 0 73156 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 304064

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.46 5/190 21498
/proc/meminfo: memFree=21210632/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=311516 CPUtime=582.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 71960 0 0 0 58211 19 0 0 25 0 1 0 462022145 318992384 70856 33554432000 4194304 4395502 140737201009984 18446744073709551615 4347419 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 77879 70856 267 50 0 75019 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 311516

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.49 5/190 21499
/proc/meminfo: memFree=21200304/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=317644 CPUtime=642.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 73239 0 0 0 64211 20 0 0 25 0 1 0 462022145 325267456 72135 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 79411 72135 267 50 0 76551 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 317644

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.52 5/190 21501
/proc/meminfo: memFree=21179068/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=332884 CPUtime=702.3 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 76654 0 0 0 70210 20 0 0 25 0 1 0 462022145 340873216 75550 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 83221 75550 267 50 0 80361 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 332884

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.55 5/190 21502
/proc/meminfo: memFree=21158220/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=340532 CPUtime=762.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 78331 0 0 0 76210 21 0 0 25 0 1 0 462022145 348704768 77227 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 85133 77227 267 50 0 82273 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 340532

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.57 5/190 21504
/proc/meminfo: memFree=21139604/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=350152 CPUtime=822.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 80307 0 0 0 82209 22 0 0 25 0 1 0 462022145 358555648 79203 33554432000 4194304 4395502 140737201009984 18446744073709551615 4339104 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 87538 79203 267 50 0 84678 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 350152

[startup+882.301 s]
/proc/loadavg: 4.08 4.00 3.61 5/190 21506
/proc/meminfo: memFree=21095952/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=367204 CPUtime=882.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 84019 0 0 0 88208 23 0 0 25 0 1 0 462022145 376016896 82915 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 91801 82915 267 50 0 88941 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 367204

[startup+942.3 s]
/proc/loadavg: 4.03 4.00 3.63 5/190 21507
/proc/meminfo: memFree=21072748/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=375688 CPUtime=942.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 85857 0 0 0 94208 23 0 0 25 0 1 0 462022145 384704512 84753 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 93922 84753 267 50 0 91062 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 375688

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.65 5/190 21509
/proc/meminfo: memFree=21060460/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=379336 CPUtime=1002.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 86584 0 0 0 100208 23 0 0 25 0 1 0 462022145 388440064 85480 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 94834 85480 267 50 0 91974 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 379336

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 21510
/proc/meminfo: memFree=21029072/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=408004 CPUtime=1062.32 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 93457 0 0 0 106206 26 0 0 25 0 1 0 462022145 417796096 92353 33554432000 4194304 4395502 140737201009984 18446744073709551615 4288304 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 102001 92354 267 50 0 99141 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 408004

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 21512
/proc/meminfo: memFree=20995080/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=433508 CPUtime=1122.31 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 99454 0 0 0 112203 28 0 0 25 0 1 0 462022145 443912192 98350 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 108377 98350 267 50 0 105517 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 433508

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/190 21514
/proc/meminfo: memFree=20979200/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=446040 CPUtime=1182.32 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 102281 0 0 0 118203 29 0 0 25 0 1 0 462022145 456744960 101177 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 111510 101177 267 50 0 108650 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 446040

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/190 21515
/proc/meminfo: memFree=20970376/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=452528 CPUtime=1242.32 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 104061 0 0 0 124202 30 0 0 25 0 1 0 462022145 463388672 102957 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299614 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 113132 102957 267 50 0 110272 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 452528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.72 4/183 21536
/proc/meminfo: memFree=21388400/32950904 swapFree=67082280/67111528
[pid=21471] ppid=21469 vsize=467804 CPUtime=1300.03 cores=1,3
/proc/21471/stat : 21471 (SApperloT2010) R 21469 21471 21274 0 -1 4202496 107288 0 0 0 129972 31 0 0 25 0 1 0 462022145 479031296 106184 33554432000 4194304 4395502 140737201009984 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21471/statm: 116951 106184 267 50 0 114091 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 467804

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.72
CPU system time (s): 0.334949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 467804

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

runsolver used 2.15467 second user time and 4.94825 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-22 22:30:24
IDJOB=3259715
IDBENCH=71612
IDSOLVER=1655
FILE ID=node121/3259715-1303504224
RUNJOBID= node121-1303502915-21294
PBS_JOBID= 13134216
Free space on /tmp= 72020 MiB

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

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=87769983

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      21842144 kB
Buffers:       1660084 kB
Cached:        8839456 kB
SwapCached:       2780 kB
Active:        7789168 kB
Inactive:      2821508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21842144 kB
SwapTotal:    67111528 kB
SwapFree:     67082280 kB
Dirty:            7516 kB
Writeback:           0 kB
AnonPages:      109296 kB
Mapped:          14456 kB
Slab:           434696 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   303668 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= 72020 MiB
End job on node121 at 2011-04-22 22:52:06