Trace number 3379626

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.08 1300.04

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
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 variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

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-3379626-1305458105/watcher-3379626-1305458105 -o /tmp/evaluation-result-3379626-1305458105/solver-3379626-1305458105 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379626-1305458105.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.27 3.87 3.84 3/308 17471
/proc/meminfo: memFree=15909776/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=13228 CPUtime=0 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 663 0 0 0 0 0 0 0 22 0 1 0 657413241 13545472 603 33554432000 4194304 4394578 140734704453408 18446744073709551615 218370957056 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 3307 603 247 49 0 448 0

[startup+0.0146689 s]
/proc/loadavg: 3.27 3.87 3.84 3/308 17471
/proc/meminfo: memFree=15909776/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=14020 CPUtime=0.01 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 862 0 0 0 1 0 0 0 22 0 1 0 657413241 14356480 802 33554432000 4194304 4394578 140734704453408 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 3505 805 247 49 0 646 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14020

[startup+0.100654 s]
/proc/loadavg: 3.27 3.87 3.84 3/308 17471
/proc/meminfo: memFree=15909776/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=16128 CPUtime=0.09 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 1377 0 0 0 9 0 0 0 22 0 1 0 657413241 16515072 1316 33554432000 4194304 4394578 140734704453408 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 4032 1316 255 49 0 1173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16128

[startup+0.300628 s]
/proc/loadavg: 3.27 3.87 3.84 3/308 17471
/proc/meminfo: memFree=15909776/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=21700 CPUtime=0.29 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 2978 0 0 0 29 0 0 0 23 0 1 0 657413241 22220800 2785 33554432000 4194304 4394578 140734704453408 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 5425 2785 267 49 0 2566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21700

[startup+0.700549 s]
/proc/loadavg: 3.27 3.87 3.84 3/308 17471
/proc/meminfo: memFree=15909776/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=24516 CPUtime=0.69 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 3692 0 0 0 69 0 0 0 25 0 1 0 657413241 25104384 3499 33554432000 4194304 4394578 140734704453408 18446744073709551615 4346529 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 6129 3499 267 49 0 3270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24516

[startup+1.50042 s]
/proc/loadavg: 3.27 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15863780/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=26992 CPUtime=1.49 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 4274 0 0 0 149 0 0 0 25 0 1 0 657413241 27639808 4081 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 6748 4081 267 49 0 3889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26992

[startup+3.10012 s]
/proc/loadavg: 3.27 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15852620/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=29136 CPUtime=3.09 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 4744 0 0 0 309 0 0 0 25 0 1 0 657413241 29835264 4551 33554432000 4194304 4394578 140734704453408 18446744073709551615 4338212 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 7284 4551 267 49 0 4425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29136

[startup+6.30055 s]
/proc/loadavg: 3.33 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15834252/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=34508 CPUtime=6.29 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 6019 0 0 0 628 1 0 0 25 0 1 0 657413241 35336192 5826 33554432000 4194304 4394578 140734704453408 18446744073709551615 4308913 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 8627 5826 267 49 0 5768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34508

[startup+12.7004 s]
/proc/loadavg: 3.38 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15799148/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=47592 CPUtime=12.69 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 9263 0 0 0 1268 1 0 0 25 0 1 0 657413241 48734208 9070 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 11898 9070 267 49 0 9039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47592

[startup+25.5012 s]
/proc/loadavg: 3.52 3.88 3.84 5/320 17493
/proc/meminfo: memFree=15755140/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=60332 CPUtime=25.49 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 12222 0 0 0 2547 2 0 0 25 0 1 0 657413241 61779968 12029 33554432000 4194304 4394578 140734704453408 18446744073709551615 4313528 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 15083 12030 267 49 0 12224 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60332

[startup+51.1006 s]
/proc/loadavg: 3.68 3.89 3.84 5/320 17494
/proc/meminfo: memFree=15687168/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=83232 CPUtime=51.09 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 17691 0 0 0 5105 4 0 0 25 0 1 0 657413241 85229568 17498 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 20808 17498 267 49 0 17949 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83232

