Trace number 3250209

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
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 variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250209-1303539704/watcher-3250209-1303539704 -o /tmp/evaluation-result-3250209-1303539704/solver-3250209-1303539704 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250209-1303539704.cnf 

running on 2 cores: 5,7

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: 0.57 0.13 0.04 3/184 8209
/proc/meminfo: memFree=12119892/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=12472 CPUtime=0 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 515 0 0 0 0 0 0 0 23 0 1 0 446386278 12771328 453 33554432000 4194304 4395502 140734007001760 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 3118 453 255 50 0 258 0

[startup+0.040329 s]
/proc/loadavg: 0.57 0.13 0.04 3/184 8209
/proc/meminfo: memFree=12119892/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=13624 CPUtime=0.03 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 817 0 0 0 3 0 0 0 23 0 1 0 446386278 13950976 755 33554432000 4194304 4395502 140734007001760 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 3406 755 267 50 0 546 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13624

[startup+0.10033 s]
/proc/loadavg: 0.57 0.13 0.04 3/184 8209
/proc/meminfo: memFree=12119892/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=14020 CPUtime=0.09 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 914 0 0 0 9 0 0 0 24 0 1 0 446386278 14356480 852 33554432000 4194304 4395502 140734007001760 18446744073709551615 4288559 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 3505 852 267 50 0 645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14020

[startup+0.300281 s]
/proc/loadavg: 0.57 0.13 0.04 3/184 8209
/proc/meminfo: memFree=12119892/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=14548 CPUtime=0.29 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 1061 0 0 0 29 0 0 0 25 0 1 0 446386278 14897152 999 33554432000 4194304 4395502 140734007001760 18446744073709551615 4292629 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 3637 999 267 50 0 777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14548

[startup+0.70021 s]
/proc/loadavg: 0.57 0.13 0.04 3/184 8209
/proc/meminfo: memFree=12119892/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=15760 CPUtime=0.69 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 1368 0 0 0 69 0 0 0 25 0 1 0 446386278 16138240 1306 33554432000 4194304 4395502 140734007001760 18446744073709551615 4292306 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 3940 1306 267 50 0 1080 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15760

[startup+1.50107 s]
/proc/loadavg: 0.57 0.13 0.04 4/185 8210
/proc/meminfo: memFree=12115312/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=17352 CPUtime=1.49 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 1756 0 0 0 149 0 0 0 25 0 1 0 446386278 17768448 1694 33554432000 4194304 4395502 140734007001760 18446744073709551615 4313232 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 4338 1694 267 50 0 1478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17352

[startup+3.10078 s]
/proc/loadavg: 0.76 0.18 0.06 4/185 8210
/proc/meminfo: memFree=12112708/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=19896 CPUtime=3.09 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 2386 0 0 0 309 0 0 0 25 0 1 0 446386278 20373504 2324 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 4974 2324 267 50 0 2114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19896

[startup+6.30021 s]
/proc/loadavg: 0.76 0.18 0.06 4/185 8210
/proc/meminfo: memFree=12107748/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=24028 CPUtime=6.29 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 3393 0 0 0 629 0 0 0 25 0 1 0 446386278 24604672 3331 33554432000 4194304 4395502 140734007001760 18446744073709551615 4291676 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 6007 3331 267 50 0 3147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24028

[startup+12.7011 s]
/proc/loadavg: 1.19 0.29 0.09 5/190 8220
/proc/meminfo: memFree=11969400/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=31108 CPUtime=12.69 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 5111 0 0 0 1269 0 0 0 25 0 1 0 446386278 31854592 5049 33554432000 4194304 4395502 140734007001760 18446744073709551615 233509946384 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 7777 5049 267 50 0 4917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31108

[startup+25.5008 s]
/proc/loadavg: 1.62 0.41 0.13 5/190 8221
/proc/meminfo: memFree=11800448/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=42768 CPUtime=25.49 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 7975 0 0 0 2548 1 0 0 25 0 1 0 446386278 43794432 7913 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 10692 7913 267 50 0 7832 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42768

[startup+51.1002 s]
/proc/loadavg: 2.43 0.70 0.24 5/190 8221
/proc/meminfo: memFree=11690204/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=59356 CPUtime=51.09 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 12037 0 0 0 5107 2 0 0 25 0 1 0 446386278 60780544 11975 33554432000 4194304 4395502 140734007001760 18446744073709551615 4293004 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 14839 11975 267 50 0 11979 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59356

