Trace number 3275702

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 264.324 264.315

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.19075
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

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
264.27/264.31	s SATISFIABLE
264.27/264.31	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 
264.27/264.31	v 0 
264.27/264.31	solver [3] TNM 2009 answered
264.27/264.31	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-3275702-1303646320/watcher-3275702-1303646320 -o /tmp/evaluation-result-3275702-1303646320/solver-3275702-1303646320 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275702-1303646320.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: 5.00 5.17 5.51 5/180 325
/proc/meminfo: memFree=15934432/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18240 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) R 323 325 32167 0 -1 4194304 266 0 0 0 0 0 0 0 25 0 1 0 476229769 18677760 215 33554432000 4194304 4287625 140737113463888 18446744073709551615 212682712977 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/325/statm: 4560 215 182 23 0 57 0

[startup+0.0845391 s]
/proc/loadavg: 5.00 5.17 5.51 5/180 325
/proc/meminfo: memFree=15934432/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 497 0 0 0 0 0 0 0 25 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 4360869553362665732 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100538 s]
/proc/loadavg: 5.00 5.17 5.51 5/180 325
/proc/meminfo: memFree=15934432/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 497 0 0 0 0 0 0 0 25 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 4360869553362665732 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300502 s]
/proc/loadavg: 5.00 5.17 5.51 5/180 325
/proc/meminfo: memFree=15934432/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700395 s]
/proc/loadavg: 5.00 5.17 5.51 5/180 325
/proc/meminfo: memFree=15934432/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 20 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767306121084928 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50026 s]
/proc/loadavg: 5.00 5.17 5.51 7/184 329
/proc/meminfo: memFree=15923116/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767443560038400 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=27664 CPUtime=0.49 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 2322 0 0 0 49 0 0 0 25 0 1 0 476229769 28327936 1549 33554432000 4194304 4587354 140735709627728 18446744073709551615 4232225 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 6916 1549 326 96 0 3478 0
[pid=327] ppid=325 vsize=14688 CPUtime=0.44 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 1218 0 0 0 44 0 0 0 25 0 1 0 476229769 15040512 1031 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 3672 1031 340 145 0 717 0
[pid=328] ppid=325 vsize=453712 CPUtime=0.54 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 779 0 0 0 54 0 0 0 25 0 1 0 476229769 464601088 676 33554432000 134512640 134534564 4291897648 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 113428 676 91 6 0 112094 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 514388

[startup+3.10099 s]
/proc/loadavg: 5.00 5.17 5.51 7/184 329
/proc/meminfo: memFree=15920632/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767718437945344 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=1472632 CPUtime=0.99 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 2731 0 0 0 99 0 0 0 25 0 1 0 476229769 1507975168 1548 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 368158 1548 327 96 0 364720 0
[pid=327] ppid=325 vsize=15588 CPUtime=0.96 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 1414 0 0 0 96 0 0 0 25 0 1 0 476229769 15962112 1227 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 3897 1227 340 145 0 942 0
[pid=328] ppid=325 vsize=453844 CPUtime=1.12 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 961 0 0 0 112 0 0 0 25 0 1 0 476229769 464736256 858 33554432000 134512640 134534564 4291897648 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 113461 858 95 6 0 112127 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1960388

[startup+6.30041 s]
/proc/loadavg: 5.08 5.18 5.51 7/184 329
/proc/meminfo: memFree=15915048/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766069170503680 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=1471828 CPUtime=2.09 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 3636 0 0 0 209 0 0 0 25 0 1 0 476229769 1507151872 1615 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 367957 1615 331 96 0 364519 0
[pid=327] ppid=325 vsize=16444 CPUtime=2.04 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 1635 0 0 0 204 0 0 0 25 0 1 0 476229769 16838656 1448 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 4111 1448 340 145 0 1156 0
[pid=328] ppid=325 vsize=457680 CPUtime=2.14 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 214 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1964276

