Trace number 3275302

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 272.947 272.943

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.119
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
272.88/272.93	s SATISFIABLE
272.88/272.93	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 
272.88/272.93	v 0 
272.88/272.94	solver [3] TNM 2009 answered
272.88/272.94	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-3275302-1303640360/watcher-3275302-1303640360 -o /tmp/evaluation-result-3275302-1303640360/solver-3275302-1303640360 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3275302-1303640360.cnf 

running on 4 cores: 1,3,5,7

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: 5.55 5.87 5.88 4/177 9459
/proc/meminfo: memFree=25932584/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 6853864285030809861 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0

[startup+0.054234 s]
/proc/loadavg: 5.55 5.87 5.88 4/177 9459
/proc/meminfo: memFree=25932584/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 6853864285030809861 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100225 s]
/proc/loadavg: 5.55 5.87 5.88 4/177 9459
/proc/meminfo: memFree=25932584/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 6853864285030809861 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30019 s]
/proc/loadavg: 5.55 5.87 5.88 4/177 9459
/proc/meminfo: memFree=25932584/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 24 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70012 s]
/proc/loadavg: 5.55 5.87 5.88 4/177 9459
/proc/meminfo: memFree=25932584/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620921260292440064 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50098 s]
/proc/loadavg: 5.55 5.87 5.88 6/181 9463
/proc/meminfo: memFree=25929452/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 18 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919198708137984 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1507704 CPUtime=0.5 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 1442 0 0 0 50 0 0 0 25 0 1 0 475634701 1543888896 755 33554432000 4194304 4587354 140734358216176 18446744073709551615 4244240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 376926 755 327 96 0 373488 0
[pid=9461] ppid=9459 vsize=12824 CPUtime=0.4 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 661 0 0 0 40 0 0 0 25 0 1 0 475634701 13131776 550 33554432000 4194304 4785740 140733250694848 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3206 550 340 145 0 251 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=0.59 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 59 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1994544

[startup+3.10071 s]
/proc/loadavg: 5.55 5.87 5.88 6/181 9463
/proc/meminfo: memFree=25927840/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 18 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919336147091456 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1507944 CPUtime=0.99 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 2063 0 0 0 99 0 0 0 25 0 1 0 475634701 1544134656 921 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 376986 921 327 96 0 373548 0
[pid=9461] ppid=9459 vsize=13088 CPUtime=0.94 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 723 0 0 0 94 0 0 0 25 0 1 0 475634701 13402112 612 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3272 612 340 145 0 317 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=1.14 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 114 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1995048

[startup+6.30116 s]
/proc/loadavg: 5.59 5.88 5.88 6/181 9463
/proc/meminfo: memFree=25918500/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1516896 CPUtime=2.09 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 4880 0 0 0 209 0 0 0 25 0 1 0 475634701 1553301504 3211 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 379224 3211 337 96 0 375786 0
[pid=9461] ppid=9459 vsize=13352 CPUtime=2 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 798 0 0 0 200 0 0 0 25 0 1 0 475634701 13672448 687 33554432000 4194304 4785740 140733250694848 18446744073709551615 4276232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3338 687 340 145 0 383 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=2.19 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 219 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529415 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2004264

[startup+12.7011 s]
/proc/loadavg: 5.54 5.86 5.87 6/181 9463
/proc/meminfo: memFree=25916804/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1517136 CPUtime=4.19 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 6341 0 0 0 419 0 0 0 25 0 1 0 475634701 1553547264 3395 33554432000 4194304 4587354 140734358216176 18446744073709551615 4353595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 379284 3395 337 96 0 375846 0
[pid=9461] ppid=9459 vsize=13892 CPUtime=4.14 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 920 0 0 0 414 0 0 0 25 0 1 0 475634701 14225408 809 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3473 809 340 145 0 518 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=4.34 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 434 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134530414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2005044

[startup+25.5009 s]
/proc/loadavg: 5.42 5.82 5.86 6/181 9463
/proc/meminfo: memFree=25910256/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920985414533120 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1523452 CPUtime=8.49 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 10172 0 0 0 848 1 0 0 25 0 1 0 475634701 1560014848 4829 33554432000 4194304 4587354 140734358216176 18446744073709551615 4359526 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 380863 4829 337 96 0 377425 0
[pid=9461] ppid=9459 vsize=14424 CPUtime=8.39 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1070 0 0 0 839 0 0 0 25 0 1 0 475634701 14770176 959 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3606 959 340 145 0 651 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=8.59 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 859 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2011892

