Trace number 3734986

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) 1815.98 751.414

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
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 variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
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-3734986-1339247723.opb.
0.00/0.00	c Instance file HOME/instance-3734986-1339247723.opb
0.00/0.00	c File size is 3392 bytes.
0.00/0.00	c Highest Coefficient sum: 3621
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:      41                                                  |
0.00/0.00	c |  Number Constraints:    11                                                  |
0.00/0.00	c ===============================================================================
1800.13/751.41	c Remaining time 1800.00 sec.
1800.13/751.41	c 
1800.13/751.41	c *** INTERRUPTED ***
1800.13/751.41	s UNKNOWN
1800.13/751.41	c Total CPU time              : 1491.81 s
1800.13/751.41	c Memory used           : 117.99 MB
1800.13/751.41	c CPU time              : 1491.81 s
1800.13/751.41	c 
1800.13/751.41	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-3734986-1339247723/watcher-3734986-1339247723 -o /tmp/evaluation-result-3734986-1339247723/solver-3734986-1339247723 -C 1800 -W 1900 -M 15500 run HOME/instance-3734986-1339247723.opb 

running on 4 cores: 1,3,5,7

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.76 8.35 5.88 3/177 17124
/proc/meminfo: memFree=26813360/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0

[startup+0.0286331 s]
/proc/loadavg: 7.76 8.35 5.88 3/177 17124
/proc/meminfo: memFree=26813360/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100175 s]
/proc/loadavg: 7.76 8.35 5.88 3/177 17124
/proc/meminfo: memFree=26813360/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30012 s]
/proc/loadavg: 7.76 8.35 5.88 3/177 17124
/proc/meminfo: memFree=26813360/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 7.76 8.35 5.88 3/177 17124
/proc/meminfo: memFree=26813360/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/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: 7.76 8.35 5.88 6/186 17147
/proc/meminfo: memFree=26801212/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=93572 CPUtime=3.33 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) S 17124 17124 15880 0 -1 4202496 3238 0 0 0 273 60 0 0 20 0 8 0 390897763 95817728 3851 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17125/statm: 23393 3851 950 2985 0 20327 0
[pid=17125/tid=17141] ppid=17124 vsize=93572 CPUtime=0.38 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 3 0 0 0 30 8 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=93572 CPUtime=0.36 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 2 0 0 0 30 6 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=93572 CPUtime=0.37 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 7 0 0 0 29 8 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=93572 CPUtime=0.37 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 12 0 0 0 31 6 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=93572 CPUtime=0.37 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 4 0 0 0 29 8 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=93572 CPUtime=0.36 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) R 17124 17124 15880 0 -1 4202560 9 0 0 0 29 7 0 0 20 0 8 0 390897768 95817728 3851 33554432000 134512640 146736320 4290944800 4097830572 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=93572 CPUtime=0.37 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 9 0 0 0 30 7 0 0 20 0 8 0 390897769 95817728 3851 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 102720

[startup+3.10033 s]
/proc/loadavg: 7.76 8.35 5.88 10/186 17147
/proc/meminfo: memFree=26800376/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=93572 CPUtime=7.17 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) S 17124 17124 15880 0 -1 4202496 3239 0 0 0 595 122 0 0 20 0 8 0 390897763 95817728 3852 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17125/statm: 23393 3852 950 2985 0 20327 0
[pid=17125/tid=17141] ppid=17124 vsize=93572 CPUtime=0.86 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 3 0 0 0 68 18 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=93572 CPUtime=0.83 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 2 0 0 0 70 13 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=93572 CPUtime=0.84 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) R 17124 17124 15880 0 -1 4202560 7 0 0 0 68 16 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=93572 CPUtime=0.85 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) R 17124 17124 15880 0 -1 4202560 12 0 0 0 70 15 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4120459616 137368698 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=93572 CPUtime=0.84 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) R 17124 17124 15880 0 -1 4202560 4 0 0 0 67 17 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4108314176 136521666 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=93572 CPUtime=0.83 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) R 17124 17124 15880 0 -1 4202560 9 0 0 0 71 12 0 0 20 0 8 0 390897768 95817728 3852 33554432000 134512640 146736320 4290944800 4097827096 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=93572 CPUtime=0.84 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 9 0 0 0 69 15 0 0 20 0 8 0 390897769 95817728 3852 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 102720

