Trace number 3275277

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 4879.36 4879.28

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n280-s93756482-sat.cnf
MD5SUMbadb3b4ac12b29ada7dd8ed96ed75c80
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark68.6746
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses672
Sum of the clauses size1680
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5112
Number of clauses of size over 50

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
4879.25/4879.27	s SATISFIABLE
4879.25/4879.27	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 254 255 256 -257 -258 -259 -260 261 -262 263 -264 265 266 267 268 269 -270 -271 -272 -273 274 -275 276 -277 -278 -279 280 
4879.25/4879.27	v 0 
4879.25/4879.28	solver [3] TNM 2009 answered
4879.25/4879.28	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-3275277-1303640294/watcher-3275277-1303640294 -o /tmp/evaluation-result-3275277-1303640294/solver-3275277-1303640294 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3275277-1303640294.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): 5000 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: 6.17 6.03 5.93 4/178 6166
/proc/meminfo: memFree=19176572/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0

[startup+0.010681 s]
/proc/loadavg: 6.17 6.03 5.93 4/178 6166
/proc/meminfo: memFree=19176572/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100732 s]
/proc/loadavg: 6.17 6.03 5.93 4/178 6166
/proc/meminfo: memFree=19176572/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300709 s]
/proc/loadavg: 6.17 6.03 5.93 4/178 6166
/proc/meminfo: memFree=19176572/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700618 s]
/proc/loadavg: 6.17 6.03 5.93 4/178 6166
/proc/meminfo: memFree=19176572/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757143244857671680 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 6.17 6.03 5.93 7/182 6170
/proc/meminfo: memFree=19172628/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757143382296625152 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=207312 CPUtime=0.54 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 1486 0 0 0 54 0 0 0 20 0 1 0 475629020 212287488 762 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 51828 762 326 96 0 48390 0
[pid=6168] ppid=6166 vsize=12956 CPUtime=0.52 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 692 0 0 0 52 0 0 0 21 0 1 0 475629020 13266944 582 33554432000 4194304 4785740 140734350152048 18446744073709551615 4277703 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3239 582 340 145 0 284 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=0.42 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 42 0 0 0 23 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 694292

[startup+3.10122 s]
/proc/loadavg: 6.23 6.05 5.94 7/182 6170
/proc/meminfo: memFree=19170892/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141320712323072 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=207700 CPUtime=1.05 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 2038 0 0 0 105 0 0 0 22 0 1 0 475629020 212684800 859 33554432000 4194304 4587354 140734635604816 18446744073709551615 4420280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 51925 859 326 96 0 48487 0
[pid=6168] ppid=6166 vsize=13224 CPUtime=1.02 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 759 0 0 0 102 0 0 0 22 0 1 0 475629020 13541376 649 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3306 649 340 145 0 351 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=1.01 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 101 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 694948

[startup+6.3007 s]
/proc/loadavg: 6.23 6.05 5.94 7/182 6170
/proc/meminfo: memFree=19169964/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757142969979764736 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=217612 CPUtime=2.14 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 5111 0 0 0 213 1 0 0 25 0 1 0 475629020 222834688 3370 33554432000 4194304 4587354 140734635604816 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 54403 3370 337 96 0 50965 0
[pid=6168] ppid=6166 vsize=13624 CPUtime=2.12 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 860 0 0 0 212 0 0 0 25 0 1 0 475629020 13950976 750 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3406 750 340 145 0 451 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=2.02 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 202 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 8558895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 705260

[startup+12.7006 s]
/proc/loadavg: 6.20 6.05 5.94 7/182 6170
/proc/meminfo: memFree=19156852/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141595590230016 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=217660 CPUtime=4.25 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 6615 0 0 0 424 1 0 0 25 0 1 0 475629020 222883840 3497 33554432000 4194304 4587354 140734635604816 18446744073709551615 210646843028 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 54415 3497 337 96 0 50977 0
[pid=6168] ppid=6166 vsize=14028 CPUtime=4.22 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 966 0 0 0 422 0 0 0 25 0 1 0 475629020 14364672 856 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3507 856 340 145 0 552 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=4.21 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 421 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134530487 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 705712

