Trace number 3734997

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 1729.04 716.524

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
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 benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
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-3734997-1339247737.opb.
0.00/0.00	c Instance file HOME/instance-3734997-1339247737.opb
0.00/0.00	c File size is 3364 bytes.
0.00/0.00	c Highest Coefficient sum: 3487
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 ===============================================================================
1697.73/716.52	c Remaining time 1800.00 sec.
1697.73/716.52	s OPTIMUM FOUND
1697.73/716.52	c Solution value = 0.00
1697.73/716.52	v -x1 x2 x3 -x4 -x5 x6 -x7 -x8 x9 x10 -x11 -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
1697.73/716.52	c Total CPU time              : 1437.02 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-3734997-1339247737/watcher-3734997-1339247737 -o /tmp/evaluation-result-3734997-1339247737/solver-3734997-1339247737 -C 1800 -W 1900 -M 15500 run HOME/instance-3734997-1339247737.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: 6.90 5.91 3.09 3/177 16286
/proc/meminfo: memFree=31117364/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0

[startup+0.0657491 s]
/proc/loadavg: 6.90 5.91 3.09 3/177 16286
/proc/meminfo: memFree=31117364/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 6.90 5.91 3.09 3/177 16286
/proc/meminfo: memFree=31117364/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/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: 6.90 5.91 3.09 3/177 16286
/proc/meminfo: memFree=31117364/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 6.90 5.91 3.09 3/177 16286
/proc/meminfo: memFree=31117364/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 6.90 5.91 3.09 3/186 16309
/proc/meminfo: memFree=31105752/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=94412 CPUtime=3.35 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 3155 0 0 0 280 55 0 0 20 0 8 0 390900527 96677888 3901 33554432000 134512640 146736320 4289966352 4289959976 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16287/statm: 23603 3901 947 2985 0 20537 0
[pid=16287/tid=16303] ppid=16286 vsize=94412 CPUtime=0.41 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) R 16286 16286 15844 0 -1 4202560 8 0 0 0 34 7 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4130549644 144711920 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=94412 CPUtime=0.39 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 19 0 0 0 34 5 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=94412 CPUtime=0.38 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 7 0 0 0 34 4 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=94412 CPUtime=0.4 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 11 0 0 0 32 8 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4120066412 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=94412 CPUtime=0.38 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 15 0 0 0 30 8 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4108314948 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=94412 CPUtime=0.4 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 12 0 0 0 30 10 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4097829504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=94412 CPUtime=0.37 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 2 0 0 0 30 7 0 0 20 0 8 0 390900533 96677888 3901 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 103560

[startup+3.10033 s]
/proc/loadavg: 6.43 5.83 3.08 6/186 16309
/proc/meminfo: memFree=31104900/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=94412 CPUtime=7.16 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 3288 0 0 0 594 122 0 0 20 0 8 0 390900527 96677888 4009 33554432000 134512640 146736320 4289966352 4289960536 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16287/statm: 23603 4009 947 2985 0 20537 0
[pid=16287/tid=16303] ppid=16286 vsize=94412 CPUtime=0.88 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 25 0 0 0 76 12 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=94412 CPUtime=0.86 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) R 16286 16286 15844 0 -1 4202560 36 0 0 0 71 15 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4141038168 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=94412 CPUtime=0.84 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 26 0 0 0 70 14 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=94412 CPUtime=0.89 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) R 16286 16286 15844 0 -1 4202560 35 0 0 0 73 16 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4120065016 136364179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=94412 CPUtime=0.85 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 38 0 0 0 70 15 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=94412 CPUtime=0.87 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 35 0 0 0 69 18 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=94412 CPUtime=0.83 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) R 16286 16286 15844 0 -1 4202560 8 0 0 0 66 17 0 0 20 0 8 0 390900533 96677888 4009 33554432000 134512640 146736320 4289966352 4072662552 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 103560

[startup+6.30033 s]
/proc/loadavg: 6.43 5.83 3.08 3/186 16309
/proc/meminfo: memFree=31104156/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=94412 CPUtime=14.97 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 3296 0 0 0 1243 254 0 0 20 0 8 0 390900527 96677888 4017 33554432000 134512640 146736320 4289966352 4289962704 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16287/statm: 23603 4017 947 2985 0 20537 0
[pid=16287/tid=16303] ppid=16286 vsize=94412 CPUtime=1.79 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 26 0 0 0 151 28 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=94412 CPUtime=1.85 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 38 0 0 0 149 36 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=94412 CPUtime=1.77 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 27 0 0 0 149 28 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=94412 CPUtime=1.86 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 35 0 0 0 154 32 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=94412 CPUtime=1.84 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 40 0 0 0 149 35 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=94412 CPUtime=1.84 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 36 0 0 0 148 36 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=94412 CPUtime=1.82 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 8 0 0 0 149 33 0 0 20 0 8 0 390900533 96677888 4017 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 103560

