Trace number 3734799

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) 1813.46 712.313

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
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-3734799-1339247561.opb.
0.00/0.00	c Instance file HOME/instance-3734799-1339247561.opb
0.00/0.00	c File size is 4987 bytes.
0.00/0.00	c Highest Coefficient sum: 3819
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:      51                                                  |
0.00/0.00	c |  Number Constraints:    13                                                  |
0.00/0.00	c ===============================================================================
1800.15/712.31	c Remaining time 1800.00 sec.
1800.15/712.31	c 
1800.15/712.31	c *** INTERRUPTED ***
1800.15/712.31	s UNKNOWN
1800.15/712.31	c Total CPU time              : 1503.69 s
1800.15/712.31	c Memory used           : 123.27 MB
1800.15/712.31	c CPU time              : 1503.69 s
1800.15/712.31	c 
1800.15/712.31	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-3734799-1339247561/watcher-3734799-1339247561 -o /tmp/evaluation-result-3734799-1339247561/solver-3734799-1339247561 -C 1800 -W 1900 -M 15500 run HOME/instance-3734799-1339247561.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: 7.75 9.10 5.37 3/177 22558
/proc/meminfo: memFree=30431932/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0

[startup+0.016186 s]
/proc/loadavg: 7.75 9.10 5.37 3/177 22558
/proc/meminfo: memFree=30431932/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10015 s]
/proc/loadavg: 7.75 9.10 5.37 3/177 22558
/proc/meminfo: memFree=30431932/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300114 s]
/proc/loadavg: 7.75 9.10 5.37 3/177 22558
/proc/meminfo: memFree=30431932/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700109 s]
/proc/loadavg: 7.75 9.10 5.37 3/177 22558
/proc/meminfo: memFree=30431932/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 7.75 9.10 5.37 10/186 22581
/proc/meminfo: memFree=30419764/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=96096 CPUtime=3.55 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 3500 0 0 0 296 59 0 0 20 0 8 0 390882170 98402304 4112 33554432000 134512640 146736320 4286777056 4286770728 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22559/statm: 24024 4112 951 2985 0 20958 0
[pid=22559/tid=22575] ppid=22558 vsize=96096 CPUtime=0.4 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 54 0 0 0 32 8 0 0 20 0 8 0 390882177 98402304 4112 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=96096 CPUtime=0.41 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 36 0 0 0 33 8 0 0 20 0 8 0 390882177 98402304 4112 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=96096 CPUtime=0.42 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) R 22558 22558 22071 0 -1 4202560 36 0 0 0 33 9 0 0 20 0 8 0 390882177 98402304 4112 33554432000 134512640 146736320 4286777056 4151703180 137381134 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=96096 CPUtime=0.41 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 35 0 0 0 35 6 0 0 20 0 8 0 390882177 98402304 4112 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=96096 CPUtime=0.4 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 39 0 0 0 32 8 0 0 20 0 8 0 390882178 98402304 4112 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=96096 CPUtime=0.4 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 63 0 0 0 33 7 0 0 20 0 8 0 390882178 98402304 4112 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=96096 CPUtime=0.41 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) R 22558 22558 22071 0 -1 4202560 34 0 0 0 35 6 0 0 20 0 8 0 390882178 98402304 4112 33554432000 134512640 146736320 4286777056 4070566488 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 105244

