Trace number 3734733

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-29? (TO) 1835.62 716.121

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
Number of bits of the biggest sum of numbers13
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-3734733-1339247535.opb.
0.00/0.00	c Instance file HOME/instance-3734733-1339247535.opb
0.00/0.00	c File size is 9107 bytes.
0.00/0.01	c Highest Coefficient sum: 5830
0.00/0.01	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      71                                                  |
0.00/0.01	c |  Number Constraints:    17                                                  |
0.00/0.01	c ===============================================================================
1800.06/716.11	c Remaining time 1799.99 sec.
1800.06/716.11	c 
1800.06/716.11	c *** INTERRUPTED ***
1800.06/716.11	s UNKNOWN
1800.06/716.11	c Total CPU time              : 1551.66 s
1800.06/716.11	c Memory used           : 150.36 MB
1800.06/716.11	c CPU time              : 1551.66 s
1800.06/716.11	c 
1800.06/716.11	c *** INTERRUPTED ***

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-3734733-1339247535/watcher-3734733-1339247535 -o /tmp/evaluation-result-3734733-1339247535/solver-3734733-1339247535 -C 1800 -W 1900 -M 15500 run HOME/instance-3734733-1339247535.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: 8.88 8.78 4.92 3/177 11149
/proc/meminfo: memFree=30663960/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0

[startup+0.072698 s]
/proc/loadavg: 8.88 8.78 4.92 3/177 11149
/proc/meminfo: memFree=30663960/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100188 s]
/proc/loadavg: 8.88 8.78 4.92 3/177 11149
/proc/meminfo: memFree=30663960/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300117 s]
/proc/loadavg: 8.88 8.78 4.92 3/177 11149
/proc/meminfo: memFree=30663960/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700567 s]
/proc/loadavg: 8.88 8.78 4.92 3/177 11149
/proc/meminfo: memFree=30663960/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 8.88 8.78 4.92 3/186 11172
/proc/meminfo: memFree=30660624/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=93740 CPUtime=3.54 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 4023 0 0 0 305 49 0 0 20 0 8 0 390878049 95989760 4408 33554432000 134512640 146736320 4287329168 4287324508 144757825 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11150/statm: 23435 4408 952 2985 0 20369 0
[pid=11150/tid=11166] ppid=11149 vsize=93740 CPUtime=0.41 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 35 0 0 0 35 6 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=93740 CPUtime=0.38 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) R 11149 11149 10702 0 -1 4202560 33 0 0 0 32 6 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4141053464 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=93740 CPUtime=0.4 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 35 0 0 0 35 5 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=93740 CPUtime=0.39 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 33 0 0 0 35 4 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=93740 CPUtime=0.39 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 13 0 0 0 32 7 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=93740 CPUtime=0.39 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) R 11149 11149 10702 0 -1 4202560 14 0 0 0 33 6 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4095730664 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=93740 CPUtime=0.39 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 17 0 0 0 33 6 0 0 20 0 8 0 390878058 95989760 4408 33554432000 134512640 146736320 4287329168 4074759704 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 102888

[startup+3.10048 s]
/proc/loadavg: 8.25 8.65 4.90 8/186 11172
/proc/meminfo: memFree=30642508/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=94764 CPUtime=7.72 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 4339 0 0 0 662 110 0 0 20 0 8 0 390878049 97038336 4636 33554432000 134512640 146736320 4287329168 4287322828 137852784 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11150/statm: 23691 4636 952 2985 0 20625 0
[pid=11150/tid=11166] ppid=11149 vsize=94764 CPUtime=0.91 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 82 0 0 0 81 10 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=94764 CPUtime=0.93 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) R 11149 11149 10702 0 -1 4202560 51 0 0 0 78 15 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4141052904 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=94764 CPUtime=0.92 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) R 11149 11149 10702 0 -1 4202560 91 0 0 0 80 12 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4151541420 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=94764 CPUtime=0.92 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 80 0 0 0 82 10 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=94764 CPUtime=0.9 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) R 11149 11149 10702 0 -1 4202560 68 0 0 0 73 17 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4106216424 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=94764 CPUtime=0.9 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 31 0 0 0 75 15 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=94764 CPUtime=0.91 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 46 0 0 0 77 14 0 0 20 0 8 0 390878058 97038336 4636 33554432000 134512640 146736320 4287329168 4074759144 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 103912

