Trace number 3379629

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.08 1300.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: 961)

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

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

running on 2 cores: 4,6

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: 2.78 3.18 3.49 3/307 24291
/proc/meminfo: memFree=12238028/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=13508 CPUtime=0 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 723 0 0 0 0 0 0 0 23 0 1 0 657379393 13832192 664 33554432000 4194304 4394578 140737038556304 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 3377 664 247 49 0 518 0

[startup+0.101926 s]
/proc/loadavg: 2.78 3.18 3.49 3/307 24291
/proc/meminfo: memFree=12238028/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=16300 CPUtime=0.1 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 1431 0 0 0 10 0 0 0 23 0 1 0 657379393 16691200 1371 33554432000 4194304 4394578 140737038556304 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 4075 1371 255 49 0 1216 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16300

[startup+0.200907 s]
/proc/loadavg: 2.78 3.18 3.49 3/307 24291
/proc/meminfo: memFree=12238028/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=16300 CPUtime=0.19 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 1431 0 0 0 19 0 0 0 24 0 1 0 657379393 16691200 1371 33554432000 4194304 4394578 140737038556304 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 4075 1371 255 49 0 1216 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16300

[startup+0.30089 s]
/proc/loadavg: 2.78 3.18 3.49 3/307 24291
/proc/meminfo: memFree=12238028/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=21352 CPUtime=0.29 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 2909 0 0 0 29 0 0 0 25 0 1 0 657379393 21864448 2713 33554432000 4194304 4394578 140737038556304 18446744073709551615 4338304 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 5338 2713 266 49 0 2479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21352

[startup+0.700812 s]
/proc/loadavg: 2.78 3.18 3.49 3/307 24291
/proc/meminfo: memFree=12238028/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=24044 CPUtime=0.69 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 3539 0 0 0 69 0 0 0 25 0 1 0 657379393 24621056 3343 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 6011 3343 266 49 0 3152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24044

[startup+1.50073 s]
/proc/loadavg: 2.78 3.18 3.49 5/313 24302
/proc/meminfo: memFree=12198004/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=26528 CPUtime=1.49 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 4112 0 0 0 149 0 0 0 25 0 1 0 657379393 27164672 3916 33554432000 4194304 4394578 140737038556304 18446744073709551615 208079929946 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 6632 3916 266 49 0 3773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26528

[startup+3.10035 s]
/proc/loadavg: 2.78 3.18 3.49 5/313 24302
/proc/meminfo: memFree=12191556/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=29916 CPUtime=3.09 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 4877 0 0 0 309 0 0 0 25 0 1 0 657379393 30633984 4681 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 7479 4681 266 49 0 4620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29916

[startup+6.30075 s]
/proc/loadavg: 2.87 3.19 3.49 5/313 24302
/proc/meminfo: memFree=12178720/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=32620 CPUtime=6.29 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 5422 0 0 0 629 0 0 0 25 0 1 0 657379393 33402880 5226 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 8155 5226 266 49 0 5296 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32620

[startup+12.7005 s]
/proc/loadavg: 2.96 3.21 3.49 5/313 24302
/proc/meminfo: memFree=12153016/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=38712 CPUtime=12.69 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 6881 0 0 0 1269 0 0 0 25 0 1 0 657379393 39641088 6685 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 9678 6685 266 49 0 6819 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38712

[startup+25.5011 s]
/proc/loadavg: 3.19 3.24 3.50 5/313 24302
/proc/meminfo: memFree=12118680/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=47884 CPUtime=25.49 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 9023 0 0 0 2549 0 0 0 25 0 1 0 657379393 49033216 8827 33554432000 4194304 4394578 140737038556304 18446744073709551615 4346512 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 11971 8827 266 49 0 9112 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47884

[startup+51.1002 s]
/proc/loadavg: 3.55 3.32 3.52 5/313 24303
/proc/meminfo: memFree=12070488/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=55348 CPUtime=51.09 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 10654 0 0 0 5108 1 0 0 25 0 1 0 657379393 56676352 10458 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 13837 10458 266 49 0 10978 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55348

[startup+102.3 s]
/proc/loadavg: 3.82 3.43 3.54 5/313 24304
/proc/meminfo: memFree=11965424/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=87556 CPUtime=102.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 18243 0 0 0 10228 3 0 0 25 0 1 0 657379393 89657344 18047 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 21889 18047 266 49 0 19030 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87556

