Trace number 3734711

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-29OPT2 338.473 227.961

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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-3734711-1339247534.opb.
0.00/0.00	c Instance file HOME/instance-3734711-1339247534.opb
0.00/0.00	c File size is 3596 bytes.
0.00/0.00	c Highest Coefficient sum: 3331
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:      94                                                  |
0.00/0.00	c |  Number Constraints:    8                                                   |
0.00/0.00	c ===============================================================================
337.67/227.96	c Remaining time 1800.00 sec.
337.67/227.96	s OPTIMUM FOUND
337.67/227.96	c Solution value = 2.00
337.67/227.96	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 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 x68 x69 x70 -x71 -x72 x73 -x74 -x75 x76 -x77 x78 x79 -x80 -x81 -x82 -x83 -x84 x85 x86 x87 -x88 x89 -x90 x91 -x92 x93 x94
337.67/227.96	c Total CPU time              : 302.88 s

Verifier Data

OK	2

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-3734711-1339247534/watcher-3734711-1339247534 -o /tmp/evaluation-result-3734711-1339247534/solver-3734711-1339247534 -C 1800 -W 1900 -M 15500 run HOME/instance-3734711-1339247534.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 10.88 9.42 5.01 3/177 1426
/proc/meminfo: memFree=31401068/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0

[startup+0.0104219 s]
/proc/loadavg: 10.88 9.42 5.01 3/177 1426
/proc/meminfo: memFree=31401068/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 10.88 9.42 5.01 3/177 1426
/proc/meminfo: memFree=31401068/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300149 s]
/proc/loadavg: 10.88 9.42 5.01 3/177 1426
/proc/meminfo: memFree=31401068/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700118 s]
/proc/loadavg: 10.88 9.42 5.01 3/177 1426
/proc/meminfo: memFree=31401068/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 10.88 9.42 5.01 3/186 1486
/proc/meminfo: memFree=31389684/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=95556 CPUtime=2.8 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) R 1426 1426 1177 0 -1 4202496 8875 0 0 0 234 46 0 0 20 0 8 0 390878298 97849344 3909 33554432000 134512640 146736320 4288643808 4288633308 144785853 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1427/statm: 23889 3909 979 2985 0 20823 0
[pid=1427/tid=1480] ppid=1426 vsize=95556 CPUtime=0.26 cores=0,2,4,6
/proc/1427/task/1480/stat : 1480 (pb_cplex) R 1426 1426 1177 0 -1 4202560 367 0 0 0 21 5 0 0 20 0 8 0 390878314 97849344 3909 33554432000 134512640 146736320 4288643808 4130495972 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1481] ppid=1426 vsize=95556 CPUtime=0.29 cores=0,2,4,6
/proc/1427/task/1481/stat : 1481 (pb_cplex) R 1426 1426 1177 0 -1 4202560 484 0 0 0 25 4 0 0 20 0 8 0 390878314 97849344 3909 33554432000 134512640 146736320 4288643808 4140977920 137059768 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1482] ppid=1426 vsize=95556 CPUtime=0.25 cores=0,2,4,6
/proc/1427/task/1482/stat : 1482 (pb_cplex) R 1426 1426 1177 0 -1 4202560 492 0 0 0 20 5 0 0 20 0 8 0 390878314 97849344 3909 33554432000 134512640 146736320 4288643808 4151466368 137083797 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1483] ppid=1426 vsize=95556 CPUtime=0.31 cores=0,2,4,6
/proc/1427/task/1483/stat : 1483 (pb_cplex) R 1426 1426 1177 0 -1 4202560 172 0 0 0 26 5 0 0 20 0 8 0 390878314 97849344 3909 33554432000 134512640 146736320 4288643808 4120005736 138411965 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1484] ppid=1426 vsize=95556 CPUtime=0.29 cores=0,2,4,6
/proc/1427/task/1484/stat : 1484 (pb_cplex) R 1426 1426 1177 0 -1 4202560 429 0 0 0 25 4 0 0 20 0 8 0 390878314 97849344 3909 33554432000 134512640 146736320 4288643808 4108308124 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1485] ppid=1426 vsize=95556 CPUtime=0.29 cores=0,2,4,6
/proc/1427/task/1485/stat : 1485 (pb_cplex) R 1426 1426 1177 0 -1 4202560 580 0 0 0 23 6 0 0 20 0 8 0 390878314 97849344 3911 33554432000 134512640 146736320 4288643808 4097822060 135454115 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1486] ppid=1426 vsize=95556 CPUtime=0.35 cores=0,2,4,6
/proc/1427/task/1486/stat : 1486 (pb_cplex) R 1426 1426 1177 0 -1 4202560 413 0 0 0 30 5 0 0 20 0 8 0 390878314 97849344 3911 33554432000 134512640 146736320 4288643808 4071611256 137176704 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 104704

