Trace number 3250517

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
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 variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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-3250517-1303541014/watcher-3250517-1303541014 -o /tmp/evaluation-result-3250517-1303541014/solver-3250517-1303541014 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250517-1303541014.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: 4.02 3.95 3.01 4/190 27996
/proc/meminfo: memFree=12892612/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=12852 CPUtime=0 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 560 0 0 0 0 0 0 0 25 0 1 0 446516996 13160448 499 33554432000 4194304 4395502 140736169523504 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 3213 500 249 50 0 353 0

[startup+0.090731 s]
/proc/loadavg: 4.02 3.95 3.01 4/190 27996
/proc/meminfo: memFree=12892612/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=16832 CPUtime=0.08 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 1558 0 0 0 8 0 0 0 25 0 1 0 446516996 17235968 1496 33554432000 4194304 4395502 140736169523504 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 4208 1496 255 50 0 1348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16832

[startup+0.100715 s]
/proc/loadavg: 4.02 3.95 3.01 4/190 27996
/proc/meminfo: memFree=12892612/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=16832 CPUtime=0.09 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 1558 0 0 0 9 0 0 0 25 0 1 0 446516996 17235968 1496 33554432000 4194304 4395502 140736169523504 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 4208 1496 255 50 0 1348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16832

[startup+0.300652 s]
/proc/loadavg: 4.02 3.95 3.01 4/190 27996
/proc/meminfo: memFree=12892612/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=21740 CPUtime=0.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 3012 0 0 0 29 0 0 0 25 0 1 0 446516996 22261760 2814 33554432000 4194304 4395502 140736169523504 18446744073709551615 4292231 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 5435 2814 266 50 0 2575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21740

[startup+0.700578 s]
/proc/loadavg: 4.02 3.95 3.01 4/190 27996
/proc/meminfo: memFree=12892612/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=24396 CPUtime=0.68 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 3610 0 0 0 68 0 0 0 25 0 1 0 446516996 24981504 3412 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 6099 3412 266 50 0 3239 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24396

[startup+1.50043 s]
/proc/loadavg: 3.94 3.94 3.01 4/188 27997
/proc/meminfo: memFree=13342648/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=27032 CPUtime=1.49 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 4234 0 0 0 148 1 0 0 25 0 1 0 446516996 27680768 4036 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 6758 4036 266 50 0 3898 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27032

[startup+3.10114 s]
/proc/loadavg: 3.94 3.94 3.01 4/185 28014
/proc/meminfo: memFree=13341908/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=30100 CPUtime=3.09 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 4950 0 0 0 308 1 0 0 25 0 1 0 446516996 30822400 4752 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 7525 4752 266 50 0 4665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30100

[startup+6.30053 s]
/proc/loadavg: 3.94 3.94 3.01 5/190 28024
/proc/meminfo: memFree=13324052/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=33128 CPUtime=6.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 5557 0 0 0 627 2 0 0 25 0 1 0 446516996 33923072 5359 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 8282 5359 266 50 0 5422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33128

[startup+12.7003 s]
/proc/loadavg: 3.95 3.94 3.02 5/190 28024
/proc/meminfo: memFree=13305084/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=39016 CPUtime=12.69 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 6961 0 0 0 1267 2 0 0 25 0 1 0 446516996 39952384 6763 33554432000 4194304 4395502 140736169523504 18446744073709551615 4328557 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 9754 6763 266 50 0 6894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39016

[startup+25.5009 s]
/proc/loadavg: 4.04 3.96 3.03 5/190 28025
/proc/meminfo: memFree=13282012/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=47924 CPUtime=25.49 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 9037 0 0 0 2546 3 0 0 25 0 1 0 446516996 49074176 8839 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 11981 8839 266 50 0 9121 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47924

[startup+51.101 s]
/proc/loadavg: 4.02 3.96 3.06 5/190 28053
/proc/meminfo: memFree=14510708/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=55916 CPUtime=51.08 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 10809 0 0 0 5105 3 0 0 25 0 1 0 446516996 57257984 10611 33554432000 4194304 4395502 140736169523504 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 13979 10611 266 50 0 11119 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55916

