Trace number 3734876

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-29OPT0 1307.56 572.664

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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-3734876-1339247596.opb.
0.00/0.00	c Instance file HOME/instance-3734876-1339247596.opb
0.00/0.00	c File size is 3384 bytes.
0.00/0.00	c Highest Coefficient sum: 3258
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:      41                                                  |
0.00/0.00	c |  Number Constraints:    11                                                  |
0.00/0.00	c ===============================================================================
1290.99/572.66	c Remaining time 1800.00 sec.
1290.99/572.66	s OPTIMUM FOUND
1290.99/572.66	c Solution value = 0.00
1290.99/572.66	v -x1 -x2 x3 x4 x5 x6 -x7 -x8 x9 x10 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 x20 -x21 -x22 -x23 x24 x25 -x26 -x27 x28 x29 -x30 x31 -x32 x33 -x34 x35 x36 x37 x38 x39 x40 -x41 -x11
1290.99/572.66	c Total CPU time              : 906.1 s

Verifier Data

OK	0

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-3734876-1339247596/watcher-3734876-1339247596 -o /tmp/evaluation-result-3734876-1339247596/solver-3734876-1339247596 -C 1800 -W 1900 -M 15500 run HOME/instance-3734876-1339247596.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.47 11.09 6.52 10/184 31711
/proc/meminfo: memFree=31671728/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0

[startup+0.0599469 s]
/proc/loadavg: 12.47 11.09 6.52 10/184 31711
/proc/meminfo: memFree=31671728/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100186 s]
/proc/loadavg: 12.47 11.09 6.52 10/184 31711
/proc/meminfo: memFree=31671728/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300121 s]
/proc/loadavg: 12.47 11.09 6.52 10/184 31711
/proc/meminfo: memFree=31671728/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700307 s]
/proc/loadavg: 12.47 11.09 6.52 10/184 31711
/proc/meminfo: memFree=31671728/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 12.47 11.09 6.52 10/193 31734
/proc/meminfo: memFree=31657444/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=93572 CPUtime=3.31 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) R 31711 31711 31228 0 -1 4202496 3233 0 0 0 231 100 0 0 20 0 8 0 390884680 95817728 3863 33554432000 134512640 146736320 4290044880 4290038504 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31712/statm: 23393 3863 950 2985 0 20327 0
[pid=31712/tid=31728] ppid=31711 vsize=93572 CPUtime=0.36 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 15 0 0 0 24 12 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=93572 CPUtime=0.39 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) R 31711 31711 31228 0 -1 4202560 7 0 0 0 27 12 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4140884968 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=93572 CPUtime=0.38 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) R 31711 31711 31228 0 -1 4202560 17 0 0 0 25 13 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4151371288 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=93572 CPUtime=0.38 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 9 0 0 0 26 12 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=93572 CPUtime=0.37 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 4 0 0 0 26 11 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=93572 CPUtime=0.38 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) R 31711 31711 31228 0 -1 4202560 6 0 0 0 25 13 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=93572 CPUtime=0.39 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 5 0 0 0 25 14 0 0 20 0 8 0 390884686 95817728 3863 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 102720

[startup+3.10032 s]
/proc/loadavg: 12.47 11.09 6.52 6/193 31734
/proc/meminfo: memFree=31657072/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=93572 CPUtime=6.86 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 3246 0 0 0 485 201 0 0 20 0 8 0 390884680 95817728 3876 33554432000 134512640 146736320 4290044880 4290041232 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31712/statm: 23393 3876 950 2985 0 20327 0
[pid=31712/tid=31728] ppid=31711 vsize=93572 CPUtime=0.79 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 16 0 0 0 52 27 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=93572 CPUtime=0.85 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) R 31711 31711 31228 0 -1 4202560 8 0 0 0 59 26 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=93572 CPUtime=0.81 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 17 0 0 0 55 26 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=93572 CPUtime=0.82 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 13 0 0 0 58 24 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=93572 CPUtime=0.8 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 4 0 0 0 56 24 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=93572 CPUtime=0.82 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 8 0 0 0 57 25 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=93572 CPUtime=0.84 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 8 0 0 0 58 26 0 0 20 0 8 0 390884686 95817728 3876 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 102720

