Trace number 3734854

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) 1841.7 745.822

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
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-3734854-1339247589.opb.
0.00/0.00	c Instance file HOME/instance-3734854-1339247589.opb
0.00/0.00	c File size is 4881 bytes.
0.00/0.00	c Highest Coefficient sum: 4459
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      51                                                  |
0.00/0.00	c |  Number Constraints:    13                                                  |
0.00/0.00	c ===============================================================================
1800.21/745.81	c Remaining time 1800.00 sec.
1800.21/745.81	c 
1800.21/745.81	c *** INTERRUPTED ***
1800.21/745.81	s UNKNOWN
1800.21/745.81	c Total CPU time              : 1529.33 s
1800.21/745.81	c Memory used           : 113.54 MB
1800.21/745.81	c CPU time              : 1529.33 s
1800.21/745.81	c 
1800.21/745.81	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-3734854-1339247589/watcher-3734854-1339247589 -o /tmp/evaluation-result-3734854-1339247589/solver-3734854-1339247589 -C 1800 -W 1900 -M 15500 run HOME/instance-3734854-1339247589.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.73 9.62 6.07 3/177 18288
/proc/meminfo: memFree=26594988/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0

[startup+0.0222351 s]
/proc/loadavg: 8.73 9.62 6.07 3/177 18288
/proc/meminfo: memFree=26594988/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100156 s]
/proc/loadavg: 8.73 9.62 6.07 3/177 18288
/proc/meminfo: memFree=26594988/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/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: 8.73 9.62 6.07 3/177 18288
/proc/meminfo: memFree=26594988/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700114 s]
/proc/loadavg: 8.73 9.62 6.07 3/177 18288
/proc/meminfo: memFree=26594988/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 8.73 9.62 6.07 6/186 18311
/proc/meminfo: memFree=26582492/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=94700 CPUtime=3.48 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) R 18288 18288 17869 0 -1 4202496 3486 0 0 0 293 55 0 0 20 0 8 0 390883444 96972800 4034 33554432000 134512640 146736320 4288707056 4288703404 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18289/statm: 23675 4034 951 2985 0 20609 0
[pid=18289/tid=18305] ppid=18288 vsize=94700 CPUtime=0.4 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 4 0 0 0 31 9 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4130397804 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=94700 CPUtime=0.38 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 32 0 0 0 31 7 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4140883564 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=94700 CPUtime=0.4 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 27 0 0 0 33 7 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4151369324 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=94700 CPUtime=0.4 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 16 0 0 0 32 8 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4119912044 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=94700 CPUtime=0.39 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 27 0 0 0 36 3 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4106219116 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=94700 CPUtime=0.39 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 23 0 0 0 32 7 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4095733356 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=94700 CPUtime=0.4 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 7 0 0 0 32 8 0 0 20 0 8 0 390883451 96972800 4034 33554432000 134512640 146736320 4288707056 4070567532 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 103848

[startup+3.10033 s]
/proc/loadavg: 8.73 9.62 6.07 5/186 18311
/proc/meminfo: memFree=26582012/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=95724 CPUtime=7.42 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 3748 0 0 0 627 115 0 0 20 0 8 0 390883444 98021376 4244 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18289/statm: 23931 4244 951 2985 0 20865 0
[pid=18289/tid=18305] ppid=18288 vsize=95724 CPUtime=0.9 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) R 18288 18288 17869 0 -1 4202560 22 0 0 0 76 14 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4130397832 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=95724 CPUtime=0.86 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 76 0 0 0 73 13 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4140883564 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=95724 CPUtime=0.9 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 45 0 0 0 75 15 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4151369324 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=95724 CPUtime=0.91 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 61 0 0 0 75 16 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4119912044 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=95724 CPUtime=0.89 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 45 0 0 0 77 12 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4106219116 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=95724 CPUtime=0.88 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 40 0 0 0 72 16 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4095733356 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=95724 CPUtime=0.9 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 91 0 0 0 75 15 0 0 20 0 8 0 390883451 98021376 4244 33554432000 134512640 146736320 4288707056 4070567532 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 104872

[startup+6.30032 s]
/proc/loadavg: 8.11 9.48 6.04 3/186 18311
/proc/meminfo: memFree=26580656/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=95724 CPUtime=15.45 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) R 18288 18288 17869 0 -1 4202496 3765 0 0 0 1302 243 0 0 20 0 8 0 390883444 98021376 4258 33554432000 134512640 146736320 4288707056 4288699624 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18289/statm: 23931 4258 951 2985 0 20865 0
[pid=18289/tid=18305] ppid=18288 vsize=95724 CPUtime=1.91 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 25 0 0 0 164 27 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=95724 CPUtime=1.86 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 76 0 0 0 160 26 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=95724 CPUtime=1.91 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 46 0 0 0 156 35 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=95724 CPUtime=1.91 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 63 0 0 0 157 34 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=95724 CPUtime=1.9 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 51 0 0 0 163 27 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=95724 CPUtime=1.87 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 43 0 0 0 156 31 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=95724 CPUtime=1.87 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 92 0 0 0 157 30 0 0 20 0 8 0 390883451 98021376 4258 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 104872

