Trace number 3734689

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) 1805.13 706.221

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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-3734689-1339247533.opb.
0.00/0.00	c Instance file HOME/instance-3734689-1339247533.opb
0.00/0.00	c File size is 8963 bytes.
0.00/0.00	c Highest Coefficient sum: 5346
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      71                                                  |
0.00/0.01	c |  Number Constraints:    17                                                  |
0.00/0.01	c ===============================================================================
1800.18/706.21	c Remaining time 1799.99 sec.
1800.18/706.21	c 
1800.18/706.21	c *** INTERRUPTED ***
1800.18/706.21	s UNKNOWN
1800.18/706.21	c Total CPU time              : 1523.31 s
1800.18/706.21	c Memory used           : 152.48 MB
1800.18/706.21	c CPU time              : 1523.31 s
1800.18/706.21	c 
1800.18/706.21	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-3734689-1339247533/watcher-3734689-1339247533 -o /tmp/evaluation-result-3734689-1339247533/solver-3734689-1339247533 -C 1800 -W 1900 -M 15500 run HOME/instance-3734689-1339247533.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: 10.79 9.89 5.73 10/184 26136
/proc/meminfo: memFree=29941552/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0

[startup+0.029058 s]
/proc/loadavg: 10.79 9.89 5.73 10/184 26136
/proc/meminfo: memFree=29941552/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/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: 10.79 9.89 5.73 10/184 26136
/proc/meminfo: memFree=29941552/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300115 s]
/proc/loadavg: 10.79 9.89 5.73 10/184 26136
/proc/meminfo: memFree=29941552/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 10.79 9.89 5.73 10/184 26136
/proc/meminfo: memFree=29941552/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/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: 10.79 9.89 5.73 14/193 26159
/proc/meminfo: memFree=29928484/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=95008 CPUtime=3.5 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 3955 0 0 0 297 53 0 0 20 0 8 0 390878792 97288192 4258 33554432000 134512640 146736320 4289644512 4289640940 144580332 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26137/statm: 23752 4258 948 2985 0 20686 0
[pid=26137/tid=26153] ppid=26136 vsize=95008 CPUtime=0.39 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 26 0 0 0 34 5 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=95008 CPUtime=0.4 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) R 26136 26136 25739 0 -1 4202560 40 0 0 0 33 7 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4141371052 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=95008 CPUtime=0.38 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) R 26136 26136 25739 0 -1 4202560 13 0 0 0 32 6 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4151854056 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=95008 CPUtime=0.4 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) R 26136 26136 25739 0 -1 4202560 12 0 0 0 33 7 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4120396784 135534269 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=95008 CPUtime=0.4 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) R 26136 26136 25739 0 -1 4202560 32 0 0 0 32 8 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4108314136 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=95008 CPUtime=0.4 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 24 0 0 0 33 7 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=95008 CPUtime=0.4 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 17 0 0 0 34 6 0 0 20 0 8 0 390878801 97288192 4258 33554432000 134512640 146736320 4289644512 4070564840 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 104156

[startup+3.10033 s]
/proc/loadavg: 10.79 9.89 5.73 10/193 26159
/proc/meminfo: memFree=29927988/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=95008 CPUtime=7.33 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) S 26136 26136 25739 0 -1 4202496 3980 0 0 0 614 119 0 0 20 0 8 0 390878792 97288192 4275 33554432000 134512640 146736320 4289644512 4289640912 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26137/statm: 23752 4275 948 2985 0 20686 0
[pid=26137/tid=26153] ppid=26136 vsize=95008 CPUtime=0.85 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 28 0 0 0 73 12 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=95008 CPUtime=0.89 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 43 0 0 0 74 15 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=95008 CPUtime=0.87 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 16 0 0 0 73 14 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=95008 CPUtime=0.87 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 22 0 0 0 71 16 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4120399504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=95008 CPUtime=0.86 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 34 0 0 0 70 16 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=95008 CPUtime=0.89 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 26 0 0 0 74 15 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=95008 CPUtime=0.87 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 19 0 0 0 73 14 0 0 20 0 8 0 390878801 97288192 4275 33554432000 134512640 146736320 4289644512 4070567568 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 104156