[startup+6.30033 s]
/proc/loadavg: 7.21 8.23 5.86 3/186 17147
/proc/meminfo: memFree=26798180/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=94596 CPUtime=14.95 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 3356 0 0 0 1238 257 0 0 20 0 8 0 390897763 96866304 3967 33554432000 134512640 146736320 4290944800 4290939812 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17125/statm: 23649 3967 950 2985 0 20583 0
[pid=17125/tid=17141] ppid=17124 vsize=94596 CPUtime=1.78 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 27 0 0 0 145 33 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=94596 CPUtime=1.78 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) R 17124 17124 15880 0 -1 4202560 15 0 0 0 143 35 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4141431076 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=94596 CPUtime=1.8 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 20 0 0 0 147 33 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=94596 CPUtime=1.81 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) R 17124 17124 15880 0 -1 4202560 25 0 0 0 148 33 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4120457844 139041601 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=94596 CPUtime=1.8 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 17 0 0 0 148 32 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=94596 CPUtime=1.78 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 22 0 0 0 152 26 0 0 20 0 8 0 390897768 96866304 3967 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=94596 CPUtime=1.78 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 24 0 0 0 147 31 0 0 20 0 8 0 390897769 96866304 3967 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 103744

[startup+12.7003 s]
/proc/loadavg: 6.72 8.11 5.83 3/186 17147
/proc/meminfo: memFree=26798144/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=94596 CPUtime=29.5 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 3370 0 0 0 2463 487 0 0 20 0 8 0 390897763 96866304 3979 33554432000 134512640 146736320 4290944800 4290938472 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17125/statm: 23649 3979 950 2985 0 20583 0
[pid=17125/tid=17141] ppid=17124 vsize=94596 CPUtime=3.58 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) R 17124 17124 15880 0 -1 4202560 29 0 0 0 298 60 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4130944536 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=94596 CPUtime=3.59 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 21 0 0 0 294 65 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=94596 CPUtime=3.61 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 21 0 0 0 298 63 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=94596 CPUtime=3.61 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) R 17124 17124 15880 0 -1 4202560 26 0 0 0 301 60 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4120459884 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=94596 CPUtime=3.58 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 18 0 0 0 298 60 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=94596 CPUtime=3.57 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 23 0 0 0 302 55 0 0 20 0 8 0 390897768 96866304 3979 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=94596 CPUtime=3.57 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 25 0 0 0 294 63 0 0 20 0 8 0 390897769 96866304 3979 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.5
Current children cumulated vsize (KiB) 103744

[startup+25.5003 s]
/proc/loadavg: 5.45 7.76 5.75 4/186 17148
/proc/meminfo: memFree=26798724/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=94596 CPUtime=58.86 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) S 17124 17124 15880 0 -1 4202496 3416 0 0 0 4949 937 0 0 20 0 8 0 390897763 96866304 4025 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17125/statm: 23649 4025 950 2985 0 20583 0
[pid=17125/tid=17141] ppid=17124 vsize=94596 CPUtime=7.23 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) R 17124 17124 15880 0 -1 4202560 32 0 0 0 609 114 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4130943976 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=94596 CPUtime=7.21 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 26 0 0 0 600 121 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=94596 CPUtime=7.27 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 26 0 0 0 608 119 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=94596 CPUtime=7.24 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 31 0 0 0 604 120 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=94596 CPUtime=7.22 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 26 0 0 0 606 116 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=94596 CPUtime=7.18 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 29 0 0 0 609 109 0 0 20 0 8 0 390897768 96866304 4025 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=94596 CPUtime=7.19 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 33 0 0 0 599 120 0 0 20 0 8 0 390897769 96866304 4025 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 58.86
Current children cumulated vsize (KiB) 103744