[startup+3.10031 s]
/proc/loadavg: 7.75 9.10 5.37 8/186 22581
/proc/meminfo: memFree=30419392/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=96096 CPUtime=7.66 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) S 22558 22558 22071 0 -1 4202496 3506 0 0 0 641 125 0 0 20 0 8 0 390882170 98402304 4118 33554432000 134512640 146736320 4286777056 4286773420 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22559/statm: 24024 4118 951 2985 0 20958 0
[pid=22559/tid=22575] ppid=22558 vsize=96096 CPUtime=0.9 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 55 0 0 0 74 16 0 0 20 0 8 0 390882177 98402304 4118 33554432000 134512640 146736320 4286777056 4130733676 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=96096 CPUtime=0.93 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 36 0 0 0 75 18 0 0 20 0 8 0 390882177 98402304 4118 33554432000 134512640 146736320 4286777056 4141219436 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=96096 CPUtime=0.94 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) R 22558 22558 22071 0 -1 4202560 36 0 0 0 79 15 0 0 20 0 8 0 390882177 98402304 4118 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=96096 CPUtime=0.94 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 36 0 0 0 80 14 0 0 20 0 8 0 390882177 98402304 4118 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=96096 CPUtime=0.9 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 41 0 0 0 72 18 0 0 20 0 8 0 390882178 98402304 4118 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=96096 CPUtime=0.91 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 63 0 0 0 78 13 0 0 20 0 8 0 390882178 98402304 4118 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=96096 CPUtime=0.93 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 35 0 0 0 79 14 0 0 20 0 8 0 390882178 98402304 4118 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 105244

[startup+6.30031 s]
/proc/loadavg: 7.21 8.97 5.34 4/186 22581
/proc/meminfo: memFree=30416112/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=96096 CPUtime=15.66 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 3517 0 0 0 1316 250 0 0 20 0 8 0 390882170 98402304 4131 33554432000 134512640 146736320 4286777056 4286772376 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22559/statm: 24024 4131 951 2985 0 20958 0
[pid=22559/tid=22575] ppid=22558 vsize=96096 CPUtime=1.89 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 57 0 0 0 159 30 0 0 20 0 8 0 390882177 98402304 4131 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=96096 CPUtime=1.94 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) R 22558 22558 22071 0 -1 4202560 38 0 0 0 158 36 0 0 20 0 8 0 390882177 98402304 4131 33554432000 134512640 146736320 4286777056 4141219404 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=96096 CPUtime=1.94 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 37 0 0 0 164 30 0 0 20 0 8 0 390882177 98402304 4131 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=96096 CPUtime=1.92 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) R 22558 22558 22071 0 -1 4202560 36 0 0 0 160 32 0 0 20 0 8 0 390882177 98402304 4131 33554432000 134512640 146736320 4286777056 4120245088 135845837 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=96096 CPUtime=1.87 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 41 0 0 0 155 32 0 0 20 0 8 0 390882178 98402304 4131 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=96096 CPUtime=1.89 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 65 0 0 0 160 29 0 0 20 0 8 0 390882178 98402304 4131 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=96096 CPUtime=1.94 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 38 0 0 0 163 31 0 0 20 0 8 0 390882178 98402304 4131 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 105244

[startup+12.7003 s]
/proc/loadavg: 6.71 8.83 5.32 6/186 22581
/proc/meminfo: memFree=30416440/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=96096 CPUtime=31.57 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) S 22558 22558 22071 0 -1 4202496 3538 0 0 0 2657 500 0 0 20 0 8 0 390882170 98402304 4149 33554432000 134512640 146736320 4286777056 4286773456 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22559/statm: 24024 4149 951 2985 0 20958 0
[pid=22559/tid=22575] ppid=22558 vsize=96096 CPUtime=3.84 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 58 0 0 0 322 62 0 0 20 0 8 0 390882177 98402304 4149 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=96096 CPUtime=3.92 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) R 22558 22558 22071 0 -1 4202560 44 0 0 0 319 73 0 0 20 0 8 0 390882177 98402304 4149 33554432000 134512640 146736320 4286777056 4141219096 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=96096 CPUtime=3.9 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 37 0 0 0 331 59 0 0 20 0 8 0 390882177 98402304 4149 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=96096 CPUtime=3.92 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 39 0 0 0 327 65 0 0 20 0 8 0 390882177 98402304 4149 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=96096 CPUtime=3.8 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 42 0 0 0 321 59 0 0 20 0 8 0 390882178 98402304 4149 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=96096 CPUtime=3.89 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 71 0 0 0 328 61 0 0 20 0 8 0 390882178 98402304 4149 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=96096 CPUtime=3.96 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 41 0 0 0 332 64 0 0 20 0 8 0 390882178 98402304 4149 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 105244