[startup+6.30032 s]
/proc/loadavg: 10.56 9.86 5.74 10/193 26159
/proc/meminfo: memFree=29926624/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=96232 CPUtime=14.98 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) S 26136 26136 25739 0 -1 4202496 4376 0 0 0 1259 239 0 0 20 0 8 0 390878792 98541568 4557 33554432000 134512640 146736320 4289644512 4289640912 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26137/statm: 24058 4557 948 2985 0 20992 0
[pid=26137/tid=26153] ppid=26136 vsize=96232 CPUtime=1.77 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 80 0 0 0 150 27 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=96232 CPUtime=1.83 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 62 0 0 0 154 29 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=96232 CPUtime=1.82 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 90 0 0 0 150 32 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=96232 CPUtime=1.78 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 40 0 0 0 149 29 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4120399504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=96232 CPUtime=1.81 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 88 0 0 0 149 32 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=96232 CPUtime=1.82 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 77 0 0 0 149 33 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=96232 CPUtime=1.83 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 127 0 0 0 156 27 0 0 20 0 8 0 390878801 98541568 4557 33554432000 134512640 146736320 4289644512 4070565400 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 105380

[startup+12.7003 s]
/proc/loadavg: 10.36 9.83 5.75 14/193 26159
/proc/meminfo: memFree=29926304/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=96232 CPUtime=30.77 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 4400 0 0 0 2592 485 0 0 20 0 8 0 390878792 98541568 4571 33554432000 134512640 146736320 4289644512 4289639592 135537639 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26137/statm: 24058 4571 948 2985 0 20992 0
[pid=26137/tid=26153] ppid=26136 vsize=96232 CPUtime=3.74 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) R 26136 26136 25739 0 -1 4202560 80 0 0 0 320 54 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4130885292 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=96232 CPUtime=3.76 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 66 0 0 0 315 61 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=96232 CPUtime=3.75 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 90 0 0 0 312 63 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=96232 CPUtime=3.71 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) R 26136 26136 25739 0 -1 4202560 47 0 0 0 311 60 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4120398116 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=96232 CPUtime=3.76 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 88 0 0 0 314 62 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=96232 CPUtime=3.79 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 77 0 0 0 314 65 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=96232 CPUtime=3.79 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 135 0 0 0 319 60 0 0 20 0 8 0 390878801 98541568 4571 33554432000 134512640 146736320 4289644512 4070564840 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 105380

[startup+25.5005 s]
/proc/loadavg: 9.83 9.74 5.79 10/193 26159
/proc/meminfo: memFree=29925868/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=96232 CPUtime=64.88 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 4433 0 0 0 5475 1013 0 0 20 0 8 0 390878792 98541568 4604 33554432000 134512640 146736320 4289644512 4289640940 144580332 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26137/statm: 24058 4604 948 2985 0 20992 0
[pid=26137/tid=26153] ppid=26136 vsize=96232 CPUtime=7.85 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) R 26136 26136 25739 0 -1 4202560 81 0 0 0 680 105 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4130884184 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=96232 CPUtime=8.03 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) R 26136 26136 25739 0 -1 4202560 76 0 0 0 675 128 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4141368148 135983225 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=96232 CPUtime=7.9 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) R 26136 26136 25739 0 -1 4202560 90 0 0 0 662 128 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4151855772 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=96232 CPUtime=7.93 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) R 26136 26136 25739 0 -1 4202560 56 0 0 0 659 134 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4120398492 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=96232 CPUtime=7.91 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 88 0 0 0 667 124 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=96232 CPUtime=8.02 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 79 0 0 0 669 133 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=96232 CPUtime=7.92 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 136 0 0 0 665 127 0 0 20 0 8 0 390878801 98541568 4604 33554432000 134512640 146736320 4289644512 4070566556 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.88
Current children cumulated vsize (KiB) 105380

