Trace number 3263763

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.09 1300.05

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

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-3263763-1303547120/watcher-3263763-1303547120 -o /tmp/evaluation-result-3263763-1303547120/solver-3263763-1303547120 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3263763-1303547120.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: 1.06 1.99 2.89 3/184 17773
/proc/meminfo: memFree=16669516/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=12040 CPUtime=0 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 450 0 0 0 0 0 0 0 23 0 1 0 466311664 12328960 388 33554432000 4194304 4395502 140735696389328 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3010 388 266 50 0 150 0

[startup+0.0664141 s]
/proc/loadavg: 1.06 1.99 2.89 3/184 17773
/proc/meminfo: memFree=16669516/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=12436 CPUtime=0.06 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 529 0 0 0 6 0 0 0 23 0 1 0 466311664 12734464 467 33554432000 4194304 4395502 140735696389328 18446744073709551615 4296771 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3109 467 266 50 0 249 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12436

[startup+0.100406 s]
/proc/loadavg: 1.06 1.99 2.89 3/184 17773
/proc/meminfo: memFree=16669516/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=12436 CPUtime=0.09 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 544 0 0 0 9 0 0 0 23 0 1 0 466311664 12734464 482 33554432000 4194304 4395502 140735696389328 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3109 482 266 50 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12436

[startup+0.300311 s]
/proc/loadavg: 1.06 1.99 2.89 3/184 17773
/proc/meminfo: memFree=16669516/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=12964 CPUtime=0.29 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 663 0 0 0 29 0 0 0 25 0 1 0 466311664 13275136 601 33554432000 4194304 4395502 140735696389328 18446744073709551615 4296783 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3241 601 266 50 0 381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12964

[startup+0.70024 s]
/proc/loadavg: 1.06 1.99 2.89 3/184 17773
/proc/meminfo: memFree=16669516/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=13608 CPUtime=0.69 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 835 0 0 0 69 0 0 0 25 0 1 0 466311664 13934592 773 33554432000 4194304 4395502 140735696389328 18446744073709551615 4300013 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3402 773 267 50 0 542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13608

[startup+1.5001 s]
/proc/loadavg: 1.06 1.99 2.89 5/190 17784
/proc/meminfo: memFree=16650012/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=14928 CPUtime=1.49 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 1153 0 0 0 149 0 0 0 25 0 1 0 466311664 15286272 1091 33554432000 4194304 4395502 140735696389328 18446744073709551615 4300719 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 3732 1091 267 50 0 872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14928

[startup+3.10088 s]
/proc/loadavg: 1.06 1.99 2.89 5/190 17784
/proc/meminfo: memFree=16643564/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=16888 CPUtime=3.09 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 1664 0 0 0 309 0 0 0 25 0 1 0 466311664 17293312 1602 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 4222 1602 267 50 0 1362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16888

[startup+6.30025 s]
/proc/loadavg: 1.30 2.02 2.90 5/190 17784
/proc/meminfo: memFree=16630560/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=20660 CPUtime=6.29 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 2584 0 0 0 629 0 0 0 25 0 1 0 466311664 21155840 2522 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 5165 2522 267 50 0 2305 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20660

[startup+12.7001 s]
/proc/loadavg: 1.51 2.05 2.90 5/190 17784
/proc/meminfo: memFree=16607196/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=26712 CPUtime=12.69 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 4101 0 0 0 1269 0 0 0 25 0 1 0 466311664 27353088 4039 33554432000 4194304 4395502 140735696389328 18446744073709551615 4291695 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 6678 4039 267 50 0 3818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26712

[startup+25.5009 s]
/proc/loadavg: 2.06 2.15 2.92 5/190 17784
/proc/meminfo: memFree=16558864/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=41236 CPUtime=25.49 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 7757 0 0 0 2548 1 0 0 25 0 1 0 466311664 42225664 7695 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 10309 7695 267 50 0 7449 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41236

[startup+51.1004 s]
/proc/loadavg: 2.72 2.29 2.95 5/190 17785
/proc/meminfo: memFree=16485408/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=71476 CPUtime=51.1 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 15315 0 0 0 5107 3 0 0 25 0 1 0 466311664 73191424 15253 33554432000 4194304 4395502 140735696389328 18446744073709551615 4291698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 17869 15253 267 50 0 15009 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71476

[startup+102.306 s]
/proc/loadavg: 3.44 2.56 3.00 5/190 17786
/proc/meminfo: memFree=16360404/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=119828 CPUtime=102.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 27402 0 0 0 10225 5 0 0 25 0 1 0 466311664 122703872 27340 33554432000 4194304 4395502 140735696389328 18446744073709551615 4293641 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 29957 27340 267 50 0 27097 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119828

