Trace number 3694314

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.07 1801.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-air03.opb
MD5SUM721f63c71e5f6018eabb753425e3fdd2
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark199987
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 170080
Optimality of the best value was proved YES
Number of variables10757
Total number of constraints124
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3861
Number of terms in the objective function 10757
Biggest coefficient in the objective function 6873
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 13748961
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 6873
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13748961
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.43	c model valid
0.00/0.43	c current solution ok
1.12/2.09	o 329331
1.12/2.09	c fallback to adder encoding
34.71/35.70	c model valid
34.71/35.70	c current solution ok
34.71/35.72	o 328098
34.71/35.72	c fallback to adder encoding
61.99/63.08	c model valid
61.99/63.08	c current solution ok
62.11/63.10	o 327648
62.11/63.10	c fallback to adder encoding
83.50/84.50	c model valid
83.50/84.50	c current solution ok
83.50/84.52	o 306971
83.50/84.52	c fallback to adder encoding
230.77/231.82	c model valid
230.77/231.82	c current solution ok
230.77/231.85	o 305034
230.77/231.85	c fallback to adder encoding
393.65/394.70	c model valid
393.65/394.70	c current solution ok
393.65/394.72	o 304553
393.65/394.72	c fallback to adder encoding
800.58/801.71	c model valid
800.58/801.71	c current solution ok
800.58/801.74	o 292734
800.58/801.74	c fallback to adder encoding
807.48/808.63	c model valid
807.48/808.63	c current solution ok
807.48/808.66	o 289504
807.48/808.66	c fallback to adder encoding
849.37/850.58	c model valid
849.37/850.58	c current solution ok
849.46/850.60	o 288097
849.46/850.60	c fallback to adder encoding
880.66/881.80	c model valid
880.66/881.80	c current solution ok
880.66/881.83	o 283294
880.66/881.83	c fallback to adder encoding
1269.30/1270.52	c model valid
1269.30/1270.52	c current solution ok
1269.30/1270.55	o 278981
1269.30/1270.55	c fallback to adder encoding
1361.66/1362.96	c model valid
1361.66/1362.96	c current solution ok
1361.66/1362.98	o 270285
1361.66/1362.98	c fallback to adder encoding
1654.80/1656.14	c model valid
1654.80/1656.14	c current solution ok
1654.80/1656.17	o 266646
1654.80/1656.17	c fallback to adder encoding
1800.07/1801.41	c error: unexpected solver exit code
1800.07/1801.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3694314-1338048794/watcher-3694314-1338048794 -o /tmp/evaluation-result-3694314-1338048794/solver-3694314-1338048794 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694314-1338048794.opb 1134647100 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.60 2.49 2.21 3/180 28133
/proc/meminfo: memFree=26488616/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0

[startup+0.057388 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28133
/proc/meminfo: memFree=26488616/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28133
/proc/meminfo: memFree=26488616/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28133
/proc/meminfo: memFree=26488616/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28133
/proc/meminfo: memFree=26488616/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28137
/proc/meminfo: memFree=27186824/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=12988 CPUtime=1.09 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) R 28133 28133 17459 0 -1 4202496 3645 5685 0 0 26 61 21 1 20 0 1 0 271004300 13299712 2423 33554432000 4194304 5873084 140734373099824 140734373095256 5127520 0 0 4096 0 0 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 3247 2423 170 410 0 2829 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 22136

[startup+3.10033 s]
/proc/loadavg: 2.60 2.49 2.21 3/180 28138
/proc/meminfo: memFree=27159056/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=160496 CPUtime=2.13 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) R 28133 28133 17459 0 -1 4202496 10158 6199 0 0 124 66 21 2 20 0 1 0 271004300 164347904 23395 33554432000 4194304 5873084 140734373099824 140734373094600 4394227 0 0 4096 0 0 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 40124 23395 179 410 0 39706 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 169644
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.55 2.48 2.21 3/182 28140
/proc/meminfo: memFree=26730780/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=160496 CPUtime=2.4 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 10342 6199 0 0 137 80 21 2 20 0 1 0 271004300 164347904 25443 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 40124 25443 179 410 0 39706 0
[pid=28139] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28139/stat : 28139 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271004636 9367552 267 33554432000 4194304 5064252 140736702236752 140736702235664 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28139/statm: 2287 267 226 213 0 72 0
[pid=28140] ppid=28139 vsize=212612 CPUtime=2.92 cores=0,2,4,6
/proc/28140/stat : 28140 (glucose_static) R 28139 28133 17459 0 -1 4202496 40645 0 0 0 283 9 0 0 20 0 1 0 271004636 217714688 50212 33554432000 4194304 4896791 140733758918864 140733758915912 4203794 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28140/statm: 53153 50212 78 172 0 52979 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 391404

