Trace number 3379758

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_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
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 clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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-3379758-1305457797/watcher-3379758-1305457797 -o /tmp/evaluation-result-3379758-1305457797/solver-3379758-1305457797 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379758-1305457797.cnf 

running on 2 cores: 0,2

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 4/301 24280
/proc/meminfo: memFree=12249976/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=13368 CPUtime=0 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 684 0 0 0 0 0 0 0 23 0 1 0 657379382 13688832 625 33554432000 4194304 4394578 140734427971088 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 3342 625 247 49 0 483 0

[startup+0.093582 s]
/proc/loadavg: 2.78 3.18 3.49 4/301 24280
/proc/meminfo: memFree=12249976/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=16148 CPUtime=0.09 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 1402 0 0 0 9 0 0 0 23 0 1 0 657379382 16535552 1342 33554432000 4194304 4394578 140734427971088 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 4037 1342 255 49 0 1178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16148

[startup+0.100579 s]
/proc/loadavg: 2.78 3.18 3.49 4/301 24280
/proc/meminfo: memFree=12249976/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=16148 CPUtime=0.09 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 1402 0 0 0 9 0 0 0 23 0 1 0 657379382 16535552 1342 33554432000 4194304 4394578 140734427971088 18446744073709551615 4254550 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 4037 1342 255 49 0 1178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16148

[startup+0.300543 s]
/proc/loadavg: 2.78 3.18 3.49 4/301 24280
/proc/meminfo: memFree=12249976/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=20928 CPUtime=0.29 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 2812 0 0 0 29 0 0 0 25 0 1 0 657379382 21430272 2618 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 5232 2618 266 49 0 2373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20928

[startup+0.700466 s]
/proc/loadavg: 2.78 3.18 3.49 4/301 24280
/proc/meminfo: memFree=12249976/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=23792 CPUtime=0.69 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 3446 0 0 0 69 0 0 0 25 0 1 0 657379382 24363008 3252 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 5948 3252 266 49 0 3089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23792

[startup+1.50037 s]
/proc/loadavg: 2.78 3.18 3.49 6/313 24302
/proc/meminfo: memFree=12201392/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=26052 CPUtime=1.49 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 3969 0 0 0 149 0 0 0 25 0 1 0 657379382 26677248 3775 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 6513 3775 266 49 0 3654 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26052

[startup+3.10106 s]
/proc/loadavg: 2.78 3.18 3.49 6/313 24302
/proc/meminfo: memFree=12192672/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=27772 CPUtime=3.09 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 4376 0 0 0 309 0 0 0 25 0 1 0 657379382 28438528 4182 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 6943 4182 266 49 0 4084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27772

[startup+6.3004 s]
/proc/loadavg: 2.87 3.19 3.49 6/313 24302
/proc/meminfo: memFree=12179588/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=31672 CPUtime=6.29 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 5253 0 0 0 629 0 0 0 25 0 1 0 657379382 32432128 5059 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 7918 5059 266 49 0 5059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31672

[startup+12.7002 s]
/proc/loadavg: 2.96 3.21 3.49 6/313 24302
/proc/meminfo: memFree=12153388/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=37648 CPUtime=12.69 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 6650 0 0 0 1269 0 0 0 25 0 1 0 657379382 38551552 6456 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 9412 6456 266 49 0 6553 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37648

[startup+25.5007 s]
/proc/loadavg: 3.19 3.24 3.50 6/313 24302
/proc/meminfo: memFree=12119920/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=45624 CPUtime=25.49 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 8418 0 0 0 2548 1 0 0 25 0 1 0 657379382 46718976 8224 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298757 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 11406 8224 266 49 0 8547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45624

[startup+51.1009 s]
/proc/loadavg: 3.55 3.32 3.52 6/313 24303
/proc/meminfo: memFree=12070488/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=63052 CPUtime=51.09 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 12570 0 0 0 5107 2 0 0 25 0 1 0 657379382 64565248 12376 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 15763 12376 266 49 0 12904 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63052