[startup+162.301 s]
/proc/loadavg: 3.79 2.82 3.06 5/190 17788
/proc/meminfo: memFree=16240840/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=171324 CPUtime=162.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 40280 0 0 0 16222 8 0 0 25 0 1 0 466311664 175435776 40218 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 42831 40218 267 50 0 39971 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 171324

[startup+222.3 s]
/proc/loadavg: 3.92 3.03 3.12 5/190 17790
/proc/meminfo: memFree=16089272/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=233372 CPUtime=222.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 55768 0 0 0 22219 11 0 0 25 0 1 0 466311664 238972928 55706 33554432000 4194304 4395502 140735696389328 18446744073709551615 4296447 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 58343 55706 267 50 0 55483 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 233372

[startup+282.301 s]
/proc/loadavg: 3.97 3.20 3.17 5/190 17791
/proc/meminfo: memFree=15992636/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=263648 CPUtime=282.29 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 63345 0 0 0 28217 12 0 0 25 0 1 0 466311664 269975552 63283 33554432000 4194304 4395502 140735696389328 18446744073709551615 4292793 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 65912 63283 267 50 0 63052 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 263648

[startup+342.3 s]
/proc/loadavg: 4.04 3.36 3.22 5/190 17793
/proc/meminfo: memFree=15897996/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=327820 CPUtime=342.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 79395 0 0 0 34213 17 0 0 25 0 1 0 466311664 335687680 79333 33554432000 4194304 4395502 140735696389328 18446744073709551615 4314320 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 81955 79333 267 50 0 79095 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 327820

[startup+402.301 s]
/proc/loadavg: 4.01 3.47 3.27 5/190 17794
/proc/meminfo: memFree=15754124/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=393104 CPUtime=402.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 95700 0 0 0 40209 21 0 0 25 0 1 0 466311664 402538496 95638 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299763 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 98276 95638 267 50 0 95416 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 393104

[startup+462.301 s]
/proc/loadavg: 4.00 3.57 3.31 5/190 17796
/proc/meminfo: memFree=15638528/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=452244 CPUtime=462.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 110498 0 0 0 46206 24 0 0 25 0 1 0 466311664 463097856 110436 33554432000 4194304 4395502 140735696389328 18446744073709551615 4297204 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 113061 110436 267 50 0 110201 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 452244

[startup+522.3 s]
/proc/loadavg: 4.00 3.64 3.35 5/190 17797
/proc/meminfo: memFree=15519080/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=516244 CPUtime=522.3 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 126495 0 0 0 52202 28 0 0 25 0 1 0 466311664 528633856 126433 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299532 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 129061 126433 267 50 0 126201 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 516244

[startup+582.301 s]
/proc/loadavg: 4.00 3.71 3.39 5/190 17799
/proc/meminfo: memFree=15442908/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=525680 CPUtime=582.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 128853 0 0 0 58202 29 0 0 25 0 1 0 466311664 538296320 128791 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 131420 128791 267 50 0 128560 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 525680

[startup+642.3 s]
/proc/loadavg: 3.78 3.71 3.41 4/184 17818
/proc/meminfo: memFree=15430528/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=574980 CPUtime=642.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 141181 0 0 0 64199 32 0 0 25 0 1 0 466311664 588779520 141119 33554432000 4194304 4395502 140735696389328 18446744073709551615 4311539 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 143745 141119 267 50 0 140885 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 574980

[startup+702.301 s]
/proc/loadavg: 3.31 3.59 3.38 4/184 17819
/proc/meminfo: memFree=15364424/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=640596 CPUtime=702.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 157585 0 0 0 70196 35 0 0 25 0 1 0 466311664 655970304 157523 33554432000 4194304 4395502 140735696389328 18446744073709551615 4292789 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 160149 157523 267 50 0 157289 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 640596

[startup+762.306 s]
/proc/loadavg: 3.10 3.47 3.35 4/184 17821
/proc/meminfo: memFree=15268792/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=690176 CPUtime=762.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 169970 0 0 0 76193 38 0 0 25 0 1 0 466311664 706740224 169908 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 172544 169908 267 50 0 169684 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 690176

[startup+822.301 s]
/proc/loadavg: 3.04 3.39 3.33 4/184 17822
/proc/meminfo: memFree=15137692/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=760192 CPUtime=822.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 187474 0 0 0 82190 41 0 0 25 0 1 0 466311664 778436608 187412 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 190048 187412 267 50 0 187188 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 760192