[startup+102.306 s]
/proc/loadavg: 4.01 3.97 3.11 5/190 28055
/proc/meminfo: memFree=14389568/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=87424 CPUtime=102.3 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 18286 0 0 0 10225 5 0 0 25 0 1 0 446516996 89522176 18088 33554432000 4194304 4395502 140736169523504 18446744073709551615 4286415 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 21856 18088 266 50 0 18996 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87424

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 28056
/proc/meminfo: memFree=14301000/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=108852 CPUtime=162.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 23283 0 0 0 16223 6 0 0 25 0 1 0 446516996 111464448 23085 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 27213 23085 266 50 0 24353 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108852

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.21 5/190 28058
/proc/meminfo: memFree=14202136/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=141936 CPUtime=222.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 31291 0 0 0 22221 8 0 0 25 0 1 0 446516996 145342464 31093 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 35484 31093 266 50 0 32624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141936

[startup+282.3 s]
/proc/loadavg: 4.05 3.99 3.26 5/190 28087
/proc/meminfo: memFree=14172892/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=175092 CPUtime=282.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 39460 0 0 0 28219 10 0 0 25 0 1 0 446516996 179294208 39262 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 43773 39262 266 50 0 40913 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175092

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.30 5/190 28088
/proc/meminfo: memFree=14083068/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=187640 CPUtime=342.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 42274 0 0 0 34219 10 0 0 25 0 1 0 446516996 192143360 42076 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 46910 42076 266 50 0 44050 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 187640

[startup+402.301 s]
/proc/loadavg: 4.04 4.00 3.35 5/190 28090
/proc/meminfo: memFree=14012852/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=222112 CPUtime=402.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 50678 0 0 0 40218 11 0 0 25 0 1 0 446516996 227442688 50480 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 55528 50480 266 50 0 52668 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 222112

[startup+462.3 s]
/proc/loadavg: 3.38 3.82 3.33 4/184 28109
/proc/meminfo: memFree=14912708/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=256796 CPUtime=462.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 59194 0 0 0 46215 14 0 0 25 0 1 0 446516996 262959104 58996 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 64199 58996 266 50 0 61339 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 256796

[startup+522.301 s]
/proc/loadavg: 3.21 3.68 3.31 4/184 28111
/proc/meminfo: memFree=14872376/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=281844 CPUtime=522.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 65305 0 0 0 52214 15 0 0 25 0 1 0 446516996 288608256 65107 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 70461 65107 266 50 0 67601 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 281844

[startup+582.301 s]
/proc/loadavg: 3.07 3.55 3.29 4/184 28113
/proc/meminfo: memFree=14821368/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=306708 CPUtime=582.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 71274 0 0 0 58212 17 0 0 25 0 1 0 446516996 314068992 71076 33554432000 4194304 4395502 140736169523504 18446744073709551615 4300225 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 76677 71076 266 50 0 73817 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 306708

[startup+642.3 s]
/proc/loadavg: 3.10 3.47 3.27 4/184 28114
/proc/meminfo: memFree=14743832/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=341864 CPUtime=642.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 79942 0 0 0 64210 19 0 0 25 0 1 0 446516996 350068736 79744 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 85466 79744 266 50 0 82606 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 341864

[startup+702.301 s]
/proc/loadavg: 3.04 3.38 3.25 4/184 28116
/proc/meminfo: memFree=14712672/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=345704 CPUtime=702.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 80675 0 0 0 70210 19 0 0 25 0 1 0 446516996 354000896 80477 33554432000 4194304 4395502 140736169523504 18446744073709551615 4292669 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 86426 80477 266 50 0 83566 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 345704

[startup+762.306 s]
/proc/loadavg: 3.01 3.31 3.23 4/184 28117
/proc/meminfo: memFree=14671600/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=352936 CPUtime=762.3 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 82444 0 0 0 76210 20 0 0 25 0 1 0 446516996 361406464 82246 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 88234 82246 266 50 0 85374 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 352936

