Trace number 3734920

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) 1802.7 754.813

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3734920-1339247615.opb.
0.00/0.00	c Instance file HOME/instance-3734920-1339247615.opb
0.00/0.00	c File size is 4933 bytes.
0.00/0.00	c Highest Coefficient sum: 3811
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.16/754.81	c Remaining time 1800.00 sec.
1800.16/754.81	c 
1800.16/754.81	c *** INTERRUPTED ***
1800.16/754.81	s UNKNOWN
1800.16/754.81	c Total CPU time              : 1244.59 s
1800.16/754.81	c Memory used           : 109.88 MB
1800.16/754.81	c CPU time              : 1244.59 s
1800.16/754.81	c 
1800.16/754.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-3734920-1339247615/watcher-3734920-1339247615 -o /tmp/evaluation-result-3734920-1339247615/solver-3734920-1339247615 -C 1800 -W 1900 -M 15500 run HOME/instance-3734920-1339247615.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: 12.50 11.33 6.07 9/184 27378
/proc/meminfo: memFree=31828488/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0

[startup+0.028158 s]
/proc/loadavg: 12.50 11.33 6.07 9/184 27378
/proc/meminfo: memFree=31828488/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100166 s]
/proc/loadavg: 12.50 11.33 6.07 9/184 27378
/proc/meminfo: memFree=31828488/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300118 s]
/proc/loadavg: 12.50 11.33 6.07 9/184 27378
/proc/meminfo: memFree=31828488/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700114 s]
/proc/loadavg: 12.50 11.33 6.07 9/184 27378
/proc/meminfo: memFree=31828488/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 12.50 11.33 6.07 6/193 27401
/proc/meminfo: memFree=31821680/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=95536 CPUtime=3.29 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) R 27378 27378 27040 0 -1 4202496 3327 0 0 0 232 97 0 0 20 0 8 0 390888460 97828864 2525 33554432000 134512640 146736320 4289479584 4289475836 144580332 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27379/statm: 23884 2525 951 2985 0 20818 0
[pid=27379/tid=27395] ppid=27378 vsize=95536 CPUtime=0.39 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 9 0 0 0 27 12 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=95536 CPUtime=0.38 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 20 0 0 0 26 12 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=95536 CPUtime=0.39 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) R 27378 27378 27040 0 -1 4202560 23 0 0 0 26 13 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4152311268 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=95536 CPUtime=0.37 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 13 0 0 0 26 11 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4120853988 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=95536 CPUtime=0.37 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 29 0 0 0 25 12 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4110368228 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=95536 CPUtime=0.37 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 22 0 0 0 26 11 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4099882468 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=95536 CPUtime=0.39 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 32 0 0 0 27 12 0 0 20 0 8 0 390888467 97828864 2525 33554432000 134512640 146736320 4289479584 4089396708 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 104684

[startup+3.1004 s]
/proc/loadavg: 11.50 11.14 6.04 12/193 27401
/proc/meminfo: memFree=31820688/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=95536 CPUtime=7.1 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) R 27378 27378 27040 0 -1 4202496 3333 0 0 0 495 215 0 0 20 0 8 0 390888460 97828864 2527 33554432000 134512640 146736320 4289479584 4289474712 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27379/statm: 23884 2527 951 2985 0 20818 0
[pid=27379/tid=27395] ppid=27378 vsize=95536 CPUtime=0.85 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) R 27378 27378 27040 0 -1 4202560 10 0 0 0 58 27 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4131337168 136364617 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=95536 CPUtime=0.86 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) R 27378 27378 27040 0 -1 4202560 20 0 0 0 58 28 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4141822932 136414003 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=95536 CPUtime=0.85 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 23 0 0 0 58 27 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=95536 CPUtime=0.82 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 13 0 0 0 56 26 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=95536 CPUtime=0.82 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 29 0 0 0 57 25 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=95536 CPUtime=0.82 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 22 0 0 0 58 24 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=95536 CPUtime=0.85 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) R 27378 27378 27040 0 -1 4202560 32 0 0 0 59 26 0 0 20 0 8 0 390888467 97828864 2527 33554432000 134512640 146736320 4289479584 4089394152 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 104684

[startup+6.30033 s]
/proc/loadavg: 11.50 11.14 6.04 4/193 27401
/proc/meminfo: memFree=31820208/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=96560 CPUtime=14.87 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 3537 0 0 0 1027 460 0 0 20 0 8 0 390888460 98877440 2693 33554432000 134512640 146736320 4289479584 4289475952 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 24140 2693 951 2985 0 21074 0
[pid=27379/tid=27395] ppid=27378 vsize=96560 CPUtime=1.84 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 33 0 0 0 125 59 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4131339888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=96560 CPUtime=1.84 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 52 0 0 0 123 61 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4141825648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=96560 CPUtime=1.77 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 40 0 0 0 121 56 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4152311408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=96560 CPUtime=1.77 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 33 0 0 0 118 59 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4120854128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=96560 CPUtime=1.76 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 51 0 0 0 122 54 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4110368368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=96560 CPUtime=1.77 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 57 0 0 0 122 55 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4099882608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=96560 CPUtime=1.81 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) R 27378 27378 27040 0 -1 4202560 55 0 0 0 123 58 0 0 20 0 8 0 390888467 98877440 2693 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 105708