[startup+102.312 s]
/proc/loadavg: 3.80 3.42 3.54 6/313 24304
/proc/meminfo: memFree=11965796/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=83048 CPUtime=102.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 17288 0 0 0 10228 2 0 0 25 0 1 0 657379382 85041152 17094 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 20762 17094 266 49 0 17903 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83048

[startup+162.301 s]
/proc/loadavg: 3.84 3.51 3.56 5/308 24323
/proc/meminfo: memFree=11979840/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=100276 CPUtime=162.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 21332 0 0 0 16226 4 0 0 25 0 1 0 657379382 102682624 21138 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 25069 21138 266 49 0 22210 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100276

[startup+222.3 s]
/proc/loadavg: 3.15 3.38 3.51 3/301 24342
/proc/meminfo: memFree=12015608/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=123260 CPUtime=222.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 26922 0 0 0 22225 5 0 0 25 0 1 0 657379382 126218240 26728 33554432000 4194304 4394578 140734427971088 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 30815 26728 266 49 0 27956 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 123260

[startup+282.301 s]
/proc/loadavg: 2.42 3.13 3.41 3/301 24343
/proc/meminfo: memFree=11962844/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=145796 CPUtime=282.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 32305 0 0 0 28223 7 0 0 25 0 1 0 657379382 149295104 32111 33554432000 4194304 4394578 140734427971088 18446744073709551615 4327696 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 36449 32111 266 49 0 33590 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145796

[startup+342.3 s]
/proc/loadavg: 2.23 2.93 3.33 3/301 24345
/proc/meminfo: memFree=11938012/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=159664 CPUtime=342.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 35562 0 0 0 34222 8 0 0 25 0 1 0 657379382 163495936 35368 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 39916 35368 266 49 0 37057 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159664

[startup+402.301 s]
/proc/loadavg: 2.13 2.78 3.25 3/301 24346
/proc/meminfo: memFree=11891112/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=175536 CPUtime=402.3 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 39329 0 0 0 40221 9 0 0 25 0 1 0 657379382 179748864 39135 33554432000 4194304 4394578 140734427971088 18446744073709551615 4338097 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 43884 39135 266 49 0 41025 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 175536

[startup+462.301 s]
/proc/loadavg: 2.05 2.63 3.17 3/301 24348
/proc/meminfo: memFree=11833680/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=197784 CPUtime=462.31 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 44769 0 0 0 46218 13 0 0 25 0 1 0 657379382 202530816 44575 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 49446 44575 266 49 0 46587 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 197784

[startup+522.301 s]
/proc/loadavg: 2.02 2.52 3.09 3/301 24350
/proc/meminfo: memFree=11792616/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=216848 CPUtime=522.31 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 49427 0 0 0 52217 14 0 0 25 0 1 0 657379382 222052352 49233 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 54212 49233 266 49 0 51353 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 216848

[startup+582.301 s]
/proc/loadavg: 2.00 2.42 3.02 3/301 24351
/proc/meminfo: memFree=11752784/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=231604 CPUtime=582.31 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 53026 0 0 0 58216 15 0 0 25 0 1 0 657379382 237162496 52832 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 57901 52832 266 49 0 55042 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 231604

[startup+642.3 s]
/proc/loadavg: 2.00 2.33 2.95 3/301 24353
/proc/meminfo: memFree=11702168/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=247232 CPUtime=642.32 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 56882 0 0 0 64216 16 0 0 25 0 1 0 657379382 253165568 56688 33554432000 4194304 4394578 140734427971088 18446744073709551615 4327696 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 61808 56688 266 49 0 58949 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 247232

[startup+702.301 s]
/proc/loadavg: 2.00 2.28 2.89 3/301 24354
/proc/meminfo: memFree=11685024/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=261940 CPUtime=702.31 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 60459 0 0 0 70214 17 0 0 25 0 1 0 657379382 268226560 60265 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 65485 60265 266 49 0 62626 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 261940

[startup+762.311 s]
/proc/loadavg: 2.00 2.22 2.83 3/301 24356
/proc/meminfo: memFree=11678168/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=263732 CPUtime=762.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 60815 0 0 0 76215 18 0 0 25 0 1 0 657379382 270061568 60621 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 65933 60621 266 49 0 63074 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 263732

