Trace number 3275737

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
ppfolio seqSAT 1208.22 1208.2

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.5062
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
1208.08/1208.19	s SATISFIABLE
1208.08/1208.19	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 223 224 225 -226 227 228 229 -230 231 232 233 234 235 236 237 238 239 240 241 242 -243 244 245 246 247 248 249 250 251 252 253 
1208.08/1208.19	v 0 
1208.19/1208.20	solver [3] TNM 2009 answered
1208.19/1208.20	Done

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3275737-1303650269/watcher-3275737-1303650269 -o /tmp/evaluation-result-3275737-1303650269/solver-3275737-1303650269 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275737-1303650269.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.89 0.98 1.17 4/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0

[startup+0.103478 s]
/proc/loadavg: 0.89 0.98 1.17 4/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464456345288704 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200464 s]
/proc/loadavg: 0.89 0.98 1.17 4/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464456345288704 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300441 s]
/proc/loadavg: 0.89 0.98 1.17 4/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464456345288704 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700367 s]
/proc/loadavg: 0.89 0.98 1.17 4/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464456345288704 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50125 s]
/proc/loadavg: 0.89 0.98 1.17 8/184 13983
/proc/meminfo: memFree=19458884/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465143540056064 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=29180 CPUtime=0.37 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 3804 0 0 0 37 0 0 0 18 0 1 0 476629555 29880320 1719 33554432000 4194304 4587354 140733441690128 18446744073709551615 4308402 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 7295 1719 322 96 0 3857 0
[pid=13979] ppid=13973 vsize=17324 CPUtime=1.11 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 1916 0 0 0 111 0 0 0 18 0 1 0 476629555 17739776 1649 33554432000 4194304 4785740 140735377967184 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 4331 1649 340 145 0 1376 0
[pid=13980] ppid=13973 vsize=18324 CPUtime=0 cores=0
/proc/13980/stat : 13980 (ppfolio) R 13973 13973 13281 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 1 0 476629555 18763776 117 33554432000 4194304 4287625 140736829081760 18446744073709551615 216629562463 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/13980/statm: 4581 117 68 23 0 91 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83152

[startup+3.10098 s]
/proc/loadavg: 0.89 0.98 1.17 9/184 13983
/proc/meminfo: memFree=19454716/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465693295869952 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=27932 CPUtime=1.04 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 4190 0 0 0 104 0 0 0 19 0 1 0 476629555 28602368 1882 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 6983 1882 327 96 0 3545 0
[pid=13979] ppid=13973 vsize=17612 CPUtime=1.83 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 2007 0 0 0 183 0 0 0 19 0 1 0 476629555 18034688 1740 33554432000 4194304 4785740 140735377967184 18446744073709551615 4309533 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 4403 1740 340 145 0 1448 0
[pid=13980] ppid=13973 vsize=454900 CPUtime=0.21 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1140 0 0 0 21 0 0 0 25 0 1 0 476629555 465817600 1037 33554432000 134512640 134534564 4289295008 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 113725 1037 91 6 0 112391 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 518768

[startup+6.3004 s]
/proc/loadavg: 1.30 1.06 1.20 8/184 13983
/proc/meminfo: memFree=19439096/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745466105612730368 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=922552 CPUtime=2.14 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 5554 0 0 0 214 0 0 0 21 0 1 0 476629555 944693248 1966 33554432000 4194304 4587354 140733441690128 18446744073709551615 4243446 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 230638 1966 327 96 0 227200 0
[pid=13979] ppid=13973 vsize=18420 CPUtime=2.91 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 2211 0 0 0 291 0 0 0 21 0 1 0 476629555 18862080 1944 33554432000 4194304 4785740 140735377967184 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 4605 1944 340 145 0 1650 0
[pid=13980] ppid=13973 vsize=454900 CPUtime=1.22 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1140 0 0 0 122 0 0 0 25 0 1 0 476629555 465817600 1037 33554432000 134512640 134534564 4289295008 18446744073709551615 134524695 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 113725 1037 91 6 0 112391 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1414196