[startup+12.7004 s]
/proc/loadavg: 2.59 2.49 2.21 3/182 28140
/proc/meminfo: memFree=26625044/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=160496 CPUtime=2.4 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 10342 6199 0 0 137 80 21 2 20 0 1 0 271004300 164347904 25443 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 40124 25443 179 410 0 39706 0
[pid=28139] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28139/stat : 28139 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271004636 9367552 267 33554432000 4194304 5064252 140736702236752 140736702235664 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28139/statm: 2287 267 226 213 0 72 0
[pid=28140] ppid=28139 vsize=244332 CPUtime=9.32 cores=0,2,4,6
/proc/28140/stat : 28140 (glucose_static) R 28139 28133 17459 0 -1 4202496 41739 0 0 0 922 10 0 0 20 0 1 0 271004636 250195968 51970 33554432000 4194304 4896791 140733758918864 140733758916232 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28140/statm: 61083 51970 78 172 0 60909 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 423124

[startup+25.5004 s]
/proc/loadavg: 2.53 2.48 2.22 3/184 28143
/proc/meminfo: memFree=25490644/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=160496 CPUtime=2.4 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 10342 6199 0 0 137 80 21 2 20 0 1 0 271004300 164347904 25443 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 40124 25443 179 410 0 39706 0
[pid=28139] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28139/stat : 28139 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271004636 9367552 267 33554432000 4194304 5064252 140736702236752 140736702235664 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28139/statm: 2287 267 226 213 0 72 0
[pid=28140] ppid=28139 vsize=244572 CPUtime=22.12 cores=0,2,4,6
/proc/28140/stat : 28140 (glucose_static) R 28139 28133 17459 0 -1 4202496 41774 0 0 0 2202 10 0 0 20 0 1 0 271004636 250441728 54049 33554432000 4194304 4896791 140733758918864 140733758916232 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28140/statm: 61143 54049 78 172 0 60969 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 423364

[startup+51.1004 s]
/proc/loadavg: 2.35 2.44 2.21 3/184 28146
/proc/meminfo: memFree=25433468/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=35.98 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 19769 49222 0 0 253 94 3234 17 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28145] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28145/stat : 28145 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271007997 9367552 266 33554432000 4194304 5064252 140734773637632 140734773636544 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28145/statm: 2287 266 226 213 0 72 0
[pid=28146] ppid=28145 vsize=244652 CPUtime=14.12 cores=0,2,4,6
/proc/28146/stat : 28146 (glucose_static) R 28145 28133 17459 0 -1 4202496 43557 0 0 0 1402 10 0 0 20 0 1 0 271007997 250523648 52902 33554432000 4194304 4896791 140733253059920 140733253057288 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28146/statm: 61163 52902 78 172 0 60989 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 417444

[startup+102.3 s]
/proc/loadavg: 2.20 2.38 2.20 3/183 28152
/proc/meminfo: memFree=25466004/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=84.85 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 37919 137528 0 0 495 126 7817 47 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28151] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28151/stat : 28151 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271012885 9367552 267 33554432000 4194304 5064252 140734868201040 140734868199952 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28151/statm: 2287 267 226 213 0 72 0
[pid=28152] ppid=28151 vsize=244800 CPUtime=16.44 cores=0,2,4,6
/proc/28152/stat : 28152 (glucose_static) R 28151 28133 17459 0 -1 4202496 40957 0 0 0 1633 11 0 0 20 0 1 0 271012886 250675200 53161 33554432000 4194304 4896791 140735738451728 140735738449096 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28152/statm: 61200 53161 78 172 0 61026 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 417592

[startup+162.3 s]
/proc/loadavg: 2.07 2.31 2.18 3/183 28152
/proc/meminfo: memFree=25445704/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=84.85 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 37919 137528 0 0 495 126 7817 47 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28151] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28151/stat : 28151 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271012885 9367552 267 33554432000 4194304 5064252 140734868201040 140734868199952 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28151/statm: 2287 267 226 213 0 72 0
[pid=28152] ppid=28151 vsize=244936 CPUtime=76.41 cores=0,2,4,6
/proc/28152/stat : 28152 (glucose_static) R 28151 28133 17459 0 -1 4202496 42124 0 0 0 7629 12 0 0 20 0 1 0 271012886 250814464 54716 33554432000 4194304 4896791 140735738451728 140735738449304 4205685 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28152/statm: 61234 54716 78 172 0 61060 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 417728

