Trace number 3379630

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
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 variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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

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

running on 2 cores: 0,2

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.33 1.87 2.39 4/344 6436
/proc/meminfo: memFree=17280216/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=18540 CPUtime=0 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 1461 0 0 0 0 0 0 0 24 0 1 0 657348415 18984960 1401 33554432000 4194304 4394578 140734661487376 18446744073709551615 4264496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 4635 1402 247 49 0 1776 0

[startup+0.08057 s]
/proc/loadavg: 1.33 1.87 2.39 4/344 6436
/proc/meminfo: memFree=17280216/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=25668 CPUtime=0.07 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 3263 0 0 0 7 0 0 0 24 0 1 0 657348415 26284032 3203 33554432000 4194304 4394578 140734661487376 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 6417 3204 247 49 0 3558 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25668

[startup+0.100504 s]
/proc/loadavg: 1.33 1.87 2.39 4/344 6436
/proc/meminfo: memFree=17280216/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=27516 CPUtime=0.08 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 3706 0 0 0 8 0 0 0 24 0 1 0 657348415 28176384 3646 33554432000 4194304 4394578 140734661487376 18446744073709551615 4369428 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 6879 3646 247 49 0 4020 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27516

[startup+0.300506 s]
/proc/loadavg: 1.33 1.87 2.39 4/344 6436
/proc/meminfo: memFree=17280216/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=42844 CPUtime=0.28 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 7564 0 0 0 27 1 0 0 25 0 1 0 657348415 43872256 7503 33554432000 4194304 4394578 140734661487376 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 10711 7503 255 49 0 7852 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42844

[startup+0.700347 s]
/proc/loadavg: 1.33 1.87 2.39 4/344 6436
/proc/meminfo: memFree=17280216/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=44952 CPUtime=0.68 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 9255 0 0 0 66 2 0 0 25 0 1 0 657348415 46030848 8073 33554432000 4194304 4394578 140734661487376 18446744073709551615 274473625353 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 11271 8074 259 49 0 8412 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44952

[startup+1.50027 s]
/proc/loadavg: 1.33 1.87 2.39 5/353 6453
/proc/meminfo: memFree=17199164/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=57400 CPUtime=1.48 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 12362 0 0 0 146 2 0 0 25 0 1 0 657348415 58777600 11180 33554432000 4194304 4394578 140734661487376 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 14387 11181 267 49 0 11528 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 57400

[startup+3.10099 s]
/proc/loadavg: 1.33 1.87 2.39 5/353 6453
/proc/meminfo: memFree=17181944/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=64864 CPUtime=3.09 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 14230 0 0 0 306 3 0 0 25 0 1 0 657348415 66420736 13048 33554432000 4194304 4394578 140734661487376 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 16216 13048 267 49 0 13357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64864

[startup+6.30042 s]
/proc/loadavg: 1.54 1.91 2.39 5/353 6453
/proc/meminfo: memFree=17151628/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=74992 CPUtime=6.28 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 16747 0 0 0 625 3 0 0 25 0 1 0 657348415 76791808 15565 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 18748 15565 267 49 0 15889 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 74992

[startup+12.7003 s]
/proc/loadavg: 1.74 1.94 2.40 5/353 6454
/proc/meminfo: memFree=17115412/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=93076 CPUtime=12.69 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 21241 0 0 0 1264 5 0 0 25 0 1 0 657348415 95309824 20059 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 23269 20059 267 49 0 20410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93076

[startup+25.5011 s]
/proc/loadavg: 2.24 2.04 2.43 5/353 6454
/proc/meminfo: memFree=17057284/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=126016 CPUtime=25.48 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 29410 0 0 0 2541 7 0 0 25 0 1 0 657348415 129040384 28228 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 31504 28228 267 49 0 28645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126016

[startup+51.1005 s]
/proc/loadavg: 2.84 2.20 2.47 5/353 6455
/proc/meminfo: memFree=16974788/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=176620 CPUtime=51.08 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 41921 0 0 0 5098 10 0 0 25 0 1 0 657348415 180858880 40739 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 44155 40739 267 49 0 41296 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 176620