[startup+51.1004 s]
/proc/loadavg: 5.28 5.75 5.84 6/181 9464
/proc/meminfo: memFree=25907880/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620921260292440064 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1527336 CPUtime=16.98 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 15225 0 0 0 1697 1 0 0 25 0 1 0 475634701 1563992064 5856 33554432000 4194304 4587354 140734358216176 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 381834 5856 337 96 0 378396 0
[pid=9461] ppid=9459 vsize=15096 CPUtime=16.95 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1223 0 0 0 1695 0 0 0 25 0 1 0 475634701 15458304 1112 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3774 1112 340 145 0 819 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=17.14 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 1714 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2016448

[startup+102.307 s]
/proc/loadavg: 5.20 5.65 5.79 6/181 9465
/proc/meminfo: memFree=25899152/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1523388 CPUtime=34.08 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 22937 0 0 0 3406 2 0 0 25 0 1 0 475634701 1559949312 6755 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 380847 6755 337 96 0 377409 0
[pid=9461] ppid=9459 vsize=15780 CPUtime=33.99 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1420 0 0 0 3399 0 0 0 25 0 1 0 475634701 16158720 1309 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 3945 1309 340 145 0 990 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=34.21 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 3421 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 8717723 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2013184

[startup+162.3 s]
/proc/loadavg: 5.11 5.54 5.75 6/181 9467
/proc/meminfo: memFree=25893312/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919885902905344 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1535560 CPUtime=54.08 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 29266 0 0 0 5405 3 0 0 25 0 1 0 475634701 1572413440 8035 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 383890 8035 337 96 0 380452 0
[pid=9461] ppid=9459 vsize=16864 CPUtime=53.98 cores=1

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

/proc/9461/statm: 4216 1545 340 145 0 1261 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=54.21 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 5421 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529070 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2026440

[startup+222.301 s]
/proc/loadavg: 5.04 5.44 5.70 6/181 9469
/proc/meminfo: memFree=25876676/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919748463951872 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1543776 CPUtime=74.08 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 34995 0 0 0 7404 4 0 0 25 0 1 0 475634701 1580826624 11924 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 385944 11924 337 96 0 382506 0
[pid=9461] ppid=9459 vsize=17264 CPUtime=73.98 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1780 0 0 0 7398 0 0 0 25 0 1 0 475634701 17678336 1669 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4316 1669 340 145 0 1361 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=74.21 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 7421 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2035056

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

[startup+230.301 s]
/proc/loadavg: 5.03 5.43 5.69 6/181 9469
/proc/meminfo: memFree=25876796/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919885902905344 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1543920 CPUtime=76.77 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 34997 0 0 0 7673 4 0 0 25 0 1 0 475634701 1580974080 11925 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 385980 11925 337 96 0 382542 0
[pid=9461] ppid=9459 vsize=17408 CPUtime=76.68 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1794 0 0 0 7668 0 0 0 25 0 1 0 475634701 17825792 1683 33554432000 4194304 4785740 140733250694848 18446744073709551615 4309530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4352 1683 340 145 0 1397 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=76.83 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 7683 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134530803 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 2035344

[startup+255.901 s]
/proc/loadavg: 5.02 5.39 5.67 6/181 9469
/proc/meminfo: memFree=25876048/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919885902905344 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1543820 CPUtime=85.28 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 35052 0 0 0 8524 4 0 0 25 0 1 0 475634701 1580871680 11978 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 385955 11978 337 96 0 382517 0
[pid=9461] ppid=9459 vsize=17548 CPUtime=85.18 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1852 0 0 0 8518 0 0 0 25 0 1 0 475634701 17969152 1741 33554432000 4194304 4785740 140733250694848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4387 1741 340 145 0 1432 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=85.42 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 8542 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 2035384

[startup+262.301 s]
/proc/loadavg: 5.02 5.38 5.67 6/181 9470
/proc/meminfo: memFree=25876168/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620919885902905344 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1543820 CPUtime=87.38 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 35052 0 0 0 8734 4 0 0 25 0 1 0 475634701 1580871680 11978 33554432000 4194304 4587354 140734358216176 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 385955 11978 337 96 0 382517 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=87.37 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1869 0 0 0 8737 0 0 0 25 0 1 0 475634701 18104320 1758 33554432000 4194304 4785740 140733250694848 18446744073709551615 4549056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1758 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=87.53 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 8753 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 8718651 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 262.28
Current children cumulated vsize (KiB) 2035516

[startup+268.701 s]
/proc/loadavg: 5.02 5.37 5.66 6/181 9470
/proc/meminfo: memFree=25872692/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920023341858816 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1556496 CPUtime=89.57 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 35961 0 0 0 8953 4 0 0 25 0 1 0 475634701 1593851904 12879 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 389124 12879 337 96 0 385686 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=89.48 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1869 0 0 0 8948 0 0 0 25 0 1 0 475634701 18104320 1758 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1758 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=89.63 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 8963 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529872 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 268.68
Current children cumulated vsize (KiB) 2048192