[startup+12.7013 s]
/proc/loadavg: 1.68 1.15 1.22 8/184 13983
/proc/meminfo: memFree=19424196/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745466105612730368 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=932168 CPUtime=4.24 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 8773 0 0 0 423 1 0 0 25 0 1 0 476629555 954540032 4509 33554432000 4194304 4587354 140733441690128 18446744073709551615 4241302 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 233042 4509 337 96 0 229604 0
[pid=13979] ppid=13973 vsize=19836 CPUtime=5.02 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 2519 0 0 0 502 0 0 0 25 0 1 0 476629555 20312064 2252 33554432000 4194304 4785740 140735377967184 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 4959 2252 340 145 0 2004 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=3.41 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 341 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1429320

[startup+25.501 s]
/proc/loadavg: 2.63 1.38 1.30 8/184 13983
/proc/meminfo: memFree=19414292/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464318906335232 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=938752 CPUtime=8.54 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 12186 0 0 0 853 1 0 0 25 0 1 0 476629555 961282048 5592 33554432000 4194304 4587354 140733441690128 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 234688 5592 337 96 0 231250 0
[pid=13979] ppid=13973 vsize=21628 CPUtime=9.31 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 2947 0 0 0 931 0 0 0 25 0 1 0 476629555 22147072 2680 33554432000 4194304 4785740 140735377967184 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 5407 2680 340 145 0 2452 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=7.62 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 762 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1437696

[startup+51.1005 s]
/proc/loadavg: 3.78 1.75 1.42 8/184 13984
/proc/meminfo: memFree=19414692/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465280979009536 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=942492 CPUtime=17.04 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 16478 0 0 0 1702 2 0 0 25 0 1 0 476629555 965111808 6178 33554432000 4194304 4587354 140733441690128 18446744073709551615 4242502 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 235623 6178 337 96 0 232185 0
[pid=13979] ppid=13973 vsize=23776 CPUtime=17.83 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 3476 0 0 0 1782 1 0 0 25 0 1 0 476629555 24346624 3209 33554432000 4194304 4785740 140735377967184 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 5944 3209 340 145 0 2989 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=16.2 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 1620 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1443584

[startup+102.3 s]
/proc/loadavg: 5.04 2.40 1.66 8/184 13985
/proc/meminfo: memFree=19378104/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=958124 CPUtime=34.14 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 25694 0 0 0 3410 4 0 0 25 0 1 0 476629555 981118976 8471 33554432000 4194304 4587354 140733441690128 18446744073709551615 4417530 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 239531 8471 337 96 0 236093 0
[pid=13979] ppid=13973 vsize=27104 CPUtime=34.91 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 4281 0 0 0 3490 1 0 0 25 0 1 0 476629555 27754496 4014 33554432000 4194304 4785740 140735377967184 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 6776 4014 340 145 0 3821 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=33.23 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 3323 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1462544

[startup+162.301 s]
/proc/loadavg: 5.64 3.06 1.93 8/184 13987
/proc/meminfo: memFree=19368504/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745464868662149120 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=951136 CPUtime=54.13 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 33653 0 0 0 5408 5 0 0 25 0 1 0 476629555 973963264 7980 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 237784 7980 337 96 0 234346 0
[pid=13979] ppid=13973 vsize=29840 CPUtime=54.91 cores=0

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

/proc/13979/statm: 11961 8689 340 145 0 9006 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=353.25 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 35325 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 586668