[startup+12.7003 s]
/proc/loadavg: 7.54 9.33 6.02 3/186 18311
/proc/meminfo: memFree=26580472/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=95724 CPUtime=31.41 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) R 18288 18288 17869 0 -1 4202496 3794 0 0 0 2655 486 0 0 20 0 8 0 390883444 98021376 4279 33554432000 134512640 146736320 4288707056 4288703292 144580332 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18289/statm: 23931 4279 951 2985 0 20865 0
[pid=18289/tid=18305] ppid=18288 vsize=95724 CPUtime=3.9 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 29 0 0 0 329 61 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=95724 CPUtime=3.89 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 76 0 0 0 333 56 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4140883428 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=95724 CPUtime=3.89 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) R 18288 18288 17869 0 -1 4202560 52 0 0 0 331 58 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4151369188 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=95724 CPUtime=3.89 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 70 0 0 0 321 68 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4119911908 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=95724 CPUtime=3.88 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 54 0 0 0 328 60 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4106218980 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=95724 CPUtime=3.9 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 47 0 0 0 326 64 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4095733220 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=95724 CPUtime=3.86 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 92 0 0 0 323 63 0 0 20 0 8 0 390883451 98021376 4279 33554432000 134512640 146736320 4288707056 4070567396 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 31.41
Current children cumulated vsize (KiB) 104872

[startup+25.5003 s]
/proc/loadavg: 6.09 8.93 5.93 7/186 18311
/proc/meminfo: memFree=26580660/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=95724 CPUtime=62.37 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 3845 0 0 0 5279 958 0 0 20 0 8 0 390883444 98021376 4319 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18289/statm: 23931 4319 951 2985 0 20865 0
[pid=18289/tid=18305] ppid=18288 vsize=95724 CPUtime=7.89 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 37 0 0 0 663 126 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=95724 CPUtime=7.74 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 77 0 0 0 659 115 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=95724 CPUtime=7.71 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 63 0 0 0 653 118 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=95724 CPUtime=7.81 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 70 0 0 0 652 129 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=95724 CPUtime=7.64 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 62 0 0 0 643 121 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=95724 CPUtime=7.8 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) R 18288 18288 17869 0 -1 4202560 55 0 0 0 656 124 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=95724 CPUtime=7.75 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) R 18288 18288 17869 0 -1 4202560 93 0 0 0 654 121 0 0 20 0 8 0 390883451 98021376 4319 33554432000 134512640 146736320 4288707056 4070565864 136737458 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 62.37
Current children cumulated vsize (KiB) 104872

[startup+51.1003 s]
/proc/loadavg: 4.35 8.29 5.80 6/186 18311
/proc/meminfo: memFree=26578548/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0

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

[pid=18289/tid=18310] ppid=18288 vsize=114368 CPUtime=122.62 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) R 18288 18288 17869 0 -1 4202560 419 0 0 0 10366 1896 0 0 20 0 8 0 390883451 117112832 6839 33554432000 134512640 146736320 4288707056 4095730664 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=114368 CPUtime=122.52 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 459 0 0 0 10414 1838 0 0 20 0 8 0 390883451 117112832 6839 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 981.59
Current children cumulated vsize (KiB) 123516

[startup+462.3 s]
/proc/loadavg: 1.06 2.86 4.08 5/187 18315
/proc/meminfo: memFree=26570996/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=114368 CPUtime=1126.15 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 6901 0 0 0 95510 17105 0 0 20 0 8 0 390883444 117112832 7153 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18289/statm: 28592 7153 951 2985 0 25526 0
[pid=18289/tid=18305] ppid=18288 vsize=114368 CPUtime=141.11 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 432 0 0 0 11985 2126 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=114368 CPUtime=141.71 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 492 0 0 0 11863 2308 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=114368 CPUtime=140.17 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 394 0 0 0 11772 2245 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=114368 CPUtime=142.36 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 460 0 0 0 12009 2227 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=114368 CPUtime=139.48 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) R 18288 18288 17869 0 -1 4202560 377 0 0 0 11852 2096 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=114368 CPUtime=140.65 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 455 0 0 0 11909 2156 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=114368 CPUtime=140.66 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 498 0 0 0 11956 2110 0 0 20 0 8 0 390883451 117112832 7153 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1126.15
Current children cumulated vsize (KiB) 123516