[startup+25.5003 s]
/proc/loadavg: 5.45 8.45 5.25 5/186 22581
/proc/meminfo: memFree=30416660/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=97020 CPUtime=63.2 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 3827 0 0 0 5330 990 0 0 20 0 8 0 390882170 99348480 4364 33554432000 134512640 146736320 4286777056 4286772152 136740826 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22559/statm: 24255 4364 951 2985 0 21189 0
[pid=22559/tid=22575] ppid=22558 vsize=97020 CPUtime=7.77 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 109 0 0 0 655 122 0 0 20 0 8 0 390882177 99348480 4364 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=97020 CPUtime=7.87 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 66 0 0 0 653 134 0 0 20 0 8 0 390882177 99348480 4364 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=97020 CPUtime=7.87 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 87 0 0 0 669 118 0 0 20 0 8 0 390882177 99348480 4364 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=97020 CPUtime=7.9 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) R 22558 22558 22071 0 -1 4202560 80 0 0 0 660 130 0 0 20 0 8 0 390882177 99348480 4364 33554432000 134512640 146736320 4286777056 4120245816 135543364 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=97020 CPUtime=7.71 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) R 22558 22558 22071 0 -1 4202560 93 0 0 0 643 128 0 0 20 0 8 0 390882178 99348480 4364 33554432000 134512640 146736320 4286777056 4108315224 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=97020 CPUtime=7.79 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) R 22558 22558 22071 0 -1 4202560 92 0 0 0 657 122 0 0 20 0 8 0 390882178 99348480 4364 33554432000 134512640 146736320 4286777056 4097829156 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=97020 CPUtime=7.89 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) R 22558 22558 22071 0 -1 4202560 93 0 0 0 663 126 0 0 20 0 8 0 390882178 99348480 4364 33554432000 134512640 146736320 4286777056 4070564840 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.2
Current children cumulated vsize (KiB) 106168

[startup+51.1003 s]
/proc/loadavg: 3.93 7.85 5.14 3/186 22581
/proc/meminfo: memFree=30426404/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0

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

[pid=22559/tid=22580] ppid=22558 vsize=111052 CPUtime=124.51 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 412 0 0 0 10354 2097 0 0 20 0 8 0 390882178 113717248 6579 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=111052 CPUtime=124.63 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) R 22558 22558 22071 0 -1 4202560 343 0 0 0 10453 2010 0 0 20 0 8 0 390882178 113717248 6579 33554432000 134512640 146736320 4286777056 4070566488 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1007.45
Current children cumulated vsize (KiB) 120200

[startup+462.3 s]
/proc/loadavg: 6.89 4.89 4.43 10/194 22607
/proc/meminfo: memFree=30088352/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=111052 CPUtime=1159.09 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) S 22558 22558 22071 0 -1 4202496 6618 0 0 0 97007 18902 0 0 20 0 8 0 390882170 113717248 6903 33554432000 134512640 146736320 4286777056 4286773456 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22559/statm: 27763 6903 951 2985 0 24697 0
[pid=22559/tid=22575] ppid=22558 vsize=111052 CPUtime=142.76 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 456 0 0 0 11989 2287 0 0 20 0 8 0 390882177 113717248 6903 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=111052 CPUtime=144.26 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 383 0 0 0 11950 2476 0 0 20 0 8 0 390882177 113717248 6903 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=111052 CPUtime=144.4 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 386 0 0 0 12000 2440 0 0 20 0 8 0 390882177 113717248 6903 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=111052 CPUtime=143.96 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 573 0 0 0 11998 2398 0 0 20 0 8 0 390882177 113717248 6903 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=111052 CPUtime=142.1 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) R 22558 22558 22071 0 -1 4202560 382 0 0 0 11900 2310 0 0 20 0 8 0 390882178 113717248 6903 33554432000 134512640 146736320 4286777056 4108314744 136728736 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=111052 CPUtime=143.16 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) R 22558 22558 22071 0 -1 4202560 457 0 0 0 11889 2427 0 0 20 0 8 0 390882178 113717248 6903 33554432000 134512640 146736320 4286777056 4097829464 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=111052 CPUtime=142.99 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) R 22558 22558 22071 0 -1 4202560 380 0 0 0 11986 2313 0 0 20 0 8 0 390882178 113717248 6903 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1159.09
Current children cumulated vsize (KiB) 120200