[startup+102.306 s]
/proc/loadavg: 3.37 1.25 0.45 5/190 8223
/proc/meminfo: memFree=11489376/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=96352 CPUtime=102.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 21130 0 0 0 10225 5 0 0 25 0 1 0 446386278 98664448 21068 33554432000 4194304 4395502 140734007001760 18446744073709551615 4297145 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 24088 21068 267 50 0 21228 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96352

[startup+162.3 s]
/proc/loadavg: 3.77 1.75 0.67 5/190 8224
/proc/meminfo: memFree=11323252/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=140240 CPUtime=162.29 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 32046 0 0 0 16222 7 0 0 25 0 1 0 446386278 143605760 31984 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 35060 31984 267 50 0 32200 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 140240

[startup+222.3 s]
/proc/loadavg: 3.91 2.15 0.88 5/190 8229
/proc/meminfo: memFree=11210072/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=166840 CPUtime=222.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 38671 0 0 0 22221 9 0 0 25 0 1 0 446386278 170844160 38609 33554432000 4194304 4395502 140734007001760 18446744073709551615 4292729 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 41710 38609 267 50 0 38850 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 166840

[startup+282.301 s]
/proc/loadavg: 3.97 2.49 1.07 5/190 8230
/proc/meminfo: memFree=11019648/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=192996 CPUtime=282.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 45212 0 0 0 28220 10 0 0 25 0 1 0 446386278 197627904 45150 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 48249 45150 267 50 0 45389 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 192996

[startup+342.301 s]
/proc/loadavg: 3.99 2.76 1.25 5/190 8232
/proc/meminfo: memFree=10902804/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=232988 CPUtime=342.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 55248 0 0 0 34217 13 0 0 25 0 1 0 446386278 238579712 55186 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 58247 55186 267 50 0 55387 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 232988

[startup+402.301 s]
/proc/loadavg: 4.04 3.00 1.42 5/190 8234
/proc/meminfo: memFree=10856164/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=267736 CPUtime=402.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 63897 0 0 0 40215 15 0 0 25 0 1 0 446386278 274161664 63835 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 66934 63835 267 50 0 64074 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267736

[startup+462.3 s]
/proc/loadavg: 4.01 3.18 1.58 5/190 8235
/proc/meminfo: memFree=10810624/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=311284 CPUtime=462.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 74787 0 0 0 46213 17 0 0 25 0 1 0 446386278 318754816 74725 33554432000 4194304 4395502 140734007001760 18446744073709551615 4288723 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 77821 74725 267 50 0 74961 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 311284

[startup+522.3 s]
/proc/loadavg: 4.00 3.32 1.73 5/190 8237
/proc/meminfo: memFree=10800932/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=311432 CPUtime=522.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 74852 0 0 0 52213 17 0 0 25 0 1 0 446386278 318906368 74790 33554432000 4194304 4395502 140734007001760 18446744073709551615 4328060 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 77858 74790 267 50 0 74998 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 311432

[startup+582.301 s]
/proc/loadavg: 4.00 3.44 1.87 5/190 8238
/proc/meminfo: memFree=10565540/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=349540 CPUtime=582.3 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 84357 0 0 0 58211 19 0 0 25 0 1 0 446386278 357928960 84295 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 87385 84295 267 50 0 84525 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 349540

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 2.00 5/190 8240
/proc/meminfo: memFree=10477976/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=385688 CPUtime=642.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 93407 0 0 0 64210 22 0 0 25 0 1 0 446386278 394944512 93345 33554432000 4194304 4395502 140734007001760 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 96422 93345 267 50 0 93562 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 385688

[startup+702.3 s]
/proc/loadavg: 4.07 3.64 2.13 5/190 8242
/proc/meminfo: memFree=10438896/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=424332 CPUtime=702.31 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 103077 0 0 0 70208 23 0 0 25 0 1 0 446386278 434515968 103015 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 106083 103015 267 50 0 103223 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 424332