[startup+822.301 s]
/proc/loadavg: 2.00 2.18 2.78 3/301 24358
/proc/meminfo: memFree=11648504/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=268160 CPUtime=822.32 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 61802 0 0 0 82214 18 0 0 25 0 1 0 657379382 274595840 61608 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 67040 61608 266 49 0 64181 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 268160

[startup+882.301 s]
/proc/loadavg: 2.19 2.19 2.74 3/301 24359
/proc/meminfo: memFree=11593912/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=286804 CPUtime=882.32 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 66419 0 0 0 88213 19 0 0 25 0 1 0 657379382 293687296 66225 33554432000 4194304 4394578 140734427971088 18446744073709551615 4296472 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 71701 66225 266 49 0 68842 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 286804

[startup+942.301 s]
/proc/loadavg: 2.07 2.15 2.69 3/301 24361
/proc/meminfo: memFree=11555324/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=310116 CPUtime=942.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 72158 0 0 0 94212 21 0 0 25 0 1 0 657379382 317558784 71964 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 77529 71964 266 49 0 74670 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 310116

[startup+1002.3 s]
/proc/loadavg: 2.02 2.12 2.64 3/301 24362
/proc/meminfo: memFree=11525912/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=319544 CPUtime=1002.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 74464 0 0 0 100211 22 0 0 25 0 1 0 657379382 327213056 74270 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298907 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 79886 74270 266 49 0 77027 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 319544

[startup+1062.3 s]
/proc/loadavg: 2.01 2.10 2.60 3/301 24364
/proc/meminfo: memFree=11490176/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=336060 CPUtime=1062.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 78588 0 0 0 106209 24 0 0 25 0 1 0 657379382 344125440 78394 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 84015 78394 266 49 0 81156 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 336060

[startup+1122.3 s]
/proc/loadavg: 2.00 2.08 2.56 3/301 24366
/proc/meminfo: memFree=11466216/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=354180 CPUtime=1122.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 83125 0 0 0 112208 25 0 0 25 0 1 0 657379382 362680320 82931 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 88545 82931 266 49 0 85686 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 354180

[startup+1182.3 s]
/proc/loadavg: 2.00 2.06 2.52 3/301 24367
/proc/meminfo: memFree=11442256/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=357168 CPUtime=1182.33 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 83660 0 0 0 118208 25 0 0 25 0 1 0 657379382 365740032 83466 33554432000 4194304 4394578 140734427971088 18446744073709551615 4285672 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 89292 83466 266 49 0 86433 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 357168

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.49 3/301 24369
/proc/meminfo: memFree=11389156/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=381956 CPUtime=1242.34 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 89793 0 0 0 124207 27 0 0 25 0 1 0 657379382 391122944 89599 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 95489 89599 266 49 0 92630 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 381956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.45 3/301 24370
/proc/meminfo: memFree=11350068/32950928 swapFree=67083212/67111528
[pid=24280] ppid=24276 vsize=405328 CPUtime=1300.05 cores=0,2
/proc/24280/stat : 24280 (SApperloT2010) R 24276 24280 14866 0 -1 4202496 95625 0 0 0 129976 29 0 0 25 0 1 0 657379382 415055872 95431 33554432000 4194304 4394578 140734427971088 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24280/statm: 101332 95431 266 49 0 98473 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 405328

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95625
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= 11
involuntary context switches= 2709

runsolver used 3.67744 second user time and 8.35273 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 13:09:57
IDJOB=3379758
IDBENCH=83269
IDSOLVER=1862
FILE ID=node127/3379758-1305457797
RUNJOBID= node127-1305457797-24259
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_507.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379758-1305457797/watcher-3379758-1305457797 -o /tmp/evaluation-result-3379758-1305457797/solver-3379758-1305457797 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379758-1305457797.cnf

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
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:      12250396 kB
Buffers:        313536 kB
Cached:        4070764 kB
SwapCached:       1620 kB
Active:       17489524 kB
Inactive:      2871436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12250396 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:    15975516 kB
Mapped:          26184 kB
Slab:           228660 kB
PageTables:      47552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44463624 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