[startup+1122.3 s]
/proc/loadavg: 6.00 5.87 4.53 7/184 14073
/proc/meminfo: memFree=19181056/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465280979009536 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=954684 CPUtime=374.08 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 116956 0 0 0 37389 19 0 0 25 0 1 0 476629555 977596416 11116 33554432000 4194304 4587354 140733441690128 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 238671 11116 337 96 0 235233 0
[pid=13979] ppid=13973 vsize=48556 CPUtime=374.95 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9122 0 0 0 37494 1 0 0 25 0 1 0 476629555 49721344 8855 33554432000 4194304 4785740 140735377967184 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12139 8855 340 145 0 9184 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=373.24 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 37324 0 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1480556

[startup+1182.3 s]
/proc/loadavg: 6.00 5.89 4.61 7/184 14074
/proc/meminfo: memFree=19205936/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465418417963008 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61600 CPUtime=394.09 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 123357 0 0 0 39388 21 0 0 25 0 1 0 476629555 63078400 10933 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15400 10933 337 96 0 11962 0
[pid=13979] ppid=13973 vsize=50312 CPUtime=394.95 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9524 0 0 0 39494 1 0 0 25 0 1 0 476629555 51519488 9257 33554432000 4194304 4785740 140735377967184 18446744073709551615 4538892 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12578 9257 340 145 0 9623 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=393.24 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 39323 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 589228

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

[startup+1190.4 s]
/proc/loadavg: 6.00 5.89 4.63 7/184 14074
/proc/meminfo: memFree=19196016/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465418417963008 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=396.79 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 125181 0 0 0 39658 21 0 0 25 0 1 0 476629555 63168512 9430 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 9430 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50312 CPUtime=397.65 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9536 0 0 0 39764 1 0 0 25 0 1 0 476629555 51519488 9269 33554432000 4194304 4785740 140735377967184 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12578 9269 340 145 0 9623 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=395.94 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 39593 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1190.38
Current children cumulated vsize (KiB) 589316

[startup+1196.8 s]
/proc/loadavg: 6.00 5.90 4.64 7/184 14075
/proc/meminfo: memFree=19199976/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465418417963008 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=398.98 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 125644 0 0 0 39877 21 0 0 25 0 1 0 476629555 63168512 9876 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 9876 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50596 CPUtime=399.75 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9586 0 0 0 39974 1 0 0 25 0 1 0 476629555 51810304 9319 33554432000 4194304 4785740 140735377967184 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12649 9319 340 145 0 9694 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=398.06 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 39805 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1196.79
Current children cumulated vsize (KiB) 589600

[startup+1203.2 s]
/proc/loadavg: 6.00 5.90 4.64 7/184 14075
/proc/meminfo: memFree=19198856/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465555856916480 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=401.08 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 126024 0 0 0 40087 21 0 0 25 0 1 0 476629555 63168512 10246 33554432000 4194304 4587354 140733441690128 18446744073709551615 4242716 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 10246 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50884 CPUtime=401.86 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9651 0 0 0 40185 1 0 0 25 0 1 0 476629555 52105216 9384 33554432000 4194304 4785740 140735377967184 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12721 9384 340 145 0 9766 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=400.24 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 40023 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1203.18
Current children cumulated vsize (KiB) 589888

[startup+1206.4 s]
/proc/loadavg: 6.00 5.90 4.65 7/184 14075
/proc/meminfo: memFree=19197864/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465555856916480 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=402.17 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 126204 0 0 0 40196 21 0 0 25 0 1 0 476629555 63168512 10425 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 10425 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50884 CPUtime=402.95 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9657 0 0 0 40294 1 0 0 25 0 1 0 476629555 52105216 9390 33554432000 4194304 4785740 140735377967184 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12721 9390 340 145 0 9766 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=401.26 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 40125 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1206.38
Current children cumulated vsize (KiB) 589888

[startup+1207.2 s]
/proc/loadavg: 6.00 5.90 4.65 7/184 14075
/proc/meminfo: memFree=19197616/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465555856916480 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=402.39 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 126240 0 0 0 40218 21 0 0 25 0 1 0 476629555 63168512 10458 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 10458 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50884 CPUtime=403.25 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9657 0 0 0 40324 1 0 0 25 0 1 0 476629555 52105216 9390 33554432000 4194304 4785740 140735377967184 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12721 9390 340 145 0 9766 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=401.54 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 40153 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134528304 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1207.18
Current children cumulated vsize (KiB) 589888