[startup+522.3 s]
/proc/loadavg: 1.11 2.55 3.90 8/193 18336
/proc/meminfo: memFree=26422376/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=114368 CPUtime=1269.88 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 7224 0 0 0 107719 19269 0 0 20 0 8 0 390883444 117112832 7476 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18289/statm: 28592 7476 951 2985 0 25526 0
[pid=18289/tid=18305] ppid=18288 vsize=114368 CPUtime=159 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) R 18288 18288 17869 0 -1 4202560 473 0 0 0 13521 2379 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=114368 CPUtime=159.91 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 533 0 0 0 13391 2600 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=114368 CPUtime=158.15 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 432 0 0 0 13287 2528 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=114368 CPUtime=160.54 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 503 0 0 0 13535 2519 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=114368 CPUtime=157.4 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 417 0 0 0 13387 2353 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=114368 CPUtime=158.5 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 494 0 0 0 13422 2428 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=114368 CPUtime=158.69 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 536 0 0 0 13470 2399 0 0 20 0 8 0 390883451 117112832 7476 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1269.88
Current children cumulated vsize (KiB) 123516

[startup+582.3 s]
/proc/loadavg: 1.04 2.26 3.71 4/193 18336
/proc/meminfo: memFree=26392868/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=114368 CPUtime=1412.74 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) R 18288 18288 17869 0 -1 4202496 7565 0 0 0 119888 21386 0 0 20 0 8 0 390883444 117112832 7817 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18289/statm: 28592 7817 951 2985 0 25526 0
[pid=18289/tid=18305] ppid=18288 vsize=114368 CPUtime=177.25 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 516 0 0 0 15069 2656 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=114368 CPUtime=177.83 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 576 0 0 0 14920 2863 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=114368 CPUtime=176.11 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 472 0 0 0 14801 2810 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=114368 CPUtime=178.68 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) R 18288 18288 17869 0 -1 4202560 549 0 0 0 15072 2796 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4119909352 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=114368 CPUtime=175.18 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) R 18288 18288 17869 0 -1 4202560 461 0 0 0 14896 2622 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4106216152 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=114368 CPUtime=176.5 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) R 18288 18288 17869 0 -1 4202560 533 0 0 0 14963 2687 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4095729776 136384892 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=114368 CPUtime=176.77 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) R 18288 18288 17869 0 -1 4202560 581 0 0 0 15015 2662 0 0 20 0 8 0 390883451 117112832 7817 33554432000 134512640 146736320 4288707056 4070566180 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1412.74
Current children cumulated vsize (KiB) 123516

[startup+642.301 s]
/proc/loadavg: 1.01 2.03 3.54 7/193 18337
/proc/meminfo: memFree=26375780/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=114368 CPUtime=1554.88 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) R 18288 18288 17869 0 -1 4202496 7868 0 0 0 132009 23479 0 0 20 0 8 0 390883444 117112832 8120 33554432000 134512640 146736320 4288707056 4288703468 144580332 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18289/statm: 28592 8120 951 2985 0 25526 0
[pid=18289/tid=18305] ppid=18288 vsize=114368 CPUtime=195.14 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) R 18288 18288 17869 0 -1 4202560 551 0 0 0 16584 2930 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4130396760 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=114368 CPUtime=195.95 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 610 0 0 0 16441 3154 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=114368 CPUtime=193.89 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) R 18288 18288 17869 0 -1 4202560 514 0 0 0 16319 3070 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4151369388 144580332 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=114368 CPUtime=196.7 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) R 18288 18288 17869 0 -1 4202560 588 0 0 0 16604 3066 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4119909912 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=114368 CPUtime=192.89 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 494 0 0 0 16419 2870 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=114368 CPUtime=194.46 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 574 0 0 0 16493 2953 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=114368 CPUtime=194.65 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 621 0 0 0 16529 2936 0 0 20 0 8 0 390883451 117112832 8120 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1554.88
Current children cumulated vsize (KiB) 123516