[startup+6.30032 s]
/proc/loadavg: 8.25 8.65 4.90 3/186 11172
/proc/meminfo: memFree=30640012/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=94764 CPUtime=15.77 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 4372 0 0 0 1363 214 0 0 20 0 8 0 390878049 97038336 4646 33554432000 134512640 146736320 4287329168 4287324132 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11150/statm: 23691 4646 952 2985 0 20625 0
[pid=11150/tid=11166] ppid=11149 vsize=94764 CPUtime=1.91 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 82 0 0 0 166 25 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=94764 CPUtime=1.95 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) R 11149 11149 10702 0 -1 4202560 53 0 0 0 165 30 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4141054552 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=94764 CPUtime=1.9 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 101 0 0 0 167 23 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=94764 CPUtime=1.94 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) R 11149 11149 10702 0 -1 4202560 80 0 0 0 172 22 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4120080200 138411659 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=94764 CPUtime=1.96 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 76 0 0 0 166 30 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=94764 CPUtime=1.92 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 34 0 0 0 164 28 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=94764 CPUtime=1.88 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 49 0 0 0 160 28 0 0 20 0 8 0 390878058 97038336 4646 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 103912

[startup+12.7003 s]
/proc/loadavg: 7.13 8.40 4.86 3/186 11172
/proc/meminfo: memFree=30639276/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=94764 CPUtime=32.2 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 4385 0 0 0 2791 429 0 0 20 0 8 0 390878049 97038336 4659 33554432000 134512640 146736320 4287329168 4287322792 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11150/statm: 23691 4659 952 2985 0 20625 0
[pid=11150/tid=11166] ppid=11149 vsize=94764 CPUtime=3.98 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) R 11149 11149 10702 0 -1 4202560 82 0 0 0 346 52 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4130566084 135523433 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=94764 CPUtime=4.01 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) R 11149 11149 10702 0 -1 4202560 57 0 0 0 338 63 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4141054244 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=94764 CPUtime=3.91 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 103 0 0 0 337 54 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=94764 CPUtime=4.03 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 80 0 0 0 359 44 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=94764 CPUtime=3.97 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) R 11149 11149 10702 0 -1 4202560 76 0 0 0 342 55 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4106216424 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=94764 CPUtime=3.94 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) R 11149 11149 10702 0 -1 4202560 38 0 0 0 342 52 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=94764 CPUtime=3.97 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 52 0 0 0 343 54 0 0 20 0 8 0 390878058 97038336 4659 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.2
Current children cumulated vsize (KiB) 103912

[startup+25.5003 s]
/proc/loadavg: 6.19 8.15 4.82 3/186 11172
/proc/meminfo: memFree=30636780/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=94764 CPUtime=64.11 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 4432 0 0 0 5565 846 0 0 20 0 8 0 390878049 97038336 4688 33554432000 134512640 146736320 4287329168 4287324132 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11150/statm: 23691 4688 952 2985 0 20625 0
[pid=11150/tid=11166] ppid=11149 vsize=94764 CPUtime=7.97 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 89 0 0 0 695 102 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=94764 CPUtime=8.05 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 65 0 0 0 687 118 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4141055632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=94764 CPUtime=7.98 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 111 0 0 0 686 112 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=94764 CPUtime=8.07 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) R 11149 11149 10702 0 -1 4202560 87 0 0 0 711 96 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4120080952 136001775 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=94764 CPUtime=7.89 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 76 0 0 0 677 112 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=94764 CPUtime=7.88 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 46 0 0 0 684 104 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=94764 CPUtime=8.02 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 61 0 0 0 696 106 0 0 20 0 8 0 390878058 97038336 4688 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 64.11
Current children cumulated vsize (KiB) 103912

[startup+51.1003 s]
/proc/loadavg: 4.42 7.58 4.71 3/186 11172
/proc/meminfo: memFree=30630500/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0

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

[pid=11150/tid=11171] ppid=11149 vsize=124336 CPUtime=144.39 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 780 0 0 0 12488 1951 0 0 20 0 8 0 390878058 127320064 9985 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=124336 CPUtime=145.41 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 769 0 0 0 12515 2026 0 0 20 0 8 0 390878058 127320064 9985 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1162.14
Current children cumulated vsize (KiB) 133484

[startup+522.3 s]
/proc/loadavg: 1.04 2.36 3.22 6/187 11176
/proc/meminfo: memFree=30615600/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=126316 CPUtime=1313.17 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) S 11149 11149 10702 0 -1 4202496 11085 0 0 0 113218 18099 0 0 20 0 8 0 390878049 129347584 10620 33554432000 134512640 146736320 4287329168 4287325520 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11150/statm: 31579 10620 952 2985 0 28513 0
[pid=11150/tid=11166] ppid=11149 vsize=126316 CPUtime=165.46 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 847 0 0 0 14249 2297 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=126316 CPUtime=165.89 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 779 0 0 0 14149 2440 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4141055632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=126316 CPUtime=164.56 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) R 11149 11149 10702 0 -1 4202560 885 0 0 0 14068 2388 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=126316 CPUtime=165.26 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 899 0 0 0 14266 2260 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=126316 CPUtime=163.54 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1215 0 0 0 14104 2250 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=126316 CPUtime=163.38 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) R 11149 11149 10702 0 -1 4202560 869 0 0 0 14137 2201 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4095731224 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=126316 CPUtime=164.52 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 808 0 0 0 14152 2300 0 0 20 0 8 0 390878058 129347584 10620 33554432000 134512640 146736320 4287329168 4074759704 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1313.17
Current children cumulated vsize (KiB) 135464