[startup+12.7003 s]
/proc/loadavg: 5.59 5.67 3.06 5/186 16309
/proc/meminfo: memFree=31104080/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=94412 CPUtime=30.57 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) S 16286 16286 15844 0 -1 4202496 3311 0 0 0 2535 522 0 0 20 0 8 0 390900527 96677888 4032 33554432000 134512640 146736320 4289966352 4289962672 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16287/statm: 23603 4032 947 2985 0 20537 0
[pid=16287/tid=16303] ppid=16286 vsize=94412 CPUtime=3.72 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 28 0 0 0 309 63 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4130553456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=94412 CPUtime=3.83 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 40 0 0 0 313 70 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4141039216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=94412 CPUtime=3.71 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 29 0 0 0 310 61 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4151524976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=94412 CPUtime=3.83 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 36 0 0 0 316 67 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4120067696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=94412 CPUtime=3.7 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) R 16286 16286 15844 0 -1 4202560 41 0 0 0 306 64 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=94412 CPUtime=3.79 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 38 0 0 0 310 69 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=94412 CPUtime=3.68 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 8 0 0 0 305 63 0 0 20 0 8 0 390900533 96677888 4032 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 30.57
Current children cumulated vsize (KiB) 103560

[startup+25.5003 s]
/proc/loadavg: 4.88 5.52 3.03 3/186 16309
/proc/meminfo: memFree=31100392/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=95436 CPUtime=61.62 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 3563 0 0 0 5103 1059 0 0 20 0 8 0 390900527 97726464 4218 33554432000 134512640 146736320 4289966352 4289959976 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16287/statm: 23859 4218 947 2985 0 20793 0
[pid=16287/tid=16303] ppid=16286 vsize=95436 CPUtime=7.54 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 69 0 0 0 635 119 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=95436 CPUtime=7.71 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) R 16286 16286 15844 0 -1 4202560 97 0 0 0 621 150 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4141037080 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=95436 CPUtime=7.62 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) R 16286 16286 15844 0 -1 4202560 46 0 0 0 628 134 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4151522280 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=95436 CPUtime=7.76 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 76 0 0 0 634 142 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=95436 CPUtime=7.48 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 81 0 0 0 626 122 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=95436 CPUtime=7.69 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 39 0 0 0 631 138 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=95436 CPUtime=7.56 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) R 16286 16286 15844 0 -1 4202560 48 0 0 0 619 137 0 0 20 0 8 0 390900533 97726464 4218 33554432000 134512640 146736320 4289966352 4072663392 137367607 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 61.62
Current children cumulated vsize (KiB) 104584

[startup+51.1003 s]
/proc/loadavg: 3.56 5.15 2.98 7/186 16310
/proc/meminfo: memFree=31100392/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0

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

[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=209.87 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 514 0 0 0 17179 3808 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=208.97 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 627 0 0 0 17151 3746 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=208.1 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 581 0 0 0 17272 3538 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=205.09 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 637 0 0 0 17165 3344 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=207.39 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 561 0 0 0 17194 3545 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=206.48 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 629 0 0 0 17125 3523 0 0 20 0 8 0 390900533 122064896 7676 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1668.2
Current children cumulated vsize (KiB) 128352

[startup+710.3 s]
/proc/loadavg: 1.00 1.47 1.97 3/186 16315
/proc/meminfo: memFree=31085680/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1683.16 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 7645 0 0 0 139919 28397 0 0 20 0 8 0 390900527 122064896 7685 33554432000 134512640 146736320 4289966352 4289962624 136676168 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16287/statm: 29801 7685 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=209.11 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 544 0 0 0 17430 3481 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=211.8 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 515 0 0 0 17338 3842 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=210.8 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 628 0 0 0 17304 3776 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=209.93 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 582 0 0 0 17425 3568 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=206.9 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 638 0 0 0 17312 3378 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=209.27 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 562 0 0 0 17346 3581 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=208.26 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 630 0 0 0 17272 3554 0 0 20 0 8 0 390900533 122064896 7685 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1683.16
Current children cumulated vsize (KiB) 128352

[startup+713.5 s]
/proc/loadavg: 1.00 1.46 1.96 6/186 16315
/proc/meminfo: memFree=31085804/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1690.63 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 7663 0 0 0 140533 28530 0 0 20 0 8 0 390900527 122064896 7703 33554432000 134512640 146736320 4289966352 4289961692 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16287/statm: 29801 7703 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=210.02 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) R 16286 16286 15844 0 -1 4202560 546 0 0 0 17506 3496 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4130550660 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=212.75 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) R 16286 16286 15844 0 -1 4202560 517 0 0 0 17413 3862 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4141036520 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=211.74 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 630 0 0 0 17380 3794 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=210.83 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) R 16286 16286 15844 0 -1 4202560 586 0 0 0 17497 3586 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4120066716 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=207.85 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) R 16286 16286 15844 0 -1 4202560 640 0 0 0 17389 3396 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4108314136 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=210.19 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 564 0 0 0 17421 3598 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=209.2 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) R 16286 16286 15844 0 -1 4202560 632 0 0 0 17351 3569 0 0 20 0 8 0 390900533 122064896 7703 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.63
Current children cumulated vsize (KiB) 128352