[startup+702.3 s]
/proc/loadavg: 1.07 1.85 3.38 6/193 18337
/proc/meminfo: memFree=26371108/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=116260 CPUtime=1697.15 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 8508 0 0 0 144130 25585 0 0 20 0 8 0 390883444 119050240 8473 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18289/statm: 29065 8473 951 2985 0 25999 0
[pid=18289/tid=18305] ppid=18288 vsize=116260 CPUtime=213.21 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) R 18288 18288 17869 0 -1 4202560 598 0 0 0 18140 3181 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4130396544 136667487 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=116260 CPUtime=214.04 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) S 18288 18288 17869 0 -1 4202560 780 0 0 0 17964 3440 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4140883600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=116260 CPUtime=211.8 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 552 0 0 0 17850 3330 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=116260 CPUtime=214.9 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 635 0 0 0 18133 3357 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=116260 CPUtime=210.61 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 664 0 0 0 17932 3129 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=116260 CPUtime=212.56 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 615 0 0 0 18027 3229 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=116260 CPUtime=212.49 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) S 18288 18288 17869 0 -1 4202560 664 0 0 0 18051 3198 0 0 20 0 8 0 390883451 119050240 8473 33554432000 134512640 146736320 4288707056 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1697.15
Current children cumulated vsize (KiB) 125408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+745.808 s]
/proc/loadavg: 1.03 1.73 3.27 4/193 18337
/proc/meminfo: memFree=26369868/32873648 swapFree=7388/7388
[pid=18288] ppid=18286 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18288/stat : 18288 (run) S 18286 18288 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390883444 9367552 269 33554432000 4194304 5064252 140736721185904 140736721184816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18288/statm: 2287 269 229 213 0 72 0
[pid=18289] ppid=18288 vsize=116260 CPUtime=1800.21 cores=0,2,4,6
/proc/18289/stat : 18289 (pb_cplex) S 18288 18288 17869 0 -1 4202496 8752 0 0 0 152931 27090 0 0 20 0 8 0 390883444 119050240 8717 33554432000 134512640 146736320 4288707056 4288703440 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18289/statm: 29065 8717 951 2985 0 25999 0
[pid=18289/tid=18305] ppid=18288 vsize=116260 CPUtime=226.23 cores=0,2,4,6
/proc/18289/task/18305/stat : 18305 (pb_cplex) S 18288 18288 17869 0 -1 4202560 633 0 0 0 19248 3375 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4130397840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18289/tid=18306] ppid=18288 vsize=116260 CPUtime=227.04 cores=0,2,4,6
/proc/18289/task/18306/stat : 18306 (pb_cplex) R 18288 18288 17869 0 -1 4202560 806 0 0 0 19063 3641 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4140882520 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18307] ppid=18288 vsize=116260 CPUtime=224.76 cores=0,2,4,6
/proc/18289/task/18307/stat : 18307 (pb_cplex) S 18288 18288 17869 0 -1 4202560 577 0 0 0 18967 3509 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4151369360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18308] ppid=18288 vsize=116260 CPUtime=227.98 cores=0,2,4,6
/proc/18289/task/18308/stat : 18308 (pb_cplex) S 18288 18288 17869 0 -1 4202560 666 0 0 0 19245 3553 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4119912080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18309] ppid=18288 vsize=116260 CPUtime=223.53 cores=0,2,4,6
/proc/18289/task/18309/stat : 18309 (pb_cplex) S 18288 18288 17869 0 -1 4202560 700 0 0 0 19040 3313 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4106219152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18289/tid=18310] ppid=18288 vsize=116260 CPUtime=225.54 cores=0,2,4,6
/proc/18289/task/18310/stat : 18310 (pb_cplex) S 18288 18288 17869 0 -1 4202560 643 0 0 0 19141 3413 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4095733392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18289/tid=18311] ppid=18288 vsize=116260 CPUtime=225.44 cores=0,2,4,6
/proc/18289/task/18311/stat : 18311 (pb_cplex) R 18288 18288 17869 0 -1 4202560 695 0 0 0 19151 3393 0 0 20 0 8 0 390883451 119050240 8717 33554432000 134512640 146736320 4288707056 4070564840 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 125408

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 745.822
CPU time (s): 1841.7
CPU user time (s): 1564.29
CPU system time (s): 277.414
CPU usage (%): 246.936
Max. virtual memory (cumulated for all children) (KiB): 125408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1564.29
system time used= 277.414
maximum resident set size= 34872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9116
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= 46209506
involuntary context switches= 8633503

runsolver used 1.44478 second user time and 3.52146 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-09 15:13:09
IDJOB=3734854
IDBENCH=2911
IDSOLVER=2325
FILE ID=node148/3734854-1339247589
RUNJOBID= node148-1339246835-17885
PBS_JOBID= 14644333
Free space on /tmp= 70428 MiB

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

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=526829103

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26595500 kB
Buffers:          771912 kB
Cached:          4390940 kB
SwapCached:          560 kB
Active:          2674960 kB
Inactive:        2626856 kB
Active(anon):     126216 kB
Inactive(anon):    10628 kB
Active(file):    2548744 kB
Inactive(file):  2616228 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:        141316 kB
Mapped:            14568 kB
Shmem:                36 kB
Slab:             837836 kB
SReclaimable:     282028 kB
SUnreclaim:       555808 kB
KernelStack:        1464 kB
PageTables:         3936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     311284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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-3734854-1339247589.opb

Free space on /tmp at the end= 70412 MiB
End job on node148 at 2012-06-09 15:25:35