[startup+102.314 s]
/proc/loadavg: 2.97 2.33 2.50 4/347 6473
/proc/meminfo: memFree=16886404/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=196112 CPUtime=102.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 46821 0 0 0 10218 12 0 0 25 0 1 0 657348415 200818688 45639 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 49028 45639 267 49 0 46169 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196112

[startup+162.301 s]
/proc/loadavg: 2.99 2.45 2.53 4/347 6475
/proc/meminfo: memFree=16776988/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=220044 CPUtime=162.29 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 52780 0 0 0 16216 13 0 0 25 0 1 0 657348415 225325056 51598 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 55011 51598 267 49 0 52152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 220044

[startup+222.3 s]
/proc/loadavg: 3.10 2.58 2.56 4/347 6476
/proc/meminfo: memFree=16714944/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=228532 CPUtime=222.29 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 54933 0 0 0 22216 13 0 0 25 0 1 0 657348415 234016768 53751 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 57133 53751 267 49 0 54274 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 228532

[startup+282.301 s]
/proc/loadavg: 3.13 2.68 2.60 4/347 6478
/proc/meminfo: memFree=16657104/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=247440 CPUtime=282.29 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 59644 0 0 0 28214 15 0 0 25 0 1 0 657348415 253378560 58462 33554432000 4194304 4394578 140734661487376 18446744073709551615 4299016 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 61860 58462 267 49 0 59001 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 247440

[startup+342.3 s]
/proc/loadavg: 3.05 2.74 2.62 4/347 6479
/proc/meminfo: memFree=16551288/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=257552 CPUtime=342.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 62180 0 0 0 34214 16 0 0 25 0 1 0 657348415 263733248 60998 33554432000 4194304 4394578 140734661487376 18446744073709551615 4290869 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 64388 60998 267 49 0 61529 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 257552

[startup+402.301 s]
/proc/loadavg: 3.02 2.78 2.64 4/347 6481
/proc/meminfo: memFree=16470772/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=259408 CPUtime=402.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 62670 0 0 0 40214 16 0 0 25 0 1 0 657348415 265633792 61488 33554432000 4194304 4394578 140734661487376 18446744073709551615 4287414 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 64852 61488 267 49 0 61993 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 259408

[startup+462.301 s]
/proc/loadavg: 3.00 2.82 2.66 4/347 6483
/proc/meminfo: memFree=16411332/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=259408 CPUtime=462.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 62672 0 0 0 46214 16 0 0 25 0 1 0 657348415 265633792 61490 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 64852 61490 267 49 0 61993 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259408

[startup+522.301 s]
/proc/loadavg: 3.00 2.85 2.68 4/347 6484
/proc/meminfo: memFree=16382988/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=262984 CPUtime=522.29 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 63573 0 0 0 52213 16 0 0 25 0 1 0 657348415 269295616 62391 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 65746 62391 267 49 0 62887 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 262984

[startup+582.301 s]
/proc/loadavg: 3.00 2.87 2.70 4/347 6486
/proc/meminfo: memFree=16318956/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=278780 CPUtime=582.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 67494 0 0 0 58212 18 0 0 25 0 1 0 657348415 285470720 66312 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 69695 66312 267 49 0 66836 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 278780

[startup+642.301 s]
/proc/loadavg: 3.00 2.89 2.71 4/347 6487
/proc/meminfo: memFree=16273908/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=278780 CPUtime=642.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 67496 0 0 0 64213 18 0 0 25 0 1 0 657348415 285470720 66314 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 69695 66314 267 49 0 66836 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 278780

[startup+702.301 s]
/proc/loadavg: 3.00 2.91 2.73 4/347 6489
/proc/meminfo: memFree=16212852/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=285372 CPUtime=702.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 69136 0 0 0 70212 18 0 0 25 0 1 0 657348415 292220928 67954 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 71343 67954 267 49 0 68484 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 285372

[startup+762.313 s]
/proc/loadavg: 3.00 2.92 2.74 4/347 6491
/proc/meminfo: memFree=16148696/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=285636 CPUtime=762.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 69215 0 0 0 76213 18 0 0 25 0 1 0 657348415 292491264 68033 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 71409 68033 267 49 0 68550 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 285636