[startup+162.301 s]
/proc/loadavg: 3.84 3.51 3.56 4/308 24323
/proc/meminfo: memFree=11979840/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=108484 CPUtime=162.3 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 23143 0 0 0 16226 4 0 0 25 0 1 0 657379393 111087616 22947 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 27121 22947 266 49 0 24262 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 108484

[startup+222.312 s]
/proc/loadavg: 3.15 3.38 3.51 3/301 24342
/proc/meminfo: memFree=12015484/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=141432 CPUtime=222.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 31129 0 0 0 22224 7 0 0 25 0 1 0 657379393 144826368 30933 33554432000 4194304 4394578 140737038556304 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 35358 30933 266 49 0 32499 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 141432

[startup+282.3 s]
/proc/loadavg: 2.42 3.13 3.41 3/301 24343
/proc/meminfo: memFree=11962472/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=174580 CPUtime=282.3 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 39290 0 0 0 28222 8 0 0 25 0 1 0 657379393 178769920 39094 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 43645 39094 266 49 0 40786 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 174580

[startup+342.301 s]
/proc/loadavg: 2.23 2.93 3.33 3/301 24345
/proc/meminfo: memFree=11938012/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=186996 CPUtime=342.3 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 42114 0 0 0 34221 9 0 0 25 0 1 0 657379393 191483904 41918 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 46749 41918 266 49 0 43890 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 186996

[startup+402.3 s]
/proc/loadavg: 2.13 2.78 3.25 3/301 24346
/proc/meminfo: memFree=11891112/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=220544 CPUtime=402.3 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 50239 0 0 0 40219 11 0 0 25 0 1 0 657379393 225837056 50043 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 55136 50043 266 49 0 52277 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 220544

[startup+462.301 s]
/proc/loadavg: 2.05 2.63 3.17 3/301 24348
/proc/meminfo: memFree=11833680/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=256308 CPUtime=462.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 59040 0 0 0 46217 14 0 0 25 0 1 0 657379393 262459392 58844 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 64077 58844 266 49 0 61218 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 256308

[startup+522.301 s]
/proc/loadavg: 2.02 2.52 3.09 3/301 24350
/proc/meminfo: memFree=11792616/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=279488 CPUtime=522.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 64673 0 0 0 52215 16 0 0 25 0 1 0 657379393 286195712 64477 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 69872 64477 266 49 0 67013 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 279488

[startup+582.301 s]
/proc/loadavg: 2.00 2.42 3.02 3/301 24351
/proc/meminfo: memFree=11752660/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=305668 CPUtime=582.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 70985 0 0 0 58214 17 0 0 25 0 1 0 657379393 313004032 70789 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 76417 70789 266 49 0 73558 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 305668

[startup+642.301 s]
/proc/loadavg: 2.00 2.34 2.95 3/301 24353
/proc/meminfo: memFree=11704400/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=341356 CPUtime=642.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 79796 0 0 0 64212 19 0 0 25 0 1 0 657379393 349548544 79600 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 85339 79600 266 49 0 82480 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 341356

[startup+702.301 s]
/proc/loadavg: 2.00 2.28 2.89 3/301 24354
/proc/meminfo: memFree=11684900/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=344976 CPUtime=702.31 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 80500 0 0 0 70212 19 0 0 25 0 1 0 657379393 353255424 80304 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 86244 80304 266 49 0 83385 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 344976

[startup+762.301 s]
/proc/loadavg: 2.00 2.22 2.83 3/301 24356
/proc/meminfo: memFree=11677920/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=350540 CPUtime=762.33 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 81852 0 0 0 76213 20 0 0 25 0 1 0 657379393 358952960 81656 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 87635 81656 266 49 0 84776 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 350540

[startup+822.3 s]
/proc/loadavg: 2.00 2.18 2.78 3/301 24358
/proc/meminfo: memFree=11648504/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=376584 CPUtime=822.32 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 88324 0 0 0 82211 21 0 0 25 0 1 0 657379393 385622016 88128 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 94146 88128 266 49 0 91287 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 376584