[startup+51.1003 s]
/proc/loadavg: 3.93 7.22 5.62 4/186 17148
/proc/meminfo: memFree=26798232/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0

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

[pid=17125/tid=17146] ppid=17124 vsize=107124 CPUtime=117.46 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 297 0 0 0 9762 1984 0 0 20 0 8 0 390897768 109694976 6037 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=107124 CPUtime=117.36 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 379 0 0 0 9772 1964 0 0 20 0 8 0 390897769 109694976 6037 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 955.64
Current children cumulated vsize (KiB) 116272

[startup+462.3 s]
/proc/loadavg: 1.07 2.66 4.00 6/193 17173
/proc/meminfo: memFree=26611968/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=107124 CPUtime=1098.03 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 5894 0 0 0 91629 18174 0 0 20 0 8 0 390897763 109694976 6254 33554432000 134512640 146736320 4290944800 4290938304 135231550 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17125/statm: 26781 6254 950 2985 0 23715 0
[pid=17125/tid=17141] ppid=17124 vsize=107124 CPUtime=135.93 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) R 17124 17124 15880 0 -1 4202560 333 0 0 0 11309 2284 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4130945376 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=107124 CPUtime=135.29 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 389 0 0 0 11251 2278 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=107124 CPUtime=135.89 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 309 0 0 0 11258 2331 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=107124 CPUtime=135.76 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 306 0 0 0 11252 2324 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=107124 CPUtime=134.66 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 316 0 0 0 11258 2208 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=107124 CPUtime=134.96 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 324 0 0 0 11232 2264 0 0 20 0 8 0 390897768 109694976 6254 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=107124 CPUtime=134.83 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 412 0 0 0 11212 2271 0 0 20 0 8 0 390897769 109694976 6254 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1098.03
Current children cumulated vsize (KiB) 116272

[startup+522.3 s]
/proc/loadavg: 1.02 2.35 3.81 3/193 17173
/proc/meminfo: memFree=26595608/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=107124 CPUtime=1239.78 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 6118 0 0 0 103402 20576 0 0 20 0 8 0 390897763 109694976 6463 33554432000 134512640 146736320 4290944800 4290941228 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17125/statm: 26781 6463 950 2985 0 23715 0
[pid=17125/tid=17141] ppid=17124 vsize=107124 CPUtime=153.46 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) R 17124 17124 15880 0 -1 4202560 361 0 0 0 12770 2576 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4130943976 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=107124 CPUtime=152.89 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) R 17124 17124 15880 0 -1 4202560 416 0 0 0 12702 2587 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4141431384 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=107124 CPUtime=153.51 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) R 17124 17124 15880 0 -1 4202560 337 0 0 0 12716 2635 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4151916836 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=107124 CPUtime=153.27 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) R 17124 17124 15880 0 -1 4202560 333 0 0 0 12693 2634 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=107124 CPUtime=152.12 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 342 0 0 0 12699 2513 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=107124 CPUtime=152.44 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) R 17124 17124 15880 0 -1 4202560 355 0 0 0 12672 2572 0 0 20 0 8 0 390897768 109694976 6463 33554432000 134512640 146736320 4290944800 4097830572 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=107124 CPUtime=152.13 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 444 0 0 0 12652 2561 0 0 20 0 8 0 390897769 109694976 6463 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1239.78
Current children cumulated vsize (KiB) 116272

[startup+582.3 s]
/proc/loadavg: 1.01 2.10 3.63 4/193 17173
/proc/meminfo: memFree=26592756/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=108756 CPUtime=1382.13 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) S 17124 17124 15880 0 -1 4202496 6756 0 0 0 115228 22985 0 0 20 0 8 0 390897763 111366144 6879 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17125/statm: 27189 6879 950 2985 0 24123 0
[pid=17125/tid=17141] ppid=17124 vsize=108756 CPUtime=171.23 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 498 0 0 0 14241 2882 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=108756 CPUtime=170.56 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 440 0 0 0 14167 2889 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=108756 CPUtime=171.28 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 370 0 0 0 14182 2946 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=108756 CPUtime=170.99 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 469 0 0 0 14155 2944 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=108756 CPUtime=169.64 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) R 17124 17124 15880 0 -1 4202560 471 0 0 0 14148 2816 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4108314976 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=108756 CPUtime=169.99 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 424 0 0 0 14121 2878 0 0 20 0 8 0 390897768 111366144 6879 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=108756 CPUtime=169.65 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) R 17124 17124 15880 0 -1 4202560 485 0 0 0 14105 2860 0 0 20 0 8 0 390897769 111366144 6879 33554432000 134512640 146736320 4290944800 4072661176 136475505 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1382.13
Current children cumulated vsize (KiB) 117904

