Trace number 3734909

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) 1800.75 742.815

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
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
SatisfiableNO
(Un)Satisfiability was provedYES
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 constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
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-3734909-1339247611.opb.
0.00/0.00	c Instance file HOME/instance-3734909-1339247611.opb
0.00/0.00	c File size is 6868 bytes.
0.00/0.01	c Highest Coefficient sum: 4594
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      61                                                  |
0.00/0.01	c |  Number Constraints:    15                                                  |
0.00/0.01	c ===============================================================================
1800.07/742.81	c Remaining time 1799.99 sec.
1800.07/742.81	c 
1800.07/742.81	c *** INTERRUPTED ***
1800.07/742.81	s UNKNOWN
1800.07/742.81	c Total CPU time              : 1275.5 s
1800.07/742.81	c Memory used           : 115.63 MB
1800.07/742.81	c CPU time              : 1275.5 s
1800.07/742.81	c 
1800.07/742.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-3734909-1339247611/watcher-3734909-1339247611 -o /tmp/evaluation-result-3734909-1339247611/solver-3734909-1339247611 -C 1800 -W 1900 -M 15500 run HOME/instance-3734909-1339247611.opb 

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

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


[startup+0 s]
/proc/loadavg: 13.50 11.50 6.10 3/184 27307
/proc/meminfo: memFree=31685660/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0

[startup+0.055989 s]
/proc/loadavg: 13.50 11.50 6.10 3/184 27307
/proc/meminfo: memFree=31685660/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100803 s]
/proc/loadavg: 13.50 11.50 6.10 3/184 27307
/proc/meminfo: memFree=31685660/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300358 s]
/proc/loadavg: 13.50 11.50 6.10 3/184 27307
/proc/meminfo: memFree=31685660/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700122 s]
/proc/loadavg: 13.50 11.50 6.10 3/184 27307
/proc/meminfo: memFree=31685660/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50046 s]
/proc/loadavg: 12.50 11.33 6.07 3/193 27330
/proc/meminfo: memFree=31672856/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=95952 CPUtime=3.25 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 3380 0 0 0 242 83 0 0 20 0 8 0 390888103 98254848 4175 33554432000 134512640 146736320 4287642128 4287635752 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27308/statm: 23988 4175 951 2985 0 20922 0
[pid=27308/tid=27324] ppid=27307 vsize=95952 CPUtime=0.36 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) R 27307 27307 27040 0 -1 4202560 27 0 0 0 25 11 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4130457952 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=95952 CPUtime=0.37 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 28 0 0 0 26 11 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=95952 CPUtime=0.34 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 15 0 0 0 26 8 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=95952 CPUtime=0.38 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 42 0 0 0 27 11 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4119973520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=95952 CPUtime=0.37 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) R 27307 27307 27040 0 -1 4202560 21 0 0 0 29 8 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4108316332 144580332 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=95952 CPUtime=0.36 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) R 27307 27307 27040 0 -1 4202560 17 0 0 0 26 10 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4097827816 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=95952 CPUtime=0.39 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) R 27307 27307 27040 0 -1 4202560 40 0 0 0 28 11 0 0 20 0 8 0 390888111 98254848 4175 33554432000 134512640 146736320 4287642128 4070565400 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 105100

[startup+3.10031 s]
/proc/loadavg: 12.50 11.33 6.07 4/193 27330
/proc/meminfo: memFree=31672360/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=96976 CPUtime=7.09 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 3618 0 0 0 519 190 0 0 20 0 8 0 390888103 99303424 4369 33554432000 134512640 146736320 4287642128 4287638400 136674344 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27308/statm: 24244 4369 951 2985 0 21178 0
[pid=27308/tid=27324] ppid=27307 vsize=96976 CPUtime=0.84 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 52 0 0 0 60 24 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4130459108 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=96976 CPUtime=0.84 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 46 0 0 0 61 23 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4140944868 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=96976 CPUtime=0.78 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 35 0 0 0 56 22 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4151430628 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=96976 CPUtime=0.85 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 62 0 0 0 63 22 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4119973348 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=96976 CPUtime=0.85 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) R 27307 27307 27040 0 -1 4202560 32 0 0 0 63 22 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4108316332 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=96976 CPUtime=0.83 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) R 27307 27307 27040 0 -1 4202560 66 0 0 0 59 24 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4097830572 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=96976 CPUtime=0.87 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 88 0 0 0 62 25 0 0 20 0 8 0 390888111 99303424 4369 33554432000 134512640 146736320 4287642128 4070567536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 106124