[startup+12.7003 s]
/proc/loadavg: 10.58 10.95 6.01 12/193 27401
/proc/meminfo: memFree=31819428/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=96560 CPUtime=29.73 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 3549 0 0 0 2041 932 0 0 20 0 8 0 390888460 98877440 2705 33554432000 134512640 146736320 4289479584 4289475984 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27379/statm: 24140 2705 951 2985 0 21074 0
[pid=27379/tid=27395] ppid=27378 vsize=96560 CPUtime=3.66 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 34 0 0 0 248 118 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=96560 CPUtime=3.68 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 53 0 0 0 243 125 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=96560 CPUtime=3.59 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 42 0 0 0 244 115 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=96560 CPUtime=3.54 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 33 0 0 0 241 113 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=96560 CPUtime=3.55 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 55 0 0 0 242 113 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=96560 CPUtime=3.53 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 59 0 0 0 246 107 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=96560 CPUtime=3.6 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) R 27378 27378 27040 0 -1 4202560 56 0 0 0 245 115 0 0 20 0 8 0 390888467 98877440 2705 33554432000 134512640 146736320 4289479584 4089394240 138433446 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.73
Current children cumulated vsize (KiB) 105708

[startup+25.5006 s]
/proc/loadavg: 8.23 10.42 5.91 7/193 27401
/proc/meminfo: memFree=31818328/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=96560 CPUtime=60.67 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) R 27378 27378 27040 0 -1 4202496 3567 0 0 0 4169 1898 0 0 20 0 8 0 390888460 98877440 2723 33554432000 134512640 146736320 4289479584 4289473816 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27379/statm: 24140 2723 951 2985 0 21074 0
[pid=27379/tid=27395] ppid=27378 vsize=96560 CPUtime=7.41 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) R 27378 27378 27040 0 -1 4202560 37 0 0 0 508 233 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4131338592 137368674 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=96560 CPUtime=7.52 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 54 0 0 0 507 245 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=96560 CPUtime=7.39 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 46 0 0 0 506 233 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=96560 CPUtime=7.31 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) R 27378 27378 27040 0 -1 4202560 35 0 0 0 498 233 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4120851992 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=96560 CPUtime=7.32 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 58 0 0 0 498 234 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=96560 CPUtime=7.25 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 60 0 0 0 503 222 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=96560 CPUtime=7.44 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) R 27378 27378 27040 0 -1 4202560 59 0 0 0 502 242 0 0 20 0 8 0 390888467 98877440 2723 33554432000 134512640 146736320 4289479584 4089394152 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 105708

[startup+51.1003 s]
/proc/loadavg: 5.42 9.58 5.75 10/193 27401
/proc/meminfo: memFree=31817336/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0

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

[pid=27379/tid=27400] ppid=27378 vsize=104408 CPUtime=116.45 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 253 0 0 0 7994 3651 0 0 20 0 8 0 390888467 106913792 4412 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=104408 CPUtime=118.23 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 229 0 0 0 8058 3765 0 0 20 0 8 0 390888467 106913792 4412 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 961.26
Current children cumulated vsize (KiB) 113556

[startup+462.3 s]
/proc/loadavg: 0.02 2.43 3.69 10/193 27405
/proc/meminfo: memFree=31798860/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=104696 CPUtime=1104.45 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 5783 0 0 0 76228 34217 0 0 20 0 8 0 390888460 107208704 4610 33554432000 134512640 146736320 4289479584 4289475984 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27379/statm: 26174 4610 951 2985 0 23108 0
[pid=27379/tid=27395] ppid=27378 vsize=104696 CPUtime=133.71 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 293 0 0 0 9273 4098 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=104696 CPUtime=136.72 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 638 0 0 0 9332 4340 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=104696 CPUtime=134.63 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 252 0 0 0 9221 4242 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=104696 CPUtime=134.91 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) R 27378 27378 27040 0 -1 4202560 261 0 0 0 9246 4245 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=104696 CPUtime=134.13 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 308 0 0 0 9218 4195 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=104696 CPUtime=133.79 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 274 0 0 0 9195 4184 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=104696 CPUtime=135.81 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 250 0 0 0 9266 4315 0 0 20 0 8 0 390888467 107208704 4610 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1104.45
Current children cumulated vsize (KiB) 113844