[startup+3.10033 s]
/proc/loadavg: 10.88 9.42 5.01 10/186 1486
/proc/meminfo: memFree=31387476/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=96580 CPUtime=9.18 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) R 1426 1426 1177 0 -1 4202496 11716 0 0 0 825 93 0 0 20 0 8 0 390878298 98897920 4459 33554432000 134512640 146736320 4288643808 4288634204 144785853 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1427/statm: 24145 4459 979 2985 0 21079 0
[pid=1427/tid=1480] ppid=1426 vsize=96580 CPUtime=1.02 cores=0,2,4,6
/proc/1427/task/1480/stat : 1480 (pb_cplex) R 1426 1426 1177 0 -1 4202560 649 0 0 0 90 12 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4130497372 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1481] ppid=1426 vsize=96580 CPUtime=1.08 cores=0,2,4,6
/proc/1427/task/1481/stat : 1481 (pb_cplex) R 1426 1426 1177 0 -1 4202560 977 0 0 0 97 11 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4140976768 135521352 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1482] ppid=1426 vsize=96580 CPUtime=1.02 cores=0,2,4,6
/proc/1427/task/1482/stat : 1482 (pb_cplex) R 1426 1426 1177 0 -1 4202560 990 0 0 0 92 10 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4151464312 136364133 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1483] ppid=1426 vsize=96580 CPUtime=1.07 cores=0,2,4,6
/proc/1427/task/1483/stat : 1483 (pb_cplex) R 1426 1426 1177 0 -1 4202560 309 0 0 0 96 11 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4120007100 138439728 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1484] ppid=1426 vsize=96580 CPUtime=1.14 cores=0,2,4,6
/proc/1427/task/1484/stat : 1484 (pb_cplex) R 1426 1426 1177 0 -1 4202560 986 0 0 0 105 9 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4108307780 135523307 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1485] ppid=1426 vsize=96580 CPUtime=1.07 cores=0,2,4,6
/proc/1427/task/1485/stat : 1485 (pb_cplex) R 1426 1426 1177 0 -1 4202560 973 0 0 0 96 11 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4097823644 144785853 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1486] ppid=1426 vsize=96580 CPUtime=1.13 cores=0,2,4,6
/proc/1427/task/1486/stat : 1486 (pb_cplex) R 1426 1426 1177 0 -1 4202560 614 0 0 0 102 11 0 0 20 0 8 0 390878314 98897920 4459 33554432000 134512640 146736320 4288643808 4071610332 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 105728

