Trace number 3379816

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)UNSAT 1080.3 1080.28

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

1080.22/1080.27	c Solved by BasicSolver 
1080.22/1080.27	
1080.22/1080.27	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3379816-1305457877/watcher-3379816-1305457877 -o /tmp/evaluation-result-3379816-1305457877/solver-3379816-1305457877 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379816-1305457877.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: 1.69 2.01 2.49 4/360 16730
/proc/meminfo: memFree=15007648/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=13556 CPUtime=0.01 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 768 0 0 0 1 0 0 0 22 0 1 0 113397075 13881344 708 33554432000 4194304 4394578 140734196500864 18446744073709551615 218880225989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 3389 708 247 49 0 530 0

[startup+0.0962649 s]
/proc/loadavg: 1.69 2.01 2.49 4/360 16730
/proc/meminfo: memFree=15007648/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=14440 CPUtime=0.09 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 990 0 0 0 9 0 0 0 22 0 1 0 113397075 14786560 929 33554432000 4194304 4394578 140734196500864 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 3610 929 255 49 0 751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14440

[startup+0.100267 s]
/proc/loadavg: 1.69 2.01 2.49 4/360 16730
/proc/meminfo: memFree=15007648/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=14440 CPUtime=0.09 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 990 0 0 0 9 0 0 0 22 0 1 0 113397075 14786560 929 33554432000 4194304 4394578 140734196500864 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 3610 929 255 49 0 751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14440

[startup+0.300233 s]
/proc/loadavg: 1.69 2.01 2.49 4/360 16730
/proc/meminfo: memFree=15007648/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=18900 CPUtime=0.29 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 2215 0 0 0 29 0 0 0 23 0 1 0 113397075 19353600 2072 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 4725 2072 266 49 0 1866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18900

[startup+0.701163 s]
/proc/loadavg: 1.69 2.01 2.49 4/360 16730
/proc/meminfo: memFree=15007648/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=20404 CPUtime=0.69 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 2549 0 0 0 69 0 0 0 25 0 1 0 113397075 20893696 2406 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 5101 2406 266 49 0 2242 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20404

[startup+1.50102 s]
/proc/loadavg: 1.69 2.01 2.49 5/361 16731
/proc/meminfo: memFree=14987312/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=21696 CPUtime=1.49 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 2858 0 0 0 149 0 0 0 25 0 1 0 113397075 22216704 2715 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 5424 2715 266 49 0 2565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21696

[startup+3.10075 s]
/proc/loadavg: 1.69 2.01 2.49 5/361 16731
/proc/meminfo: memFree=14981244/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=24308 CPUtime=3.09 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 3432 0 0 0 309 0 0 0 25 0 1 0 113397075 24891392 3289 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 6077 3289 266 49 0 3218 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24308

[startup+6.30118 s]
/proc/loadavg: 1.96 2.06 2.51 5/361 16731
/proc/meminfo: memFree=14966992/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=28156 CPUtime=6.29 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 4350 0 0 0 629 0 0 0 25 0 1 0 113397075 28831744 4207 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 7039 4207 266 49 0 4180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28156

[startup+12.701 s]
/proc/loadavg: 2.12 2.09 2.52 5/361 16731
/proc/meminfo: memFree=14944052/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=32624 CPUtime=12.69 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 5342 0 0 0 1268 1 0 0 25 0 1 0 113397075 33406976 5199 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 8156 5199 266 49 0 5297 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32624

[startup+25.5008 s]
/proc/loadavg: 2.54 2.18 2.54 5/361 16732
/proc/meminfo: memFree=14917152/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=38484 CPUtime=25.49 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 6690 0 0 0 2548 1 0 0 25 0 1 0 113397075 39407616 6547 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 9621 6547 266 49 0 6762 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38484

[startup+51.1003 s]
/proc/loadavg: 3.09 2.35 2.58 5/361 16733
/proc/meminfo: memFree=14869684/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=52232 CPUtime=51.09 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 9834 0 0 0 5107 2 0 0 25 0 1 0 113397075 53485568 9691 33554432000 4194304 4394578 140734196500864 18446744073709551615 4296283 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 13058 9691 266 49 0 10199 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52232

[startup+102.313 s]
/proc/loadavg: 3.67 2.61 2.66 5/361 16737
/proc/meminfo: memFree=14781748/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=73380 CPUtime=102.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 14925 0 0 0 10227 3 0 0 25 0 1 0 113397075 75141120 14782 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 18345 14782 266 49 0 15486 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73380

