Trace number 3250651

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
SApperloT 2011-03-23? (TO) 1300.05 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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-3250651-1303557061/watcher-3250651-1303557061 -o /tmp/evaluation-result-3250651-1303557061/solver-3250651-1303557061 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3250651-1303557061.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.48 3.13 3.59 5/183 20452
/proc/meminfo: memFree=26144104/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=12376 CPUtime=0 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4194304 517 0 0 0 0 0 0 0 25 0 1 0 545936774 12673024 381 33554432000 4194304 4465733 140737136075952 18446744073709551615 4265240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 3094 381 250 67 0 217 0

[startup+0.098628 s]
/proc/loadavg: 1.48 3.13 3.59 5/183 20452
/proc/meminfo: memFree=26144104/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=14436 CPUtime=0.09 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 1585 0 0 0 9 0 0 0 25 0 1 0 545936774 14782464 887 33554432000 4194304 4465733 140737136075952 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 3609 887 255 67 0 732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14436

[startup+0.100628 s]
/proc/loadavg: 1.48 3.13 3.59 5/183 20452
/proc/meminfo: memFree=26144104/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=14436 CPUtime=0.09 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 1588 0 0 0 9 0 0 0 25 0 1 0 545936774 14782464 889 33554432000 4194304 4465733 140737136075952 18446744073709551615 4271877 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 3609 889 255 67 0 732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14436

[startup+0.300591 s]
/proc/loadavg: 1.48 3.13 3.59 5/183 20452
/proc/meminfo: memFree=26144104/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=15088 CPUtime=0.29 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 2618 0 0 0 29 0 0 0 25 0 1 0 545936774 15450112 912 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 3772 912 256 67 0 895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15088

[startup+0.700518 s]
/proc/loadavg: 1.48 3.13 3.59 5/183 20452
/proc/meminfo: memFree=26144104/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=15884 CPUtime=0.69 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 3327 0 0 0 69 0 0 0 25 0 1 0 545936774 16265216 1093 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 3971 1093 256 67 0 1094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15884

[startup+1.50037 s]
/proc/loadavg: 1.48 3.13 3.59 6/190 20464
/proc/meminfo: memFree=26127140/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=16700 CPUtime=1.49 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 3904 0 0 0 149 0 0 0 25 0 1 0 545936774 17100800 1219 33554432000 4194304 4465733 140737136075952 18446744073709551615 4260158 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 4175 1219 256 67 0 1298 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16700

[startup+3.10008 s]
/proc/loadavg: 1.48 3.13 3.59 5/190 20464
/proc/meminfo: memFree=26121808/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=17900 CPUtime=3.09 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 5075 0 0 0 309 0 0 0 25 0 1 0 545936774 18329600 1564 33554432000 4194304 4465733 140737136075952 18446744073709551615 4296174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 4475 1564 256 67 0 1598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17900

[startup+6.30049 s]
/proc/loadavg: 1.68 3.14 3.59 6/190 20464
/proc/meminfo: memFree=26108900/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=20964 CPUtime=6.29 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 7219 0 0 0 629 0 0 0 25 0 1 0 545936774 21467136 1967 33554432000 4194304 4465733 140737136075952 18446744073709551615 4271258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 5241 1967 256 67 0 2364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20964

[startup+12.7003 s]
/proc/loadavg: 1.87 3.15 3.59 6/190 20465
/proc/meminfo: memFree=26088076/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=37240 CPUtime=12.69 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 11369 0 0 0 1268 1 0 0 25 0 1 0 545936774 38133760 4574 33554432000 4194304 4465733 140737136075952 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 9310 4574 273 67 0 6433 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37240

[startup+25.501 s]
/proc/loadavg: 2.34 3.19 3.60 6/190 20465
/proc/meminfo: memFree=26067744/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=37240 CPUtime=25.49 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 11370 0 0 0 2548 1 0 0 25 0 1 0 545936774 38133760 4575 33554432000 4194304 4465733 140737136075952 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 9310 4575 273 67 0 6433 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37240