[startup+12.7012 s]
/proc/loadavg: 5.15 5.19 5.51 7/184 329
/proc/meminfo: memFree=15897232/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767580998991872 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=1482320 CPUtime=4.19 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 6426 0 0 0 419 0 0 0 25 0 1 0 476229769 1517895680 3378 33554432000 4194304 4587354 140735709627728 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 370580 3378 337 96 0 367142 0
[pid=327] ppid=325 vsize=17668 CPUtime=4.17 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 1931 0 0 0 417 0 0 0 25 0 1 0 476229769 18092032 1744 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 4417 1744 340 145 0 1462 0
[pid=328] ppid=325 vsize=457680 CPUtime=4.32 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 432 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1975992

[startup+25.5009 s]
/proc/loadavg: 5.34 5.23 5.52 7/184 329
/proc/meminfo: memFree=15881468/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=37664 CPUtime=8.49 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 8607 0 0 0 849 0 0 0 25 0 1 0 476229769 38567936 3774 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 9416 3774 337 96 0 5978 0
[pid=327] ppid=325 vsize=19008 CPUtime=8.44 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 2254 0 0 0 844 0 0 0 25 0 1 0 476229769 19464192 2067 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 4752 2067 340 145 0 1797 0
[pid=328] ppid=325 vsize=457680 CPUtime=8.54 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 854 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 532676

[startup+51.1012 s]
/proc/loadavg: 5.56 5.29 5.53 7/184 330
/proc/meminfo: memFree=15889864/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767443560038400 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=1478272 CPUtime=16.99 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 13693 0 0 0 1698 1 0 0 25 0 1 0 476229769 1513750528 5153 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 369568 5153 337 96 0 366130 0
[pid=327] ppid=325 vsize=21036 CPUtime=16.97 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 2708 0 0 0 1697 0 0 0 25 0 1 0 476229769 21540864 2521 33554432000 4194304 4785740 140735817437440 18446744073709551615 4552547 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 5259 2521 340 145 0 2304 0
[pid=328] ppid=325 vsize=457680 CPUtime=17.11 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 1711 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1975312

[startup+102.307 s]
/proc/loadavg: 5.81 5.40 5.56 7/184 331
/proc/meminfo: memFree=15871136/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766481487364096 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=1491700 CPUtime=34.09 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 18628 0 0 0 3407 2 0 0 25 0 1 0 476229769 1527500800 6257 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 372925 6257 337 96 0 369487 0
[pid=327] ppid=325 vsize=23788 CPUtime=34.04 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 3345 0 0 0 3404 0 0 0 25 0 1 0 476229769 24358912 3158 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 5947 3158 340 145 0 2992 0
[pid=328] ppid=325 vsize=457680 CPUtime=34.16 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 3416 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1991492

[startup+162.301 s]
/proc/loadavg: 5.93 5.51 5.58 7/184 342
/proc/meminfo: memFree=15871564/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767168682131456 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=50932 CPUtime=54.08 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 22898 0 0 0 5405 3 0 0 25 0 1 0 476229769 52154368 6965 33554432000 4194304 4587354 140735709627728 18446744073709551615 4241274 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 12733 6965 337 96 0 9295 0
[pid=327] ppid=325 vsize=26164 CPUtime=54.03 cores=0

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

/proc/327/statm: 6541 3687 340 145 0 3586 0
[pid=328] ppid=325 vsize=457680 CPUtime=54.16 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 5416 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 553100

[startup+222.301 s]
/proc/loadavg: 5.97 5.59 5.60 7/184 344
/proc/meminfo: memFree=15835952/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767443560038400 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=55932 CPUtime=74.08 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 29617 0 0 0 7403 5 0 0 25 0 1 0 476229769 57274368 8204 33554432000 4194304 4587354 140735709627728 18446744073709551615 4242702 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 13983 8204 337 96 0 10545 0
[pid=327] ppid=325 vsize=27324 CPUtime=74.03 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4135 0 0 0 7403 0 0 0 25 0 1 0 476229769 27979776 3948 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 6831 3948 340 145 0 3876 0
[pid=328] ppid=325 vsize=457680 CPUtime=74.17 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 7417 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 559260

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