[startup+51.1005 s]
/proc/loadavg: 9.21 9.59 5.85 10/193 26159
/proc/meminfo: memFree=29921880/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0

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

[pid=26137/tid=26158] ppid=26136 vsize=126032 CPUtime=126.21 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) R 26136 26136 25739 0 -1 4202560 633 0 0 0 10604 2017 0 0 20 0 8 0 390878801 129056768 9167 33554432000 134512640 146736320 4289644512 4097830572 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=126032 CPUtime=125.29 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 771 0 0 0 10623 1906 0 0 20 0 8 0 390878801 129056768 9167 33554432000 134512640 146736320 4289644512 4070564120 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1026.11
Current children cumulated vsize (KiB) 135180

[startup+462.3 s]
/proc/loadavg: 5.70 6.87 5.90 4/193 26217
/proc/meminfo: memFree=29470456/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=126032 CPUtime=1179.73 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 9904 0 0 0 99788 18185 0 0 20 0 8 0 390878792 129056768 9814 33554432000 134512640 146736320 4289644512 4289640940 144580332 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26137/statm: 31508 9814 948 2985 0 28442 0
[pid=26137/tid=26153] ppid=26136 vsize=126032 CPUtime=144.57 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) R 26136 26136 25739 0 -1 4202560 775 0 0 0 12221 2236 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4130884252 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=126032 CPUtime=145.88 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) R 26136 26136 25739 0 -1 4202560 726 0 0 0 12279 2309 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4141369720 136740942 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=126032 CPUtime=144.82 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) R 26136 26136 25739 0 -1 4202560 788 0 0 0 12151 2331 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4151854056 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=126032 CPUtime=144.52 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) R 26136 26136 25739 0 -1 4202560 744 0 0 0 12182 2270 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4120399532 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=126032 CPUtime=145.09 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) R 26136 26136 25739 0 -1 4202560 786 0 0 0 12311 2198 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4108315292 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=126032 CPUtime=144.88 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) R 26136 26136 25739 0 -1 4202560 716 0 0 0 12187 2301 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=126032 CPUtime=144 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) S 26136 26136 25739 0 -1 4202560 863 0 0 0 12207 2193 0 0 20 0 8 0 390878801 129056768 9814 33554432000 134512640 146736320 4289644512 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1179.73
Current children cumulated vsize (KiB) 135180

[startup+522.301 s]
/proc/loadavg: 5.97 6.62 5.87 15/194 26221
/proc/meminfo: memFree=29448312/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=126032 CPUtime=1331.39 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 10536 0 0 0 112666 20473 0 0 20 0 8 0 390878792 129056768 10444 33554432000 134512640 146736320 4289644512 4289640940 144580332 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26137/statm: 31508 10444 948 2985 0 28442 0
[pid=26137/tid=26153] ppid=26136 vsize=126032 CPUtime=163.35 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 856 0 0 0 13809 2526 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=126032 CPUtime=164.52 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) R 26136 26136 25739 0 -1 4202560 804 0 0 0 13868 2584 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4141368296 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=126032 CPUtime=163.58 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 877 0 0 0 13730 2628 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=126032 CPUtime=163.23 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) R 26136 26136 25739 0 -1 4202560 820 0 0 0 13762 2561 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4120396776 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=126032 CPUtime=163.76 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) R 26136 26136 25739 0 -1 4202560 868 0 0 0 13891 2485 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=126032 CPUtime=163.58 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) R 26136 26136 25739 0 -1 4202560 789 0 0 0 13771 2587 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4097828376 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=126032 CPUtime=162.63 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 944 0 0 0 13784 2479 0 0 20 0 8 0 390878801 129056768 10444 33554432000 134512640 146736320 4289644512 4070565400 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1331.39
Current children cumulated vsize (KiB) 135180