[startup+6.30031 s]
/proc/loadavg: 12.50 11.33 6.07 12/193 27401
/proc/meminfo: memFree=31820688/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=96976 CPUtime=14.98 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 3628 0 0 0 1054 444 0 0 20 0 8 0 390888103 99303424 4379 33554432000 134512640 146736320 4287642128 4287638480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27308/statm: 24244 4379 951 2985 0 21178 0
[pid=27308/tid=27324] ppid=27307 vsize=96976 CPUtime=1.85 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 54 0 0 0 123 62 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4130459280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=96976 CPUtime=1.82 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 48 0 0 0 128 54 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=96976 CPUtime=1.73 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 36 0 0 0 120 53 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=96976 CPUtime=1.81 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 63 0 0 0 125 56 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4119973520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=96976 CPUtime=1.83 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 34 0 0 0 130 53 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=96976 CPUtime=1.73 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 67 0 0 0 120 53 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=96976 CPUtime=1.85 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 88 0 0 0 127 58 0 0 20 0 8 0 390888111 99303424 4379 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 106124

[startup+12.7003 s]
/proc/loadavg: 10.58 10.95 6.01 8/193 27401
/proc/meminfo: memFree=31819652/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=96976 CPUtime=29.76 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 3658 0 0 0 2098 878 0 0 20 0 8 0 390888103 99303424 4409 33554432000 134512640 146736320 4287642128 4287635752 144757825 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27308/statm: 24244 4409 951 2985 0 21178 0
[pid=27308/tid=27324] ppid=27307 vsize=96976 CPUtime=3.62 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 59 0 0 0 246 116 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4130459280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=96976 CPUtime=3.61 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 52 0 0 0 254 107 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=96976 CPUtime=3.51 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 41 0 0 0 244 107 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=96976 CPUtime=3.63 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 72 0 0 0 255 108 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4119973520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=96976 CPUtime=3.61 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 38 0 0 0 254 107 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=96976 CPUtime=3.55 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 68 0 0 0 248 107 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=96976 CPUtime=3.67 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) R 27307 27307 27040 0 -1 4202560 89 0 0 0 252 115 0 0 20 0 8 0 390888111 99303424 4409 33554432000 134512640 146736320 4287642128 4070563904 135441793 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (KiB) 106124

[startup+25.5003 s]
/proc/loadavg: 8.95 10.59 5.94 3/193 27401
/proc/meminfo: memFree=31819320/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=96976 CPUtime=61.31 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) S 27307 27307 27040 0 -1 4202496 3698 0 0 0 4337 1794 0 0 20 0 8 0 390888103 99303424 4449 33554432000 134512640 146736320 4287642128 4287638448 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27308/statm: 24244 4449 951 2985 0 21178 0
[pid=27308/tid=27324] ppid=27307 vsize=96976 CPUtime=7.59 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 68 0 0 0 524 235 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4130459248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=96976 CPUtime=7.46 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 61 0 0 0 529 217 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4140945008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=96976 CPUtime=7.35 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 49 0 0 0 513 222 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4151430768 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=96976 CPUtime=7.48 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 80 0 0 0 522 226 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4119973488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=96976 CPUtime=7.4 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 44 0 0 0 519 221 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4108316272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=96976 CPUtime=7.35 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) R 27307 27307 27040 0 -1 4202560 68 0 0 0 521 214 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=96976 CPUtime=7.5 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 89 0 0 0 523 227 0 0 20 0 8 0 390888111 99303424 4449 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 61.31
Current children cumulated vsize (KiB) 106124