[startup+522.3 s]
/proc/loadavg: 0.04 2.00 3.46 4/193 27405
/proc/meminfo: memFree=31796380/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=104696 CPUtime=1248.37 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 5949 0 0 0 86165 38672 0 0 20 0 8 0 390888460 107208704 4776 33554432000 134512640 146736320 4289479584 4289475948 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 26174 4776 951 2985 0 23108 0
[pid=27379/tid=27395] ppid=27378 vsize=104696 CPUtime=151.51 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 315 0 0 0 10482 4669 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4131339884 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=104696 CPUtime=154.42 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 661 0 0 0 10548 4894 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4141825644 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=104696 CPUtime=152.12 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 274 0 0 0 10417 4795 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4152311404 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=104696 CPUtime=152.44 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 283 0 0 0 10445 4799 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4120854124 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=104696 CPUtime=151.59 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) R 27378 27378 27040 0 -1 4202560 323 0 0 0 10425 4734 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4110368364 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=104696 CPUtime=151.19 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 296 0 0 0 10391 4728 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4099882604 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=104696 CPUtime=153.33 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 272 0 0 0 10471 4862 0 0 20 0 8 0 390888467 107208704 4776 33554432000 134512640 146736320 4289479584 4089396844 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1248.37
Current children cumulated vsize (KiB) 113844

[startup+582.3 s]
/proc/loadavg: 0.01 1.63 3.24 4/193 27406
/proc/meminfo: memFree=31794396/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=112508 CPUtime=1390.17 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 6139 0 0 0 96000 43017 0 0 20 0 8 0 390888460 115208192 4966 33554432000 134512640 146736320 4289479584 4289475984 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27379/statm: 28127 4966 951 2985 0 25061 0
[pid=27379/tid=27395] ppid=27378 vsize=112508 CPUtime=168.69 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 340 0 0 0 11673 5196 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=112508 CPUtime=171.91 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 686 0 0 0 11750 5441 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=112508 CPUtime=169.34 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 297 0 0 0 11608 5326 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=112508 CPUtime=169.73 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 308 0 0 0 11629 5344 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=112508 CPUtime=168.87 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) R 27378 27378 27040 0 -1 4202560 342 0 0 0 11615 5272 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=112508 CPUtime=168.34 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 322 0 0 0 11580 5254 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=112508 CPUtime=170.83 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 297 0 0 0 11673 5410 0 0 20 0 8 0 390888467 115208192 4966 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1390.17
Current children cumulated vsize (KiB) 121656

[startup+642.301 s]
/proc/loadavg: 0.00 1.31 3.02 10/193 27406
/proc/meminfo: memFree=31791792/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=112508 CPUtime=1533.26 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 6367 0 0 0 105894 47432 0 0 20 0 8 0 390888460 115208192 5194 33554432000 134512640 146736320 4289479584 4289475984 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27379/statm: 28127 5194 951 2985 0 25061 0
[pid=27379/tid=27395] ppid=27378 vsize=112508 CPUtime=186.09 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 368 0 0 0 12875 5734 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=112508 CPUtime=189.65 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 713 0 0 0 12952 6013 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=112508 CPUtime=186.55 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 326 0 0 0 12811 5844 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=112508 CPUtime=187.36 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 336 0 0 0 12837 5899 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=112508 CPUtime=186.05 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 367 0 0 0 12799 5806 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=112508 CPUtime=185.84 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) R 27378 27378 27040 0 -1 4202560 349 0 0 0 12773 5811 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4099882668 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=112508 CPUtime=188.32 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) R 27378 27378 27040 0 -1 4202560 330 0 0 0 12876 5956 0 0 20 0 8 0 390888467 115208192 5194 33554432000 134512640 146736320 4289479584 4089395820 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1533.26
Current children cumulated vsize (KiB) 121656