[startup+522.3 s]
/proc/loadavg: 7.59 5.45 4.65 12/193 22607
/proc/meminfo: memFree=30059952/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=112332 CPUtime=1314.67 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 7300 0 0 0 109947 21520 0 0 20 0 8 0 390882170 115027968 7458 33554432000 134512640 146736320 4286777056 4286771892 136728752 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22559/statm: 28083 7458 951 2985 0 25017 0
[pid=22559/tid=22575] ppid=22558 vsize=112332 CPUtime=161.82 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 497 0 0 0 13576 2606 0 0 20 0 8 0 390882177 115027968 7458 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=112332 CPUtime=163.42 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) R 22558 22558 22071 0 -1 4202560 518 0 0 0 13532 2810 0 0 20 0 8 0 390882177 115027968 7458 33554432000 134512640 146736320 4286777056 4141216744 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=112332 CPUtime=163.66 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) R 22558 22558 22071 0 -1 4202560 426 0 0 0 13590 2776 0 0 20 0 8 0 390882177 115027968 7458 33554432000 134512640 146736320 4286777056 4151702504 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=112332 CPUtime=163.27 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 612 0 0 0 13597 2730 0 0 20 0 8 0 390882177 115027968 7458 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=112332 CPUtime=161.26 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 457 0 0 0 13489 2637 0 0 20 0 8 0 390882178 115027968 7458 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=112332 CPUtime=162.17 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) R 22558 22558 22071 0 -1 4202560 594 0 0 0 13466 2751 0 0 20 0 8 0 390882178 115027968 7458 33554432000 134512640 146736320 4286777056 4097829532 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=112332 CPUtime=161.86 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 516 0 0 0 13568 2618 0 0 20 0 8 0 390882178 115027968 7458 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1314.67
Current children cumulated vsize (KiB) 121480

[startup+582.3 s]
/proc/loadavg: 7.90 5.93 4.86 13/193 22607
/proc/meminfo: memFree=30053860/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=112332 CPUtime=1470.24 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 7615 0 0 0 122866 24158 0 0 20 0 8 0 390882170 115027968 7773 33554432000 134512640 146736320 4286777056 4286770548 136523312 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22559/statm: 28083 7773 951 2985 0 25017 0
[pid=22559/tid=22575] ppid=22558 vsize=112332 CPUtime=180.6 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) R 22558 22558 22071 0 -1 4202560 532 0 0 0 15137 2923 0 0 20 0 8 0 390882177 115027968 7773 33554432000 134512640 146736320 4286777056 4130730984 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=112332 CPUtime=182.58 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 553 0 0 0 15127 3131 0 0 20 0 8 0 390882177 115027968 7773 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=112332 CPUtime=182.9 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) R 22558 22558 22071 0 -1 4202560 469 0 0 0 15169 3121 0 0 20 0 8 0 390882177 115027968 7773 33554432000 134512640 146736320 4286777056 4151702504 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=112332 CPUtime=182.51 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) R 22558 22558 22071 0 -1 4202560 649 0 0 0 15187 3064 0 0 20 0 8 0 390882177 115027968 7773 33554432000 134512640 146736320 4286777056 4120246872 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=112332 CPUtime=180.23 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 503 0 0 0 15060 2963 0 0 20 0 8 0 390882178 115027968 7773 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=112332 CPUtime=181.35 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 635 0 0 0 15041 3094 0 0 20 0 8 0 390882178 115027968 7773 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=112332 CPUtime=180.62 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 553 0 0 0 15133 2929 0 0 20 0 8 0 390882178 115027968 7773 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1470.24
Current children cumulated vsize (KiB) 121480