[startup+6.30033 s]
/proc/loadavg: 10.73 9.41 5.03 3/186 1521
/proc/meminfo: memFree=31389948/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=93508 CPUtime=18.08 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 16738 0 0 0 1626 182 0 0 20 0 8 0 390878298 95752192 3469 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1427/statm: 23377 3469 980 2985 0 20311 0
[pid=1427/tid=1515] ppid=1426 vsize=93508 CPUtime=0.22 cores=0,2,4,6
/proc/1427/task/1515/stat : 1515 (pb_cplex) S 1426 1426 1177 0 -1 4202560 371 0 0 0 17 5 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1516] ppid=1426 vsize=93508 CPUtime=0.22 cores=0,2,4,6
/proc/1427/task/1516/stat : 1516 (pb_cplex) R 1426 1426 1177 0 -1 4202560 106 0 0 0 18 4 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4099041248 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1517] ppid=1426 vsize=93508 CPUtime=0.23 cores=0,2,4,6
/proc/1427/task/1517/stat : 1517 (pb_cplex) S 1426 1426 1177 0 -1 4202560 400 0 0 0 18 5 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1518] ppid=1426 vsize=93508 CPUtime=0.22 cores=0,2,4,6
/proc/1427/task/1518/stat : 1518 (pb_cplex) S 1426 1426 1177 0 -1 4202560 136 0 0 0 18 4 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1519] ppid=1426 vsize=93508 CPUtime=0.26 cores=0,2,4,6
/proc/1427/task/1519/stat : 1519 (pb_cplex) S 1426 1426 1177 0 -1 4202560 271 0 0 0 22 4 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4150259344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1520] ppid=1426 vsize=93508 CPUtime=0.23 cores=0,2,4,6
/proc/1427/task/1520/stat : 1520 (pb_cplex) S 1426 1426 1177 0 -1 4202560 351 0 0 0 18 5 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4139773584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1521] ppid=1426 vsize=93508 CPUtime=0.22 cores=0,2,4,6
/proc/1427/task/1521/stat : 1521 (pb_cplex) S 1426 1426 1177 0 -1 4202560 358 0 0 0 18 4 0 0 20 0 8 0 390878813 95752192 3469 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.08
Current children cumulated vsize (KiB) 102656

[startup+12.7003 s]
/proc/loadavg: 10.03 9.29 5.02 3/186 1521
/proc/meminfo: memFree=31388628/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=93508 CPUtime=27.44 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 26245 0 0 0 2403 341 0 0 20 0 8 0 390878298 95752192 3542 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1427/statm: 23377 3542 980 2985 0 20311 0
[pid=1427/tid=1515] ppid=1426 vsize=93508 CPUtime=1.35 cores=0,2,4,6
/proc/1427/task/1515/stat : 1515 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1371 0 0 0 110 25 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1516] ppid=1426 vsize=93508 CPUtime=1.32 cores=0,2,4,6
/proc/1427/task/1516/stat : 1516 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1026 0 0 0 109 23 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1517] ppid=1426 vsize=93508 CPUtime=1.33 cores=0,2,4,6
/proc/1427/task/1517/stat : 1517 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1399 0 0 0 109 24 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1518] ppid=1426 vsize=93508 CPUtime=1.4 cores=0,2,4,6
/proc/1427/task/1518/stat : 1518 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1523 0 0 0 116 24 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1519] ppid=1426 vsize=93508 CPUtime=1.51 cores=0,2,4,6
/proc/1427/task/1519/stat : 1519 (pb_cplex) R 1426 1426 1177 0 -1 4202560 1737 0 0 0 127 24 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4150254044 144785853 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1520] ppid=1426 vsize=93508 CPUtime=1.4 cores=0,2,4,6
/proc/1427/task/1520/stat : 1520 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1653 0 0 0 114 26 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4139773584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1521] ppid=1426 vsize=93508 CPUtime=1.36 cores=0,2,4,6
/proc/1427/task/1521/stat : 1521 (pb_cplex) S 1426 1426 1177 0 -1 4202560 1517 0 0 0 115 21 0 0 20 0 8 0 390878813 95752192 3542 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.44
Current children cumulated vsize (KiB) 102656