[startup+582.3 s]
/proc/loadavg: 7.30 6.88 6.00 10/193 26221
/proc/meminfo: memFree=29420248/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=127408 CPUtime=1487.55 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) S 26136 26136 25739 0 -1 4202496 11601 0 0 0 125874 22881 0 0 20 0 8 0 390878792 130465792 11203 33554432000 134512640 146736320 4289644512 4289640912 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26137/statm: 31852 11203 948 2985 0 28786 0
[pid=26137/tid=26153] ppid=26136 vsize=127408 CPUtime=182.42 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 951 0 0 0 15420 2822 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=127408 CPUtime=183.86 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1091 0 0 0 15493 2893 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=127408 CPUtime=182.67 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) R 26136 26136 25739 0 -1 4202560 967 0 0 0 15343 2924 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=127408 CPUtime=182.24 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 908 0 0 0 15370 2854 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4120399504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=127408 CPUtime=183.14 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 960 0 0 0 15519 2795 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=127408 CPUtime=182.7 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1020 0 0 0 15385 2885 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=127408 CPUtime=181.75 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1038 0 0 0 15412 2763 0 0 20 0 8 0 390878801 130465792 11203 33554432000 134512640 146736320 4289644512 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1487.55
Current children cumulated vsize (KiB) 136556

[startup+642.3 s]
/proc/loadavg: 6.77 6.86 6.05 5/193 26221
/proc/meminfo: memFree=29415836/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=127408 CPUtime=1640.07 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) R 26136 26136 25739 0 -1 4202496 12298 0 0 0 138756 25251 0 0 20 0 8 0 390878792 130465792 11895 33554432000 134512640 146736320 4289644512 4289640832 136674344 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26137/statm: 31852 11895 948 2985 0 28786 0
[pid=26137/tid=26153] ppid=26136 vsize=127408 CPUtime=200.99 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) R 26136 26136 25739 0 -1 4202560 1043 0 0 0 16989 3110 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4130885232 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=127408 CPUtime=202.59 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1178 0 0 0 17070 3189 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4141370992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=127408 CPUtime=201.31 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1053 0 0 0 16914 3217 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4151856752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=127408 CPUtime=200.88 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 998 0 0 0 16938 3150 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4120399472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=127408 CPUtime=201.88 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1048 0 0 0 17085 3103 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4108316272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=127408 CPUtime=201.3 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1096 0 0 0 16958 3172 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4097830512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=127408 CPUtime=200.36 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1133 0 0 0 16981 3055 0 0 20 0 8 0 390878801 130465792 11895 33554432000 134512640 146736320 4289644512 4070567536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.07
Current children cumulated vsize (KiB) 136556