[startup+1208 s]
/proc/loadavg: 6.00 5.90 4.66 7/184 14075
/proc/meminfo: memFree=19196376/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 15745465555856916480 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=402.67 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 126287 0 0 0 40246 21 0 0 25 0 1 0 476629555 63168512 10505 33554432000 4194304 4587354 140733441690128 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 10505 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=50884 CPUtime=403.46 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4202496 9657 0 0 0 40345 1 0 0 25 0 1 0 476629555 52105216 9390 33554432000 4194304 4785740 140735377967184 18446744073709551615 216634212994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13979/statm: 12721 9390 340 145 0 9766 0
[pid=13980] ppid=13973 vsize=458992 CPUtime=401.84 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202496 1412 0 0 0 40183 1 0 0 25 0 1 0 476629555 470007808 1309 33554432000 134512640 134534564 4289295008 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13980/statm: 114748 1309 95 6 0 113414 0
Current children cumulated CPU time (s) 1207.97
Current children cumulated vsize (KiB) 589888

[startup+1208.2 s]
/proc/loadavg: 6.00 5.90 4.66 7/184 14075
/proc/meminfo: memFree=19196376/32951124 swapFree=67111528/67111528
[pid=13973] ppid=13970 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13973/stat : 13973 (ppfolio) S 13970 13973 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140736829081760 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/13973/statm: 4581 394 345 23 0 91 0
[pid=13976] ppid=13973 vsize=61688 CPUtime=402.77 cores=0
/proc/13976/stat : 13976 (cryptominisat) R 13973 13973 13281 0 -1 4202496 126303 0 0 0 40256 21 0 0 25 0 1 0 476629555 63168512 10521 33554432000 4194304 4587354 140733441690128 18446744073709551615 4239316 256 0 4096 2 0 0 0 17 0 0 0 0
/proc/13976/statm: 15422 10521 337 96 0 11984 0
[pid=13979] ppid=13973 vsize=0 CPUtime=403.56 cores=0
/proc/13979/stat : 13979 (clasp) R 13973 13973 13281 0 -1 4203524 9657 0 0 0 40354 2 0 0 25 0 1 0 476629555 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/13979/statm: 0 0 0 0 0 0 0
[pid=13980] ppid=13973 vsize=0 CPUtime=401.86 cores=0
/proc/13980/stat : 13980 (TNM) R 13973 13973 13281 0 -1 4202500 1431 0 0 0 40185 1 0 0 25 0 1 0 476629555 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13980/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1208.19
Current children cumulated vsize (KiB) 80012

Child status: 0
Real time (s): 1208.2
CPU time (s): 1208.22
CPU user time (s): 1207.96
CPU system time (s): 0.26096
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2418780

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

runsolver used 2.10568 second user time and 4.44932 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 15:04:29
IDJOB=3275737
IDBENCH=83280
IDSOLVER=1639
FILE ID=node103/3275737-1303650269
RUNJOBID= node103-1303650269-13956
PBS_JOBID= 13150745
Free space on /tmp= 71232 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275737-1303650269/watcher-3275737-1303650269 -o /tmp/evaluation-result-3275737-1303650269/solver-3275737-1303650269 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275737-1303650269.cnf

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=1847499499

node103.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.858
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.71
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.858
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.75
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19478976 kB
Buffers:       2112092 kB
Cached:       10720072 kB
SwapCached:          0 kB
Active:        3781988 kB
Inactive:      9113400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19478976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21064 kB
Writeback:           0 kB
AnonPages:       62704 kB
Mapped:          14484 kB
Slab:           512988 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187604 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= 71212 MiB
End job on node103 at 2011-04-24 15:24:38