Trace number 3734975

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
PB10: pb_cplex 2010-06-29OPT1 189.617 116.029

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3734975-1339247702.opb.
0.00/0.00	c Instance file HOME/instance-3734975-1339247702.opb
0.00/0.00	c File size is 3578 bytes.
0.00/0.00	c Highest Coefficient sum: 3118
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      94                                                  |
0.00/0.00	c |  Number Constraints:    8                                                   |
0.00/0.00	c ===============================================================================
189.51/116.02	c Remaining time 1800.00 sec.
189.51/116.02	s OPTIMUM FOUND
189.51/116.02	c Solution value = 1.00
189.51/116.02	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x76 x77 x78 x79 x80 x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 -x75 x94
189.51/116.02	c Total CPU time              : 161.05 s

Verifier Data

OK	1

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-3734975-1339247702/watcher-3734975-1339247702 -o /tmp/evaluation-result-3734975-1339247702/solver-3734975-1339247702 -C 1800 -W 1900 -M 15500 run HOME/instance-3734975-1339247702.opb 

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: 14.78 10.83 5.86 10/186 22283
/proc/meminfo: memFree=31375836/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0

[startup+0.0533079 s]
/proc/loadavg: 14.78 10.83 5.86 10/186 22283
/proc/meminfo: memFree=31375836/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100177 s]
/proc/loadavg: 14.78 10.83 5.86 10/186 22283
/proc/meminfo: memFree=31375836/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300147 s]
/proc/loadavg: 14.78 10.83 5.86 10/186 22283
/proc/meminfo: memFree=31375836/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700119 s]
/proc/loadavg: 14.78 10.83 5.86 10/186 22283
/proc/meminfo: memFree=31375836/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 14.78 10.83 5.86 4/195 22334
/proc/meminfo: memFree=31363280/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=96592 CPUtime=2.61 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 8939 0 0 0 219 42 0 0 20 0 8 0 34737243 98910208 4168 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22284/statm: 24148 4168 954 2985 0 21082 0
[pid=22284/tid=22328] ppid=22283 vsize=96592 CPUtime=0.28 cores=0,2,4,6
/proc/22284/task/22328/stat : 22328 (pb_cplex) S 22283 22283 21745 0 -1 4202560 305 0 0 0 24 4 0 0 20 0 8 0 34737263 98910208 4168 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22329] ppid=22283 vsize=96592 CPUtime=0.21 cores=0,2,4,6
/proc/22284/task/22329/stat : 22329 (pb_cplex) R 22283 22283 21745 0 -1 4202560 398 0 0 0 18 3 0 0 20 0 8 0 34737263 98910208 4168 33554432000 134512640 146736320 4293680544 4141717796 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22330] ppid=22283 vsize=96592 CPUtime=0.23 cores=0,2,4,6
/proc/22284/task/22330/stat : 22330 (pb_cplex) S 22283 22283 21745 0 -1 4202560 397 0 0 0 20 3 0 0 20 0 8 0 34737263 98910208 4168 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22331] ppid=22283 vsize=96592 CPUtime=0.2 cores=0,2,4,6
/proc/22284/task/22331/stat : 22331 (pb_cplex) S 22283 22283 21745 0 -1 4202560 153 0 0 0 16 4 0 0 20 0 8 0 34737263 98910208 4168 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22332] ppid=22283 vsize=96592 CPUtime=0.31 cores=0,2,4,6
/proc/22284/task/22332/stat : 22332 (pb_cplex) S 22283 22283 21745 0 -1 4202560 268 0 0 0 27 4 0 0 20 0 8 0 34737263 98910208 4168 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22333] ppid=22283 vsize=96592 CPUtime=0.25 cores=0,2,4,6
/proc/22284/task/22333/stat : 22333 (pb_cplex) S 22283 22283 21745 0 -1 4202560 519 0 0 0 20 5 0 0 20 0 8 0 34737264 98910208 4168 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22334] ppid=22283 vsize=96592 CPUtime=0.17 cores=0,2,4,6
/proc/22284/task/22334/stat : 22334 (pb_cplex) R 22283 22283 21745 0 -1 4202560 259 0 0 0 13 4 0 0 20 0 8 0 34737264 98910208 4168 33554432000 134512640 146736320 4293680544 4069516184 137057005 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 105740