[startup+222.307 s]
/proc/loadavg: 2.02 2.25 2.17 3/182 28152
/proc/meminfo: memFree=25432916/32873844 swapFree=6592/6592

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

/proc/28184/statm: 75336 67029 78 172 0 75162 0
Current children cumulated CPU time (s) 1361.05
Current children cumulated vsize (KiB) 474136

[startup+1422.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/183 28187
/proc/meminfo: memFree=25367416/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1363.07 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 110515 500980 0 0 1483 254 134359 211 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28186] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28186/stat : 28186 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271140731 9367552 266 33554432000 4194304 5064252 140735375642880 140735375641792 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28186/statm: 2287 266 226 213 0 72 0
[pid=28187] ppid=28186 vsize=245500 CPUtime=57.97 cores=0,2,4,6
/proc/28187/stat : 28187 (glucose_static) R 28186 28133 17459 0 -1 4202496 44427 0 0 0 5784 13 0 0 20 0 1 0 271140731 251392000 55898 33554432000 4194304 4896791 140734835535424 140734835532632 4224166 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28187/statm: 61375 55898 78 172 0 61201 0
Current children cumulated CPU time (s) 1421.04
Current children cumulated vsize (KiB) 418292

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/183 28188
/proc/meminfo: memFree=25350516/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1363.07 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 110515 500980 0 0 1483 254 134359 211 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28186] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28186/stat : 28186 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271140731 9367552 266 33554432000 4194304 5064252 140735375642880 140735375641792 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28186/statm: 2287 266 226 213 0 72 0
[pid=28187] ppid=28186 vsize=246520 CPUtime=117.95 cores=0,2,4,6
/proc/28187/stat : 28187 (glucose_static) R 28186 28133 17459 0 -1 4202496 46419 0 0 0 11778 17 0 0 20 0 1 0 271140731 252436480 58977 33554432000 4194304 4896791 140734835535424 140734835532632 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28187/statm: 61630 58977 78 172 0 61456 0
Current children cumulated CPU time (s) 1481.02
Current children cumulated vsize (KiB) 419312

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.03 3/183 28188
/proc/meminfo: memFree=25364656/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1363.07 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 110515 500980 0 0 1483 254 134359 211 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28186] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28186/stat : 28186 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271140731 9367552 266 33554432000 4194304 5064252 140735375642880 140735375641792 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28186/statm: 2287 266 226 213 0 72 0
[pid=28187] ppid=28186 vsize=247924 CPUtime=177.95 cores=0,2,4,6
/proc/28187/stat : 28187 (glucose_static) R 28186 28133 17459 0 -1 4202496 49237 0 0 0 17775 20 0 0 20 0 1 0 271140731 253874176 54084 33554432000 4194304 4896791 140734835535424 140734835532952 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28187/statm: 61981 54084 78 172 0 61807 0
Current children cumulated CPU time (s) 1541.02
Current children cumulated vsize (KiB) 420716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 28188
/proc/meminfo: memFree=25349080/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1363.07 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 110515 500980 0 0 1483 254 134359 211 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28186] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28186/stat : 28186 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271140731 9367552 266 33554432000 4194304 5064252 140735375642880 140735375641792 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28186/statm: 2287 266 226 213 0 72 0
[pid=28187] ppid=28186 vsize=248776 CPUtime=237.93 cores=0,2,4,6
/proc/28187/stat : 28187 (glucose_static) R 28186 28133 17459 0 -1 4202496 51244 0 0 0 23770 23 0 0 20 0 1 0 271140731 254746624 55958 33554432000 4194304 4896791 140734835535424 140734835532632 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28187/statm: 62194 55958 78 172 0 62020 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 421568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 28194
/proc/meminfo: memFree=25355216/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1656.2 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 119595 554131 0 0 1606 271 163504 239 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28193] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271170050 9367552 266 33554432000 4194304 5064252 140736543421232 140736543420144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=213768 CPUtime=4.79 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28133 17459 0 -1 4202496 39975 0 0 0 470 9 0 0 20 0 1 0 271170050 218898432 50565 33554432000 4194304 4896791 140735162693984 140735162691512 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28194/statm: 53442 50565 78 172 0 53268 0
Current children cumulated CPU time (s) 1660.99
Current children cumulated vsize (KiB) 386560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 28194
/proc/meminfo: memFree=25331720/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1656.2 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 119595 554131 0 0 1606 271 163504 239 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28193] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271170050 9367552 266 33554432000 4194304 5064252 140736543421232 140736543420144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=245344 CPUtime=64.78 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28133 17459 0 -1 4202496 42955 0 0 0 6466 12 0 0 20 0 1 0 271170050 251232256 55949 33554432000 4194304 4896791 140735162693984 140735162691624 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28194/statm: 61336 55949 78 172 0 61162 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 418136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28235
/proc/meminfo: memFree=27500004/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1656.2 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 119595 554131 0 0 1606 271 163504 239 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28193] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271170050 9367552 266 33554432000 4194304 5064252 140736543421232 140736543420144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=214524 CPUtime=124.77 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28133 17459 0 -1 4202496 43208 0 0 0 12464 13 0 0 20 0 1 0 271170050 219672576 50763 33554432000 4194304 4896791 140735162693984 140735162691560 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28194/statm: 53631 50763 78 172 0 53457 0
Current children cumulated CPU time (s) 1780.97
Current children cumulated vsize (KiB) 387316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28261
/proc/meminfo: memFree=27464524/32873844 swapFree=6592/6592
[pid=28133] ppid=28131 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (runPb2satCp2.sh) S 28131 28133 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271004300 9367552 275 33554432000 4194304 5064252 140735424294112 140735424293024 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28133/statm: 2287 275 233 213 0 72 0
[pid=28134] ppid=28133 vsize=154496 CPUtime=1656.2 cores=0,2,4,6
/proc/28134/stat : 28134 (pb2sat) S 28133 28133 17459 0 -1 4202496 119595 554131 0 0 1606 271 163504 239 20 0 1 0 271004300 158203904 23975 33554432000 4194304 5873084 140734373099824 140734373093640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 39 0 0
/proc/28134/statm: 38624 23975 179 410 0 38206 0
[pid=28193] ppid=28134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28193/stat : 28193 (satsolver.sh) S 28134 28133 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271170050 9367552 266 33554432000 4194304 5064252 140736543421232 140736543420144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28193/statm: 2287 266 226 213 0 72 0
[pid=28194] ppid=28193 vsize=246228 CPUtime=143.87 cores=0,2,4,6
/proc/28194/stat : 28194 (glucose_static) R 28193 28133 17459 0 -1 4202496 44000 0 0 0 14374 13 0 0 20 0 1 0 271170050 252137472 54110 33554432000 4194304 4896791 140735162693984 140735162691128 4203903 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28194/statm: 61557 54110 78 172 0 61383 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 419020

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28133 and gives
#  childrusage.ru_utime.tv_sec=1651
#  childrusage.ru_utime.tv_usec=114992
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=114222
# CPU time returned by wait4() is 1656.23
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.41
CPU time (s): 1800.07
CPU user time (s): 1794.84
CPU system time (s): 5.23
CPU usage (%): 99.9254
Max. virtual memory (cumulated for all children) (KiB): 630612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1651.11
system time used= 5.11422
maximum resident set size= 395464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2141728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276
involuntary context switches= 1831