[startup+642.3 s]
/proc/loadavg: 4.96 2.98 3.83 10/193 17174
/proc/meminfo: memFree=26395516/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=108756 CPUtime=1530.48 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) S 17124 17124 15880 0 -1 4202496 6997 0 0 0 127270 25778 0 0 20 0 8 0 390897763 111366144 7120 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17125/statm: 27189 7120 950 2985 0 24123 0
[pid=17125/tid=17141] ppid=17124 vsize=108756 CPUtime=189.65 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) R 17124 17124 15880 0 -1 4202560 529 0 0 0 15725 3240 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=108756 CPUtime=188.97 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 460 0 0 0 15642 3255 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=108756 CPUtime=189.6 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 401 0 0 0 15657 3303 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=108756 CPUtime=189.14 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 500 0 0 0 15622 3292 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=108756 CPUtime=187.82 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 496 0 0 0 15639 3143 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=108756 CPUtime=188.43 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 459 0 0 0 15621 3222 0 0 20 0 8 0 390897768 111366144 7120 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=108756 CPUtime=187.53 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 521 0 0 0 15568 3185 0 0 20 0 8 0 390897769 111366144 7120 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1530.48
Current children cumulated vsize (KiB) 117904

[startup+702.3 s]
/proc/loadavg: 6.88 3.89 4.09 10/194 17175
/proc/meminfo: memFree=26386460/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=108756 CPUtime=1676.83 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 7254 0 0 0 139168 28515 0 0 20 0 8 0 390897763 111366144 7377 33554432000 134512640 146736320 4290944800 4290941228 144580332 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17125/statm: 27189 7377 950 2985 0 24123 0
[pid=17125/tid=17141] ppid=17124 vsize=108756 CPUtime=207.47 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 560 0 0 0 17189 3558 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=108756 CPUtime=206.96 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) R 17124 17124 15880 0 -1 4202560 482 0 0 0 17096 3600 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4141431176 135197456 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=108756 CPUtime=207.78 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) R 17124 17124 15880 0 -1 4202560 431 0 0 0 17114 3664 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4151918252 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=108756 CPUtime=207.02 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) R 17124 17124 15880 0 -1 4202560 533 0 0 0 17068 3634 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4120459700 135535713 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=108756 CPUtime=205.84 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 523 0 0 0 17099 3485 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=108756 CPUtime=206.51 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) R 17124 17124 15880 0 -1 4202560 498 0 0 0 17077 3574 0 0 20 0 8 0 390897768 111366144 7377 33554432000 134512640 146736320 4290944800 4097828376 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=108756 CPUtime=205.26 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 557 0 0 0 17013 3513 0 0 20 0 8 0 390897769 111366144 7377 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1676.83
Current children cumulated vsize (KiB) 117904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+751.4 s]
/proc/loadavg: 7.51 4.52 4.29 10/193 17175
/proc/meminfo: memFree=26373060/32873648 swapFree=7376/7376
[pid=17124] ppid=17122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17124/stat : 17124 (run) S 17122 17124 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390897763 9367552 270 33554432000 4194304 5064252 140734588379216 140734588378128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17124/statm: 2287 270 229 213 0 72 0
[pid=17125] ppid=17124 vsize=120816 CPUtime=1800.13 cores=1,3,5,7
/proc/17125/stat : 17125 (pb_cplex) R 17124 17124 15880 0 -1 4202496 7798 0 0 0 149180 30833 0 0 20 0 8 0 390897763 123715584 7813 33554432000 134512640 146736320 4290944800 4290941200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17125/statm: 30204 7813 950 2985 0 27138 0
[pid=17125/tid=17141] ppid=17124 vsize=120816 CPUtime=222.52 cores=1,3,5,7
/proc/17125/task/17141/stat : 17141 (pb_cplex) S 17124 17124 15880 0 -1 4202560 586 0 0 0 18423 3829 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4130946704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17125/tid=17142] ppid=17124 vsize=120816 CPUtime=222.13 cores=1,3,5,7
/proc/17125/task/17142/stat : 17142 (pb_cplex) S 17124 17124 15880 0 -1 4202560 507 0 0 0 18322 3891 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4141432464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17143] ppid=17124 vsize=120816 CPUtime=222.96 cores=1,3,5,7
/proc/17125/task/17143/stat : 17143 (pb_cplex) S 17124 17124 15880 0 -1 4202560 457 0 0 0 18337 3959 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4151918224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17125/tid=17144] ppid=17124 vsize=120816 CPUtime=222.47 cores=1,3,5,7
/proc/17125/task/17144/stat : 17144 (pb_cplex) S 17124 17124 15880 0 -1 4202560 559 0 0 0 18293 3954 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4120460944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17145] ppid=17124 vsize=120816 CPUtime=220.78 cores=1,3,5,7
/proc/17125/task/17145/stat : 17145 (pb_cplex) S 17124 17124 15880 0 -1 4202560 869 0 0 0 18326 3752 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17125/tid=17146] ppid=17124 vsize=120816 CPUtime=221.76 cores=1,3,5,7
/proc/17125/task/17146/stat : 17146 (pb_cplex) S 17124 17124 15880 0 -1 4202560 530 0 0 0 18308 3868 0 0 20 0 8 0 390897768 123715584 7813 33554432000 134512640 146736320 4290944800 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17125/tid=17147] ppid=17124 vsize=120816 CPUtime=220.18 cores=1,3,5,7
/proc/17125/task/17147/stat : 17147 (pb_cplex) S 17124 17124 15880 0 -1 4202560 590 0 0 0 18223 3795 0 0 20 0 8 0 390897769 123715584 7813 33554432000 134512640 146736320 4290944800 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 129964

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 751.414
CPU time (s): 1815.98
CPU user time (s): 1504.72
CPU system time (s): 311.26
CPU usage (%): 241.675
Max. virtual memory (cumulated for all children) (KiB): 129964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1504.72
system time used= 311.26
maximum resident set size= 31260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8163
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= 52038321
involuntary context switches= 9346780