[startup+3.10032 s]
/proc/loadavg: 14.87 10.91 5.92 17/195 22334
/proc/meminfo: memFree=31362536/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=8.73 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) R 22283 22283 21745 0 -1 4202496 15294 0 0 0 785 88 0 0 20 0 8 0 34737243 99958784 4548 33554432000 134512640 146736320 4293680544 4293668296 138411657 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22284/statm: 24404 4548 979 2985 0 21338 0
[pid=22284/tid=22328] ppid=22283 vsize=97616 CPUtime=1 cores=0,2,4,6
/proc/22284/task/22328/stat : 22328 (pb_cplex) R 22283 22283 21745 0 -1 4202560 1067 0 0 0 90 10 0 0 20 0 8 0 34737263 99958784 4548 33554432000 134512640 146736320 4293680544 4131227584 136945652 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22329] ppid=22283 vsize=98640 CPUtime=1.12 cores=0,2,4,6
/proc/22284/task/22329/stat : 22329 (pb_cplex) R 22283 22283 21745 0 -1 4202560 802 0 0 0 102 10 0 0 20 0 8 0 34737263 101007360 4550 33554432000 134512640 146736320 4293680544 4141712972 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22330] ppid=22283 vsize=98640 CPUtime=1.11 cores=0,2,4,6
/proc/22284/task/22330/stat : 22330 (pb_cplex) R 22283 22283 21745 0 -1 4202560 2007 0 0 0 101 10 0 0 20 0 8 0 34737263 101007360 4550 33554432000 134512640 146736320 4293680544 4152200676 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22331] ppid=22283 vsize=98640 CPUtime=0.92 cores=0,2,4,6
/proc/22284/task/22331/stat : 22331 (pb_cplex) R 22283 22283 21745 0 -1 4202560 1055 0 0 0 84 8 0 0 20 0 8 0 34737263 101007360 4550 33554432000 134512640 146736320 4293680544 4120739484 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22332] ppid=22283 vsize=98640 CPUtime=1.01 cores=0,2,4,6
/proc/22284/task/22332/stat : 22332 (pb_cplex) R 22283 22283 21745 0 -1 4202560 900 0 0 0 92 9 0 0 20 0 8 0 34737263 101007360 4550 33554432000 134512640 146736320 4293680544 4108309376 139046550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22333] ppid=22283 vsize=98640 CPUtime=0.91 cores=0,2,4,6
/proc/22284/task/22333/stat : 22333 (pb_cplex) R 22283 22283 21745 0 -1 4202560 1132 0 0 0 81 10 0 0 20 0 8 0 34737264 101007360 4550 33554432000 134512640 146736320 4293680544 4097825168 144716444 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22334] ppid=22283 vsize=98640 CPUtime=1.01 cores=0,2,4,6
/proc/22284/task/22334/stat : 22334 (pb_cplex) R 22283 22283 21745 0 -1 4202560 1307 0 0 0 92 9 0 0 20 0 8 0 34737264 101007360 4550 33554432000 134512640 146736320 4293680544 4069513024 137684398 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 106764

[startup+6.30032 s]
/proc/loadavg: 14.87 10.91 5.92 10/195 22369
/proc/meminfo: memFree=31363580/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=18.66 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 21054 0 0 0 1687 179 0 0 20 0 8 0 34737243 99958784 4227 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22284/statm: 24404 4227 981 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=0.15 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) R 22283 22283 21745 0 -1 4202560 213 0 0 0 13 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4069519020 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=0.1 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) R 22283 22283 21745 0 -1 4202560 16 0 0 0 8 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4097824192 136522787 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=0.13 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 150 0 0 0 11 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=0.14 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 156 0 0 0 12 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=0.12 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 186 0 0 0 9 3 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=0.09 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 13 0 0 0 7 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=0.17 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 187 0 0 0 15 2 0 0 20 0 8 0 34737794 99958784 4227 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 106764