[startup+25.5004 s]
/proc/loadavg: 8.24 8.93 4.97 3/186 1521
/proc/meminfo: memFree=31388024/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=93508 CPUtime=46.97 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) R 1426 1426 1177 0 -1 4202496 45381 0 0 0 4018 679 0 0 20 0 8 0 390878298 95752192 3566 33554432000 134512640 146736320 4288643808 4288633820 144785853 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1427/statm: 23377 3566 980 2985 0 20311 0
[pid=1427/tid=1515] ppid=1426 vsize=93508 CPUtime=3.75 cores=0,2,4,6
/proc/1427/task/1515/stat : 1515 (pb_cplex) S 1426 1426 1177 0 -1 4202560 3945 0 0 0 308 67 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1516] ppid=1426 vsize=93508 CPUtime=3.7 cores=0,2,4,6
/proc/1427/task/1516/stat : 1516 (pb_cplex) S 1426 1426 1177 0 -1 4202560 3572 0 0 0 299 71 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1517] ppid=1426 vsize=93508 CPUtime=3.83 cores=0,2,4,6
/proc/1427/task/1517/stat : 1517 (pb_cplex) S 1426 1426 1177 0 -1 4202560 4068 0 0 0 315 68 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1518] ppid=1426 vsize=93508 CPUtime=3.84 cores=0,2,4,6
/proc/1427/task/1518/stat : 1518 (pb_cplex) S 1426 1426 1177 0 -1 4202560 4027 0 0 0 321 63 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1519] ppid=1426 vsize=93508 CPUtime=3.84 cores=0,2,4,6
/proc/1427/task/1519/stat : 1519 (pb_cplex) S 1426 1426 1177 0 -1 4202560 3764 0 0 0 319 65 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4150259344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1520] ppid=1426 vsize=93508 CPUtime=3.73 cores=0,2,4,6
/proc/1427/task/1520/stat : 1520 (pb_cplex) S 1426 1426 1177 0 -1 4202560 3766 0 0 0 302 71 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4139773584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1521] ppid=1426 vsize=93508 CPUtime=3.88 cores=0,2,4,6
/proc/1427/task/1521/stat : 1521 (pb_cplex) S 1426 1426 1177 0 -1 4202560 4239 0 0 0 321 67 0 0 20 0 8 0 390878813 95752192 3566 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 102656

[startup+51.1003 s]
/proc/loadavg: 6.29 8.43 4.91 3/186 1521
/proc/meminfo: memFree=31386844/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0

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

[pid=1427/tid=1556] ppid=1426 vsize=95596 CPUtime=18.47 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 55248 0 0 0 1678 169 0 0 20 0 8 0 390883662 97890304 3255 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=95596 CPUtime=18.95 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 53585 0 0 0 1735 160 0 0 20 0 8 0 390883662 97890304 3255 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=95596 CPUtime=18.19 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) S 1426 1426 1177 0 -1 4202560 53122 0 0 0 1658 161 0 0 20 0 8 0 390883662 97890304 3255 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=95596 CPUtime=19.43 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) R 1426 1426 1177 0 -1 4202560 56885 0 0 0 1767 176 0 0 20 0 8 0 390883662 97890304 3255 33554432000 134512640 146736320 4288643808 4099036572 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=95596 CPUtime=17.88 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) S 1426 1426 1177 0 -1 4202560 53692 0 0 0 1619 169 0 0 20 0 8 0 390883662 97890304 3255 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 248.37
Current children cumulated vsize (KiB) 104744