[startup+702.3 s]
/proc/loadavg: 0.00 1.09 2.84 5/193 27406
/proc/meminfo: memFree=31789932/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=112508 CPUtime=1677.24 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) S 27378 27378 27040 0 -1 4202496 6558 0 0 0 115839 51885 0 0 20 0 8 0 390888460 115208192 5385 33554432000 134512640 146736320 4289479584 4289475984 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 28127 5385 951 2985 0 25061 0
[pid=27379/tid=27395] ppid=27378 vsize=112508 CPUtime=203.53 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) S 27378 27378 27040 0 -1 4202560 393 0 0 0 14078 6275 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4131339920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=112508 CPUtime=207.31 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) R 27378 27378 27040 0 -1 4202560 736 0 0 0 14161 6570 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=112508 CPUtime=204.09 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 347 0 0 0 14022 6387 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=112508 CPUtime=204.93 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) S 27378 27378 27040 0 -1 4202560 364 0 0 0 14045 6448 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4120854160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=112508 CPUtime=203.49 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) S 27378 27378 27040 0 -1 4202560 390 0 0 0 13998 6351 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=112508 CPUtime=203.35 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 371 0 0 0 13967 6368 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=112508 CPUtime=205.82 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 353 0 0 0 14080 6502 0 0 20 0 8 0 390888467 115208192 5385 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1677.24
Current children cumulated vsize (KiB) 121656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+754.8 s]
/proc/loadavg: 0.30 0.97 2.70 3/186 27458
/proc/meminfo: memFree=31687944/32873844 swapFree=7116/7116
[pid=27378] ppid=27376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (run) S 27376 27378 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390888460 9367552 270 33554432000 4194304 5064252 140734340943056 140734340941968 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27378/statm: 2287 270 229 213 0 72 0
[pid=27379] ppid=27378 vsize=112508 CPUtime=1800.16 cores=0,2,4,6
/proc/27379/stat : 27379 (pb_cplex) R 27378 27378 27040 0 -1 4202496 6713 0 0 0 124457 55559 0 0 20 0 8 0 390888460 115208192 5540 33554432000 134512640 146736320 4289479584 4289474680 136739885 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27379/statm: 28127 5540 951 2985 0 25061 0
[pid=27379/tid=27395] ppid=27378 vsize=112508 CPUtime=218.58 cores=0,2,4,6
/proc/27379/task/27395/stat : 27395 (pb_cplex) R 27378 27378 27040 0 -1 4202560 410 0 0 0 15122 6736 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4131337192 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27396] ppid=27378 vsize=112508 CPUtime=222.6 cores=0,2,4,6
/proc/27379/task/27396/stat : 27396 (pb_cplex) S 27378 27378 27040 0 -1 4202560 755 0 0 0 15224 7036 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4141825680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27379/tid=27397] ppid=27378 vsize=112508 CPUtime=219.04 cores=0,2,4,6
/proc/27379/task/27397/stat : 27397 (pb_cplex) S 27378 27378 27040 0 -1 4202560 367 0 0 0 15069 6835 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4152311440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27398] ppid=27378 vsize=112508 CPUtime=220.01 cores=0,2,4,6
/proc/27379/task/27398/stat : 27398 (pb_cplex) R 27378 27378 27040 0 -1 4202560 382 0 0 0 15092 6909 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4120851432 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27379/tid=27399] ppid=27378 vsize=112508 CPUtime=218.57 cores=0,2,4,6
/proc/27379/task/27399/stat : 27399 (pb_cplex) R 27378 27378 27040 0 -1 4202560 411 0 0 0 15048 6809 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4110368400 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27400] ppid=27378 vsize=112508 CPUtime=218.22 cores=0,2,4,6
/proc/27379/task/27400/stat : 27400 (pb_cplex) S 27378 27378 27040 0 -1 4202560 388 0 0 0 15010 6812 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4099882640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27379/tid=27401] ppid=27378 vsize=112508 CPUtime=221.13 cores=0,2,4,6
/proc/27379/task/27401/stat : 27401 (pb_cplex) S 27378 27378 27040 0 -1 4202560 374 0 0 0 15137 6976 0 0 20 0 8 0 390888467 115208192 5540 33554432000 134512640 146736320 4289479584 4089396880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 121656

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 754.813
CPU time (s): 1802.7
CPU user time (s): 1246.15
CPU system time (s): 556.549
CPU usage (%): 238.827
Max. virtual memory (cumulated for all children) (KiB): 121656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1246.15
system time used= 556.549
maximum resident set size= 22168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7079
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= 39366211
involuntary context switches= 8115168

runsolver used 1.2838 second user time and 3.42048 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 15:13:35
IDJOB=3734920
IDBENCH=2919
IDSOLVER=2325
FILE ID=node111/3734920-1339247615
RUNJOBID= node111-1339246833-27056
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_6_50_3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734920-1339247615/watcher-3734920-1339247615 -o /tmp/evaluation-result-3734920-1339247615/solver-3734920-1339247615 -C 1800 -W 1900 -M 15500  run HOME/instance-3734920-1339247615.opb

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=2059605200

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:        31829776 kB
Buffers:          123672 kB
Cached:            78624 kB
SwapCached:         1320 kB
Active:           189352 kB
Inactive:          31024 kB
Active(anon):      16260 kB
Inactive(anon):     4084 kB
Active(file):     173092 kB
Inactive(file):    26940 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             33332 kB
Writeback:             0 kB
AnonPages:        108352 kB
Mapped:            12060 kB
Shmem:                 0 kB
Slab:             684764 kB
SReclaimable:     126748 kB
SUnreclaim:       558016 kB
KernelStack:        1600 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     202568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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-3734920-1339247615.opb

Free space on /tmp at the end= 71240 MiB
End job on node111 at 2012-06-09 15:26:10