Trace number 3734755

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.12 719.325

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint59
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 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3734755-1339247538.opb.
0.00/0.00	c Instance file HOME/instance-3734755-1339247538.opb
0.00/0.00	c File size is 6706 bytes.
0.00/0.00	c Highest Coefficient sum: 4465
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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      61                                                  |
0.00/0.01	c |  Number Constraints:    15                                                  |
0.00/0.01	c ===============================================================================
1800.06/719.32	c Remaining time 1799.99 sec.
1800.06/719.32	c 
1800.06/719.32	c *** INTERRUPTED ***
1800.06/719.32	s UNKNOWN
1800.06/719.32	c Total CPU time              : 1494.14 s
1800.06/719.32	c Memory used           : 123.38 MB
1800.06/719.32	c CPU time              : 1494.14 s
1800.06/719.32	c 
1800.06/719.32	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-3734755-1339247538/watcher-3734755-1339247538 -o /tmp/evaluation-result-3734755-1339247538/solver-3734755-1339247538 -C 1800 -W 1900 -M 15500 run HOME/instance-3734755-1339247538.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.49 9.69 5.79 3/177 18636
/proc/meminfo: memFree=31296440/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0

[startup+0.0680211 s]
/proc/loadavg: 7.49 9.69 5.79 3/177 18636
/proc/meminfo: memFree=31296440/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100189 s]
/proc/loadavg: 7.49 9.69 5.79 3/177 18636
/proc/meminfo: memFree=31296440/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300115 s]
/proc/loadavg: 7.49 9.69 5.79 3/177 18636
/proc/meminfo: memFree=31296440/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700112 s]
/proc/loadavg: 7.49 9.69 5.79 3/177 18636
/proc/meminfo: memFree=31296440/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/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.49 9.69 5.79 3/186 18659
/proc/meminfo: memFree=31290324/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=94292 CPUtime=3.36 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 3142 0 0 0 294 42 0 0 20 0 8 0 390882353 96555008 2312 33554432000 134512640 146736320 4290425552 4290420576 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18637/statm: 23573 2312 947 2985 0 20507 0
[pid=18637/tid=18653] ppid=18636 vsize=94292 CPUtime=0.38 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) R 18636 18636 17566 0 -1 4202560 16 0 0 0 33 5 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4130855204 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=94292 CPUtime=0.4 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) R 18636 18636 17566 0 -1 4202560 28 0 0 0 34 6 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4141341028 135415168 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=94292 CPUtime=0.39 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 25 0 0 0 33 6 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=94292 CPUtime=0.39 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) S 18636 18636 17566 0 -1 4202560 24 0 0 0 35 4 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4120370832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=94292 CPUtime=0.38 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 28 0 0 0 33 5 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4109884148 136727680 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=94292 CPUtime=0.38 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) R 18636 18636 17566 0 -1 4202560 36 0 0 0 32 6 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4099397144 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=94292 CPUtime=0.36 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 21 0 0 0 32 4 0 0 20 0 8 0 390882361 96555008 2312 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 103440

[startup+3.1009 s]
/proc/loadavg: 7.49 9.69 5.79 6/186 18659
/proc/meminfo: memFree=31290200/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=94396 CPUtime=7.28 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 3148 0 0 0 630 98 0 0 20 0 8 0 390882353 96661504 2318 33554432000 134512640 146736320 4290425552 4290420432 144715844 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18637/statm: 23599 2318 947 2985 0 20533 0
[pid=18637/tid=18653] ppid=18636 vsize=94396 CPUtime=0.87 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 18 0 0 0 74 13 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4130855276 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=94396 CPUtime=0.91 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 28 0 0 0 77 14 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4141341036 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=94396 CPUtime=0.9 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 25 0 0 0 79 11 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=94396 CPUtime=0.89 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) S 18636 18636 17566 0 -1 4202560 24 0 0 0 74 15 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4120370832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=94396 CPUtime=0.87 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 28 0 0 0 73 14 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4109883992 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=94396 CPUtime=0.88 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 36 0 0 0 77 11 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=94396 CPUtime=0.87 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 22 0 0 0 75 12 0 0 20 0 8 0 390882361 96661504 2318 33554432000 134512640 146736320 4290425552 4088912256 136668091 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 103544