[startup+51.1003 s]
/proc/loadavg: 5.90 9.74 5.78 10/193 27401
/proc/meminfo: memFree=31817336/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0

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

[pid=27308/tid=27329] ppid=27307 vsize=116880 CPUtime=118.29 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 408 0 0 0 8339 3490 0 0 20 0 8 0 390888111 119685120 7338 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=116880 CPUtime=118.95 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 455 0 0 0 8379 3516 0 0 20 0 8 0 390888111 119685120 7338 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 972.35
Current children cumulated vsize (KiB) 126028

[startup+462.3 s]
/proc/loadavg: 0.02 2.43 3.69 4/193 27405
/proc/meminfo: memFree=31798860/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=116880 CPUtime=1118.46 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) S 27307 27307 27040 0 -1 4202496 7268 0 0 0 79055 32791 0 0 20 0 8 0 390888103 119685120 7732 33554432000 134512640 146736320 4287642128 4287638480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27308/statm: 29220 7732 951 2985 0 26154 0
[pid=27308/tid=27324] ppid=27307 vsize=116880 CPUtime=136.84 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 791 0 0 0 9602 4082 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4130459280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=116880 CPUtime=136.37 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 421 0 0 0 9613 4024 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=116880 CPUtime=137.29 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 512 0 0 0 9594 4135 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=116880 CPUtime=136.67 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 485 0 0 0 9578 4089 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4119973520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=116880 CPUtime=136.46 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 482 0 0 0 9572 4074 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=116880 CPUtime=136.02 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 456 0 0 0 9601 4001 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=116880 CPUtime=137.06 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) R 27307 27307 27040 0 -1 4202560 501 0 0 0 9659 4047 0 0 20 0 8 0 390888111 119685120 7732 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1118.46
Current children cumulated vsize (KiB) 126028

[startup+522.3 s]
/proc/loadavg: 0.04 2.00 3.46 16/193 27405
/proc/meminfo: memFree=31796752/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=116880 CPUtime=1266.11 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 7645 0 0 0 89535 37076 0 0 20 0 8 0 390888103 119685120 8109 33554432000 134512640 146736320 4287642128 4287638348 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27308/statm: 29220 8109 951 2985 0 26154 0
[pid=27308/tid=27324] ppid=27307 vsize=116880 CPUtime=154.93 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 838 0 0 0 10877 4616 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4130459108 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=116880 CPUtime=154.56 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) R 27307 27307 27040 0 -1 4202560 468 0 0 0 10906 4550 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4140945008 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=116880 CPUtime=155.38 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 556 0 0 0 10864 4674 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4151430768 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=116880 CPUtime=154.9 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 536 0 0 0 10863 4627 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4119973488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=116880 CPUtime=154.17 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 529 0 0 0 10834 4583 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4108316272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=116880 CPUtime=154.02 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 504 0 0 0 10866 4536 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4097830512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=116880 CPUtime=155.06 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 548 0 0 0 10929 4577 0 0 20 0 8 0 390888111 119685120 8109 33554432000 134512640 146736320 4287642128 4070567536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1266.11
Current children cumulated vsize (KiB) 126028

[startup+582.3 s]
/proc/loadavg: 0.01 1.63 3.24 10/193 27406
/proc/meminfo: memFree=31794520/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=116880 CPUtime=1408.04 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 7984 0 0 0 99640 41164 0 0 20 0 8 0 390888103 119685120 8446 33554432000 134512640 146736320 4287642128 4287638400 136674344 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27308/statm: 29220 8446 951 2985 0 26154 0
[pid=27308/tid=27324] ppid=27307 vsize=116880 CPUtime=172.24 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) R 27307 27307 27040 0 -1 4202560 880 0 0 0 12101 5123 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4130459248 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=116880 CPUtime=171.66 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 508 0 0 0 12131 5035 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4140945008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=116880 CPUtime=172.73 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 598 0 0 0 12091 5182 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4151430768 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=116880 CPUtime=172.34 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 579 0 0 0 12087 5147 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4119973488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=116880 CPUtime=171.5 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 568 0 0 0 12067 5083 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4108316272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=116880 CPUtime=171.17 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 548 0 0 0 12087 5030 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4097830512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=116880 CPUtime=172.6 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 592 0 0 0 12159 5101 0 0 20 0 8 0 390888111 119685120 8446 33554432000 134512640 146736320 4287642128 4070567536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1408.04
Current children cumulated vsize (KiB) 126028