[startup+715.1 s]
/proc/loadavg: 1.00 1.46 1.96 8/186 16315
/proc/meminfo: memFree=31085432/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1694.48 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 7677 0 0 0 140851 28597 0 0 20 0 8 0 390900527 122064896 7717 33554432000 134512640 146736320 4289966352 4289962704 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16287/statm: 29801 7717 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=210.5 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) S 16286 16286 15844 0 -1 4202560 548 0 0 0 17547 3503 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=213.27 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 519 0 0 0 17455 3872 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=212.22 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 632 0 0 0 17420 3802 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=211.3 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 588 0 0 0 17534 3596 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=208.32 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 641 0 0 0 17427 3405 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=210.63 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 566 0 0 0 17456 3607 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=209.69 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 634 0 0 0 17394 3575 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1694.48
Current children cumulated vsize (KiB) 128352

[startup+715.9 s]
/proc/loadavg: 1.00 1.46 1.96 8/186 16315
/proc/meminfo: memFree=31085432/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1696.34 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 7677 0 0 0 141005 28629 0 0 20 0 8 0 390900527 122064896 7717 33554432000 134512640 146736320 4289966352 4289959668 138378291 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16287/statm: 29801 7717 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=210.73 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) R 16286 16286 15844 0 -1 4202560 548 0 0 0 17568 3505 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4130549824 135521396 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=213.51 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) R 16286 16286 15844 0 -1 4202560 519 0 0 0 17475 3876 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4141037964 137015283 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=212.44 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) R 16286 16286 15844 0 -1 4202560 632 0 0 0 17439 3805 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4151523680 137369146 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=211.53 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) R 16286 16286 15844 0 -1 4202560 588 0 0 0 17552 3601 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4120065000 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=208.56 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) R 16286 16286 15844 0 -1 4202560 641 0 0 0 17446 3410 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4108314168 135538078 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=210.86 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) R 16286 16286 15844 0 -1 4202560 566 0 0 0 17475 3611 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4097827816 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=209.91 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) R 16286 16286 15844 0 -1 4202560 634 0 0 0 17414 3577 0 0 20 0 8 0 390900533 122064896 7717 33554432000 134512640 146736320 4289966352 4072663696 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1696.34
Current children cumulated vsize (KiB) 128352

[startup+716.3 s]
/proc/loadavg: 1.00 1.46 1.96 10/186 16315
/proc/meminfo: memFree=31085432/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1697.23 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) R 16286 16286 15844 0 -1 4202496 7695 0 0 0 141080 28643 0 0 20 0 8 0 390900527 122064896 7735 33554432000 134512640 146736320 4289966352 4289960536 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16287/statm: 29801 7735 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=210.85 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) R 16286 16286 15844 0 -1 4202560 550 0 0 0 17578 3507 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4130551436 137381861 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=213.62 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 521 0 0 0 17483 3879 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=212.55 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 634 0 0 0 17449 3806 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=211.64 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) R 16286 16286 15844 0 -1 4202560 590 0 0 0 17562 3602 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4120062772 136226314 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=208.67 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 643 0 0 0 17456 3411 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=210.97 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) R 16286 16286 15844 0 -1 4202560 568 0 0 0 17483 3614 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4097827816 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=210.02 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 638 0 0 0 17423 3579 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1697.23
Current children cumulated vsize (KiB) 128352