runsolver used 2.5956 second user time and 8.23075 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-09 15:15:23
IDJOB=3734986
IDBENCH=2929
IDSOLVER=2325
FILE ID=node125/3734986-1339247723
RUNJOBID= node125-1339246835-15898
PBS_JOBID= 14644356
Free space on /tmp= 68696 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_5_40_4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734986-1339247723/watcher-3734986-1339247723 -o /tmp/evaluation-result-3734986-1339247723/solver-3734986-1339247723 -C 1800 -W 1900 -M 15500  run HOME/instance-3734986-1339247723.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=327686873

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.92
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.373
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.90
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.373
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.91
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.373
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	: 5438.54
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.373
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.373
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:        26813376 kB
Buffers:          795796 kB
Cached:          4175008 kB
SwapCached:         1248 kB
Active:          4595000 kB
Inactive:         500612 kB
Active(anon):     113960 kB
Inactive(anon):     7424 kB
Active(file):    4481040 kB
Inactive(file):   493188 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:             16300 kB
Writeback:             0 kB
AnonPages:        165944 kB
Mapped:            15024 kB
Shmem:                96 kB
Slab:             824516 kB
SReclaimable:     268248 kB
SUnreclaim:       556268 kB
KernelStack:        1544 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     303740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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-3734986-1339247723.opb

Free space on /tmp at the end= 68676 MiB
End job on node125 at 2012-06-09 15:27:55