[startup+642.3 s]
/proc/loadavg: 0.00 1.33 3.03 5/193 27406
/proc/meminfo: memFree=31792164/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=118400 CPUtime=1554.2 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 8507 0 0 0 110033 45387 0 0 20 0 8 0 390888103 121241600 8780 33554432000 134512640 146736320 4287642128 4287638400 136676165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27308/statm: 29600 8780 951 2985 0 26534 0
[pid=27308/tid=27324] ppid=27307 vsize=118400 CPUtime=190.09 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 958 0 0 0 13373 5636 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4130459280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=118400 CPUtime=189.61 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 666 0 0 0 13403 5558 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=118400 CPUtime=190.49 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 638 0 0 0 13343 5706 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=118400 CPUtime=190.24 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) S 27307 27307 27040 0 -1 4202560 622 0 0 0 13356 5668 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4119973520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=118400 CPUtime=189.21 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 609 0 0 0 13313 5608 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=118400 CPUtime=188.96 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 594 0 0 0 13337 5559 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4097830372 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=118400 CPUtime=190.56 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) R 27307 27307 27040 0 -1 4202560 671 0 0 0 13423 5633 0 0 20 0 8 0 390888111 121241600 8780 33554432000 134512640 146736320 4287642128 4070567396 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1554.2
Current children cumulated vsize (KiB) 127548