[startup+6.30031 s]
/proc/loadavg: 6.97 9.55 5.76 6/193 18666
/proc/meminfo: memFree=31252852/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=95736 CPUtime=15.35 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 3495 0 0 0 1323 212 0 0 20 0 8 0 390882353 98033664 2584 33554432000 134512640 146736320 4290425552 4290419852 137381090 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 23934 2584 947 2985 0 20868 0
[pid=18637/tid=18653] ppid=18636 vsize=95736 CPUtime=1.88 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) R 18636 18636 17566 0 -1 4202560 74 0 0 0 161 27 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4130854424 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=95736 CPUtime=1.9 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) R 18636 18636 17566 0 -1 4202560 46 0 0 0 160 30 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4141341272 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=95736 CPUtime=1.9 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) R 18636 18636 17566 0 -1 4202560 73 0 0 0 167 23 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4151828140 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=95736 CPUtime=1.89 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 117 0 0 0 162 27 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4120367808 138374180 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=95736 CPUtime=1.86 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 46 0 0 0 161 25 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4109885100 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=95736 CPUtime=1.9 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) R 18636 18636 17566 0 -1 4202560 83 0 0 0 163 27 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4099396584 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=95736 CPUtime=1.89 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 70 0 0 0 163 26 0 0 20 0 8 0 390882361 98033664 2584 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 104884

[startup+12.7003 s]
/proc/loadavg: 6.49 9.41 5.74 3/193 18666
/proc/meminfo: memFree=31249984/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=95736 CPUtime=30.62 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) S 18636 18636 17566 0 -1 4202496 3517 0 0 0 2618 444 0 0 20 0 8 0 390882353 98033664 2606 33554432000 134512640 146736320 4290425552 4290421904 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 23934 2606 947 2985 0 20868 0
[pid=18637/tid=18653] ppid=18636 vsize=95736 CPUtime=3.78 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 77 0 0 0 320 58 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=95736 CPUtime=3.84 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 50 0 0 0 323 61 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4141342352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=95736 CPUtime=3.81 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) R 18636 18636 17566 0 -1 4202560 73 0 0 0 333 48 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=95736 CPUtime=3.8 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) S 18636 18636 17566 0 -1 4202560 123 0 0 0 323 57 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4120370832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=95736 CPUtime=3.77 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) S 18636 18636 17566 0 -1 4202560 50 0 0 0 322 55 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4109885072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=95736 CPUtime=3.81 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 84 0 0 0 322 59 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=95736 CPUtime=3.83 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) S 18636 18636 17566 0 -1 4202560 70 0 0 0 328 55 0 0 20 0 8 0 390882361 98033664 2606 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.62
Current children cumulated vsize (KiB) 104884

[startup+25.5003 s]
/proc/loadavg: 5.28 8.99 5.66 6/193 18666
/proc/meminfo: memFree=31247188/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=95736 CPUtime=62.53 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 3569 0 0 0 5313 940 0 0 20 0 8 0 390882353 98033664 2652 33554432000 134512640 146736320 4290425552 4290419176 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 23934 2652 947 2985 0 20868 0
[pid=18637/tid=18653] ppid=18636 vsize=95736 CPUtime=7.72 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 81 0 0 0 647 125 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=95736 CPUtime=7.86 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) R 18636 18636 17566 0 -1 4202560 59 0 0 0 664 122 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4141341272 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=95736 CPUtime=7.74 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 79 0 0 0 663 111 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=95736 CPUtime=7.85 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 136 0 0 0 661 124 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4120367560 136000689 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=95736 CPUtime=7.82 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) S 18636 18636 17566 0 -1 4202560 59 0 0 0 663 119 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4109885072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=95736 CPUtime=7.76 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 85 0 0 0 660 116 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=95736 CPUtime=7.75 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 71 0 0 0 657 118 0 0 20 0 8 0 390882361 98033664 2652 33554432000 134512640 146736320 4290425552 4088911384 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 62.53
Current children cumulated vsize (KiB) 104884