runsolver used 4.03139 second user time and 10.5034 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 18:13:14
IDJOB=3694314
IDBENCH=1515
IDSOLVER=2273
FILE ID=node140/3694314-1338048794
RUNJOBID= node140-1338048396-21537
PBS_JOBID= 14624335
Free space on /tmp= 71236 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-air03.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694314-1338048794/watcher-3694314-1338048794 -o /tmp/evaluation-result-3694314-1338048794/solver-3694314-1338048794 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694314-1338048794.opb 1134647100 HOME HOME

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

MD5SUM BENCH= 721f63c71e5f6018eabb753425e3fdd2
RANDOM SEED=1134647100

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26489252 kB
Buffers:          297380 kB
Cached:          4123972 kB
SwapCached:            0 kB
Active:          2091128 kB
Inactive:        3493572 kB
Active(anon):    1164668 kB
Inactive(anon):        0 kB
Active(file):     926460 kB
Inactive(file):  3493572 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            264416 kB
Writeback:             0 kB
AnonPages:       1168600 kB
Mapped:            15372 kB
Shmem:               200 kB
Slab:             659664 kB
SReclaimable:     100648 kB
SUnreclaim:       559016 kB
KernelStack:        1472 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1377484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71380 MiB
End job on node140 at 2012-05-26 18:43:16