[startup+51.1003 s]
/proc/loadavg: 2.91 3.26 3.61 6/190 20466
/proc/meminfo: memFree=26017872/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=53612 CPUtime=51.09 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 19917 0 0 0 5107 2 0 0 25 0 1 0 545936774 54898688 9163 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270209 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 13403 9163 397 67 0 10526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53612

[startup+102.307 s]
/proc/loadavg: 3.52 3.37 3.63 6/190 20467
/proc/meminfo: memFree=26007420/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=55052 CPUtime=102.29 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 22416 0 0 0 10227 2 0 0 25 0 1 0 545936774 56373248 10743 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 13763 10743 551 67 0 10886 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55052

[startup+162.301 s]
/proc/loadavg: 3.82 3.48 3.65 6/190 20469
/proc/meminfo: memFree=25976992/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=75572 CPUtime=162.3 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 26153 0 0 0 16227 3 0 0 25 0 1 0 545936774 77385728 14477 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 18893 14477 663 67 0 16016 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75572

[startup+222.301 s]
/proc/loadavg: 3.93 3.57 3.67 6/190 20470
/proc/meminfo: memFree=25964036/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=60248 CPUtime=222.3 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 32062 0 0 0 22226 4 0 0 25 0 1 0 545936774 61693952 9199 33554432000 4194304 4465733 140737136075952 18446744073709551615 4295890 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 15062 9199 274 67 0 12185 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60248

[startup+282.301 s]
/proc/loadavg: 3.97 3.65 3.68 6/190 20472
/proc/meminfo: memFree=25950960/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=55208 CPUtime=282.3 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 41218 0 0 0 28225 5 0 0 25 0 1 0 545936774 56532992 9309 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 13802 9309 315 67 0 10925 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55208

[startup+342.301 s]
/proc/loadavg: 3.99 3.71 3.70 6/190 20473
/proc/meminfo: memFree=25918536/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=83996 CPUtime=342.29 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 47950 0 0 0 34223 6 0 0 25 0 1 0 545936774 86011904 15616 33554432000 4194304 4465733 140737136075952 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 20999 15616 537 67 0 18122 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83996

[startup+402.301 s]
/proc/loadavg: 4.04 3.77 3.72 6/190 20475
/proc/meminfo: memFree=25902736/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=83996 CPUtime=402.3 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 50663 0 0 0 40223 7 0 0 25 0 1 0 545936774 86011904 17297 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270781 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 20999 17297 537 67 0 18122 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83996

[startup+462.301 s]
/proc/loadavg: 4.01 3.81 3.74 6/190 20477
/proc/meminfo: memFree=25853348/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=125832 CPUtime=462.3 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 64318 0 0 0 46221 9 0 0 25 0 1 0 545936774 128851968 23431 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 31458 23431 886 67 0 28581 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 125832

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 3.75 6/190 20478
/proc/meminfo: memFree=25868052/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=125832 CPUtime=522.31 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 65746 0 0 0 52221 10 0 0 25 0 1 0 545936774 128851968 24297 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270831 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 31458 24297 886 67 0 28581 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 125832

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 3.76 6/190 20480
/proc/meminfo: memFree=25839344/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=125832 CPUtime=582.31 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 67087 0 0 0 58221 10 0 0 25 0 1 0 545936774 128851968 25153 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 31458 25153 886 67 0 28581 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125832

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.77 5/190 20481
/proc/meminfo: memFree=25805452/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=125832 CPUtime=642.31 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 68915 0 0 0 64220 11 0 0 25 0 1 0 545936774 128851968 26294 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 31458 26294 886 67 0 28581 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 125832

[startup+702.3 s]
/proc/loadavg: 4.00 3.91 3.78 6/190 20483
/proc/meminfo: memFree=25796588/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=125832 CPUtime=702.31 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 69814 0 0 0 70219 12 0 0 25 0 1 0 545936774 128851968 26891 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 31458 26891 886 67 0 28581 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 125832