[startup+51.1003 s]
/proc/loadavg: 5.37 8.69 5.65 10/193 18666
/proc/meminfo: memFree=31195108/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0

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

[pid=18637/tid=18658] ppid=18636 vsize=124608 CPUtime=142.54 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 921 0 0 0 11747 2507 0 0 20 0 8 0 390882361 127598592 7199 33554432000 134512640 146736320 4290425552 4099399276 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=124608 CPUtime=142.66 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) S 18636 18636 17566 0 -1 4202560 664 0 0 0 11885 2381 0 0 20 0 8 0 390882361 127598592 7199 33554432000 134512640 146736320 4290425552 4088913516 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1153.52
Current children cumulated vsize (KiB) 133756

[startup+522.3 s]
/proc/loadavg: 6.61 6.07 5.49 10/194 18699
/proc/meminfo: memFree=31085080/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=124608 CPUtime=1305.12 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) S 18636 18636 17566 0 -1 4202496 9168 0 0 0 108441 22071 0 0 20 0 8 0 390882353 127598592 7708 33554432000 134512640 146736320 4290425552 4290421904 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18637/statm: 31152 7708 947 2985 0 28086 0
[pid=18637/tid=18653] ppid=18636 vsize=124608 CPUtime=159.72 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 798 0 0 0 13302 2670 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=124608 CPUtime=162.46 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 704 0 0 0 13408 2838 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4141342352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=124608 CPUtime=161.24 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 824 0 0 0 13361 2763 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=124608 CPUtime=162.12 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) S 18636 18636 17566 0 -1 4202560 749 0 0 0 13387 2825 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4120370832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=124608 CPUtime=161.3 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 685 0 0 0 13415 2715 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4109885100 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=124608 CPUtime=161.41 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 981 0 0 0 13282 2859 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=124608 CPUtime=160.97 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 730 0 0 0 13407 2690 0 0 20 0 8 0 390882361 127598592 7708 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1305.12
Current children cumulated vsize (KiB) 133756

[startup+582.3 s]
/proc/loadavg: 7.02 6.28 5.60 7/193 18699
/proc/meminfo: memFree=31085708/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=124608 CPUtime=1460.54 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) S 18636 18636 17566 0 -1 4202496 9660 0 0 0 121170 24884 0 0 20 0 8 0 390882353 127598592 8198 33554432000 134512640 146736320 4290425552 4290421904 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 31152 8198 947 2985 0 28086 0
[pid=18637/tid=18653] ppid=18636 vsize=124608 CPUtime=178.76 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 865 0 0 0 14860 3016 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=124608 CPUtime=181.63 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 766 0 0 0 14962 3201 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4141342352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=124608 CPUtime=180.27 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 884 0 0 0 14917 3110 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=124608 CPUtime=181.25 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) S 18636 18636 17566 0 -1 4202560 805 0 0 0 14927 3198 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4120370832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=124608 CPUtime=180.25 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) S 18636 18636 17566 0 -1 4202560 743 0 0 0 14974 3051 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4109885072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=124608 CPUtime=180.71 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1043 0 0 0 14846 3225 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=124608 CPUtime=179.76 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) S 18636 18636 17566 0 -1 4202560 797 0 0 0 14964 3012 0 0 20 0 8 0 390882361 127598592 8198 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1460.54
Current children cumulated vsize (KiB) 133756