[startup+102.312 s]
/proc/loadavg: 3.86 3.90 3.85 5/320 17495
/proc/meminfo: memFree=15558800/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=121804 CPUtime=102.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 27030 0 0 0 10225 6 0 0 25 0 1 0 657413241 124727296 26837 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 30451 26837 267 49 0 27592 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 121804

[startup+162.301 s]
/proc/loadavg: 3.95 3.92 3.85 5/320 17497
/proc/meminfo: memFree=15443804/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=155740 CPUtime=162.29 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 34975 0 0 0 16222 7 0 0 25 0 1 0 657413241 159477760 34782 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 38935 34782 267 49 0 36076 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 155740

[startup+222.3 s]
/proc/loadavg: 3.98 3.93 3.86 5/320 17498
/proc/meminfo: memFree=15342468/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=191024 CPUtime=222.29 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 43402 0 0 0 22219 10 0 0 25 0 1 0 657413241 195608576 43209 33554432000 4194304 4394578 140734704453408 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 47756 43209 267 49 0 44897 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191024

[startup+282.301 s]
/proc/loadavg: 4.11 3.97 3.87 5/320 17500
/proc/meminfo: memFree=15204032/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=230324 CPUtime=282.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 53049 0 0 0 28218 12 0 0 25 0 1 0 657413241 235851776 52856 33554432000 4194304 4394578 140734704453408 18446744073709551615 4299031 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 57581 52856 267 49 0 54722 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 230324

[startup+342.301 s]
/proc/loadavg: 4.08 3.99 3.89 5/320 17502
/proc/meminfo: memFree=15072052/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=265316 CPUtime=342.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 61609 0 0 0 34217 13 0 0 25 0 1 0 657413241 271683584 61416 33554432000 4194304 4394578 140734704453408 18446744073709551615 4296366 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 66329 61416 267 49 0 63470 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 265316

[startup+402.3 s]
/proc/loadavg: 4.14 4.02 3.90 5/320 17503
/proc/meminfo: memFree=14964128/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=291264 CPUtime=402.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 68018 0 0 0 40216 14 0 0 25 0 1 0 657413241 298254336 67825 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 72816 67825 267 49 0 69957 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 291264