[startup+702.3 s]
/proc/loadavg: 0.00 1.09 2.84 8/193 27406
/proc/meminfo: memFree=31789932/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=118400 CPUtime=1700.35 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) R 27307 27307 27040 0 -1 4202496 8892 0 0 0 120432 49603 0 0 20 0 8 0 390888103 121241600 9164 33554432000 134512640 146736320 4287642128 4287638508 144580332 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27308/statm: 29600 9164 951 2985 0 26534 0
[pid=27308/tid=27324] ppid=27307 vsize=118400 CPUtime=207.85 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) R 27307 27307 27040 0 -1 4202560 1005 0 0 0 14639 6146 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4130456552 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=118400 CPUtime=207.47 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) R 27307 27307 27040 0 -1 4202560 706 0 0 0 14674 6073 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4140941524 135846438 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=118400 CPUtime=208.52 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) R 27307 27307 27040 0 -1 4202560 687 0 0 0 14615 6237 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4151428072 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=118400 CPUtime=208.15 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) R 27307 27307 27040 0 -1 4202560 676 0 0 0 14625 6190 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4119972440 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=118400 CPUtime=206.77 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) R 27307 27307 27040 0 -1 4202560 655 0 0 0 14554 6123 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=118400 CPUtime=206.76 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 642 0 0 0 14600 6076 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=118400 CPUtime=208.54 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 725 0 0 0 14688 6166 0 0 20 0 8 0 390888111 121241600 9164 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1700.35
Current children cumulated vsize (KiB) 127548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+742.801 s]
/proc/loadavg: 0.00 0.95 2.72 11/193 27406
/proc/meminfo: memFree=31788320/32873844 swapFree=7116/7116
[pid=27307] ppid=27305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (run) S 27305 27307 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888103 9367552 270 33554432000 4194304 5064252 140737211151600 140737211150512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27307/statm: 2287 270 229 213 0 72 0
[pid=27308] ppid=27307 vsize=118400 CPUtime=1800.07 cores=1,3,5,7
/proc/27308/stat : 27308 (pb_cplex) S 27307 27307 27040 0 -1 4202496 9147 0 0 0 127549 52458 0 0 20 0 8 0 390888103 121241600 9418 33554432000 134512640 146736320 4287642128 4287638480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27308/statm: 29600 9418 951 2985 0 26534 0
[pid=27308/tid=27324] ppid=27307 vsize=118400 CPUtime=219.94 cores=1,3,5,7
/proc/27308/task/27324/stat : 27324 (pb_cplex) S 27307 27307 27040 0 -1 4202560 1034 0 0 0 15505 6489 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4130459280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27308/tid=27325] ppid=27307 vsize=118400 CPUtime=219.93 cores=1,3,5,7
/proc/27308/task/27325/stat : 27325 (pb_cplex) S 27307 27307 27040 0 -1 4202560 740 0 0 0 15554 6439 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4140945040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27308/tid=27326] ppid=27307 vsize=118400 CPUtime=220.82 cores=1,3,5,7
/proc/27308/task/27326/stat : 27326 (pb_cplex) S 27307 27307 27040 0 -1 4202560 722 0 0 0 15486 6596 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4151430800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27327] ppid=27307 vsize=118400 CPUtime=220.42 cores=1,3,5,7
/proc/27308/task/27327/stat : 27327 (pb_cplex) R 27307 27307 27040 0 -1 4202560 711 0 0 0 15491 6551 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4119973548 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27328] ppid=27307 vsize=118400 CPUtime=218.77 cores=1,3,5,7
/proc/27308/task/27328/stat : 27328 (pb_cplex) S 27307 27307 27040 0 -1 4202560 686 0 0 0 15404 6473 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27308/tid=27329] ppid=27307 vsize=118400 CPUtime=218.79 cores=1,3,5,7
/proc/27308/task/27329/stat : 27329 (pb_cplex) S 27307 27307 27040 0 -1 4202560 672 0 0 0 15465 6414 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27308/tid=27330] ppid=27307 vsize=118400 CPUtime=220.76 cores=1,3,5,7
/proc/27308/task/27330/stat : 27330 (pb_cplex) S 27307 27307 27040 0 -1 4202560 759 0 0 0 15549 6527 0 0 20 0 8 0 390888111 121241600 9418 33554432000 134512640 146736320 4287642128 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 127548

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 742.815
CPU time (s): 1800.75
CPU user time (s): 1275.8
CPU system time (s): 524.946
CPU usage (%): 242.422
Max. virtual memory (cumulated for all children) (KiB): 127548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1275.8
system time used= 524.946
maximum resident set size= 37676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9511
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= 36080704
involuntary context switches= 7309515

runsolver used 1.78073 second user time and 4.16537 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 15:13:31
IDJOB=3734909
IDBENCH=2917
IDSOLVER=2325
FILE ID=node111/3734909-1339247611
RUNJOBID= node111-1339246833-27057
PBS_JOBID= 14644370
Free space on /tmp= 71260 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_4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734909-1339247611/watcher-3734909-1339247611 -o /tmp/evaluation-result-3734909-1339247611/solver-3734909-1339247611 -C 1800 -W 1900 -M 15500  run HOME/instance-3734909-1339247611.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=1854468003

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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:       32873844 kB
MemFree:        31686452 kB
Buffers:          123604 kB
Cached:            79152 kB
SwapCached:         1320 kB
Active:           332176 kB
Inactive:          30992 kB
Active(anon):     158720 kB
Inactive(anon):     4084 kB
Active(file):     173456 kB
Inactive(file):    26908 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             16728 kB
Writeback:             4 kB
AnonPages:        166108 kB
Mapped:            12192 kB
Shmem:                 0 kB
Slab:             684096 kB
SReclaimable:     126252 kB
SUnreclaim:       557844 kB
KernelStack:        1536 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     284724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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-3734909-1339247611.opb

Free space on /tmp at the end= 71244 MiB
End job on node111 at 2012-06-09 15:25:54