[startup+6.30032 s]
/proc/loadavg: 11.56 10.92 6.49 3/193 31734
/proc/meminfo: memFree=31652484/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=93572 CPUtime=14.12 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 3250 0 0 0 978 434 0 0 20 0 8 0 390884680 95817728 3880 33554432000 134512640 146736320 4290044880 4290041232 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31712/statm: 23393 3880 950 2985 0 20327 0
[pid=31712/tid=31728] ppid=31711 vsize=93572 CPUtime=1.71 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) R 31711 31711 31228 0 -1 4202560 17 0 0 0 116 55 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=93572 CPUtime=1.75 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 8 0 0 0 120 55 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=93572 CPUtime=1.69 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 17 0 0 0 116 53 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=93572 CPUtime=1.7 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 13 0 0 0 120 50 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=93572 CPUtime=1.7 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 4 0 0 0 117 53 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=93572 CPUtime=1.7 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 9 0 0 0 116 54 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=93572 CPUtime=1.75 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 9 0 0 0 114 61 0 0 20 0 8 0 390884686 95817728 3880 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 102720

[startup+12.7003 s]
/proc/loadavg: 10.95 10.81 6.48 9/193 31734
/proc/meminfo: memFree=31656228/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=93572 CPUtime=28.82 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 3261 0 0 0 1987 895 0 0 20 0 8 0 390884680 95817728 3891 33554432000 134512640 146736320 4290044880 4290041232 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31712/statm: 23393 3891 950 2985 0 20327 0
[pid=31712/tid=31728] ppid=31711 vsize=93572 CPUtime=3.47 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 18 0 0 0 233 114 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=93572 CPUtime=3.57 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 9 0 0 0 242 115 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=93572 CPUtime=3.53 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 18 0 0 0 243 110 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=93572 CPUtime=3.47 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 15 0 0 0 243 104 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=93572 CPUtime=3.5 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 7 0 0 0 240 110 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=93572 CPUtime=3.47 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 10 0 0 0 239 108 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=93572 CPUtime=3.58 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 10 0 0 0 236 122 0 0 20 0 8 0 390884686 95817728 3891 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 28.82
Current children cumulated vsize (KiB) 102720

[startup+25.5003 s]
/proc/loadavg: 10.30 10.67 6.50 10/193 31734
/proc/meminfo: memFree=31652492/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=93572 CPUtime=58.66 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) R 31711 31711 31228 0 -1 4202496 3516 0 0 0 4034 1832 0 0 20 0 8 0 390884680 95817728 4088 33554432000 134512640 146736320 4290044880 4290038504 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31712/statm: 23393 4088 950 2985 0 20327 0
[pid=31712/tid=31728] ppid=31711 vsize=93572 CPUtime=7.06 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) R 31711 31711 31228 0 -1 4202560 54 0 0 0 491 215 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4130398488 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=93572 CPUtime=7.22 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 41 0 0 0 488 234 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=93572 CPUtime=7.23 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) R 31711 31711 31228 0 -1 4202560 49 0 0 0 497 226 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=93572 CPUtime=7.2 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) R 31711 31711 31228 0 -1 4202560 39 0 0 0 488 232 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4119914008 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=93572 CPUtime=7.08 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) R 31711 31711 31228 0 -1 4202560 41 0 0 0 488 220 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=93572 CPUtime=7.21 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 51 0 0 0 485 236 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=93572 CPUtime=7.26 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 36 0 0 0 485 241 0 0 20 0 8 0 390884686 95817728 4088 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 58.66
Current children cumulated vsize (KiB) 102720

[startup+51.1003 s]
/proc/loadavg: 9.04 10.34 6.50 11/193 31734
/proc/meminfo: memFree=31642596/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0

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

[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=157.37 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 270 0 0 0 10746 4991 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=156.94 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 283 0 0 0 10852 4842 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4151373420 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=155.49 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 325 0 0 0 10760 4789 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4119916140 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=156.21 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 276 0 0 0 10689 4932 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4108316268 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=155.41 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 255 0 0 0 10737 4804 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4097830508 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=158.19 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 221 0 0 0 10782 5037 0 0 20 0 8 0 390884686 104792064 5626 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1270.51
Current children cumulated vsize (KiB) 111484

[startup+569.5 s]
/proc/loadavg: 2.10 5.26 5.64 4/186 31936
/proc/meminfo: memFree=31758408/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1284.53 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) R 31711 31711 31228 0 -1 4202496 5291 0 0 0 89024 39429 0 0 20 0 8 0 390884680 104792064 5635 33554432000 134512640 146736320 4290044880 4290041152 136676168 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31712/statm: 25584 5635 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=156.21 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 265 0 0 0 10761 4860 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.14 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 271 0 0 0 10869 5045 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=158.71 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 284 0 0 0 10970 4901 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.19 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 326 0 0 0 10878 4841 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=157.93 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 277 0 0 0 10809 4984 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.15 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 256 0 0 0 10862 4853 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4097830372 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=159.93 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) R 31711 31711 31228 0 -1 4202560 222 0 0 0 10906 5087 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4072664548 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1284.53
Current children cumulated vsize (KiB) 111484