[startup+716.5 s]
/proc/loadavg: 1.00 1.46 1.96 10/186 16315
/proc/meminfo: memFree=31085432/32873648 swapFree=7376/7376
[pid=16286] ppid=16284 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16286/stat : 16286 (run) S 16284 16286 15844 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390900526 9367552 270 33554432000 4194304 5064252 140737356306320 140737356305232 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16286/statm: 2287 270 229 213 0 72 0
[pid=16287] ppid=16286 vsize=119204 CPUtime=1697.73 cores=0,2,4,6
/proc/16287/stat : 16287 (pb_cplex) S 16286 16286 15844 0 -1 4202496 7695 0 0 0 141121 28652 0 0 20 0 8 0 390900527 122064896 7735 33554432000 134512640 146736320 4289966352 4289962704 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16287/statm: 29801 7735 947 2985 0 26735 0
[pid=16287/tid=16303] ppid=16286 vsize=119204 CPUtime=210.92 cores=0,2,4,6
/proc/16287/task/16303/stat : 16303 (pb_cplex) R 16286 16286 15844 0 -1 4202560 550 0 0 0 17584 3508 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4130553488 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16304] ppid=16286 vsize=119204 CPUtime=213.68 cores=0,2,4,6
/proc/16287/task/16304/stat : 16304 (pb_cplex) S 16286 16286 15844 0 -1 4202560 521 0 0 0 17488 3880 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4141039248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16287/tid=16305] ppid=16286 vsize=119204 CPUtime=212.61 cores=0,2,4,6
/proc/16287/task/16305/stat : 16305 (pb_cplex) S 16286 16286 15844 0 -1 4202560 634 0 0 0 17455 3806 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4151525008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16287/tid=16306] ppid=16286 vsize=119204 CPUtime=211.7 cores=0,2,4,6
/proc/16287/task/16306/stat : 16306 (pb_cplex) S 16286 16286 15844 0 -1 4202560 590 0 0 0 17566 3604 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4120067728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16307] ppid=16286 vsize=119204 CPUtime=208.73 cores=0,2,4,6
/proc/16287/task/16307/stat : 16307 (pb_cplex) S 16286 16286 15844 0 -1 4202560 643 0 0 0 17461 3412 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4108316304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16287/tid=16308] ppid=16286 vsize=119204 CPUtime=211.04 cores=0,2,4,6
/proc/16287/task/16308/stat : 16308 (pb_cplex) S 16286 16286 15844 0 -1 4202560 568 0 0 0 17489 3615 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4097830544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=16287/tid=16309] ppid=16286 vsize=119204 CPUtime=210.08 cores=0,2,4,6
/proc/16287/task/16309/stat : 16309 (pb_cplex) S 16286 16286 15844 0 -1 4202560 638 0 0 0 17427 3581 0 0 20 0 8 0 390900533 122064896 7735 33554432000 134512640 146736320 4289966352 4072664720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1697.73
Current children cumulated vsize (KiB) 128352

Child status: 0
Real time (s): 716.524
CPU time (s): 1729.04
CPU user time (s): 1437.02
CPU system time (s): 292.024
CPU usage (%): 241.309
Max. virtual memory (cumulated for all children) (KiB): 128352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1437.02
system time used= 292.024
maximum resident set size= 30956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8087
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= 48687448
involuntary context switches= 8901629

runsolver used 1.45078 second user time and 4.51431 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 15:15:37
IDJOB=3734997
IDBENCH=2931
IDSOLVER=2325
FILE ID=node113/3734997-1339247737
RUNJOBID= node113-1339246836-15860
PBS_JOBID= 14644368
Free space on /tmp= 71176 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_3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734997-1339247737/watcher-3734997-1339247737 -o /tmp/evaluation-result-3734997-1339247737/solver-3734997-1339247737 -C 1800 -W 1900 -M 15500  run HOME/instance-3734997-1339247737.opb

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=1351317033

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.026
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:        31118272 kB
Buffers:          479412 kB
Cached:           239928 kB
SwapCached:         1340 kB
Active:           711296 kB
Inactive:         117948 kB
Active(anon):     101908 kB
Inactive(anon):     3928 kB
Active(file):     609388 kB
Inactive(file):   114020 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:        109876 kB
Mapped:            13132 kB
Shmem:                 0 kB
Slab:             789380 kB
SReclaimable:     233592 kB
SUnreclaim:       555788 kB
KernelStack:        1472 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     257924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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-3734997-1339247737.opb

Free space on /tmp at the end= 71160 MiB
End job on node113 at 2012-06-09 15:27:33