[startup+702.3 s]
/proc/loadavg: 6.32 6.61 6.01 13/193 26221
/proc/meminfo: memFree=29406168/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=156136 CPUtime=1789.83 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) S 26136 26136 25739 0 -1 4202496 12942 0 0 0 151459 27524 0 0 20 0 8 0 390878792 159883264 13046 33554432000 134512640 146736320 4289644512 4289640912 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26137/statm: 39034 13046 948 2985 0 35968 0
[pid=26137/tid=26153] ppid=26136 vsize=156136 CPUtime=219.44 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1124 0 0 0 18562 3382 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=156136 CPUtime=221.11 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) R 26136 26136 25739 0 -1 4202560 1265 0 0 0 18638 3473 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=156136 CPUtime=219.82 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1136 0 0 0 18468 3514 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=156136 CPUtime=219.27 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1082 0 0 0 18492 3435 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4120399504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=156136 CPUtime=220.51 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1109 0 0 0 18653 3398 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=156136 CPUtime=219.64 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1173 0 0 0 18517 3447 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=156136 CPUtime=218.88 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1218 0 0 0 18553 3335 0 0 20 0 8 0 390878801 159883264 13046 33554432000 134512640 146736320 4289644512 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.83
Current children cumulated vsize (KiB) 165284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+706.206 s]
/proc/loadavg: 6.45 6.63 6.02 11/193 26221
/proc/meminfo: memFree=29403192/32873648 swapFree=7628/7628
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26136/stat : 26136 (run) S 26134 26136 25739 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390878792 9367552 270 33554432000 4194304 5064252 140735192260864 140735192259776 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26136/statm: 2287 270 229 213 0 72 0
[pid=26137] ppid=26136 vsize=156136 CPUtime=1800.18 cores=0,2,4,6
/proc/26137/stat : 26137 (pb_cplex) S 26136 26136 25739 0 -1 4202496 12984 0 0 0 152330 27688 0 0 20 0 8 0 390878792 159883264 13088 33554432000 134512640 146736320 4289644512 4289640912 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26137/statm: 39034 13088 948 2985 0 35968 0
[pid=26137/tid=26153] ppid=26136 vsize=156136 CPUtime=220.69 cores=0,2,4,6
/proc/26137/task/26153/stat : 26153 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1129 0 0 0 18671 3398 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4130885264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26137/tid=26154] ppid=26136 vsize=156136 CPUtime=222.43 cores=0,2,4,6
/proc/26137/task/26154/stat : 26154 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1270 0 0 0 18749 3494 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4141371024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26155] ppid=26136 vsize=156136 CPUtime=221.09 cores=0,2,4,6
/proc/26137/task/26155/stat : 26155 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1142 0 0 0 18574 3535 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4151856784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26156] ppid=26136 vsize=156136 CPUtime=220.55 cores=0,2,4,6
/proc/26137/task/26156/stat : 26156 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1087 0 0 0 18599 3456 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4120399504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26157] ppid=26136 vsize=156136 CPUtime=221.8 cores=0,2,4,6
/proc/26137/task/26157/stat : 26157 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1111 0 0 0 18759 3421 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26137/tid=26158] ppid=26136 vsize=156136 CPUtime=220.89 cores=0,2,4,6
/proc/26137/task/26158/stat : 26158 (pb_cplex) S 26136 26136 25739 0 -1 4202560 1178 0 0 0 18623 3466 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26137/tid=26159] ppid=26136 vsize=156136 CPUtime=220.16 cores=0,2,4,6
/proc/26137/task/26159/stat : 26159 (pb_cplex) R 26136 26136 25739 0 -1 4202560 1225 0 0 0 18658 3358 0 0 20 0 8 0 390878801 159883264 13088 33554432000 134512640 146736320 4289644512 4070566640 137666015 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 165284

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 706.221
CPU time (s): 1805.13
CPU user time (s): 1527.29
CPU system time (s): 277.838
CPU usage (%): 255.605
Max. virtual memory (cumulated for all children) (KiB): 165284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1527.29
system time used= 277.838
maximum resident set size= 52356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13349
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= 41176908
involuntary context switches= 9267532

runsolver used 3.06353 second user time and 6.33704 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-09 15:12:13
IDJOB=3734689
IDBENCH=2893
IDSOLVER=2325
FILE ID=node127/3734689-1339247533
RUNJOBID= node127-1339246835-25756
PBS_JOBID= 14644354
Free space on /tmp= 70452 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_8_70_3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734689-1339247533/watcher-3734689-1339247533 -o /tmp/evaluation-result-3734689-1339247533/solver-3734689-1339247533 -C 1800 -W 1900 -M 15500  run HOME/instance-3734689-1339247533.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=823654895

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29942328 kB
Buffers:          522188 kB
Cached:          1289048 kB
SwapCached:         2000 kB
Active:          1928160 kB
Inactive:          90544 kB
Active(anon):     194692 kB
Inactive(anon):     7520 kB
Active(file):    1733468 kB
Inactive(file):    83024 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:             16448 kB
Writeback:             0 kB
AnonPages:        205364 kB
Mapped:            13928 kB
Shmem:                92 kB
Slab:             773728 kB
SReclaimable:     217520 kB
SUnreclaim:       556208 kB
KernelStack:        1520 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     377024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3734689-1339247533.opb

Free space on /tmp at the end= 70432 MiB
End job on node127 at 2012-06-09 15:24:00