[startup+762.307 s]
/proc/loadavg: 4.00 3.92 3.80 6/190 20485
/proc/meminfo: memFree=25807592/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=97640 CPUtime=762.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 72709 0 0 0 76219 13 0 0 25 0 1 0 545936774 99983360 21519 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270714 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 24410 21519 528 67 0 21533 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 97640

[startup+822.3 s]
/proc/loadavg: 4.00 3.93 3.81 6/190 20486
/proc/meminfo: memFree=25797868/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=118104 CPUtime=822.31 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 84006 0 0 0 82217 14 0 0 25 0 1 0 545936774 120938496 22051 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 29526 22051 528 67 0 26649 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 118104

[startup+882.3 s]
/proc/loadavg: 4.00 3.94 3.82 6/190 20488
/proc/meminfo: memFree=25788896/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=118104 CPUtime=882.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 84006 0 0 0 88218 14 0 0 25 0 1 0 545936774 120938496 22051 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 29526 22051 528 67 0 26649 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 118104

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 3.83 6/190 20489
/proc/meminfo: memFree=25813636/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=118104 CPUtime=942.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 84006 0 0 0 94218 14 0 0 25 0 1 0 545936774 120938496 22051 33554432000 4194304 4465733 140737136075952 18446744073709551615 4271204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 29526 22051 528 67 0 26649 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 118104

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.84 7/190 20491
/proc/meminfo: memFree=25809244/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=118104 CPUtime=1002.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 84006 0 0 0 100218 14 0 0 25 0 1 0 545936774 120938496 22051 33554432000 4194304 4465733 140737136075952 18446744073709551615 4271246 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 29526 22051 528 67 0 26649 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 118104

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.84 6/190 20493
/proc/meminfo: memFree=25787136/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=135680 CPUtime=1062.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 98944 0 0 0 106216 16 0 0 25 0 1 0 545936774 138936320 26267 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 33920 26267 507 67 0 31043 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 135680

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.85 6/190 20494
/proc/meminfo: memFree=25783984/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=135680 CPUtime=1122.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 99102 0 0 0 112216 16 0 0 25 0 1 0 545936774 138936320 26267 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 33920 26267 349 67 0 31043 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 135680

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.85 6/190 20496
/proc/meminfo: memFree=25816916/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=105864 CPUtime=1182.33 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 104857 0 0 0 118216 17 0 0 25 0 1 0 545936774 108404736 16653 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 26466 16653 274 67 0 23589 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 105864

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.86 6/190 20497
/proc/meminfo: memFree=25770236/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=105864 CPUtime=1242.32 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 105984 0 0 0 124215 17 0 0 25 0 1 0 545936774 108404736 17471 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 26466 17471 274 67 0 23589 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 105864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.87 5/189 20500
/proc/meminfo: memFree=25878816/32950928 swapFree=67071984/67111528
[pid=20452] ppid=20450 vsize=105864 CPUtime=1300.04 cores=1,3
/proc/20452/stat : 20452 (SApperloT) R 20450 20452 19206 0 -1 4202496 106707 0 0 0 129986 18 0 0 25 0 1 0 545936774 108404736 18104 33554432000 4194304 4465733 140737136075952 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20452/statm: 26466 18104 274 67 0 23589 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 105864

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.86
CPU system time (s): 0.187971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 273976

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

runsolver used 2.12468 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 13:11:01
IDJOB=3250651
IDBENCH=83335
IDSOLVER=1657
FILE ID=node116/3250651-1303557061
RUNJOBID= node116-1303557061-20423
PBS_JOBID= 13143152
Free space on /tmp= 72616 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250651-1303557061/watcher-3250651-1303557061 -o /tmp/evaluation-result-3250651-1303557061/solver-3250651-1303557061 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3250651-1303557061.cnf

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=13026196

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26144656 kB
Buffers:       1813444 kB
Cached:        4540564 kB
SwapCached:       9728 kB
Active:        2889632 kB
Inactive:      3504940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26144656 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:       33596 kB
Mapped:          14264 kB
Slab:           348400 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   211712 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= 72612 MiB
End job on node116 at 2011-04-23 13:32:43