Trace number 3439178

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) 5000.14 4999.99

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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

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-3439178-1306909533/watcher-3439178-1306909533 -o /tmp/evaluation-result-3439178-1306909533/solver-3439178-1306909533 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439178-1306909533.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 6148
/proc/meminfo: memFree=9181996/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=12952 CPUtime=0 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 572 0 0 0 0 0 0 0 25 0 1 0 881183928 13262848 512 33554432000 4194304 4394578 140736877078384 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 3238 512 247 49 0 379 0

[startup+0.016277 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 6148
/proc/meminfo: memFree=9181996/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=14404 CPUtime=0.01 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 932 0 0 0 1 0 0 0 25 0 1 0 881183928 14749696 872 33554432000 4194304 4394578 140736877078384 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 3601 872 247 49 0 742 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14404

[startup+0.100299 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 6148
/proc/meminfo: memFree=9181996/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=17356 CPUtime=0.09 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 1670 0 0 0 9 0 0 0 25 0 1 0 881183928 17772544 1609 33554432000 4194304 4394578 140736877078384 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 4339 1609 255 49 0 1480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17356

[startup+0.300265 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 6148
/proc/meminfo: memFree=9181996/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=23048 CPUtime=0.29 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 3365 0 0 0 29 0 0 0 25 0 1 0 881183928 23601152 3142 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 5762 3142 267 49 0 2903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23048

[startup+0.700188 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 6148
/proc/meminfo: memFree=9181996/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=26096 CPUtime=0.69 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 4121 0 0 0 68 1 0 0 25 0 1 0 881183928 26722304 3898 33554432000 4194304 4394578 140736877078384 18446744073709551615 4296388 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 6524 3898 267 49 0 3665 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26096

[startup+1.50104 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9164556/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=30392 CPUtime=1.49 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 5136 0 0 0 148 1 0 0 25 0 1 0 881183928 31121408 4913 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 7598 4913 267 49 0 4739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30392

[startup+3.10075 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9157240/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=36536 CPUtime=3.09 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 6619 0 0 0 308 1 0 0 25 0 1 0 881183928 37412864 6396 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 9134 6396 267 49 0 6275 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36536

[startup+6.30016 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9143952/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=43708 CPUtime=6.29 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 8357 0 0 0 627 2 0 0 25 0 1 0 881183928 44756992 8134 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 10927 8134 267 49 0 8068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43708

[startup+12.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9124972/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=55652 CPUtime=12.69 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 11202 0 0 0 1267 2 0 0 25 0 1 0 881183928 56987648 10979 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 13913 10979 267 49 0 11054 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55652

[startup+25.5006 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9095344/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=72820 CPUtime=25.49 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 15362 0 0 0 2546 3 0 0 25 0 1 0 881183928 74567680 15139 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 18205 15139 267 49 0 15346 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72820

[startup+51.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6151
/proc/meminfo: memFree=9053140/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=100868 CPUtime=51.09 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 22173 0 0 0 5105 4 0 0 25 0 1 0 881183928 103288832 21950 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 25217 21950 267 49 0 22358 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100868

[startup+102.312 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6152
/proc/meminfo: memFree=8976236/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=143616 CPUtime=102.31 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 32331 0 0 0 10225 6 0 0 25 0 1 0 881183928 147062784 32108 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 35904 32108 267 49 0 33045 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143616

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 6154
/proc/meminfo: memFree=8899668/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=189420 CPUtime=162.3 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 43466 0 0 0 16222 8 0 0 25 0 1 0 881183928 193966080 43243 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 47355 43243 267 49 0 44496 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 189420

[startup+222.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/328 6155
/proc/meminfo: memFree=8843696/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=215824 CPUtime=222.29 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 49767 0 0 0 22220 9 0 0 25 0 1 0 881183928 221003776 49544 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 53956 49544 267 49 0 51097 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 215824

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/328 6157
/proc/meminfo: memFree=8790456/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=246584 CPUtime=282.3 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 57212 0 0 0 28219 11 0 0 25 0 1 0 881183928 252502016 56989 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 61646 56989 267 49 0 58787 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 246584

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 6159
/proc/meminfo: memFree=8698396/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=289348 CPUtime=342.3 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 67750 0 0 0 34217 13 0 0 25 0 1 0 881183928 296292352 67527 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 72337 67527 267 49 0 69478 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 289348

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 6160
/proc/meminfo: memFree=8633112/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=308200 CPUtime=402.3 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 72228 0 0 0 40216 14 0 0 25 0 1 0 881183928 315596800 72005 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 77050 72005 267 49 0 74191 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 308200

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6162
/proc/meminfo: memFree=8556916/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=338944 CPUtime=462.3 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 79747 0 0 0 46215 15 0 0 25 0 1 0 881183928 347078656 79524 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 84736 79524 267 49 0 81877 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 338944

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6163
/proc/meminfo: memFree=8487300/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=383484 CPUtime=522.31 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 90624 0 0 0 52213 18 0 0 25 0 1 0 881183928 392687616 90401 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 95871 90401 267 49 0 93012 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 383484

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6165
/proc/meminfo: memFree=8449668/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=419188 CPUtime=582.31 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 99451 0 0 0 58211 20 0 0 25 0 1 0 881183928 429248512 99228 33554432000 4194304 4394578 140736877078384 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 104797 99228 267 49 0 101938 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 419188

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6284
/proc/meminfo: memFree=5940736/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1682972 CPUtime=4062.43 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 411796 0 0 0 406158 85 0 0 25 0 1 0 881183928 1723363328 411573 33554432000 4194304 4394578 140736877078384 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 420743 411573 267 49 0 417884 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 1682972

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 6285
/proc/meminfo: memFree=5940196/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1682972 CPUtime=4122.42 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 411870 0 0 0 412157 85 0 0 25 0 1 0 881183928 1723363328 411647 33554432000 4194304 4394578 140736877078384 18446744073709551615 4299112 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 420743 411647 267 49 0 417884 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1682972

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 6287
/proc/meminfo: memFree=5939908/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1683228 CPUtime=4182.42 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 411971 0 0 0 418157 85 0 0 25 0 1 0 881183928 1723625472 411748 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 420807 411748 267 49 0 417948 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1683228

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6289
/proc/meminfo: memFree=5928208/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1683484 CPUtime=4242.42 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 412050 0 0 0 424157 85 0 0 25 0 1 0 881183928 1723887616 411827 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 420871 411827 267 49 0 418012 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1683484

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6290
/proc/meminfo: memFree=5902372/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1684000 CPUtime=4302.42 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 412152 0 0 0 430157 85 0 0 25 0 1 0 881183928 1724416000 411929 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 421000 411929 267 49 0 418141 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1684000

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6292
/proc/meminfo: memFree=5880368/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1684512 CPUtime=4362.42 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 412264 0 0 0 436157 85 0 0 25 0 1 0 881183928 1724940288 412041 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 421128 412041 267 49 0 418269 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 1684512

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6296
/proc/meminfo: memFree=5852524/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1684512 CPUtime=4422.43 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 412307 0 0 0 442158 85 0 0 25 0 1 0 881183928 1724940288 412084 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 421128 412084 267 49 0 418269 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 1684512

[startup+4482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/328 6298
/proc/meminfo: memFree=5821448/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1684512 CPUtime=4482.43 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 412367 0 0 0 448158 85 0 0 25 0 1 0 881183928 1724940288 412144 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 421128 412144 267 49 0 418269 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1684512

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 6300
/proc/meminfo: memFree=5801812/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1691112 CPUtime=4542.43 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 414054 0 0 0 454157 86 0 0 25 0 1 0 881183928 1731698688 413831 33554432000 4194304 4394578 140736877078384 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 422778 413831 267 49 0 419919 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1691112

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/328 6301
/proc/meminfo: memFree=5737280/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1729504 CPUtime=4602.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 423661 0 0 0 460156 88 0 0 25 0 1 0 881183928 1771012096 423438 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 432376 423438 267 49 0 429517 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1729504

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 6303
/proc/meminfo: memFree=5678940/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1765276 CPUtime=4662.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 432610 0 0 0 466154 90 0 0 25 0 1 0 881183928 1807642624 432387 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 441319 432387 267 49 0 438460 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 1765276

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6304
/proc/meminfo: memFree=5611076/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1800656 CPUtime=4722.45 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 441479 0 0 0 472154 91 0 0 25 0 1 0 881183928 1843871744 441256 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 450164 441256 267 49 0 447305 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1800656

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6306
/proc/meminfo: memFree=5552624/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1833792 CPUtime=4782.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 449815 0 0 0 478152 92 0 0 25 0 1 0 881183928 1877803008 449592 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 458448 449592 267 49 0 455589 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1833792

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6308
/proc/meminfo: memFree=5506828/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1876564 CPUtime=4842.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 460506 0 0 0 484150 94 0 0 25 0 1 0 881183928 1921601536 460283 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 469141 460283 267 49 0 466282 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1876564

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6309
/proc/meminfo: memFree=5450372/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1903956 CPUtime=4902.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 467314 0 0 0 490149 95 0 0 25 0 1 0 881183928 1949650944 467091 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 475989 467091 267 49 0 473130 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1903956

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6311
/proc/meminfo: memFree=5416096/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1911612 CPUtime=4962.44 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 469269 0 0 0 496149 95 0 0 25 0 1 0 881183928 1957490688 469046 33554432000 4194304 4394578 140736877078384 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 477903 469046 267 49 0 475044 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1911612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.02 2.00 2/326 6313
/proc/meminfo: memFree=7293812/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1927716 CPUtime=5000.06 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 473340 0 0 0 499910 96 0 0 25 0 1 0 881183928 1973981184 473117 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 481929 473117 267 49 0 479070 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1927716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.07 2.02 2.00 2/326 6313
/proc/meminfo: memFree=7293812/32951124 swapFree=67056304/67111528
[pid=6148] ppid=6146 vsize=1927716 CPUtime=5000.06 cores=1,3,5,7
/proc/6148/stat : 6148 (SApperloT2010) R 6146 6148 4449 0 -1 4202496 473340 0 0 0 499910 96 0 0 25 0 1 0 881183928 1973981184 473117 33554432000 4194304 4394578 140736877078384 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6148/statm: 481929 473117 267 49 0 479070 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1927716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.99
CPU time (s): 5000.14
CPU user time (s): 4999.11
CPU system time (s): 1.03784
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1927716

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

runsolver used 14.5488 second user time and 35.4726 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-01 08:25:33
IDJOB=3439178
IDBENCH=83321
IDSOLVER=1933
FILE ID=node110/3439178-1306909533
RUNJOBID= node110-1306899528-5690
PBS_JOBID= 13488466
Free space on /tmp= 58940 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439178-1306909533/watcher-3439178-1306909533 -o /tmp/evaluation-result-3439178-1306909533/solver-3439178-1306909533 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439178-1306909533.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=946487860

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.830
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.74
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.830
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:       9182152 kB
Buffers:        235964 kB
Cached:       19268444 kB
SwapCached:       8460 kB
Active:       11606288 kB
Inactive:     11515632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9182152 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1488 kB
Writeback:           0 kB
AnonPages:     3615920 kB
Mapped:          27500 kB
Slab:           555288 kB
PageTables:      26796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75615472 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= 58940 MiB
End job on node110 at 2011-06-01 09:48:55