[startup+642.3 s]
/proc/loadavg: 7.96 6.30 5.06 13/193 22607
/proc/meminfo: memFree=30052640/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=126228 CPUtime=1622.39 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) S 22558 22558 22071 0 -1 4202496 7966 0 0 0 135512 26727 0 0 20 0 8 0 390882170 129257472 8123 33554432000 134512640 146736320 4286777056 4286773456 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22559/statm: 31557 8123 951 2985 0 28491 0
[pid=22559/tid=22575] ppid=22558 vsize=126228 CPUtime=199.09 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 578 0 0 0 16672 3237 0 0 20 0 8 0 390882177 129257472 8123 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=126228 CPUtime=201.16 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 591 0 0 0 16667 3449 0 0 20 0 8 0 390882177 129257472 8123 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=126228 CPUtime=201.63 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 514 0 0 0 16722 3441 0 0 20 0 8 0 390882177 129257472 8123 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=126228 CPUtime=201.39 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 692 0 0 0 16740 3399 0 0 20 0 8 0 390882177 129257472 8123 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=126228 CPUtime=198.73 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 551 0 0 0 16599 3274 0 0 20 0 8 0 390882178 129257472 8123 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=126228 CPUtime=200.09 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) R 22558 22558 22071 0 -1 4202560 680 0 0 0 16580 3429 0 0 20 0 8 0 390882178 129257472 8123 33554432000 134512640 146736320 4286777056 4097827520 138374183 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=126228 CPUtime=199.06 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 592 0 0 0 16691 3215 0 0 20 0 8 0 390882178 129257472 8123 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1622.39
Current children cumulated vsize (KiB) 135376