[startup+822.301 s]
/proc/loadavg: 3.24 3.00 2.78 4/347 6492
/proc/meminfo: memFree=16104884/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=285636 CPUtime=822.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 69216 0 0 0 82212 18 0 0 25 0 1 0 657348415 292491264 68034 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 71409 68034 267 49 0 68550 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 285636

[startup+882.3 s]
/proc/loadavg: 3.09 3.00 2.79 4/347 6494
/proc/meminfo: memFree=16022752/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=288172 CPUtime=882.3 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 69842 0 0 0 88212 18 0 0 25 0 1 0 657348415 295088128 68660 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 72043 68660 267 49 0 69184 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 288172

[startup+942.301 s]
/proc/loadavg: 3.03 3.00 2.80 4/347 6495
/proc/meminfo: memFree=15971124/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=289368 CPUtime=942.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 70160 0 0 0 94212 19 0 0 25 0 1 0 657348415 296312832 68978 33554432000 4194304 4394578 140734661487376 18446744073709551615 4337103 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 72342 68978 267 49 0 69483 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 289368

[startup+1002.3 s]
/proc/loadavg: 3.01 3.00 2.81 4/347 6497
/proc/meminfo: memFree=15895172/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=307204 CPUtime=1002.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 74585 0 0 0 100211 20 0 0 25 0 1 0 657348415 314576896 73403 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 76801 73403 267 49 0 73942 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 307204

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 2.82 4/347 6499
/proc/meminfo: memFree=15867584/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=310660 CPUtime=1062.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 75466 0 0 0 106210 21 0 0 25 0 1 0 657348415 318115840 74284 33554432000 4194304 4394578 140734661487376 18446744073709551615 4296451 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 77665 74284 267 49 0 74806 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 310660

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.83 4/347 6500
/proc/meminfo: memFree=15827476/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=310660 CPUtime=1122.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 75467 0 0 0 112210 21 0 0 25 0 1 0 657348415 318115840 74285 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 77665 74285 267 49 0 74806 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 310660

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.83 4/347 6502
/proc/meminfo: memFree=15780060/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=310660 CPUtime=1182.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 75467 0 0 0 118210 21 0 0 25 0 1 0 657348415 318115840 74285 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 77665 74285 267 49 0 74806 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 310660

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 2.84 4/347 6503
/proc/meminfo: memFree=15715792/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=318768 CPUtime=1242.31 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 77501 0 0 0 124209 22 0 0 25 0 1 0 657348415 326418432 76319 33554432000 4194304 4394578 140734661487376 18446744073709551615 4300088 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 79692 76319 267 49 0 76833 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 318768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 2.84 4/347 6505
/proc/meminfo: memFree=15645816/32950928 swapFree=67111348/67111528
[pid=6436] ppid=6434 vsize=325708 CPUtime=1300.02 cores=0,2
/proc/6436/stat : 6436 (SApperloT2010) R 6434 6436 30479 0 -1 4202496 79232 0 0 0 129980 22 0 0 25 0 1 0 657348415 333524992 78050 33554432000 4194304 4394578 140734661487376 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/6436/statm: 81427 78050 267 49 0 78568 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 325708

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

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

runsolver used 4.27835 second user time and 9.92849 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 13:04:48
IDJOB=3379630
IDBENCH=83244
IDSOLVER=1862
FILE ID=node125/3379630-1305457487
RUNJOBID= node125-1305457487-6302
PBS_JOBID= 13324855
Free space on /tmp= 73192 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379630-1305457487/watcher-3379630-1305457487 -o /tmp/evaluation-result-3379630-1305457487/solver-3379630-1305457487 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379630-1305457487.cnf

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=1680989120

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:      17280496 kB
Buffers:        287760 kB
Cached:        4620412 kB
SwapCached:          0 kB
Active:       11607060 kB
Inactive:      3679520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17280496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7348 kB
Writeback:           8 kB
AnonPages:    10378648 kB
Mapped:          34056 kB
Slab:           279092 kB
PageTables:      39776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70889412 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= 73192 MiB
End job on node125 at 2011-05-15 13:26:30