[startup+882.311 s]
/proc/loadavg: 2.17 2.19 2.74 3/301 24359
/proc/meminfo: memFree=11593912/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=412828 CPUtime=882.34 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 97333 0 0 0 88210 24 0 0 25 0 1 0 657379393 422735872 97137 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 103207 97137 266 49 0 100348 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 412828

[startup+942.3 s]
/proc/loadavg: 2.07 2.15 2.69 3/301 24361
/proc/meminfo: memFree=11554084/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=431300 CPUtime=942.32 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 101971 0 0 0 94207 25 0 0 25 0 1 0 657379393 441651200 101775 33554432000 4194304 4394578 140737038556304 18446744073709551615 4327696 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 107825 101775 266 49 0 104966 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 431300

[startup+1002.3 s]
/proc/loadavg: 2.02 2.12 2.64 3/301 24362
/proc/meminfo: memFree=11525416/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=450332 CPUtime=1002.32 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 106570 0 0 0 100206 26 0 0 25 0 1 0 657379393 461139968 106374 33554432000 4194304 4394578 140737038556304 18446744073709551615 4299160 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 112583 106374 266 49 0 109724 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 450332

[startup+1062.3 s]
/proc/loadavg: 2.01 2.10 2.60 3/301 24364
/proc/meminfo: memFree=11490176/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=468884 CPUtime=1062.33 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 111167 0 0 0 106205 28 0 0 25 0 1 0 657379393 480137216 110971 33554432000 4194304 4394578 140737038556304 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 117221 110971 266 49 0 114362 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 468884

[startup+1122.3 s]
/proc/loadavg: 2.00 2.08 2.56 3/301 24366
/proc/meminfo: memFree=11465596/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=475836 CPUtime=1122.34 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 112874 0 0 0 112205 29 0 0 25 0 1 0 657379393 487256064 112678 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 118959 112678 266 49 0 116100 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 475836

[startup+1182.3 s]
/proc/loadavg: 2.00 2.06 2.52 3/301 24367
/proc/meminfo: memFree=11442256/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=496208 CPUtime=1182.34 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 117989 0 0 0 118204 30 0 0 25 0 1 0 657379393 508116992 117793 33554432000 4194304 4394578 140737038556304 18446744073709551615 4287971 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 124052 117793 266 49 0 121193 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 496208

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.49 3/301 24369
/proc/meminfo: memFree=11388784/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=525576 CPUtime=1242.33 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 125247 0 0 0 124201 32 0 0 25 0 1 0 657379393 538189824 125051 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 131394 125051 266 49 0 128535 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 525576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.45 2/300 24371
/proc/meminfo: memFree=11731004/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=540016 CPUtime=1300.05 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 128801 0 0 0 129972 33 0 0 25 0 1 0 657379393 552976384 128605 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 135004 128605 266 49 0 132145 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 540016

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.45 2/300 24371
/proc/meminfo: memFree=11731004/32950928 swapFree=67083212/67111528
[pid=24291] ppid=24289 vsize=540016 CPUtime=1300.05 cores=4,6
/proc/24291/stat : 24291 (SApperloT2010) R 24289 24291 14866 0 -1 4202496 128801 0 0 0 129972 33 0 0 25 0 1 0 657379393 552976384 128605 33554432000 4194304 4394578 140737038556304 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24291/statm: 135004 128605 266 49 0 132145 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 540016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1299.72
CPU system time (s): 0.360945
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 540016

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

runsolver used 3.67844 second user time and 8.19375 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 13:09:57
IDJOB=3379629
IDBENCH=83275
IDSOLVER=1862
FILE ID=node127/3379629-1305457797
RUNJOBID= node127-1305457797-24260
PBS_JOBID= 13324863
Free space on /tmp= 73512 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3379629-1305457797/watcher-3379629-1305457797 -o /tmp/evaluation-result-3379629-1305457797/solver-3379629-1305457797 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379629-1305457797.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1560464839

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      12238060 kB
Buffers:        313564 kB
Cached:        4071512 kB
SwapCached:       1620 kB
Active:       17501464 kB
Inactive:      2871544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12238060 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            2368 kB
Writeback:           0 kB
AnonPages:    15985992 kB
Mapped:          26572 kB
Slab:           228660 kB
PageTables:      47552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44512676 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= 73512 MiB
End job on node127 at 2011-05-15 13:31:39