[startup+571.1 s]
/proc/loadavg: 2.01 5.19 5.61 3/186 31936
/proc/meminfo: memFree=31758408/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1287.83 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 5291 0 0 0 89257 39526 0 0 20 0 8 0 390884680 104792064 5635 33554432000 134512640 146736320 4290044880 4290041232 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31712/statm: 25584 5635 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=156.61 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 265 0 0 0 10788 4873 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.57 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 271 0 0 0 10899 5058 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=159.11 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 284 0 0 0 10998 4913 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.59 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 326 0 0 0 10906 4853 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=158.34 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 277 0 0 0 10839 4995 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.58 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) R 31711 31711 31228 0 -1 4202560 256 0 0 0 10892 4866 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4097830572 144580332 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=160.34 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) R 31711 31711 31228 0 -1 4202560 222 0 0 0 10935 5099 0 0 20 0 8 0 390884686 104792064 5635 33554432000 134512640 146736320 4290044880 4072662668 137381134 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1287.83
Current children cumulated vsize (KiB) 111484

[startup+571.9 s]
/proc/loadavg: 2.01 5.19 5.61 3/186 31936
/proc/meminfo: memFree=31758160/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1289.59 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) R 31711 31711 31228 0 -1 4202496 5308 0 0 0 89383 39576 0 0 20 0 8 0 390884680 104792064 5652 33554432000 134512640 146736320 4290044880 4290041152 136674344 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31712/statm: 25584 5652 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=156.83 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) R 31711 31711 31228 0 -1 4202560 267 0 0 0 10805 4878 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4130401984 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.79 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) R 31711 31711 31228 0 -1 4202560 273 0 0 0 10914 5065 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4140887724 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=159.34 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) R 31711 31711 31228 0 -1 4202560 286 0 0 0 11015 4919 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4151370728 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.81 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) R 31711 31711 31228 0 -1 4202560 327 0 0 0 10922 4859 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=158.55 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 279 0 0 0 10852 5003 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.8 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 258 0 0 0 10908 4872 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=160.56 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 224 0 0 0 10951 5105 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1289.59
Current children cumulated vsize (KiB) 111484

[startup+572.3 s]
/proc/loadavg: 2.01 5.19 5.61 3/186 31936
/proc/meminfo: memFree=31758160/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1290.38 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 5308 0 0 0 89439 39599 0 0 20 0 8 0 390884680 104792064 5652 33554432000 134512640 146736320 4290044880 4290041196 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31712/statm: 25584 5652 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=156.93 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 267 0 0 0 10812 4881 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4130401900 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.89 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 273 0 0 0 10921 5068 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4140887660 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=159.43 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 286 0 0 0 11021 4922 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4151373420 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.91 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 327 0 0 0 10929 4862 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4119916140 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=158.65 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 279 0 0 0 10859 5006 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4108316268 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.89 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 258 0 0 0 10914 4875 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4097830508 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=160.67 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) R 31711 31711 31228 0 -1 4202560 224 0 0 0 10958 5109 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1290.38
Current children cumulated vsize (KiB) 111484

[startup+572.5 s]
/proc/loadavg: 2.01 5.19 5.61 3/186 31936
/proc/meminfo: memFree=31758160/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1290.78 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) R 31711 31711 31228 0 -1 4202496 5308 0 0 0 89466 39612 0 0 20 0 8 0 390884680 104792064 5652 33554432000 134512640 146736320 4290044880 4290041280 144757825 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31712/statm: 25584 5652 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=156.98 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 267 0 0 0 10815 4883 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.94 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 273 0 0 0 10924 5070 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=159.48 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 286 0 0 0 11024 4924 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.95 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 327 0 0 0 10932 4863 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=158.7 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) S 31711 31711 31228 0 -1 4202560 279 0 0 0 10863 5007 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.95 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 258 0 0 0 10918 4877 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=160.72 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) S 31711 31711 31228 0 -1 4202560 224 0 0 0 10961 5111 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1290.78
Current children cumulated vsize (KiB) 111484