[startup+222.3 s]
/proc/loadavg: 3.96 6.18 4.61 10/193 1603
/proc/meminfo: memFree=31162920/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=95592 CPUtime=329.96 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 762578 0 0 0 29519 3477 0 0 20 0 8 0 390878298 97886208 3203 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1427/statm: 23898 3203 981 2985 0 20832 0
[pid=1427/tid=1554] ppid=1426 vsize=95592 CPUtime=28.81 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) R 1426 1426 1177 0 -1 4202560 83209 0 0 0 2627 254 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4071609756 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=95592 CPUtime=28.1 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) S 1426 1426 1177 0 -1 4202560 78048 0 0 0 2562 248 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4140986000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=95592 CPUtime=28.06 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 84027 0 0 0 2549 257 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=95592 CPUtime=28.55 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85176 0 0 0 2609 246 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=95592 CPUtime=28.08 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) S 1426 1426 1177 0 -1 4202560 87089 0 0 0 2560 248 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=95592 CPUtime=29.5 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) S 1426 1426 1177 0 -1 4202560 92720 0 0 0 2682 268 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=95592 CPUtime=27.55 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) R 1426 1426 1177 0 -1 4202560 84078 0 0 0 2493 262 0 0 20 0 8 0 390883662 97886208 3203 33554432000 134512640 146736320 4288643808 4088550764 137366894 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 329.96
Current children cumulated vsize (KiB) 104740

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

[startup+223.9 s]
/proc/loadavg: 3.96 6.18 4.61 8/193 1603
/proc/meminfo: memFree=31165712/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=94568 CPUtime=332.14 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) R 1426 1426 1177 0 -1 4202496 770088 0 0 0 29718 3496 0 0 20 0 8 0 390878298 96837632 3174 33554432000 134512640 146736320 4288643808 4288633760 136729814 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1427/statm: 23642 3174 981 2985 0 20576 0
[pid=1427/tid=1554] ppid=1426 vsize=94568 CPUtime=29.13 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) S 1426 1426 1177 0 -1 4202560 84148 0 0 0 2657 256 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=94568 CPUtime=28.45 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) S 1426 1426 1177 0 -1 4202560 79713 0 0 0 2595 250 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4140986000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=94568 CPUtime=28.19 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 84732 0 0 0 2561 258 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=94568 CPUtime=28.9 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 86573 0 0 0 2640 250 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=94568 CPUtime=28.36 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) S 1426 1426 1177 0 -1 4202560 87840 0 0 0 2587 249 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=94568 CPUtime=29.6 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) S 1426 1426 1177 0 -1 4202560 92868 0 0 0 2690 270 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=94568 CPUtime=27.84 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) S 1426 1426 1177 0 -1 4202560 84928 0 0 0 2519 265 0 0 20 0 8 0 390883662 96837632 3174 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 332.14
Current children cumulated vsize (KiB) 103716

[startup+225.506 s]
/proc/loadavg: 4.36 6.23 4.63 13/193 1603
/proc/meminfo: memFree=31136944/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=95592 CPUtime=334.26 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 776770 0 0 0 29911 3515 0 0 20 0 8 0 390878298 97886208 3285 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1427/statm: 23898 3285 981 2985 0 20832 0
[pid=1427/tid=1554] ppid=1426 vsize=95592 CPUtime=29.46 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) S 1426 1426 1177 0 -1 4202560 86261 0 0 0 2687 259 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=95592 CPUtime=28.8 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) S 1426 1426 1177 0 -1 4202560 80937 0 0 0 2627 253 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4140986000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=95592 CPUtime=28.34 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85057 0 0 0 2574 260 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=95592 CPUtime=29.12 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 86938 0 0 0 2661 251 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=95592 CPUtime=28.66 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) R 1426 1426 1177 0 -1 4202560 88620 0 0 0 2614 252 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4109522332 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=95592 CPUtime=29.69 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) S 1426 1426 1177 0 -1 4202560 92874 0 0 0 2697 272 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=95592 CPUtime=28.01 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85380 0 0 0 2534 267 0 0 20 0 8 0 390883662 97886208 3285 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.26
Current children cumulated vsize (KiB) 104740

