Trace number 3379782

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)SAT 1108.39 1108.38

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

Solver Data

1108.30/1108.36	c Solved by BasicSolver 
1108.30/1108.36	
1108.30/1108.36	s SATISFIABLE
1108.30/1108.36	c Basic Model
1108.30/1108.36	v 1 2 3 -4 5 6 7 8 9 10 11 12 -13 14 15 16 17 18 19 20 -21 22 -23 24 25 26 27 28 29 -30 31 32 33 34 35 -36 37 38 39 40 41 42 43 44 45 46 47 48 49 -50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 -67 68 -69 70 71 72 73 74 75 76 77 78 79 80 81 -82 83 84 85 86 87 88 89 -90 91 -92 93 94 95 96 97 98 99 100 -101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 -118 -119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 -136 137 138 139 140 141 -142 143 144 -145 146 -147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 -168 169 -170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 -187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 -207 208 209 210 -211 212 213 -214 215 -216 217 218 219 220 221 222  0

Verifier Data

OK

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-3379782-1305458002/watcher-3379782-1305458002 -o /tmp/evaluation-result-3379782-1305458002/solver-3379782-1305458002 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379782-1305458002.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: 3.51 3.93 3.97 3/361 1721
/proc/meminfo: memFree=26610252/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=11796 CPUtime=0 cores=0,2
/proc/1721/stat : 1721 (runsolver) R 1718 1721 1684 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 657398703 12079104 50 33554432000 4194304 5432360 140734163354672 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1721/statm: 2949 50 30 303 0 2643 0

[startup+0.0558461 s]
/proc/loadavg: 3.51 3.93 3.97 3/361 1721
/proc/meminfo: memFree=26610252/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=15056 CPUtime=0.04 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 1149 0 0 0 4 0 0 0 18 0 1 0 657398703 15417344 1089 33554432000 4194304 4394578 140736843113888 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 3764 1089 255 49 0 905 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15056

[startup+0.100791 s]
/proc/loadavg: 3.51 3.93 3.97 3/361 1721
/proc/meminfo: memFree=26610252/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=15056 CPUtime=0.08 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 1149 0 0 0 8 0 0 0 18 0 1 0 657398703 15417344 1089 33554432000 4194304 4394578 140736843113888 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 3764 1089 255 49 0 905 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15056

[startup+0.300828 s]
/proc/loadavg: 3.51 3.93 3.97 3/361 1721
/proc/meminfo: memFree=26610252/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=19416 CPUtime=0.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 2401 0 0 0 28 0 0 0 18 0 1 0 657398703 19881984 2237 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 4854 2237 266 49 0 1995 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19416

[startup+0.700723 s]
/proc/loadavg: 3.51 3.93 3.97 3/361 1721
/proc/meminfo: memFree=26610252/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=21692 CPUtime=0.68 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 2905 0 0 0 68 0 0 0 18 0 1 0 657398703 22212608 2741 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 5423 2741 266 49 0 2564 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21692

[startup+1.50059 s]
/proc/loadavg: 3.51 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26559924/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=23000 CPUtime=1.48 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 3213 0 0 0 148 0 0 0 20 0 1 0 657398703 23552000 3049 33554432000 4194304 4394578 140736843113888 18446744073709551615 4292785 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 5750 3049 266 49 0 2891 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23000

[startup+3.10035 s]
/proc/loadavg: 3.55 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26549980/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=25548 CPUtime=3.08 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 3782 0 0 0 307 1 0 0 25 0 1 0 657398703 26161152 3618 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 6387 3618 266 49 0 3528 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25548

[startup+6.30079 s]
/proc/loadavg: 3.55 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26534480/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=30096 CPUtime=6.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 4856 0 0 0 627 1 0 0 25 0 1 0 657398703 30818304 4692 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 7524 4692 266 49 0 4665 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30096

[startup+12.7007 s]
/proc/loadavg: 3.59 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26513704/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=34616 CPUtime=12.68 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 5893 0 0 0 1267 1 0 0 25 0 1 0 657398703 35446784 5729 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 8654 5729 266 49 0 5795 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34616

[startup+25.5006 s]
/proc/loadavg: 3.97 4.00 3.99 6/375 1746
/proc/meminfo: memFree=26492164/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=42360 CPUtime=25.48 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 7647 0 0 0 2546 2 0 0 25 0 1 0 657398703 43376640 7483 33554432000 4194304 4394578 140736843113888 18446744073709551615 4291964 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 10590 7483 266 49 0 7731 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42360