[startup+572.6 s]
/proc/loadavg: 2.01 5.19 5.61 3/186 31936
/proc/meminfo: memFree=31758160/32873844 swapFree=7124/7124
[pid=31711] ppid=31709 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31711/stat : 31711 (run) S 31709 31711 31228 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390884680 9367552 270 33554432000 4194304 5064252 140736206063504 140736206062416 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31711/statm: 2287 270 229 213 0 72 0
[pid=31712] ppid=31711 vsize=102336 CPUtime=1290.99 cores=0,2,4,6
/proc/31712/stat : 31712 (pb_cplex) S 31711 31711 31228 0 -1 4202496 5308 0 0 0 89482 39617 0 0 20 0 8 0 390884680 104792064 5652 33554432000 134512640 146736320 4290044880 4290041232 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31712/statm: 25584 5652 950 2985 0 22518 0
[pid=31712/tid=31728] ppid=31711 vsize=102336 CPUtime=157 cores=0,2,4,6
/proc/31712/task/31728/stat : 31728 (pb_cplex) S 31711 31711 31228 0 -1 4202560 267 0 0 0 10816 4884 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4130401936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31712/tid=31729] ppid=31711 vsize=102336 CPUtime=159.97 cores=0,2,4,6
/proc/31712/task/31729/stat : 31729 (pb_cplex) S 31711 31711 31228 0 -1 4202560 273 0 0 0 10927 5070 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4140887696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31730] ppid=31711 vsize=102336 CPUtime=159.51 cores=0,2,4,6
/proc/31712/task/31730/stat : 31730 (pb_cplex) S 31711 31711 31228 0 -1 4202560 286 0 0 0 11027 4924 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4151373456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31712/tid=31731] ppid=31711 vsize=102336 CPUtime=157.98 cores=0,2,4,6
/proc/31712/task/31731/stat : 31731 (pb_cplex) S 31711 31711 31228 0 -1 4202560 327 0 0 0 10934 4864 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4119916176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31712/tid=31732] ppid=31711 vsize=102336 CPUtime=158.73 cores=0,2,4,6
/proc/31712/task/31732/stat : 31732 (pb_cplex) R 31711 31711 31228 0 -1 4202560 279 0 0 0 10865 5008 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4108314916 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31733] ppid=31711 vsize=102336 CPUtime=157.97 cores=0,2,4,6
/proc/31712/task/31733/stat : 31733 (pb_cplex) S 31711 31711 31228 0 -1 4202560 258 0 0 0 10919 4878 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31712/tid=31734] ppid=31711 vsize=102336 CPUtime=160.74 cores=0,2,4,6
/proc/31712/task/31734/stat : 31734 (pb_cplex) R 31711 31711 31228 0 -1 4202560 224 0 0 0 10962 5112 0 0 20 0 8 0 390884686 104792064 5652 33554432000 134512640 146736320 4290044880 4072664720 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1290.99
Current children cumulated vsize (KiB) 111484

Child status: 0
Real time (s): 572.664
CPU time (s): 1307.56
CPU user time (s): 906.101
CPU system time (s): 401.454
CPU usage (%): 228.329
Max. virtual memory (cumulated for all children) (KiB): 111484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 906.101
system time used= 401.454
maximum resident set size= 22624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5700
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= 32052455
involuntary context switches= 5962095

runsolver used 1.63275 second user time and 3.07353 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-09 15:13:16
IDJOB=3734876
IDBENCH=2913
IDSOLVER=2325
FILE ID=node138/3734876-1339247596
RUNJOBID= node138-1339246833-31245
PBS_JOBID= 14644343
Free space on /tmp= 70952 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_5_40_1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734876-1339247596/watcher-3734876-1339247596 -o /tmp/evaluation-result-3734876-1339247596/solver-3734876-1339247596 -C 1800 -W 1900 -M 15500  run HOME/instance-3734876-1339247596.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1351317033

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31672272 kB
Buffers:          111796 kB
Cached:            90116 kB
SwapCached:        12180 kB
Active:           330216 kB
Inactive:          36832 kB
Active(anon):     154072 kB
Inactive(anon):    13728 kB
Active(file):     176144 kB
Inactive(file):    23104 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67088848 kB
Dirty:             16372 kB
Writeback:            36 kB
AnonPages:        162144 kB
Mapped:            12532 kB
Shmem:                 0 kB
Slab:             694804 kB
SReclaimable:     135604 kB
SUnreclaim:       559200 kB
KernelStack:        1552 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     278968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3734876-1339247596.opb

Free space on /tmp at the end= 70924 MiB
End job on node138 at 2012-06-09 15:22:49