[startup+12.7004 s]
/proc/loadavg: 13.75 10.80 5.93 10/195 22369
/proc/meminfo: memFree=31362228/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=28.26 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 26082 0 0 0 2498 328 0 0 20 0 8 0 34737243 99958784 4293 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22284/statm: 24404 4293 981 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=1.09 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 739 0 0 0 90 19 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=1.22 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 534 0 0 0 102 20 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=1.29 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 972 0 0 0 107 22 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=1.26 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 532 0 0 0 108 18 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=1.29 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) R 22283 22283 21745 0 -1 4202560 1033 0 0 0 109 20 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4152198556 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=1.24 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 904 0 0 0 102 22 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=1.37 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 1025 0 0 0 114 23 0 0 20 0 8 0 34737794 99958784 4293 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 106764

[startup+25.5066 s]
/proc/loadavg: 13.02 10.74 5.96 14/195 22369
/proc/meminfo: memFree=31357424/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=47.02 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 36830 0 0 0 4080 622 0 0 20 0 8 0 34737243 99958784 4316 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22284/statm: 24404 4316 981 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=3.19 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) R 22283 22283 21745 0 -1 4202560 2040 0 0 0 266 53 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4069512604 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=3.47 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 1634 0 0 0 290 57 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=3.59 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 2454 0 0 0 297 62 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=3.52 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 1883 0 0 0 297 55 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=3.3 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 2536 0 0 0 277 53 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=3.35 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 2311 0 0 0 277 58 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=3.62 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 2258 0 0 0 299 63 0 0 20 0 8 0 34737794 99958784 4316 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.02
Current children cumulated vsize (KiB) 106764

[startup+51.1003 s]
/proc/loadavg: 11.17 10.49 6.01 12/195 22370
/proc/meminfo: memFree=31356928/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0

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

[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=18.69 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9278 0 0 0 1561 308 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=19.33 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12102 0 0 0 1613 320 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=19.19 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9723 0 0 0 1608 311 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=19.38 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12142 0 0 0 1630 308 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=18.78 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) R 22283 22283 21745 0 -1 4202560 11393 0 0 0 1560 318 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4141713692 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=19.38 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12030 0 0 0 1608 330 0 0 20 0 8 0 34737794 99958784 4361 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 179.6
Current children cumulated vsize (KiB) 106764

[startup+112.1 s]
/proc/loadavg: 8.47 9.84 6.06 10/195 22370
/proc/meminfo: memFree=31355376/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=184.11 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) R 22283 22283 21745 0 -1 4202496 109739 0 0 0 15648 2763 0 0 20 0 8 0 34737243 99958784 4325 33554432000 134512640 146736320 4293680544 4293676864 136674344 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22284/statm: 24404 4325 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=19.79 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12165 0 0 0 1662 317 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4069518820 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.25 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) R 22283 22283 21745 0 -1 4202560 9401 0 0 0 1608 317 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4097830512 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=19.83 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12200 0 0 0 1653 330 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4108316272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=19.7 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9826 0 0 0 1651 319 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4120747632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=19.93 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12436 0 0 0 1675 318 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4152204912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.32 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 11657 0 0 0 1604 328 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4141719152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=19.94 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12475 0 0 0 1654 340 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4131233392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 184.11
Current children cumulated vsize (KiB) 106764