[startup+822.3 s]
/proc/loadavg: 2.47 3.11 3.17 3/178 28136
/proc/meminfo: memFree=14869124/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=377304 CPUtime=822.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 88470 0 0 0 82208 21 0 0 25 0 1 0 446516996 386359296 88272 33554432000 4194304 4395502 140736169523504 18446744073709551615 4292278 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 94326 88272 266 50 0 91466 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 377304

[startup+882.301 s]
/proc/loadavg: 2.23 2.92 3.10 3/178 28138
/proc/meminfo: memFree=14828792/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=414516 CPUtime=882.3 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 97729 0 0 0 88206 24 0 0 25 0 1 0 446516996 424464384 97531 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 103629 97531 266 50 0 100769 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 414516

[startup+942.3 s]
/proc/loadavg: 2.08 2.75 3.03 3/178 28139
/proc/meminfo: memFree=14797996/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=431940 CPUtime=942.3 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 102128 0 0 0 94205 25 0 0 25 0 1 0 446516996 442306560 101930 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 107985 101930 266 50 0 105125 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 431940

[startup+1002.3 s]
/proc/loadavg: 2.03 2.61 2.96 3/178 28141
/proc/meminfo: memFree=14764732/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=452816 CPUtime=1002.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 107174 0 0 0 100203 26 0 0 25 0 1 0 446516996 463683584 106976 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 113204 106976 266 50 0 110344 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 452816

[startup+1062.3 s]
/proc/loadavg: 2.01 2.50 2.90 3/178 28151
/proc/meminfo: memFree=14735664/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=469396 CPUtime=1062.28 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 111293 0 0 0 106201 27 0 0 25 0 1 0 446516996 480661504 111095 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 117349 111095 266 50 0 114489 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 469396

[startup+1122.3 s]
/proc/loadavg: 2.00 2.40 2.84 3/178 28153
/proc/meminfo: memFree=14713928/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=478588 CPUtime=1122.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 113566 0 0 0 112201 28 0 0 25 0 1 0 446516996 490074112 113368 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 119647 113368 266 50 0 116787 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 478588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.33 2.78 3/178 28155
/proc/meminfo: memFree=14686488/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=496716 CPUtime=1182.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 118129 0 0 0 118199 30 0 0 25 0 1 0 446516996 508637184 117931 33554432000 4194304 4395502 140736169523504 18446744073709551615 4293503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 124179 117931 266 50 0 121319 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 496716

[startup+1242.3 s]
/proc/loadavg: 2.00 2.26 2.73 3/178 28156
/proc/meminfo: memFree=14630164/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=528188 CPUtime=1242.29 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 125889 0 0 0 124197 32 0 0 25 0 1 0 446516996 540864512 125691 33554432000 4194304 4395502 140736169523504 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 132047 125691 266 50 0 129187 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 528188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.22 2.69 3/178 28158
/proc/meminfo: memFree=14597280/32951124 swapFree=67111528/67111528
[pid=27996] ppid=27994 vsize=542904 CPUtime=1300 cores=1,3
/proc/27996/stat : 27996 (SApperloT2010) R 27994 27996 27733 0 -1 4202496 129503 0 0 0 129966 34 0 0 25 0 1 0 446516996 555933696 129305 33554432000 4194304 4395502 140736169523504 18446744073709551615 4336237 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27996/statm: 135726 129305 266 50 0 132866 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 542904

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.03
CPU user time (s): 1299.67
CPU system time (s): 0.364944
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 542904

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

runsolver used 2.07568 second user time and 4.84626 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 08:43:34
IDJOB=3250517
IDBENCH=83275
IDSOLVER=1655
FILE ID=node141/3250517-1303541014
RUNJOBID= node141-1303539680-27753
PBS_JOBID= 13143097
Free space on /tmp= 71520 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250517-1303541014/watcher-3250517-1303541014 -o /tmp/evaluation-result-3250517-1303541014/solver-3250517-1303541014 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250517-1303541014.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1076346655

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      12849864 kB
Buffers:       1622016 kB
Cached:       15339544 kB
SwapCached:          0 kB
Active:       11952544 kB
Inactive:      7571708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12849864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:     2561516 kB
Mapped:          15572 kB
Slab:           507432 kB
PageTables:      10708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3027664 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= 71544 MiB
End job on node141 at 2011-04-23 09:05:16