[startup+702.3 s]
/proc/loadavg: 6.09 6.16 5.09 13/193 22759
/proc/meminfo: memFree=30422868/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=126228 CPUtime=1774.69 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) S 22558 22558 22071 0 -1 4202496 8281 0 0 0 148227 29242 0 0 20 0 8 0 390882170 129257472 8438 33554432000 134512640 146736320 4286777056 4286773456 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22559/statm: 31557 8438 951 2985 0 28491 0
[pid=22559/tid=22575] ppid=22558 vsize=126228 CPUtime=217.87 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) R 22558 22558 22071 0 -1 4202560 619 0 0 0 18235 3552 0 0 20 0 8 0 390882177 129257472 8438 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=126228 CPUtime=220.05 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 627 0 0 0 18241 3764 0 0 20 0 8 0 390882177 129257472 8438 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=126228 CPUtime=220.36 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 554 0 0 0 18287 3749 0 0 20 0 8 0 390882177 129257472 8438 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=126228 CPUtime=220.32 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 730 0 0 0 18302 3730 0 0 20 0 8 0 390882177 129257472 8438 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=126228 CPUtime=217.41 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 592 0 0 0 18149 3592 0 0 20 0 8 0 390882178 129257472 8438 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=126228 CPUtime=218.88 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 718 0 0 0 18148 3740 0 0 20 0 8 0 390882178 129257472 8438 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=126228 CPUtime=217.65 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 630 0 0 0 18255 3510 0 0 20 0 8 0 390882178 129257472 8438 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.69
Current children cumulated vsize (KiB) 135376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+712.3 s]
/proc/loadavg: 6.30 6.20 5.11 8/193 22759
/proc/meminfo: memFree=30417308/32873648 swapFree=6860/6860
[pid=22558] ppid=22556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22558/stat : 22558 (run) S 22556 22558 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390882170 9367552 269 33554432000 4194304 5064252 140736997174288 140736997173200 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22558/statm: 2287 269 229 213 0 72 0
[pid=22559] ppid=22558 vsize=126228 CPUtime=1800.15 cores=0,2,4,6
/proc/22559/stat : 22559 (pb_cplex) R 22558 22558 22071 0 -1 4202496 8338 0 0 0 150367 29648 0 0 20 0 8 0 390882170 129257472 8495 33554432000 134512640 146736320 4286777056 4286773456 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22559/statm: 31557 8495 951 2985 0 28491 0
[pid=22559/tid=22575] ppid=22558 vsize=126228 CPUtime=221.01 cores=0,2,4,6
/proc/22559/task/22575/stat : 22575 (pb_cplex) S 22558 22558 22071 0 -1 4202560 625 0 0 0 18491 3610 0 0 20 0 8 0 390882177 129257472 8495 33554432000 134512640 146736320 4286777056 4130733712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22559/tid=22576] ppid=22558 vsize=126228 CPUtime=223.12 cores=0,2,4,6
/proc/22559/task/22576/stat : 22576 (pb_cplex) S 22558 22558 22071 0 -1 4202560 635 0 0 0 18504 3808 0 0 20 0 8 0 390882177 129257472 8495 33554432000 134512640 146736320 4286777056 4141219472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22577] ppid=22558 vsize=126228 CPUtime=223.59 cores=0,2,4,6
/proc/22559/task/22577/stat : 22577 (pb_cplex) S 22558 22558 22071 0 -1 4202560 562 0 0 0 18555 3804 0 0 20 0 8 0 390882177 129257472 8495 33554432000 134512640 146736320 4286777056 4151705232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22559/tid=22578] ppid=22558 vsize=126228 CPUtime=223.5 cores=0,2,4,6
/proc/22559/task/22578/stat : 22578 (pb_cplex) S 22558 22558 22071 0 -1 4202560 736 0 0 0 18569 3781 0 0 20 0 8 0 390882177 129257472 8495 33554432000 134512640 146736320 4286777056 4120247952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22559/tid=22579] ppid=22558 vsize=126228 CPUtime=220.49 cores=0,2,4,6
/proc/22559/task/22579/stat : 22579 (pb_cplex) S 22558 22558 22071 0 -1 4202560 599 0 0 0 18408 3641 0 0 20 0 8 0 390882178 129257472 8495 33554432000 134512640 146736320 4286777056 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22580] ppid=22558 vsize=126228 CPUtime=222.03 cores=0,2,4,6
/proc/22559/task/22580/stat : 22580 (pb_cplex) S 22558 22558 22071 0 -1 4202560 724 0 0 0 18412 3791 0 0 20 0 8 0 390882178 129257472 8495 33554432000 134512640 146736320 4286777056 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22559/tid=22581] ppid=22558 vsize=126228 CPUtime=220.76 cores=0,2,4,6
/proc/22559/task/22581/stat : 22581 (pb_cplex) S 22558 22558 22071 0 -1 4202560 637 0 0 0 18522 3554 0 0 20 0 8 0 390882178 129257472 8495 33554432000 134512640 146736320 4286777056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 135376

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 712.313
CPU time (s): 1813.46
CPU user time (s): 1514.56
CPU system time (s): 298.894
CPU usage (%): 254.587
Max. virtual memory (cumulated for all children) (KiB): 135376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1514.56
system time used= 298.894
maximum resident set size= 33988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8703
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= 45171420
involuntary context switches= 10127866

runsolver used 1.26281 second user time and 3.2825 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 15:12:41
IDJOB=3734799
IDBENCH=2906
IDSOLVER=2325
FILE ID=node116/3734799-1339247561
RUNJOBID= node116-1339246833-22087
PBS_JOBID= 14644365
Free space on /tmp= 70880 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_6_50_1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734799-1339247561/watcher-3734799-1339247561 -o /tmp/evaluation-result-3734799-1339247561/solver-3734799-1339247561 -C 1800 -W 1900 -M 15500  run HOME/instance-3734799-1339247561.opb

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=355494544

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:       32873648 kB
MemFree:        30433824 kB
Buffers:          403888 kB
Cached:          1008332 kB
SwapCached:         3172 kB
Active:          1410352 kB
Inactive:         109120 kB
Active(anon):     101804 kB
Inactive(anon):     5740 kB
Active(file):    1308548 kB
Inactive(file):   103380 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:        109652 kB
Mapped:            14116 kB
Shmem:                 0 kB
Slab:             781912 kB
SReclaimable:     226340 kB
SUnreclaim:       555572 kB
KernelStack:        1464 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     267964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3734799-1339247561.opb

Free space on /tmp at the end= 70868 MiB
End job on node116 at 2012-06-09 15:24:34