[startup+113.7 s]
/proc/loadavg: 8.44 9.80 6.07 10/195 22370
/proc/meminfo: memFree=31354136/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=186.33 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) R 22283 22283 21745 0 -1 4202496 110862 0 0 0 15836 2797 0 0 20 0 8 0 34737243 99958784 4389 33554432000 134512640 146736320 4293680544 4293671332 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22284/statm: 24404 4389 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=19.99 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12263 0 0 0 1678 321 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.53 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9618 0 0 0 1631 322 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=20.08 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12310 0 0 0 1674 334 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=19.98 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9856 0 0 0 1675 323 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=20.19 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12507 0 0 0 1696 323 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.53 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 11804 0 0 0 1621 332 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=20.23 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12808 0 0 0 1678 345 0 0 20 0 8 0 34737794 99958784 4389 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 186.33
Current children cumulated vsize (KiB) 106764

[startup+115.3 s]
/proc/loadavg: 8.44 9.80 6.07 10/195 22370
/proc/meminfo: memFree=31354756/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=188.51 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 111879 0 0 0 16021 2830 0 0 20 0 8 0 34737243 99958784 4325 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22284/statm: 24404 4325 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=20.28 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12525 0 0 0 1703 325 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.77 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9627 0 0 0 1651 326 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=20.23 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12312 0 0 0 1685 338 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=20.27 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9951 0 0 0 1699 328 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=20.44 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) R 22283 22283 21745 0 -1 4202560 12658 0 0 0 1717 327 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.81 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12014 0 0 0 1646 335 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=20.53 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) R 22283 22283 21745 0 -1 4202560 12987 0 0 0 1703 350 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4131229920 136231701 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 188.51
Current children cumulated vsize (KiB) 106764

[startup+115.707 s]
/proc/loadavg: 8.44 9.80 6.07 10/195 22370
/proc/meminfo: memFree=31354632/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=189.08 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 112148 0 0 0 16068 2840 0 0 20 0 8 0 34737243 99958784 4328 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22284/statm: 24404 4328 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=20.34 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12527 0 0 0 1708 326 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.82 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) R 22283 22283 21745 0 -1 4202560 9629 0 0 0 1655 327 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4097825052 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=20.3 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12397 0 0 0 1691 339 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=20.35 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) R 22283 22283 21745 0 -1 4202560 9986 0 0 0 1706 329 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4120747712 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=20.51 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12743 0 0 0 1721 330 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.87 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12017 0 0 0 1651 336 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=20.56 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12987 0 0 0 1705 351 0 0 20 0 8 0 34737794 99958784 4328 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 189.08
Current children cumulated vsize (KiB) 106764

[startup+115.9 s]
/proc/loadavg: 8.44 9.80 6.07 10/195 22370
/proc/meminfo: memFree=31354632/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=189.36 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) R 22283 22283 21745 0 -1 4202496 112516 0 0 0 16091 2845 0 0 20 0 8 0 34737243 99958784 4325 33554432000 134512640 146736320 4293680544 4293674216 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22284/statm: 24404 4325 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=20.37 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12579 0 0 0 1711 326 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.86 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9631 0 0 0 1658 328 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=20.33 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12471 0 0 0 1693 340 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=20.39 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 10031 0 0 0 1710 329 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=20.54 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12839 0 0 0 1724 330 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.9 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12103 0 0 0 1654 336 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=20.58 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12987 0 0 0 1707 351 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 189.36
Current children cumulated vsize (KiB) 106764