[startup+25.5004 s]
/proc/loadavg: 6.17 6.04 5.94 7/182 6170
/proc/meminfo: memFree=19146204/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141458151276544 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=228760 CPUtime=8.53 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 10806 0 0 0 852 1 0 0 25 0 1 0 475629020 234250240 5067 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 57190 5067 337 96 0 53752 0
[pid=6168] ppid=6166 vsize=14700 CPUtime=8.52 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 1130 0 0 0 852 0 0 0 25 0 1 0 475629020 15052800 1020 33554432000 4194304 4785740 140734350152048 18446744073709551615 4278173 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3675 1020 340 145 0 720 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=8.42 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 842 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 717484

[startup+51.1011 s]
/proc/loadavg: 6.11 6.04 5.94 7/182 6171
/proc/meminfo: memFree=19130548/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141870468136960 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=224812 CPUtime=17.06 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 14858 0 0 0 1704 2 0 0 25 0 1 0 475629020 230207488 5921 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 56203 5921 337 96 0 52765 0
[pid=6168] ppid=6166 vsize=15532 CPUtime=17.02 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 1355 0 0 0 1702 0 0 0 25 0 1 0 475629020 15904768 1245 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 3883 1245 340 145 0 928 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=17 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 1700 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134529042 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 714368

[startup+102.307 s]
/proc/loadavg: 6.04 6.03 5.94 7/182 6173
/proc/meminfo: memFree=19115280/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=238316 CPUtime=34.13 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 24847 0 0 0 3409 4 0 0 25 0 1 0 475629020 244035584 9016 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 59579 9016 337 96 0 56141 0
[pid=6168] ppid=6166 vsize=16484 CPUtime=34.11 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 1587 0 0 0 3411 0 0 0 25 0 1 0 475629020 16879616 1477 33554432000 4194304 4785740 140734350152048 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 4121 1477 340 145 0 1166 0
[pid=6169] ppid=6166 vsize=455700 CPUtime=34.03 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 284 0 0 0 3403 0 0 0 25 0 1 0 475629020 466636800 181 33554432000 134512640 134534564 4292462096 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113925 181 95 6 0 112591 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 728824

[startup+162.3 s]
/proc/loadavg: 6.02 6.02 5.94 7/182 6174
/proc/meminfo: memFree=19114768/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141870468136960 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=238580 CPUtime=54.13 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 31485 0 0 0 5408 5 0 0 25 0 1 0 475629020 244305920 8686 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238532 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 59645 8686 337 96 0 56207 0
[pid=6168] ppid=6166 vsize=17428 CPUtime=54.11 cores=0

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

/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1594.06 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 159406 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 8558955 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 816040