[startup+462.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/320 17505
/proc/meminfo: memFree=14879520/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=326000 CPUtime=462.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 76635 0 0 0 46214 16 0 0 25 0 1 0 657413241 333824000 76442 33554432000 4194304 4394578 140734704453408 18446744073709551615 4296425 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 81500 76442 267 49 0 78641 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 326000

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.91 5/320 17506
/proc/meminfo: memFree=14728448/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=354576 CPUtime=522.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 83652 0 0 0 52212 18 0 0 25 0 1 0 657413241 363085824 83459 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 88644 83459 267 49 0 85785 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 354576

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17508
/proc/meminfo: memFree=14622900/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=379652 CPUtime=582.3 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 89717 0 0 0 58210 20 0 0 25 0 1 0 657413241 388763648 89524 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 94913 89524 267 49 0 92054 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 379652

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17510
/proc/meminfo: memFree=14492532/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=423336 CPUtime=642.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 100492 0 0 0 64209 22 0 0 25 0 1 0 657413241 433496064 100299 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 105834 100299 267 49 0 102975 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 423336

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17511
/proc/meminfo: memFree=14374692/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=463740 CPUtime=702.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 110568 0 0 0 70206 25 0 0 25 0 1 0 657413241 474869760 110375 33554432000 4194304 4394578 140734704453408 18446744073709551615 4313463 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 115935 110375 267 49 0 113076 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 463740

[startup+762.311 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17513
/proc/meminfo: memFree=14309180/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=467480 CPUtime=762.32 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 111258 0 0 0 76207 25 0 0 25 0 1 0 657413241 478699520 111065 33554432000 4194304 4394578 140734704453408 18446744073709551615 4296795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 116870 111065 267 49 0 114011 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 467480

[startup+822.301 s]
/proc/loadavg: 4.06 4.01 3.91 5/320 17514
/proc/meminfo: memFree=14230660/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=470296 CPUtime=822.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 111804 0 0 0 82206 25 0 0 25 0 1 0 657413241 481583104 111611 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 117574 111611 267 49 0 114715 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 470296

[startup+882.301 s]
/proc/loadavg: 4.12 4.04 3.93 5/320 17516
/proc/meminfo: memFree=14111204/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=513960 CPUtime=882.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 122695 0 0 0 88203 28 0 0 25 0 1 0 657413241 526295040 122502 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 128490 122502 267 49 0 125631 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 513960

[startup+942.3 s]
/proc/loadavg: 4.20 4.06 3.94 5/320 17518
/proc/meminfo: memFree=14026348/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=549616 CPUtime=942.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 131516 0 0 0 94201 30 0 0 25 0 1 0 657413241 562806784 131323 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 137404 131323 267 49 0 134545 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 549616

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.94 5/320 17519
/proc/meminfo: memFree=13950540/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=578056 CPUtime=1002.31 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 138578 0 0 0 100200 31 0 0 25 0 1 0 657413241 591929344 138385 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 144514 138385 267 49 0 141655 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 578056

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.94 5/320 17521
/proc/meminfo: memFree=13840636/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=615572 CPUtime=1062.32 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 147896 0 0 0 106198 34 0 0 25 0 1 0 657413241 630345728 147703 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 153893 147703 267 49 0 151034 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 615572

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.94 5/320 17522
/proc/meminfo: memFree=13718716/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=656036 CPUtime=1122.32 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 157911 0 0 0 112195 37 0 0 25 0 1 0 657413241 671780864 157718 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 164009 157718 267 49 0 161150 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 656036

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/320 17524
/proc/meminfo: memFree=13643400/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=681620 CPUtime=1182.32 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 164153 0 0 0 118194 38 0 0 25 0 1 0 657413241 697978880 163960 33554432000 4194304 4394578 140734704453408 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 170405 163960 267 49 0 167546 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 681620

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/320 17526
/proc/meminfo: memFree=13514148/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=714956 CPUtime=1242.33 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 172344 0 0 0 124192 41 0 0 25 0 1 0 657413241 732114944 172151 33554432000 4194304 4394578 140734704453408 18446744073709551615 4346547 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 178739 172151 267 49 0 175880 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 714956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 6/320 17527
/proc/meminfo: memFree=13396060/32951124 swapFree=52307768/67111528
[pid=17471] ppid=17469 vsize=771628 CPUtime=1300.03 cores=1,3
/proc/17471/stat : 17471 (SApperloT2010) R 17469 17471 15311 0 -1 4202496 186381 0 0 0 129959 44 0 0 25 0 1 0 657413241 790147072 186188 33554432000 4194304 4394578 140734704453408 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17471/statm: 192907 186188 267 49 0 190048 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 771628

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.6
CPU system time (s): 0.477927
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 771628

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

runsolver used 3.82842 second user time and 9.1896 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 13:15:05
IDJOB=3379626
IDBENCH=83336
IDSOLVER=1862
FILE ID=node101/3379626-1305458105
RUNJOBID= node101-1305458105-17452
PBS_JOBID= 13324878
Free space on /tmp= 73756 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379626-1305458105/watcher-3379626-1305458105 -o /tmp/evaluation-result-3379626-1305458105/solver-3379626-1305458105 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379626-1305458105.cnf

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=1302073586

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15910304 kB
Buffers:        340996 kB
Cached:        6173440 kB
SwapCached:      14848 kB
Active:       11552648 kB
Inactive:      5199100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15910304 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1496 kB
Writeback:           0 kB
AnonPages:    10234168 kB
Mapped:          15900 kB
Slab:           159608 kB
PageTables:      64160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42600492 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= 73756 MiB
End job on node101 at 2011-05-15 13:36:47