[startup+116 s]
/proc/loadavg: 8.44 9.80 6.07 10/195 22370
/proc/meminfo: memFree=31354632/32873844 swapFree=7132/7132
[pid=22283] ppid=22281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22283/stat : 22283 (run) S 22281 22283 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34737242 9367552 270 33554432000 4194304 5064252 140736173910224 140736173909136 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22283/statm: 2287 270 229 213 0 72 0
[pid=22284] ppid=22283 vsize=97616 CPUtime=189.51 cores=0,2,4,6
/proc/22284/stat : 22284 (pb_cplex) S 22283 22283 21745 0 -1 4202496 112607 0 0 0 16103 2848 0 0 20 0 8 0 34737243 99958784 4325 33554432000 134512640 146736320 4293680544 4293676944 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22284/statm: 24404 4325 984 2985 0 21338 0
[pid=22284/tid=22363] ppid=22283 vsize=97616 CPUtime=20.39 cores=0,2,4,6
/proc/22284/task/22363/stat : 22363 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12579 0 0 0 1713 326 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22364] ppid=22283 vsize=97616 CPUtime=19.88 cores=0,2,4,6
/proc/22284/task/22364/stat : 22364 (pb_cplex) S 22283 22283 21745 0 -1 4202560 9687 0 0 0 1660 328 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22365] ppid=22283 vsize=97616 CPUtime=20.35 cores=0,2,4,6
/proc/22284/task/22365/stat : 22365 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12472 0 0 0 1694 341 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22284/tid=22366] ppid=22283 vsize=97616 CPUtime=20.41 cores=0,2,4,6
/proc/22284/task/22366/stat : 22366 (pb_cplex) S 22283 22283 21745 0 -1 4202560 10032 0 0 0 1711 330 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4120747664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22367] ppid=22283 vsize=97616 CPUtime=20.55 cores=0,2,4,6
/proc/22284/task/22367/stat : 22367 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12839 0 0 0 1725 330 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4152204944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22284/tid=22368] ppid=22283 vsize=97616 CPUtime=19.91 cores=0,2,4,6
/proc/22284/task/22368/stat : 22368 (pb_cplex) S 22283 22283 21745 0 -1 4202560 12103 0 0 0 1655 336 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4141719184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22284/tid=22369] ppid=22283 vsize=97616 CPUtime=20.59 cores=0,2,4,6
/proc/22284/task/22369/stat : 22369 (pb_cplex) R 22283 22283 21745 0 -1 4202560 12987 0 0 0 1708 351 0 0 20 0 8 0 34737794 99958784 4325 33554432000 134512640 146736320 4293680544 4131233424 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 189.51
Current children cumulated vsize (KiB) 106764

Child status: 0
Real time (s): 116.029
CPU time (s): 189.617
CPU user time (s): 161.051
CPU system time (s): 28.5667
CPU usage (%): 163.422
Max. virtual memory (cumulated for all children) (KiB): 107792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.051
system time used= 28.5667
maximum resident set size= 19356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112994
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= 1339485
involuntary context switches= 195474

runsolver used 0.240963 second user time and 0.747886 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-09 15:15:02
IDJOB=3734975
IDBENCH=2928
IDSOLVER=2325
FILE ID=node132/3734975-1339247702
RUNJOBID= node132-1339246833-21762
PBS_JOBID= 14644349
Free space on /tmp= 71152 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734975-1339247702/watcher-3734975-1339247702 -o /tmp/evaluation-result-3734975-1339247702/solver-3734975-1339247702 -C 1800 -W 1900 -M 15500  run HOME/instance-3734975-1339247702.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1185775200

node132.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		: 2666.213
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	: 5332.42
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		: 2666.213
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	: 5332.55
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		: 2666.213
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	: 5332.55
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		: 2666.213
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	: 5332.56
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		: 2666.213
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	: 5332.55
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		: 2666.213
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	: 5332.55
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		: 2666.213
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	: 5332.55
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		: 2666.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31377192 kB
Buffers:          349204 kB
Cached:           126900 kB
SwapCached:         1248 kB
Active:           535420 kB
Inactive:          97780 kB
Active(anon):     147508 kB
Inactive(anon):     4340 kB
Active(file):     387912 kB
Inactive(file):    93440 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67100784 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:        155356 kB
Mapped:            14512 kB
Shmem:                 8 kB
Slab:             724688 kB
SReclaimable:     166956 kB
SUnreclaim:       557732 kB
KernelStack:        1536 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     271944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3734975-1339247702.opb

Free space on /tmp at the end= 71136 MiB
End job on node132 at 2012-06-09 15:16:58