[startup+230.301 s]
/proc/loadavg: 5.98 5.61 5.61 7/184 344
/proc/meminfo: memFree=15886664/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767443560038400 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=55932 CPUtime=76.74 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 30120 0 0 0 7669 5 0 0 25 0 1 0 476229769 57274368 8682 33554432000 4194304 4587354 140735709627728 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 13983 8682 337 96 0 10545 0
[pid=327] ppid=325 vsize=27832 CPUtime=76.73 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4252 0 0 0 7673 0 0 0 25 0 1 0 476229769 28499968 4065 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 6958 4065 340 145 0 4003 0
[pid=328] ppid=325 vsize=457680 CPUtime=76.81 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 7681 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 559768

[startup+243.106 s]
/proc/loadavg: 5.98 5.62 5.61 7/184 344
/proc/meminfo: memFree=15875616/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456767580998991872 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=56036 CPUtime=80.97 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 32275 0 0 0 8092 5 0 0 25 0 1 0 476229769 57380864 7969 33554432000 4194304 4587354 140735709627728 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 14009 7969 337 96 0 10571 0
[pid=327] ppid=325 vsize=28120 CPUtime=81 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4309 0 0 0 8100 0 0 0 25 0 1 0 476229769 28794880 4122 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7030 4122 340 145 0 4075 0
[pid=328] ppid=325 vsize=457680 CPUtime=81.1 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8110 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 243.07
Current children cumulated vsize (KiB) 560160

[startup+255.901 s]
/proc/loadavg: 5.98 5.64 5.62 7/184 344
/proc/meminfo: memFree=15883548/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=62844 CPUtime=85.28 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 34640 0 0 0 8522 6 0 0 25 0 1 0 476229769 64352256 10292 33554432000 4194304 4587354 140735709627728 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 15711 10292 337 96 0 12273 0
[pid=327] ppid=325 vsize=28408 CPUtime=85.23 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4367 0 0 0 8523 0 0 0 25 0 1 0 476229769 29089792 4180 33554432000 4194304 4785740 140735817437440 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7102 4180 340 145 0 4147 0
[pid=328] ppid=325 vsize=457680 CPUtime=85.37 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8537 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 567256

[startup+259.101 s]
/proc/loadavg: 5.98 5.64 5.62 7/184 345
/proc/meminfo: memFree=15873876/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=62844 CPUtime=86.35 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 34640 0 0 0 8629 6 0 0 25 0 1 0 476229769 64352256 10292 33554432000 4194304 4587354 140735709627728 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 15711 10292 337 96 0 12273 0
[pid=327] ppid=325 vsize=28408 CPUtime=86.32 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4390 0 0 0 8632 0 0 0 25 0 1 0 476229769 29089792 4203 33554432000 4194304 4785740 140735817437440 18446744073709551615 4309545 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7102 4203 340 145 0 4147 0
[pid=328] ppid=325 vsize=457680 CPUtime=86.4 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8640 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 259.07
Current children cumulated vsize (KiB) 567256

[startup+262.301 s]
/proc/loadavg: 5.98 5.64 5.62 7/184 345
/proc/meminfo: memFree=15864328/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=69472 CPUtime=87.38 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 36261 0 0 0 8732 6 0 0 25 0 1 0 476229769 71139328 11913 33554432000 4194304 4587354 140735709627728 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 17368 11913 337 96 0 13930 0
[pid=327] ppid=325 vsize=28408 CPUtime=87.39 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4390 0 0 0 8739 0 0 0 25 0 1 0 476229769 29089792 4203 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7102 4203 340 145 0 4147 0
[pid=328] ppid=325 vsize=457680 CPUtime=87.5 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8750 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 262.27
Current children cumulated vsize (KiB) 573884