[startup+51.1003 s]
/proc/loadavg: 3.98 4.00 3.99 5/375 1747
/proc/meminfo: memFree=26438364/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=57840 CPUtime=51.08 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 11323 0 0 0 5105 3 0 0 25 0 1 0 657398703 59228160 11159 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 14460 11159 266 49 0 11601 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57840

[startup+102.315 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1775
/proc/meminfo: memFree=26395696/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=78720 CPUtime=102.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 16223 0 0 0 10225 4 0 0 25 0 1 0 657398703 80609280 16059 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 19680 16059 266 49 0 16821 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 78720

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1776
/proc/meminfo: memFree=26296024/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=94656 CPUtime=162.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 20067 0 0 0 16222 6 0 0 25 0 1 0 657398703 96927744 19903 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 23664 19903 266 49 0 20805 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 94656

[startup+222.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1778
/proc/meminfo: memFree=26214904/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=110448 CPUtime=222.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 23893 0 0 0 22221 7 0 0 25 0 1 0 657398703 113098752 23729 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 27612 23729 266 49 0 24753 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 110448

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1780
/proc/meminfo: memFree=26150144/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=123952 CPUtime=282.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 27229 0 0 0 28220 8 0 0 25 0 1 0 657398703 126926848 27065 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 30988 27065 266 49 0 28129 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 123952

[startup+342.3 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1781
/proc/meminfo: memFree=26043608/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=139888 CPUtime=342.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 31183 0 0 0 34218 10 0 0 25 0 1 0 657398703 143245312 31019 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 34972 31019 266 49 0 32113 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 139888

[startup+402.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1783
/proc/meminfo: memFree=25950468/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=163404 CPUtime=402.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 37027 0 0 0 40217 11 0 0 25 0 1 0 657398703 167325696 36863 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 40851 36863 266 49 0 37992 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 163404

[startup+462.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1784
/proc/meminfo: memFree=25864144/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=176052 CPUtime=462.28 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 40086 0 0 0 46216 12 0 0 25 0 1 0 657398703 180277248 39922 33554432000 4194304 4394578 140736843113888 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 44013 39922 266 49 0 41154 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 176052

[startup+522.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/375 1786
/proc/meminfo: memFree=25791344/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=187996 CPUtime=522.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 43059 0 0 0 52216 13 0 0 25 0 1 0 657398703 192507904 42895 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 46999 42895 266 49 0 44140 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 187996

[startup+582.3 s]
/proc/loadavg: 4.17 4.04 4.01 5/375 1788
/proc/meminfo: memFree=25749916/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=193052 CPUtime=582.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 44249 0 0 0 58214 15 0 0 25 0 1 0 657398703 197685248 44085 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 48263 44085 266 49 0 45404 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 193052

[startup+642.301 s]
/proc/loadavg: 4.13 4.04 4.00 6/375 1789
/proc/meminfo: memFree=25693464/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=194088 CPUtime=642.3 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 44568 0 0 0 64215 15 0 0 25 0 1 0 657398703 198746112 44404 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 48522 44404 266 49 0 45663 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 194088

[startup+702.301 s]
/proc/loadavg: 4.05 4.03 4.00 6/375 1791
/proc/meminfo: memFree=25632900/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=195272 CPUtime=702.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 44847 0 0 0 70214 15 0 0 25 0 1 0 657398703 199958528 44683 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 48818 44683 266 49 0 45959 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 195272

[startup+762.314 s]
/proc/loadavg: 4.02 4.02 4.00 6/375 1792
/proc/meminfo: memFree=25590072/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=198700 CPUtime=762.31 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 45649 0 0 0 76215 16 0 0 25 0 1 0 657398703 203468800 45485 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 49675 45485 266 49 0 46816 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 198700

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/375 1794
/proc/meminfo: memFree=25552832/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=204424 CPUtime=822.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 46967 0 0 0 82213 16 0 0 25 0 1 0 657398703 209330176 46803 33554432000 4194304 4394578 140736843113888 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 51106 46803 266 49 0 48247 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 204424

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.00 6/375 1796
/proc/meminfo: memFree=25471320/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=211868 CPUtime=882.29 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 48769 0 0 0 88212 17 0 0 25 0 1 0 657398703 216952832 48605 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 52967 48605 266 49 0 50108 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 211868

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 4.00 6/375 1797
/proc/meminfo: memFree=25391688/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=215560 CPUtime=942.3 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 49686 0 0 0 94212 18 0 0 25 0 1 0 657398703 220733440 49522 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 53890 49522 266 49 0 51031 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 215560

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1799
/proc/meminfo: memFree=25296808/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=221232 CPUtime=1002.3 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 51016 0 0 0 100211 19 0 0 25 0 1 0 657398703 226541568 50852 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 55308 50852 266 49 0 52449 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 221232

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1800
/proc/meminfo: memFree=25203060/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=239320 CPUtime=1062.3 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 55489 0 0 0 106210 20 0 0 25 0 1 0 657398703 245063680 55325 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 59830 55325 266 49 0 56971 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 239320

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

[startup+1075.1 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1801
/proc/meminfo: memFree=25186156/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=242884 CPUtime=1075.1 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 56371 0 0 0 107490 20 0 0 25 0 1 0 657398703 248713216 56207 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 60721 56207 266 49 0 57862 0
Current children cumulated CPU time (s) 1075.1
Current children cumulated vsize (KiB) 242884

[startup+1087.91 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1801
/proc/meminfo: memFree=25169660/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=246672 CPUtime=1087.91 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 57281 0 0 0 108771 20 0 0 25 0 1 0 657398703 252592128 57117 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 61668 57117 266 49 0 58809 0
Current children cumulated CPU time (s) 1087.91
Current children cumulated vsize (KiB) 246672

[startup+1100.7 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1802
/proc/meminfo: memFree=25157256/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=253004 CPUtime=1100.7 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 58830 0 0 0 110049 21 0 0 25 0 1 0 657398703 259076096 58666 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63251 58666 266 49 0 60392 0
Current children cumulated CPU time (s) 1100.7
Current children cumulated vsize (KiB) 253004

[startup+1103.9 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1802
/proc/meminfo: memFree=25154776/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=254192 CPUtime=1103.9 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 59123 0 0 0 110369 21 0 0 25 0 1 0 657398703 260292608 58959 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63548 58959 266 49 0 60689 0
Current children cumulated CPU time (s) 1103.9
Current children cumulated vsize (KiB) 254192

[startup+1105.51 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1802
/proc/meminfo: memFree=25154772/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=254192 CPUtime=1105.51 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 59146 0 0 0 110530 21 0 0 25 0 1 0 657398703 260292608 58982 33554432000 4194304 4394578 140736843113888 18446744073709551615 4327706 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63548 58982 266 49 0 60689 0
Current children cumulated CPU time (s) 1105.51
Current children cumulated vsize (KiB) 254192

[startup+1107.1 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1802
/proc/meminfo: memFree=25154772/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=254328 CPUtime=1107.1 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 59157 0 0 0 110689 21 0 0 25 0 1 0 657398703 260431872 58993 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63582 58993 266 49 0 60723 0
Current children cumulated CPU time (s) 1107.1
Current children cumulated vsize (KiB) 254328

[startup+1107.9 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1802
/proc/meminfo: memFree=25154028/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=255516 CPUtime=1107.9 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 59468 0 0 0 110769 21 0 0 25 0 1 0 657398703 261648384 59304 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63879 59304 266 49 0 61020 0
Current children cumulated CPU time (s) 1107.9
Current children cumulated vsize (KiB) 255516

[startup+1108.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1802
/proc/meminfo: memFree=25154028/32951124 swapFree=63649232/67111528
[pid=1721] ppid=1718 vsize=255516 CPUtime=1108.3 cores=0,2
/proc/1721/stat : 1721 (SApperloT2010) R 1718 1721 1684 0 -1 4202496 59469 0 0 0 110809 21 0 0 25 0 1 0 657398703 261648384 59305 33554432000 4194304 4394578 140736843113888 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1721/statm: 63879 59305 266 49 0 61020 0
Current children cumulated CPU time (s) 1108.3
Current children cumulated vsize (KiB) 255516

Child status: 10
Real time (s): 1108.38
CPU time (s): 1108.39
CPU user time (s): 1108.16
CPU system time (s): 0.227965
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 255516

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

runsolver used 4.13837 second user time and 9.13961 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 13:13:22
IDJOB=3379782
IDBENCH=83293
IDSOLVER=1862
FILE ID=node130/3379782-1305458002
RUNJOBID= node130-1305458002-1702
PBS_JOBID= 13324900
Free space on /tmp= 73396 MiB

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

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=1483253035

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26610564 kB
Buffers:        288360 kB
Cached:        4021064 kB
SwapCached:      10248 kB
Active:        2153212 kB
Inactive:      3898104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26610564 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            1752 kB
Writeback:           0 kB
AnonPages:     1740612 kB
Mapped:          20044 kB
Slab:           188792 kB
PageTables:      35076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88818316 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= 73392 MiB
End job on node130 at 2011-05-15 13:31:50