[startup+4842.3 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6311
/proc/meminfo: memFree=18952592/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1614.2 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 188959 0 0 0 161370 50 0 0 25 0 1 0 475629020 326828032 30542 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 30542 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1614.1 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3089 0 0 0 161410 0 0 0 25 0 1 0 475629020 23392256 2979 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287574 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1614.06 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 161406 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 8558864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 816040

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

[startup+4863.9 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18948620/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1621.4 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189419 0 0 0 162090 50 0 0 25 0 1 0 475629020 326828032 30993 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 30993 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1621.3 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3089 0 0 0 162130 0 0 0 25 0 1 0 475629020 23392256 2979 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1621.26 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162126 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4863.96
Current children cumulated vsize (KiB) 816040

[startup+4870.3 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18947128/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1623.5 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189596 0 0 0 162300 50 0 0 25 0 1 0 475629020 326828032 31169 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31169 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1623.47 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3089 0 0 0 162347 0 0 0 25 0 1 0 475629020 23392256 2979 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1623.39 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162339 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4870.36
Current children cumulated vsize (KiB) 816040

[startup+4873.5 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18946384/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1624.6 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189687 0 0 0 162410 50 0 0 25 0 1 0 475629020 326828032 31257 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31257 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1624.5 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3089 0 0 0 162450 0 0 0 25 0 1 0 475629020 23392256 2979 33554432000 4194304 4785740 140734350152048 18446744073709551615 4276232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1624.46 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162446 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4873.56
Current children cumulated vsize (KiB) 816040

[startup+4876.7 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18945512/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1625.63 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189787 0 0 0 162513 50 0 0 25 0 1 0 475629020 326828032 31355 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31355 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1625.57 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3089 0 0 0 162557 0 0 0 25 0 1 0 475629020 23392256 2979 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2979 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1625.56 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162556 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4876.76
Current children cumulated vsize (KiB) 816040

[startup+4878.3 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18945388/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1626.19 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189834 0 0 0 162569 50 0 0 25 0 1 0 475629020 326828032 31401 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31401 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1626.1 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3090 0 0 0 162610 0 0 0 25 0 1 0 475629020 23392256 2980 33554432000 4194304 4785740 140734350152048 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2980 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1626.06 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162606 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4878.35
Current children cumulated vsize (KiB) 816040

[startup+4878.7 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18945264/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1626.29 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189845 0 0 0 162579 50 0 0 25 0 1 0 475629020 326828032 31411 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31411 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1626.27 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3090 0 0 0 162627 0 0 0 25 0 1 0 475629020 23392256 2980 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2980 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1626.19 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162619 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4878.75
Current children cumulated vsize (KiB) 816040

[startup+4879.1 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18945264/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1626.43 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189856 0 0 0 162593 50 0 0 25 0 1 0 475629020 326828032 31422 33554432000 4194304 4587354 140734635604816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31422 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1626.37 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3090 0 0 0 162637 0 0 0 25 0 1 0 475629020 23392256 2980 33554432000 4194304 4785740 140734350152048 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2980 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1626.36 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162636 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4879.16
Current children cumulated vsize (KiB) 816040

[startup+4879.2 s]
/proc/loadavg: 6.00 6.00 6.00 7/182 6312
/proc/meminfo: memFree=18945264/32951132 swapFree=67111524/67111528
[pid=6166] ppid=6164 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/6166/stat : 6166 (ppfolio) S 6164 6166 5845 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475629020 18763776 394 33554432000 4194304 4287625 140736685359728 18446744073709551615 210647166479 0 0 4096 65536 3757141733029183488 0 0 17 4 0 0 0
/proc/6166/statm: 4581 394 345 23 0 91 0
[pid=6167] ppid=6166 vsize=319168 CPUtime=1626.49 cores=0
/proc/6167/stat : 6167 (cryptominisat) R 6166 6166 5845 0 -1 4202496 189861 0 0 0 162599 50 0 0 25 0 1 0 475629020 326828032 31427 33554432000 4194304 4587354 140734635604816 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6167/statm: 79792 31427 337 96 0 76354 0
[pid=6168] ppid=6166 vsize=22844 CPUtime=1626.4 cores=0
/proc/6168/stat : 6168 (clasp) R 6166 6166 5845 0 -1 4202496 3090 0 0 0 162640 0 0 0 25 0 1 0 475629020 23392256 2980 33554432000 4194304 4785740 140734350152048 18446744073709551615 4278076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6168/statm: 5711 2980 340 145 0 2756 0
[pid=6169] ppid=6166 vsize=455704 CPUtime=1626.36 cores=0
/proc/6169/stat : 6169 (TNM) R 6166 6166 5845 0 -1 4202496 293 0 0 0 162636 0 0 0 25 0 1 0 475629020 466640896 190 33554432000 134512640 134534564 4292462096 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6169/statm: 113926 190 103 6 0 112592 0
Current children cumulated CPU time (s) 4879.25
Current children cumulated vsize (KiB) 816040

Child status: 0
Real time (s): 4879.28
CPU time (s): 4879.36
CPU user time (s): 4878.84
CPU system time (s): 0.52092
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1083424

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

runsolver used 8.43672 second user time and 18.0832 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-24 12:18:14
IDJOB=3275277
IDBENCH=83149
IDSOLVER=1639
FILE ID=node129/3275277-1303640294
RUNJOBID= node129-1303635247-5863
PBS_JOBID= 13150719
Free space on /tmp= 66396 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n280-s93756482-sat.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275277-1303640294/watcher-3275277-1303640294 -o /tmp/evaluation-result-3275277-1303640294/solver-3275277-1303640294 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3275277-1303640294.cnf

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

MD5SUM BENCH= badb3b4ac12b29ada7dd8ed96ed75c80
RANDOM SEED=505852475

node129.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.831
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.66
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.831
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.831
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.831
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      19176728 kB
Buffers:       1214524 kB
Cached:       11822044 kB
SwapCached:          4 kB
Active:        1781944 kB
Inactive:     11331300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19176728 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20352 kB
Writeback:          16 kB
AnonPages:       75880 kB
Mapped:          16744 kB
Slab:           598780 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2364984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node129 at 2011-04-24 13:39:33