[startup+582.3 s]
/proc/loadavg: 1.05 2.12 3.08 3/186 11177
/proc/meminfo: memFree=30608280/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=126316 CPUtime=1464.35 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 11721 0 0 0 126230 20205 0 0 20 0 8 0 390878049 129347584 11256 33554432000 134512640 146736320 4287329168 4287325520 144580075 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11150/statm: 31579 11256 952 2985 0 28513 0
[pid=11150/tid=11166] ppid=11149 vsize=126316 CPUtime=184.51 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 936 0 0 0 15888 2563 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=126316 CPUtime=185 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 862 0 0 0 15779 2721 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4141055632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=126316 CPUtime=183.58 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 969 0 0 0 15701 2657 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=126316 CPUtime=184.16 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 983 0 0 0 15906 2510 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=126316 CPUtime=182.34 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1299 0 0 0 15722 2512 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=126316 CPUtime=182.41 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 949 0 0 0 15767 2474 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=126316 CPUtime=183.41 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 853 0 0 0 15775 2566 0 0 20 0 8 0 390878058 129347584 11256 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1464.35
Current children cumulated vsize (KiB) 135464

[startup+642.3 s]
/proc/loadavg: 1.09 1.94 2.96 6/186 11177
/proc/meminfo: memFree=30615416/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=126316 CPUtime=1614.5 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) S 11149 11149 10702 0 -1 4202496 12356 0 0 0 139171 22279 0 0 20 0 8 0 390878049 129347584 11891 33554432000 134512640 146736320 4287329168 4287325520 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11150/statm: 31579 11891 952 2985 0 28513 0
[pid=11150/tid=11166] ppid=11149 vsize=126316 CPUtime=203.39 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1018 0 0 0 17514 2825 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4130569836 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=126316 CPUtime=203.91 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 951 0 0 0 17420 2971 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4141055596 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=126316 CPUtime=202.45 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1056 0 0 0 17308 2937 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4151541356 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11169] ppid=11149 vsize=126316 CPUtime=203.02 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1064 0 0 0 17521 2781 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4120084112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=126316 CPUtime=201.03 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1384 0 0 0 17340 2763 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4106219152 144757825 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=126316 CPUtime=201.32 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1036 0 0 0 17390 2742 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=126316 CPUtime=202.23 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) S 11149 11149 10702 0 -1 4202560 896 0 0 0 17382 2841 0 0 20 0 8 0 390878058 129347584 11891 33554432000 134512640 146736320 4287329168 4074761872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1614.5
Current children cumulated vsize (KiB) 135464

[startup+702.301 s]
/proc/loadavg: 1.06 1.78 2.84 4/186 11177
/proc/meminfo: memFree=30604424/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=153964 CPUtime=1765.22 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) R 11149 11149 10702 0 -1 4202496 12960 0 0 0 152169 24353 0 0 20 0 8 0 390878049 157659136 12487 33554432000 134512640 146736320 4287329168 4287322232 136014915 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11150/statm: 38491 12487 952 2985 0 35425 0
[pid=11150/tid=11166] ppid=11149 vsize=153964 CPUtime=222.41 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1096 0 0 0 19148 3093 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4130569872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=153964 CPUtime=222.64 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1032 0 0 0 19032 3232 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4141052904 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=153964 CPUtime=221.46 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1133 0 0 0 18925 3221 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11150/tid=11169] ppid=11149 vsize=153964 CPUtime=221.77 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1148 0 0 0 19155 3022 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4120081944 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=153964 CPUtime=219.92 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1455 0 0 0 18960 3032 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=153964 CPUtime=220.16 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1110 0 0 0 19014 3002 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=153964 CPUtime=221.16 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 966 0 0 0 19011 3105 0 0 20 0 8 0 390878058 157659136 12487 33554432000 134512640 146736320 4287329168 4074759704 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1765.22
Current children cumulated vsize (KiB) 163112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+716.106 s]
/proc/loadavg: 1.12 1.77 2.83 4/186 11177
/proc/meminfo: memFree=30615840/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=153964 CPUtime=1800.06 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) S 11149 11149 10702 0 -1 4202496 13112 0 0 0 155164 24842 0 0 20 0 8 0 390878049 157659136 12639 33554432000 134512640 146736320 4287329168 4287325520 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11150/statm: 38491 12639 952 2985 0 35425 0
[pid=11150/tid=11166] ppid=11149 vsize=153964 CPUtime=226.83 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1115 0 0 0 19529 3154 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4130566856 136002745 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=153964 CPUtime=227.04 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1050 0 0 0 19408 3296 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4141055632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=153964 CPUtime=225.89 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1154 0 0 0 19308 3281 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=11150/tid=11169] ppid=11149 vsize=153964 CPUtime=226.17 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1168 0 0 0 19526 3091 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4120081384 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=153964 CPUtime=224.26 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1474 0 0 0 19327 3099 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=153964 CPUtime=224.51 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1129 0 0 0 19391 3060 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=153964 CPUtime=225.51 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 986 0 0 0 19385 3166 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4074759704 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 163112