[startup+227.1 s]
/proc/loadavg: 4.36 6.23 4.63 10/193 1603
/proc/meminfo: memFree=31137564/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=96004 CPUtime=336.47 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 784670 0 0 0 30111 3536 0 0 20 0 8 0 390878298 98308096 3481 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1427/statm: 24001 3481 981 2985 0 20935 0
[pid=1427/tid=1554] ppid=1426 vsize=96004 CPUtime=29.67 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) R 1426 1426 1177 0 -1 4202560 86904 0 0 0 2705 262 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4071609756 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=96004 CPUtime=29.16 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) R 1426 1426 1177 0 -1 4202560 82344 0 0 0 2660 256 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4140979612 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=96004 CPUtime=28.52 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85620 0 0 0 2590 262 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=96004 CPUtime=29.38 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 88196 0 0 0 2684 254 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=96004 CPUtime=28.94 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) R 1426 1426 1177 0 -1 4202560 89128 0 0 0 2640 254 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4109522432 136930617 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=96004 CPUtime=29.94 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) S 1426 1426 1177 0 -1 4202560 93814 0 0 0 2719 275 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=96004 CPUtime=28.22 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) S 1426 1426 1177 0 -1 4202560 86321 0 0 0 2553 269 0 0 20 0 8 0 390883662 98308096 3481 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 336.47
Current children cumulated vsize (KiB) 105152

[startup+227.5 s]
/proc/loadavg: 4.36 6.23 4.63 10/193 1603
/proc/meminfo: memFree=31137564/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=95876 CPUtime=337.11 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) R 1426 1426 1177 0 -1 4202496 786720 0 0 0 30171 3540 0 0 20 0 8 0 390878298 98177024 3229 33554432000 134512640 146736320 4288643808 4288632244 136414560 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1427/statm: 23969 3229 981 2985 0 20903 0
[pid=1427/tid=1554] ppid=1426 vsize=95876 CPUtime=29.78 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) S 1426 1426 1177 0 -1 4202560 87066 0 0 0 2715 263 0 0 20 0 8 0 390883662 98177024 3228 33554432000 134512640 146736320 4288643808 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=95876 CPUtime=29.24 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) S 1426 1426 1177 0 -1 4202560 82551 0 0 0 2667 257 0 0 20 0 8 0 390883662 98177024 3228 33554432000 134512640 146736320 4288643808 4140986000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=95876 CPUtime=28.54 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85620 0 0 0 2591 263 0 0 20 0 8 0 390883662 98177024 3228 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=95876 CPUtime=29.43 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) R 1426 1426 1177 0 -1 4202560 88357 0 0 0 2689 254 0 0 20 0 8 0 390883662 98177024 3228 33554432000 134512640 146736320 4288643808 4120011752 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=95876 CPUtime=29.06 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) S 1426 1426 1177 0 -1 4202560 89724 0 0 0 2652 254 0 0 20 0 8 0 390883662 98177024 3228 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=95876 CPUtime=30.03 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) R 1426 1426 1177 0 -1 4202560 94172 0 0 0 2728 275 0 0 20 0 8 0 390883662 98177024 3229 33554432000 134512640 146736320 4288643808 4099035148 144716444 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=95876 CPUtime=28.29 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) R 1426 1426 1177 0 -1 4202560 86373 0 0 0 2560 269 0 0 20 0 8 0 390883662 98177024 3229 33554432000 134512640 146736320 4288643808 4088556144 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 337.11
Current children cumulated vsize (KiB) 105024