[startup+762.306 s]
/proc/loadavg: 4.02 3.70 2.24 5/190 8243
/proc/meminfo: memFree=10383576/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=462048 CPUtime=762.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 112493 0 0 0 76207 25 0 0 25 0 1 0 446386278 473137152 112431 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 115512 112431 267 50 0 112652 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 462048

[startup+822.301 s]
/proc/loadavg: 4.01 3.75 2.35 5/190 8245
/proc/meminfo: memFree=10356504/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=489508 CPUtime=822.31 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 119363 0 0 0 82204 27 0 0 25 0 1 0 446386278 501256192 119301 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 122377 119301 267 50 0 119517 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 489508

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 2.45 5/190 8246
/proc/meminfo: memFree=10312584/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=532416 CPUtime=882.31 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 130098 0 0 0 88202 29 0 0 25 0 1 0 446386278 545193984 130036 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 133104 130036 267 50 0 130244 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 532416

[startup+942.301 s]
/proc/loadavg: 4.07 3.85 2.55 5/190 8248
/proc/meminfo: memFree=10263564/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=568424 CPUtime=942.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 139110 0 0 0 94200 32 0 0 25 0 1 0 446386278 582066176 139048 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 142106 139048 267 50 0 139246 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 568424

[startup+1002.3 s]
/proc/loadavg: 4.02 3.87 2.64 5/190 8250
/proc/meminfo: memFree=10221388/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=609772 CPUtime=1002.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 149418 0 0 0 100197 35 0 0 25 0 1 0 446386278 624406528 149356 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 152443 149356 267 50 0 149583 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 609772

[startup+1062.3 s]
/proc/loadavg: 4.01 3.89 2.72 5/190 8251
/proc/meminfo: memFree=10215024/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=615476 CPUtime=1062.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 150855 0 0 0 106197 35 0 0 25 0 1 0 446386278 630247424 150793 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 153869 150793 267 50 0 151009 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 615476

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.80 5/190 8253
/proc/meminfo: memFree=10208296/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=615476 CPUtime=1122.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 150882 0 0 0 112197 35 0 0 25 0 1 0 446386278 630247424 150820 33554432000 4194304 4395502 140734007001760 18446744073709551615 4292793 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 153869 150820 267 50 0 151009 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 615476

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.87 5/190 8254
/proc/meminfo: memFree=10190296/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=633448 CPUtime=1182.32 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 155367 0 0 0 118196 36 0 0 25 0 1 0 446386278 648650752 155305 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 158362 155305 267 50 0 155502 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 633448

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.94 5/190 8256
/proc/meminfo: memFree=10141420/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=675400 CPUtime=1242.33 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 165857 0 0 0 124194 39 0 0 25 0 1 0 446386278 691609600 165795 33554432000 4194304 4395502 140734007001760 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 168850 165795 267 50 0 165990 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 675400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.00 5/190 8314
/proc/meminfo: memFree=10063636/32951124 swapFree=67111528/67111528
[pid=8209] ppid=8207 vsize=713664 CPUtime=1300.03 cores=5,7
/proc/8209/stat : 8209 (SApperloT2010) R 8207 8209 8077 0 -1 4202496 175431 0 0 0 129962 41 0 0 25 0 1 0 446386278 730791936 175369 33554432000 4194304 4395502 140734007001760 18446744073709551615 4316159 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8209/statm: 178416 175369 267 50 0 175556 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 713664

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.63
CPU system time (s): 0.447931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 713664

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

runsolver used 2.07968 second user time and 4.5933 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-23 08:21:44
IDJOB=3250209
IDBENCH=83247
IDSOLVER=1655
FILE ID=node145/3250209-1303539704
RUNJOBID= node145-1303539680-8098
PBS_JOBID= 13143093
Free space on /tmp= 71520 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_512.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250209-1303539704/watcher-3250209-1303539704 -o /tmp/evaluation-result-3250209-1303539704/solver-3250209-1303539704 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250209-1303539704.cnf

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

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=391508882

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12119932 kB
Buffers:       2164900 kB
Cached:       18020028 kB
SwapCached:          0 kB
Active:        9983968 kB
Inactive:     10280656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12119932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1252 kB
Writeback:           0 kB
AnonPages:       78656 kB
Mapped:          15420 kB
Slab:           503452 kB
PageTables:       5068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   243228 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= 71496 MiB
End job on node145 at 2011-04-23 08:43:26