Sending SIGTERM to process tree (bottom up)

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

[startup+716.106 s]
/proc/loadavg: 1.12 1.77 2.83 4/186 11177
/proc/meminfo: memFree=30615840/32873844 swapFree=9160/9160
[pid=11149] ppid=11147 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11149/stat : 11149 (run) S 11147 11149 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878048 9367552 270 33554432000 4194304 5064252 140736051415600 140736051414512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11149/statm: 2287 270 229 213 0 72 0
[pid=11150] ppid=11149 vsize=153964 CPUtime=1800.06 cores=0,2,4,6
/proc/11150/stat : 11150 (pb_cplex) S 11149 11149 10702 0 -1 4202496 13112 0 0 0 155164 24842 0 0 20 0 8 0 390878049 157659136 12639 33554432000 134512640 146736320 4287329168 4287325520 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11150/statm: 38491 12639 952 2985 0 35425 0
[pid=11150/tid=11166] ppid=11149 vsize=153964 CPUtime=226.83 cores=0,2,4,6
/proc/11150/task/11166/stat : 11166 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1115 0 0 0 19529 3154 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4130566856 136002745 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11167] ppid=11149 vsize=153964 CPUtime=227.04 cores=0,2,4,6
/proc/11150/task/11167/stat : 11167 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1050 0 0 0 19408 3296 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4141055632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11168] ppid=11149 vsize=153964 CPUtime=225.89 cores=0,2,4,6
/proc/11150/task/11168/stat : 11168 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1154 0 0 0 19308 3281 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4151541392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=11150/tid=11169] ppid=11149 vsize=153964 CPUtime=226.17 cores=0,2,4,6
/proc/11150/task/11169/stat : 11169 (pb_cplex) R 11149 11149 10702 0 -1 4202560 1168 0 0 0 19526 3091 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4120081384 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11170] ppid=11149 vsize=153964 CPUtime=224.26 cores=0,2,4,6
/proc/11150/task/11170/stat : 11170 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1474 0 0 0 19327 3099 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11150/tid=11171] ppid=11149 vsize=153964 CPUtime=224.51 cores=0,2,4,6
/proc/11150/task/11171/stat : 11171 (pb_cplex) S 11149 11149 10702 0 -1 4202560 1129 0 0 0 19391 3060 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11150/tid=11172] ppid=11149 vsize=153964 CPUtime=225.51 cores=0,2,4,6
/proc/11150/task/11172/stat : 11172 (pb_cplex) R 11149 11149 10702 0 -1 4202560 986 0 0 0 19385 3166 0 0 20 0 8 0 390878058 157659136 12639 33554432000 134512640 146736320 4287329168 4074759704 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 163112

Child status: 0
Real time (s): 716.121
CPU time (s): 1835.62
CPU user time (s): 1582.06
CPU system time (s): 253.564
CPU usage (%): 256.329
Max. virtual memory (cumulated for all children) (KiB): 163112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1582.06
system time used= 253.564
maximum resident set size= 50564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13477
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= 42399304
involuntary context switches= 7010977

runsolver used 1.2848 second user time and 3.19951 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-09 15:12:15
IDJOB=3734733
IDBENCH=2898
IDSOLVER=2325
FILE ID=node139/3734733-1339247535
RUNJOBID= node139-1339246835-10718
PBS_JOBID= 14644342
Free space on /tmp= 70808 MiB

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

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=526829103

node139.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.750
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	: 5333.50
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.750
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		: 2666.750
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.90
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.750
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		: 2666.750
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		: 2666.750
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.91
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.750
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.91
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.750
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:        30665464 kB
Buffers:          763176 kB
Cached:           351560 kB
SwapCached:          584 kB
Active:          1156708 kB
Inactive:         100060 kB
Active(anon):     132064 kB
Inactive(anon):     7284 kB
Active(file):    1024644 kB
Inactive(file):    92776 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:        135124 kB
Mapped:            14052 kB
Shmem:                 8 kB
Slab:             810644 kB
SReclaimable:     252620 kB
SUnreclaim:       558024 kB
KernelStack:        1544 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     352880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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-3734733-1339247535.opb

Free space on /tmp at the end= 70792 MiB
End job on node139 at 2012-06-09 15:24:11