[startup+642.3 s]
/proc/loadavg: 5.03 5.84 5.48 7/193 18821
/proc/meminfo: memFree=31209068/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=126336 CPUtime=1608.63 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 10638 0 0 0 133462 27401 0 0 20 0 8 0 390882353 129368064 8894 33554432000 134512640 146736320 4290425552 4290421824 136674344 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18637/statm: 31584 8894 947 2985 0 28518 0
[pid=18637/tid=18653] ppid=18636 vsize=126336 CPUtime=196.94 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 984 0 0 0 16366 3328 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4130856420 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=126336 CPUtime=200.03 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 987 0 0 0 16486 3517 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4141342180 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=126336 CPUtime=198.64 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 942 0 0 0 16426 3438 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4151827940 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=126336 CPUtime=199.51 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 860 0 0 0 16444 3507 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4120370800 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=126336 CPUtime=198.72 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) S 18636 18636 17566 0 -1 4202560 805 0 0 0 16498 3374 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4109885040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=126336 CPUtime=198.93 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1107 0 0 0 16356 3537 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4099399280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=126336 CPUtime=198.05 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1025 0 0 0 16474 3331 0 0 20 0 8 0 390882361 129368064 8894 33554432000 134512640 146736320 4290425552 4088913520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1608.63
Current children cumulated vsize (KiB) 135484

[startup+702.3 s]
/proc/loadavg: 4.72 5.60 5.43 11/193 18821
/proc/meminfo: memFree=31209620/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=126336 CPUtime=1758.67 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) R 18636 18636 17566 0 -1 4202496 11165 0 0 0 145931 29936 0 0 20 0 8 0 390882353 129368064 9415 33554432000 134512640 146736320 4290425552 4290420992 136656535 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18637/statm: 31584 9415 947 2985 0 28518 0
[pid=18637/tid=18653] ppid=18636 vsize=126336 CPUtime=215.64 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1050 0 0 0 17918 3646 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=126336 CPUtime=218.6 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1051 0 0 0 18022 3838 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4141340184 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=126336 CPUtime=217.46 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1004 0 0 0 17982 3764 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=126336 CPUtime=218.16 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 930 0 0 0 17993 3823 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4120368664 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=126336 CPUtime=217.46 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) S 18636 18636 17566 0 -1 4202560 865 0 0 0 18051 3695 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4109885072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=126336 CPUtime=217.59 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1173 0 0 0 17906 3853 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4099399312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=126336 CPUtime=216.84 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1089 0 0 0 18033 3651 0 0 20 0 8 0 390882361 129368064 9415 33554432000 134512640 146736320 4290425552 4088910824 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1758.67
Current children cumulated vsize (KiB) 135484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+719.3 s]
/proc/loadavg: 4.68 5.53 5.41 3/193 18821
/proc/meminfo: memFree=31207016/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=126336 CPUtime=1800.06 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) S 18636 18636 17566 0 -1 4202496 11317 0 0 0 149412 30594 0 0 20 0 8 0 390882353 129368064 9567 33554432000 134512640 146736320 4290425552 4290421904 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 31584 9567 947 2985 0 28518 0
[pid=18637/tid=18653] ppid=18636 vsize=126336 CPUtime=220.69 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1070 0 0 0 18348 3721 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=126336 CPUtime=223.81 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1070 0 0 0 18455 3926 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4141342352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=126336 CPUtime=222.67 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1021 0 0 0 18413 3854 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=126336 CPUtime=223.25 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 948 0 0 0 18424 3901 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4120368104 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=126336 CPUtime=222.57 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 882 0 0 0 18483 3774 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4109885100 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=126336 CPUtime=222.82 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1193 0 0 0 18343 3939 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4099398300 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=126336 CPUtime=222.1 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1106 0 0 0 18472 3738 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 135484

Sending SIGTERM to process tree (bottom up)

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