[startup+263.101 s]
/proc/loadavg: 5.98 5.64 5.62 7/184 345
/proc/meminfo: memFree=15863460/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=69472 CPUtime=87.68 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 36261 0 0 0 8762 6 0 0 25 0 1 0 476229769 71139328 11913 33554432000 4194304 4587354 140735709627728 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 17368 11913 337 96 0 13930 0
[pid=327] ppid=325 vsize=28408 CPUtime=87.62 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4390 0 0 0 8762 0 0 0 25 0 1 0 476229769 29089792 4203 33554432000 4194304 4785740 140735817437440 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7102 4203 340 145 0 4147 0
[pid=328] ppid=325 vsize=457680 CPUtime=87.77 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8777 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 263.07
Current children cumulated vsize (KiB) 573884

[startup+263.9 s]
/proc/loadavg: 5.98 5.65 5.62 7/184 345
/proc/meminfo: memFree=15862468/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=69472 CPUtime=87.95 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 36261 0 0 0 8789 6 0 0 25 0 1 0 476229769 71139328 11913 33554432000 4194304 4587354 140735709627728 18446744073709551615 4388248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 17368 11913 337 96 0 13930 0
[pid=327] ppid=325 vsize=28408 CPUtime=87.92 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4401 0 0 0 8792 0 0 0 25 0 1 0 476229769 29089792 4214 33554432000 4194304 4785740 140735817437440 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7102 4214 340 145 0 4147 0
[pid=328] ppid=325 vsize=457680 CPUtime=88 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8800 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 263.87
Current children cumulated vsize (KiB) 573884

[startup+264.301 s]
/proc/loadavg: 5.98 5.65 5.62 7/184 345
/proc/meminfo: memFree=15862468/32951124 swapFree=67111528/67111528
[pid=325] ppid=323 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/325/stat : 325 (ppfolio) S 323 325 32167 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 476229769 18763776 394 33554432000 4194304 4287625 140737113463888 18446744073709551615 212687695375 0 0 4096 65536 17456766893804224512 0 0 17 4 0 0 0
/proc/325/statm: 4581 394 345 23 0 91 0
[pid=326] ppid=325 vsize=69472 CPUtime=88.08 cores=0
/proc/326/stat : 326 (cryptominisat) R 325 325 32167 0 -1 4202496 36261 0 0 0 8802 6 0 0 25 0 1 0 476229769 71139328 11913 33554432000 4194304 4587354 140735709627728 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/326/statm: 17368 11913 337 96 0 13930 0
[pid=327] ppid=325 vsize=28696 CPUtime=88.02 cores=0
/proc/327/stat : 327 (clasp) R 325 325 32167 0 -1 4202496 4452 0 0 0 8802 0 0 0 25 0 1 0 476229769 29384704 4265 33554432000 4194304 4785740 140735817437440 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/327/statm: 7174 4265 340 145 0 4219 0
[pid=328] ppid=325 vsize=457680 CPUtime=88.17 cores=0
/proc/328/stat : 328 (TNM) R 325 325 32167 0 -1 4202496 962 0 0 0 8817 0 0 0 25 0 1 0 476229769 468664320 859 33554432000 134512640 134534564 4291897648 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/328/statm: 114420 859 95 6 0 113086 0
Current children cumulated CPU time (s) 264.27
Current children cumulated vsize (KiB) 574172

Child status: 0
Real time (s): 264.315
CPU time (s): 264.324
CPU user time (s): 264.242
CPU system time (s): 0.081987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3420056

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

runsolver used 0.481926 second user time and 0.963853 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-24 13:58:40
IDJOB=3275702
IDBENCH=83264
IDSOLVER=1639
FILE ID=node139/3275702-1303646320
RUNJOBID= node139-1303635245-32185
PBS_JOBID= 13150709
Free space on /tmp= 72556 MiB

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

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=979425590

node139.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.74
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	: 5321.49
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15934588 kB
Buffers:       2144340 kB
Cached:       14085308 kB
SwapCached:          0 kB
Active:        9993812 kB
Inactive:      6499912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15934588 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:      263756 kB
Mapped:          16400 kB
Slab:           458760 kB
PageTables:       5776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1673332 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= 72548 MiB
End job on node139 at 2011-04-24 14:03:05