[startup+162.301 s]
/proc/loadavg: 4.00 2.89 2.75 5/361 16738
/proc/meminfo: memFree=14697712/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=99044 CPUtime=162.29 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 21157 0 0 0 16225 4 0 0 25 0 1 0 113397075 101421056 21014 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 24761 21014 266 49 0 21902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99044

[startup+222.301 s]
/proc/loadavg: 4.11 3.12 2.84 4/356 16757
/proc/meminfo: memFree=14704908/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=112800 CPUtime=222.29 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 24449 0 0 0 22224 5 0 0 25 0 1 0 113397075 115507200 24306 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 28200 24306 266 49 0 25341 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 112800

[startup+282.301 s]
/proc/loadavg: 3.41 3.10 2.84 4/355 16759
/proc/meminfo: memFree=14658496/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=115644 CPUtime=282.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 25114 0 0 0 28224 6 0 0 25 0 1 0 113397075 118419456 24971 33554432000 4194304 4394578 140734196500864 18446744073709551615 4292196 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 28911 24971 266 49 0 26052 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 115644

[startup+342.301 s]
/proc/loadavg: 3.15 3.08 2.85 4/355 16760
/proc/meminfo: memFree=14626724/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=117452 CPUtime=342.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 25571 0 0 0 34224 6 0 0 25 0 1 0 113397075 120270848 25428 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 29363 25428 266 49 0 26504 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117452

[startup+402.3 s]
/proc/loadavg: 3.05 3.06 2.85 4/355 16762
/proc/meminfo: memFree=14596432/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=124920 CPUtime=402.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 27453 0 0 0 40223 7 0 0 25 0 1 0 113397075 127918080 27310 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 31230 27310 266 49 0 28371 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124920

[startup+462.301 s]
/proc/loadavg: 3.02 3.05 2.86 4/355 16763
/proc/meminfo: memFree=14554864/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=139016 CPUtime=462.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 30963 0 0 0 46222 8 0 0 25 0 1 0 113397075 142352384 30820 33554432000 4194304 4394578 140734196500864 18446744073709551615 4315415 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 34754 30820 266 49 0 31895 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139016

[startup+522.3 s]
/proc/loadavg: 3.00 3.04 2.86 4/355 16765
/proc/meminfo: memFree=14546916/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=142208 CPUtime=522.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 31772 0 0 0 52222 8 0 0 25 0 1 0 113397075 145620992 31629 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 35552 31629 266 49 0 32693 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 142208

[startup+582.301 s]
/proc/loadavg: 3.00 3.03 2.87 4/355 16767
/proc/meminfo: memFree=14520480/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=150948 CPUtime=582.3 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 33978 0 0 0 58222 8 0 0 25 0 1 0 113397075 154570752 33835 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 37737 33835 266 49 0 34878 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 150948

[startup+642.301 s]
/proc/loadavg: 3.00 3.02 2.88 4/355 16768
/proc/meminfo: memFree=14480636/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=161928 CPUtime=642.32 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 36716 0 0 0 64223 9 0 0 25 0 1 0 113397075 165814272 36573 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 40482 36573 266 49 0 37623 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 161928

[startup+702.301 s]
/proc/loadavg: 3.03 3.03 2.89 4/355 16770
/proc/meminfo: memFree=14428532/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=174124 CPUtime=702.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 39794 0 0 0 70221 10 0 0 25 0 1 0 113397075 178302976 39651 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 43531 39651 266 49 0 40672 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 174124

[startup+762.313 s]
/proc/loadavg: 3.17 3.06 2.90 4/355 16771
/proc/meminfo: memFree=14385612/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=193128 CPUtime=762.32 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 44507 0 0 0 76221 11 0 0 25 0 1 0 113397075 197763072 44364 33554432000 4194304 4394578 140734196500864 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 48282 44364 266 49 0 45423 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 193128

[startup+822.3 s]
/proc/loadavg: 2.46 2.87 2.85 3/349 16790
/proc/meminfo: memFree=14609704/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=202804 CPUtime=822.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 46918 0 0 0 82220 11 0 0 25 0 1 0 113397075 207671296 46775 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 50701 46775 266 49 0 47842 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 202804

[startup+882.301 s]
/proc/loadavg: 2.17 2.71 2.79 3/349 16792
/proc/meminfo: memFree=14560832/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=230072 CPUtime=882.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 53698 0 0 0 88218 13 0 0 25 0 1 0 113397075 235593728 53555 33554432000 4194304 4394578 140734196500864 18446744073709551615 4327700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 57518 53555 266 49 0 54659 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 230072