[startup+270.301 s]
/proc/loadavg: 5.02 5.37 5.66 6/181 9470
/proc/meminfo: memFree=25872196/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920023341858816 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1556496 CPUtime=90.08 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 36118 0 0 0 9004 4 0 0 25 0 1 0 475634701 1593851904 13030 33554432000 4194304 4587354 140734358216176 18446744073709551615 4237519 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 389124 13030 337 96 0 385686 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=89.98 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1873 0 0 0 8998 0 0 0 25 0 1 0 475634701 18104320 1762 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1762 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=90.22 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 9022 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 270.28
Current children cumulated vsize (KiB) 2048192

[startup+271.9 s]
/proc/loadavg: 5.02 5.37 5.66 6/181 9470
/proc/meminfo: memFree=25871452/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920023341858816 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1556496 CPUtime=90.58 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 36247 0 0 0 9054 4 0 0 25 0 1 0 475634701 1593851904 13158 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 389124 13158 337 96 0 385686 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=90.57 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1873 0 0 0 9057 0 0 0 25 0 1 0 475634701 18104320 1762 33554432000 4194304 4785740 140733250694848 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1762 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=90.73 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 9073 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 8625376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 271.88
Current children cumulated vsize (KiB) 2048192

[startup+272.7 s]
/proc/loadavg: 5.02 5.37 5.66 6/181 9470
/proc/meminfo: memFree=25870956/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920023341858816 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1556496 CPUtime=90.88 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 36337 0 0 0 9084 4 0 0 25 0 1 0 475634701 1593851904 13244 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 389124 13244 337 96 0 385686 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=90.78 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1873 0 0 0 9078 0 0 0 25 0 1 0 475634701 18104320 1762 33554432000 4194304 4785740 140733250694848 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1762 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=91.03 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 9103 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 272.69
Current children cumulated vsize (KiB) 2048192

[startup+272.9 s]
/proc/loadavg: 5.02 5.37 5.66 6/181 9470
/proc/meminfo: memFree=25870956/32951132 swapFree=67111364/67111528
[pid=9459] ppid=9457 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/9459/stat : 9459 (ppfolio) S 9457 9459 9075 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475634700 18763776 394 33554432000 4194304 4287625 140734640543296 18446744073709551615 242970570255 0 0 4096 65536 2620920023341858816 0 0 17 3 0 0 0
/proc/9459/statm: 4581 394 345 23 0 91 0
[pid=9460] ppid=9459 vsize=1556496 CPUtime=90.97 cores=1
/proc/9460/stat : 9460 (cryptominisat) R 9459 9459 9075 0 -1 4202496 36361 0 0 0 9093 4 0 0 25 0 1 0 475634701 1593851904 13266 33554432000 4194304 4587354 140734358216176 18446744073709551615 4238455 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9460/statm: 389124 13266 337 96 0 385686 0
[pid=9461] ppid=9459 vsize=17680 CPUtime=90.88 cores=1
/proc/9461/stat : 9461 (clasp) R 9459 9459 9075 0 -1 4202496 1873 0 0 0 9088 0 0 0 25 0 1 0 475634701 18104320 1762 33554432000 4194304 4785740 140733250694848 18446744073709551615 4546132 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9461/statm: 4420 1762 340 145 0 1465 0
[pid=9462] ppid=9459 vsize=455692 CPUtime=91.03 cores=1
/proc/9462/stat : 9462 (TNM) R 9459 9459 9075 0 -1 4202496 281 0 0 0 9103 0 0 0 25 0 1 0 475634701 466628608 177 33554432000 134512640 134534564 4290544432 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9462/statm: 113923 177 95 6 0 112589 0
Current children cumulated CPU time (s) 272.88
Current children cumulated vsize (KiB) 2048192

Child status: 0
Real time (s): 272.943
CPU time (s): 272.947
CPU user time (s): 272.892
CPU system time (s): 0.053991
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3516972

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

runsolver used 0.420936 second user time and 0.865868 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-24 12:19:20
IDJOB=3275302
IDBENCH=83154
IDSOLVER=1639
FILE ID=node128/3275302-1303640360
RUNJOBID= node128-1303635247-9094
PBS_JOBID= 13150720
Free space on /tmp= 66844 MiB

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

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=21991495

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25932864 kB
Buffers:       1218332 kB
Cached:        5123516 kB
SwapCached:        160 kB
Active:         296932 kB
Inactive:      6113348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25932864 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14720 kB
Writeback:           0 kB
AnonPages:       68232 kB
Mapped:          16440 kB
Slab:           545068 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   664240 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= 66836 MiB
End job on node128 at 2011-04-24 12:23:54