[startup+719.3 s]
/proc/loadavg: 4.68 5.53 5.41 3/193 18821
/proc/meminfo: memFree=31207016/32873844 swapFree=8656/8656
[pid=18636] ppid=18634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18636/stat : 18636 (run) S 18634 18636 17566 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390882353 9367552 269 33554432000 4194304 5064252 140736105856112 140736105855024 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18636/statm: 2287 269 229 213 0 72 0
[pid=18637] ppid=18636 vsize=126336 CPUtime=1800.06 cores=0,2,4,6
/proc/18637/stat : 18637 (pb_cplex) S 18636 18636 17566 0 -1 4202496 11317 0 0 0 149412 30594 0 0 20 0 8 0 390882353 129368064 9567 33554432000 134512640 146736320 4290425552 4290421904 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18637/statm: 31584 9567 947 2985 0 28518 0
[pid=18637/tid=18653] ppid=18636 vsize=126336 CPUtime=220.69 cores=0,2,4,6
/proc/18637/task/18653/stat : 18653 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1070 0 0 0 18348 3721 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4130856592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18637/tid=18654] ppid=18636 vsize=126336 CPUtime=223.81 cores=0,2,4,6
/proc/18637/task/18654/stat : 18654 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1070 0 0 0 18455 3926 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4141342352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18637/tid=18655] ppid=18636 vsize=126336 CPUtime=222.67 cores=0,2,4,6
/proc/18637/task/18655/stat : 18655 (pb_cplex) S 18636 18636 17566 0 -1 4202560 1021 0 0 0 18413 3854 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4151828112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18656] ppid=18636 vsize=126336 CPUtime=223.25 cores=0,2,4,6
/proc/18637/task/18656/stat : 18656 (pb_cplex) R 18636 18636 17566 0 -1 4202560 948 0 0 0 18424 3901 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4120368104 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18637/tid=18657] ppid=18636 vsize=126336 CPUtime=222.57 cores=0,2,4,6
/proc/18637/task/18657/stat : 18657 (pb_cplex) R 18636 18636 17566 0 -1 4202560 882 0 0 0 18483 3774 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4109885100 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18658] ppid=18636 vsize=126336 CPUtime=222.82 cores=0,2,4,6
/proc/18637/task/18658/stat : 18658 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1193 0 0 0 18343 3939 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4099398300 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18637/tid=18659] ppid=18636 vsize=126336 CPUtime=222.1 cores=0,2,4,6
/proc/18637/task/18659/stat : 18659 (pb_cplex) R 18636 18636 17566 0 -1 4202560 1106 0 0 0 18472 3738 0 0 20 0 8 0 390882361 129368064 9567 33554432000 134512640 146736320 4290425552 4088913552 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 135484

Child status: 0
Real time (s): 719.325
CPU time (s): 1815.12
CPU user time (s): 1506.39
CPU system time (s): 308.734
CPU usage (%): 252.337
Max. virtual memory (cumulated for all children) (KiB): 135484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1506.39
system time used= 308.734
maximum resident set size= 38276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11681
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= 43997539
involuntary context switches= 9653276

runsolver used 1.20282 second user time and 3.01854 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 15:12:18
IDJOB=3734755
IDBENCH=2900
IDSOLVER=2325
FILE ID=node102/3734755-1339247538
RUNJOBID= node102-1339246832-17582
PBS_JOBID= 14644379
Free space on /tmp= 71208 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_7_60_1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734755-1339247538/watcher-3734755-1339247538 -o /tmp/evaluation-result-3734755-1339247538/solver-3734755-1339247538 -C 1800 -W 1900 -M 15500  run HOME/instance-3734755-1339247538.opb

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=1542200538

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31296604 kB
Buffers:          402520 kB
Cached:           246588 kB
SwapCached:         2704 kB
Active:           585048 kB
Inactive:          99608 kB
Active(anon):      31704 kB
Inactive(anon):     5348 kB
Active(file):     553344 kB
Inactive(file):    94260 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:             16824 kB
Writeback:             0 kB
AnonPages:         43012 kB
Mapped:            12576 kB
Shmem:                 0 kB
Slab:             750456 kB
SReclaimable:     190856 kB
SUnreclaim:       559600 kB
KernelStack:        1544 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3734755-1339247538.opb

Free space on /tmp at the end= 71192 MiB
End job on node102 at 2012-06-09 15:24:18