[startup+942.3 s]
/proc/loadavg: 2.06 2.58 2.74 3/349 16793
/proc/meminfo: memFree=14506864/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=258408 CPUtime=942.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 60797 0 0 0 94217 14 0 0 25 0 1 0 113397075 264609792 60654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 64602 60654 266 49 0 61743 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 258408

[startup+1002.3 s]
/proc/loadavg: 2.02 2.47 2.69 3/349 16795
/proc/meminfo: memFree=14464188/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=288588 CPUtime=1002.32 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 68324 0 0 0 100216 16 0 0 25 0 1 0 113397075 295514112 68181 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 72147 68181 266 49 0 69288 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 288588

[startup+1062.3 s]
/proc/loadavg: 2.01 2.38 2.65 3/349 16796
/proc/meminfo: memFree=14432920/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1062.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71784 0 0 0 106215 16 0 0 25 0 1 0 113397075 309579776 71641 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71641 266 49 0 72722 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 302324

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.37 2.64 3/349 16796
/proc/meminfo: memFree=14428456/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1068.71 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71787 0 0 0 106855 16 0 0 25 0 1 0 113397075 309579776 71644 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71644 266 49 0 72722 0
Current children cumulated CPU time (s) 1068.71
Current children cumulated vsize (KiB) 302324

[startup+1075.1 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14426592/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1075.11 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71794 0 0 0 107495 16 0 0 25 0 1 0 113397075 309579776 71651 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71651 266 49 0 72722 0
Current children cumulated CPU time (s) 1075.11
Current children cumulated vsize (KiB) 302324

[startup+1078.3 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14424616/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1078.31 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71797 0 0 0 107815 16 0 0 25 0 1 0 113397075 309579776 71654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71654 266 49 0 72722 0
Current children cumulated CPU time (s) 1078.31
Current children cumulated vsize (KiB) 302324

[startup+1079.11 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14423996/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1079.12 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71797 0 0 0 107896 16 0 0 25 0 1 0 113397075 309579776 71654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71654 266 49 0 72722 0
Current children cumulated CPU time (s) 1079.12
Current children cumulated vsize (KiB) 302324

[startup+1079.9 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14423996/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1079.91 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71797 0 0 0 107975 16 0 0 25 0 1 0 113397075 309579776 71654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4291940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71654 266 49 0 72722 0
Current children cumulated CPU time (s) 1079.91
Current children cumulated vsize (KiB) 302324

[startup+1080.1 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14422632/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1080.12 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71797 0 0 0 107996 16 0 0 25 0 1 0 113397075 309579776 71654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71654 266 49 0 72722 0
Current children cumulated CPU time (s) 1080.12
Current children cumulated vsize (KiB) 302324

[startup+1080.21 s]
/proc/loadavg: 2.00 2.36 2.63 3/349 16797
/proc/meminfo: memFree=14422632/32950928 swapFree=67111364/67111528
[pid=16730] ppid=16728 vsize=302324 CPUtime=1080.22 cores=4,6
/proc/16730/stat : 16730 (SApperloT2010) R 16728 16730 14075 0 -1 4202496 71797 0 0 0 108006 16 0 0 25 0 1 0 113397075 309579776 71654 33554432000 4194304 4394578 140734196500864 18446744073709551615 4290837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16730/statm: 75581 71654 266 49 0 72722 0
Current children cumulated CPU time (s) 1080.22
Current children cumulated vsize (KiB) 302324

Child status: 20
Real time (s): 1080.28
CPU time (s): 1080.3
CPU user time (s): 1080.12
CPU system time (s): 0.180972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 302324

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

runsolver used 3.82342 second user time and 7.97279 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 13:11:17
IDJOB=3379816
IDBENCH=83292
IDSOLVER=1862
FILE ID=node112/3379816-1305457877
RUNJOBID= node112-1305457876-16689
PBS_JOBID= 13324849
Free space on /tmp= 73536 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379816-1305457877/watcher-3379816-1305457877 -o /tmp/evaluation-result-3379816-1305457877/solver-3379816-1305457877 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379816-1305457877.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=82042033

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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:      15007928 kB
Buffers:        307764 kB
Cached:        3070352 kB
SwapCached:          0 kB
Active:       15880744 kB
Inactive:      1807292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15007928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2776 kB
Writeback:          48 kB
AnonPages:    14310204 kB
Mapped:          28056 kB
Slab:           141488 kB
PageTables:      49880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66125228 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= 73536 MiB
End job on node112 at 2011-05-15 13:29:17