[startup+227.9 s]
/proc/loadavg: 4.36 6.23 4.63 9/193 1603
/proc/meminfo: memFree=31138804/32873844 swapFree=7120/7120
[pid=1426] ppid=1424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1426/stat : 1426 (run) S 1424 1426 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390878298 9367552 269 33554432000 4194304 5064252 140736235228624 140736235227536 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1426/statm: 2287 269 229 213 0 72 0
[pid=1427] ppid=1426 vsize=94564 CPUtime=337.67 cores=0,2,4,6
/proc/1427/stat : 1427 (pb_cplex) S 1426 1426 1177 0 -1 4202496 789270 0 0 0 30221 3546 0 0 20 0 8 0 390878298 96833536 3205 33554432000 134512640 146736320 4288643808 4288640208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1427/statm: 23641 3205 981 2985 0 20575 0
[pid=1427/tid=1554] ppid=1426 vsize=94564 CPUtime=29.86 cores=0,2,4,6
/proc/1427/task/1554/stat : 1554 (pb_cplex) R 1426 1426 1177 0 -1 4202560 87758 0 0 0 2722 264 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4071608476 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=1427/tid=1555] ppid=1426 vsize=94564 CPUtime=29.25 cores=0,2,4,6
/proc/1427/task/1555/stat : 1555 (pb_cplex) S 1426 1426 1177 0 -1 4202560 82553 0 0 0 2668 257 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4140986000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1427/tid=1556] ppid=1426 vsize=94564 CPUtime=28.57 cores=0,2,4,6
/proc/1427/task/1556/stat : 1556 (pb_cplex) S 1426 1426 1177 0 -1 4202560 85673 0 0 0 2594 263 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4151471760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1427/tid=1557] ppid=1426 vsize=94564 CPUtime=29.46 cores=0,2,4,6
/proc/1427/task/1557/stat : 1557 (pb_cplex) S 1426 1426 1177 0 -1 4202560 88458 0 0 0 2692 254 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4120014480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1558] ppid=1426 vsize=94564 CPUtime=29.08 cores=0,2,4,6
/proc/1427/task/1558/stat : 1558 (pb_cplex) S 1426 1426 1177 0 -1 4202560 89724 0 0 0 2653 255 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4109528720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1559] ppid=1426 vsize=94564 CPUtime=30.15 cores=0,2,4,6
/proc/1427/task/1559/stat : 1559 (pb_cplex) S 1426 1426 1177 0 -1 4202560 94392 0 0 0 2739 276 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4099042960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1427/tid=1560] ppid=1426 vsize=94564 CPUtime=28.45 cores=0,2,4,6
/proc/1427/task/1560/stat : 1560 (pb_cplex) S 1426 1426 1177 0 -1 4202560 86775 0 0 0 2575 270 0 0 20 0 8 0 390883662 96833536 3205 33554432000 134512640 146736320 4288643808 4088557200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 337.67
Current children cumulated vsize (KiB) 103712

Child status: 0
Real time (s): 227.961
CPU time (s): 338.473
CPU user time (s): 302.88
CPU system time (s): 35.5926
CPU usage (%): 148.478
Max. virtual memory (cumulated for all children) (KiB): 107496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.88
system time used= 35.5926
maximum resident set size= 21056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 789656
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= 1512306
involuntary context switches= 189230

runsolver used 0.509922 second user time and 1.38779 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 15:12:14
IDJOB=3734711
IDBENCH=2896
IDSOLVER=2325
FILE ID=node142/3734711-1339247534
RUNJOBID= node142-1339247525-1193
PBS_JOBID= 14644380
Free space on /tmp= 71444 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734711-1339247534/watcher-3734711-1339247534 -o /tmp/evaluation-result-3734711-1339247534/solver-3734711-1339247534 -C 1800 -W 1900 -M 15500  run HOME/instance-3734711-1339247534.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1237357587

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        31401356 kB
Buffers:          333288 kB
Cached:           229608 kB
SwapCached:         1676 kB
Active:           527340 kB
Inactive:          45004 kB
Active(anon):       7988 kB
Inactive(anon):     2184 kB
Active(file):     519352 kB
Inactive(file):    42820 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100604 kB
Dirty:             54392 kB
Writeback:             4 kB
AnonPages:         13480 kB
Mapped:            10176 kB
Shmem:                 4 kB
Slab:             760084 kB
SReclaimable:     200612 kB
SUnreclaim:       559472 kB
KernelStack:        1488 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129148 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-3734711-1339247534.opb

Free space on /tmp at the end= 71428 MiB
End job on node142 at 2012-06-09 15:16:02