[startup+882.301 s]
/proc/loadavg: 3.09 3.33 3.31 4/184 17824
/proc/meminfo: memFree=15052728/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=795116 CPUtime=882.32 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 196206 0 0 0 88189 43 0 0 25 0 1 0 466311664 814198784 196144 33554432000 4194304 4395502 140735696389328 18446744073709551615 4288504 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 198779 196144 267 50 0 195919 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 795116

[startup+942.3 s]
/proc/loadavg: 3.03 3.27 3.29 4/184 17826
/proc/meminfo: memFree=14912332/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=864904 CPUtime=942.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 213672 0 0 0 94185 46 0 0 25 0 1 0 466311664 885661696 213610 33554432000 4194304 4395502 140735696389328 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 216226 213610 267 50 0 213366 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 864904

[startup+1002.3 s]
/proc/loadavg: 3.01 3.22 3.27 4/184 17827
/proc/meminfo: memFree=14769336/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=935484 CPUtime=1002.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 231305 0 0 0 100182 49 0 0 25 0 1 0 466311664 957935616 231243 33554432000 4194304 4395502 140735696389328 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 233871 231243 267 50 0 231011 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 935484

[startup+1062.3 s]
/proc/loadavg: 3.00 3.17 3.25 4/184 17829
/proc/meminfo: memFree=14685360/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=988620 CPUtime=1062.31 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 244588 0 0 0 106179 52 0 0 25 0 1 0 466311664 1012346880 244526 33554432000 4194304 4395502 140735696389328 18446744073709551615 4292800 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 247155 244526 267 50 0 244295 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 988620

[startup+1122.3 s]
/proc/loadavg: 3.00 3.14 3.23 4/184 17831
/proc/meminfo: memFree=14544708/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=1059208 CPUtime=1122.32 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 262246 0 0 0 112176 56 0 0 25 0 1 0 466311664 1084628992 262184 33554432000 4194304 4395502 140735696389328 18446744073709551615 4300719 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 264802 262184 267 50 0 261942 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1059208

[startup+1182.3 s]
/proc/loadavg: 3.00 3.11 3.22 4/184 17832
/proc/meminfo: memFree=14458240/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=1076456 CPUtime=1182.32 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 266542 0 0 0 118174 58 0 0 25 0 1 0 466311664 1102290944 266480 33554432000 4194304 4395502 140735696389328 18446744073709551615 4314247 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 269114 266480 267 50 0 266254 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1076456

[startup+1242.3 s]
/proc/loadavg: 3.00 3.09 3.20 4/184 17834
/proc/meminfo: memFree=14398192/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=1076456 CPUtime=1242.33 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 266545 0 0 0 124175 58 0 0 25 0 1 0 466311664 1102290944 266483 33554432000 4194304 4395502 140735696389328 18446744073709551615 4314019 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 269114 266483 267 50 0 266254 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1076456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.07 3.18 3/183 17836
/proc/meminfo: memFree=14613428/32950928 swapFree=67111528/67111528
[pid=17773] ppid=17771 vsize=1094112 CPUtime=1300.03 cores=1,3
/proc/17773/stat : 17773 (SApperloT2010) R 17771 17773 16411 0 -1 4202496 270956 0 0 0 129944 59 0 0 25 0 1 0 466311664 1120370688 270894 33554432000 4194304 4395502 140735696389328 18446744073709551615 4313232 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17773/statm: 273528 270894 267 50 0 270668 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1094112

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.45
CPU system time (s): 0.639902
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1094112

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

runsolver used 1.85172 second user time and 4.08738 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-23 10:25:20
IDJOB=3263763
IDBENCH=84018
IDSOLVER=1655
FILE ID=node125/3263763-1303547120
RUNJOBID= node125-1303547120-17743
PBS_JOBID= 13143113
Free space on /tmp= 72716 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263763-1303547120/watcher-3263763-1303547120 -o /tmp/evaluation-result-3263763-1303547120/solver-3263763-1303547120 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3263763-1303547120.cnf

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1826916072

node125.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.828
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:      16670168 kB
Buffers:       2185332 kB
Cached:       13491744 kB
SwapCached:          0 kB
Active:        7754060 kB
Inactive:      8000528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16670168 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:       76420 kB
Mapped:          15268 kB
Slab:           463152 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   244028 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= 72720 MiB
End job on node125 at 2011-04-23 10:47:02