Trace number 3731522

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: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT191 1789.77 1790.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3731522-1338686357.opb>
0.00/0.01	c original problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 470 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 470
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.700000e+02
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 470 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 0 chg bounds, 107 chg sides, 323 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.02	c (round 4) 0 del vars, 45 del conss, 0 chg bounds, 245 chg sides, 549 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 5) 0 del vars, 53 del conss, 0 chg bounds, 278 chg sides, 602 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 6) 0 del vars, 53 del conss, 0 chg bounds, 282 chg sides, 613 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 7) 0 del vars, 53 del conss, 0 chg bounds, 283 chg sides, 614 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/470 (21.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (8 rounds):
0.00/0.03	c  0 deleted vars, 53 deleted constraints, 0 tightened bounds, 0 added holes, 283 changed sides, 614 changed coefficients
0.00/0.03	c  252 implications, 0 cliques
0.00/0.03	c presolved problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 544 constraints
0.00/0.03	c     448 constraints of type <knapsack>
0.00/0.03	c      92 constraints of type <setppc>
0.00/0.03	c       4 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.3
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1790
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.28/0.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.34	c t 0.3s|     1 |     0 |  2148 |     - |2560k|   0 | 309 | 470 | 544 | 470 | 544 |   0 |   0 |   0 | 1.479322e+02 | 4.700000e+02 | 217.71%
0.28/0.34	o 329
0.28/0.34	c r 0.3s|     1 |     0 |  2148 |     - |2574k|   0 | 309 | 470 | 544 | 470 | 544 |   0 |   0 |   0 | 1.479322e+02 | 3.290000e+02 | 122.40%
0.28/0.34	o 328
0.28/0.34	c R 0.3s|     1 |     0 |  2148 |     - |2587k|   0 | 309 | 470 | 544 | 470 | 544 |   0 |   0 |   0 | 1.479322e+02 | 3.280000e+02 | 121.72%
0.28/0.34	o 327
0.28/0.34	c s 0.3s|     1 |     0 |  2148 |     - |2601k|   0 | 309 | 470 | 544 | 470 | 544 |   0 |   0 |   0 | 1.479322e+02 | 3.270000e+02 | 121.05%
0.58/0.62	o 218
0.58/0.62	c y 0.6s|     1 |     0 |  2148 |     - |2942k|   0 | 309 | 470 | 544 | 470 | 544 |   0 |   0 |   0 | 1.479322e+02 | 2.180000e+02 |  47.36%
0.79/0.89	c   0.9s|     1 |     0 |  3057 |     - |2880k|   0 | 377 | 470 | 544 | 470 | 773 | 229 |   0 |   0 | 1.540763e+02 | 2.180000e+02 |  41.49%
1.29/1.37	c   1.4s|     1 |     0 |  3840 |     - |3117k|   0 | 422 | 470 | 544 | 470 | 960 | 416 |   0 |   0 | 1.576556e+02 | 2.180000e+02 |  38.28%
1.88/1.96	c   1.9s|     1 |     0 |  4817 |     - |3310k|   0 | 421 | 470 | 544 | 470 |1119 | 575 |   0 |   0 | 1.599907e+02 | 2.180000e+02 |  36.26%
2.49/2.51	c   2.5s|     1 |     0 |  5447 |     - |3416k|   0 | 430 | 470 | 544 | 470 |1212 | 668 |   0 |   0 | 1.610954e+02 | 2.180000e+02 |  35.32%
2.99/3.06	c   3.1s|     1 |     0 |  5992 |     - |3479k|   0 | 427 | 470 | 544 | 470 |1278 | 734 |   0 |   0 | 1.614984e+02 | 2.180000e+02 |  34.99%
3.49/3.56	c   3.5s|     1 |     0 |  6301 |     - |3528k|   0 | 438 | 470 | 544 | 470 |1321 | 777 |   0 |   0 | 1.616645e+02 | 2.180000e+02 |  34.85%
3.99/4.02	c   4.0s|     1 |     0 |  6526 |     - |3547k|   0 | 438 | 470 | 544 | 470 |1335 | 791 |   0 |   0 | 1.617298e+02 | 2.180000e+02 |  34.79%
4.40/4.41	c   4.4s|     1 |     0 |  6617 |     - |3561k|   0 | 434 | 470 | 544 | 470 |1344 | 800 |   0 |   0 | 1.617516e+02 | 2.180000e+02 |  34.77%
4.69/4.74	c   4.7s|     1 |     0 |  6630 |     - |3568k|   0 | 436 | 470 | 544 | 470 |1346 | 802 |   0 |   0 | 1.617521e+02 | 2.180000e+02 |  34.77%
7.98/8.06	c   8.1s|     1 |     2 |  6630 |     - |3589k|   0 | 436 | 470 | 544 | 470 |1346 | 802 |   0 |  16 | 1.617521e+02 | 2.180000e+02 |  34.77%
37.68/37.77	o 218
37.68/37.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.68/37.77	c c37.8s|    15 |    16 | 20151 | 965.8 |4380k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.180000e+02 |  34.51%
39.78/39.81	o 216
39.78/39.81	c p39.8s|    27 |    28 | 31110 | 941.5 |4448k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.160000e+02 |  33.28%
39.78/39.82	o 215
39.78/39.82	c p39.8s|    27 |    28 | 31111 | 941.6 |4450k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.150000e+02 |  32.66%
39.78/39.82	o 212
39.78/39.82	c p39.8s|    27 |    28 | 31116 | 941.8 |4451k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.120000e+02 |  30.81%
39.78/39.82	o 211
39.78/39.82	c p39.8s|    27 |    28 | 31118 | 941.8 |4452k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.110000e+02 |  30.19%
39.78/39.82	o 209
39.78/39.82	c p39.8s|    27 |    28 | 31156 | 943.3 |4455k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.090000e+02 |  28.96%
39.78/39.82	o 208
39.78/39.82	c p39.8s|    27 |    28 | 31157 | 943.3 |4456k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.080000e+02 |  28.34%
39.78/39.82	o 207
39.78/39.82	c p39.8s|    27 |    28 | 31165 | 943.7 |4459k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.070000e+02 |  27.73%
39.78/39.82	o 205
39.78/39.82	c p39.8s|    27 |    28 | 31166 | 943.7 |4460k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.050000e+02 |  26.49%
39.78/39.82	o 204
39.78/39.82	c p39.8s|    27 |    28 | 31174 | 944.0 |4461k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.040000e+02 |  25.87%
39.78/39.82	o 203
39.78/39.82	c p39.8s|    27 |    28 | 31179 | 944.2 |4463k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.030000e+02 |  25.26%
39.78/39.83	o 202
39.78/39.83	c p39.8s|    27 |    28 | 31184 | 944.4 |4465k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.020000e+02 |  24.64%
39.78/39.83	o 201
39.78/39.83	c p39.8s|    27 |    28 | 31185 | 944.4 |4466k|  14 |   - | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.010000e+02 |  24.02%
39.78/39.83	o 200
39.78/39.83	c b39.8s|    27 |    28 | 31231 | 946.2 |4320k|  14 | 385 | 470 | 544 | 470 | 963 | 802 |   0 | 309 | 1.620656e+02 | 2.000000e+02 |  23.41%
53.48/53.56	o 199
53.48/53.56	c l53.6s|    87 |    88 | 90803 | 978.8 |4558k|  18 |   - | 470 | 549 | 470 | 963 | 802 |   5 | 321 | 1.620656e+02 | 1.990000e+02 |  22.79%
53.48/53.56	o 198
53.48/53.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.48/53.56	c l53.6s|    87 |    88 | 90805 | 978.8 |4559k|  18 |   - | 470 | 549 | 470 | 963 | 802 |   5 | 321 | 1.620656e+02 | 1.980000e+02 |  22.17%
53.48/53.57	o 197
53.48/53.57	c l53.6s|    87 |    88 | 90836 | 979.1 |4567k|  18 |   - | 470 | 549 | 470 | 963 | 802 |   5 | 321 | 1.620656e+02 | 1.970000e+02 |  21.56%
53.48/53.57	o 196
53.48/53.57	c b53.6s|    87 |    88 | 90842 | 979.2 |4424k|  18 | 378 | 470 | 549 | 470 | 963 | 802 |   5 | 321 | 1.620656e+02 | 1.960000e+02 |  20.94%
148.27/148.40	o 196
148.27/148.40	c p 148s|   510 |   511 |543554 |1054.9 |4880k|  27 |   - | 470 | 561 | 470 | 963 | 802 |  17 | 500 | 1.624395e+02 | 1.960000e+02 |  20.66%
148.27/148.40	o 194
148.27/148.40	c p 148s|   510 |   511 |543573 |1054.9 |4882k|  27 |   - | 470 | 561 | 470 | 963 | 802 |  17 | 500 | 1.624395e+02 | 1.940000e+02 |  19.43%
148.37/148.40	o 193
148.37/148.40	c p 148s|   510 |   511 |543576 |1054.9 |4884k|  27 |   - | 470 | 561 | 470 | 963 | 802 |  17 | 500 | 1.624395e+02 | 1.930000e+02 |  18.81%
148.37/148.40	o 192
148.37/148.40	c p 148s|   510 |   511 |543586 |1054.9 |4885k|  27 |   - | 470 | 561 | 470 | 963 | 802 |  17 | 500 | 1.624395e+02 | 1.920000e+02 |  18.20%
148.37/148.47	o 191
148.37/148.47	c b 148s|   511 |   512 |543802 |1053.3 |4740k|  27 | 401 | 470 | 561 | 470 | 963 | 802 |  17 | 500 | 1.624701e+02 | 1.910000e+02 |  17.56%
628.69/628.84	c   629s| 10000 |  5173 |  2977k| 297.1 |8403k| 136 |  78 | 470 | 642 | 470 | 963 | 802 | 100 |1403 | 1.630605e+02 | 1.910000e+02 |  17.13%
924.14/924.31	c   924s| 20000 |  8057 |  4591k| 229.3 |  10M| 136 | 110 | 470 | 686 | 470 | 963 | 802 | 161 |1868 | 1.631799e+02 | 1.910000e+02 |  17.05%
1216.60/1216.84	c  1217s| 30000 | 11055 |  6175k| 205.6 |  13M| 136 | 109 | 470 | 735 | 470 | 963 | 802 | 231 |2407 | 1.632850e+02 | 1.910000e+02 |  16.97%
1515.96/1516.22	c  1516s| 40000 | 14299 |  7795k| 194.7 |  15M| 136 | 378 | 470 | 759 | 470 | 963 | 802 | 287 |2928 | 1.633626e+02 | 1.910000e+02 |  16.92%
1789.71/1790.02	c 
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time (sec) : 1790.01
1789.71/1790.02	c Solving Nodes      : 49781
1789.71/1790.02	c Primal Bound       : +1.91000000000000e+02 (667 solutions)
1789.71/1790.02	c Dual Bound         : +1.63424443538430e+02
1789.71/1790.02	c Gap                : 16.87 %
1789.71/1790.02	s SATISFIABLE
1789.71/1790.02	v -x470 -x469 -x468 -x467 -x466 -x465 x464 x463 x462 -x461 x460 -x459 x458 x457 -x456 x455 x454 x453 -x452 -x451 -x450 x449 x448 
1789.71/1790.02	v -x447 x446 x445 -x444 -x443 -x442 x441 x440 -x439 x438 x437 -x436 -x435 x434 -x433 x432 x431 -x430 -x429 x428 x427 x426 x425 
1789.71/1790.02	v -x424 x423 -x422 x421 x420 x419 -x418 -x417 -x416 -x415 -x414 x413 -x412 -x411 x410 -x409 x408 -x407 -x406 x405 -x404 x403 x402 
1789.71/1790.02	v -x401 -x400 -x399 x398 x397 x396 -x395 x394 -x393 x392 x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 x380 
1789.71/1790.02	v x379 -x378 x377 x376 x375 -x374 -x373 -x372 x371 -x370 -x369 x368 x367 x366 x365 x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 
1789.71/1790.02	v x356 x355 x354 -x353 x352 -x351 x350 -x349 -x348 -x347 x346 -x345 x344 x343 -x342 -x341 -x340 x339 -x338 -x337 -x336 x335 
1789.71/1790.02	v x334 -x333 -x332 x331 -x330 x329 x328 x327 x326 x325 -x324 x323 x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1789.71/1790.02	v -x312 -x311 -x310 x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 x301 x300 -x299 x298 x297 x296 -x295 -x294 x293 x292 x291 -x290 
1789.71/1790.02	v x289 -x288 -x287 -x286 x285 x284 -x283 -x282 -x281 -x280 -x279 x278 -x277 -x276 x275 -x274 x273 -x272 x271 x270 -x269 -x268 
1789.71/1790.02	v x267 -x266 x265 -x264 -x263 -x262 -x261 x260 -x259 x258 -x257 -x256 x255 -x254 -x253 -x252 -x251 -x250 x249 x248 -x247 x246 
1789.71/1790.02	v x245 x244 -x243 -x242 x241 -x240 -x239 x238 -x237 -x236 -x235 x234 x233 x232 -x231 x230 -x229 -x228 -x227 -x226 -x225 x224 x223 
1789.71/1790.02	v -x222 x221 -x220 -x219 x218 x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 -x209 x208 -x207 x206 x205 -x204 -x203 x202 x201 
1789.71/1790.02	v -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 x192 x191 -x190 -x189 -x188 -x187 -x186 x185 x184 -x183 -x182 -x181 -x180 x179 
1789.71/1790.02	v x178 -x177 x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 x167 x166 x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 
1789.71/1790.02	v x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 x146 x145 -x144 -x143 x142 -x141 -x140 -x139 x138 x137 -x136 -x135 
1789.71/1790.02	v -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 x125 -x124 x123 x122 x121 x120 x119 -x118 -x117 x116 -x115 -x114 -x113 
1789.71/1790.02	v x112 x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 x97 x96 x95 x94 x93 -x92 -x91 -x90 x89 x88 
1789.71/1790.02	v x87 x86 -x85 -x84 -x83 -x82 x81 x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 x62 -x61 
1789.71/1790.02	v x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 x52 -x51 x50 x49 -x48 x47 x46 -x45 -x44 x43 x42 -x41 x40 -x39 -x38 x37 -x36 -x35 -x34 
1789.71/1790.02	v -x33 x32 -x31 x30 x29 -x28 x27 x26 -x25 -x24 -x23 x22 -x21 x20 x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 x7 x6 
1789.71/1790.02	v -x5 x4 -x3 -x2 x1 
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time       :    1790.01
1789.71/1790.02	c Original Problem   :
1789.71/1790.02	c   Problem name     : HOME/instance-3731522-1338686357.opb
1789.71/1790.02	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 470 initial, 470 maximal
1789.71/1790.02	c Presolved Problem  :
1789.71/1790.02	c   Problem name     : t_HOME/instance-3731522-1338686357.opb
1789.71/1790.02	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 544 initial, 783 maximal
1789.71/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   knapsack         :       0.01          0          0          0          0          0         18        283        571
1789.71/1790.02	c   setppc           :       0.00          0          0          0          0          0         35          0          0
1789.71/1790.02	c   linear           :       0.01          0          0          0          0          0          0          0         43
1789.71/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   integral         :          0          0          0      33606          0          3         91          0          0      67100
1789.71/1790.02	c   knapsack         :        448         10     273481          0          2          0     295462        771          0          0
1789.71/1790.02	c   setppc           :         92         10     273434          0          2          0      10869          0          0          0
1789.71/1790.02	c   logicor          :          4+        10      53414          0          2          0          0          0          0          0
1789.71/1790.02	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.71/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.02	c   integral         :     124.91       0.00       0.00     124.91       0.00
1789.71/1790.02	c   knapsack         :       6.56       0.03       6.53       0.00       0.00
1789.71/1790.02	c   setppc           :       0.25       0.00       0.25       0.00       0.00
1789.71/1790.02	c   logicor          :       0.08       0.00       0.08       0.00       0.00
1789.71/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.02	c   vbounds          :       0.05          2          0          0
1789.71/1790.02	c   rootredcost      :       0.04         21          0          0
1789.71/1790.02	c   pseudoobj        :       1.90     274037          0          0
1789.71/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   infeasible LP    :       0.02        341        341        341        3.9          0        0.0          0
1789.71/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   applied globally :          -          -          -        341        3.9          -          -          -
1789.71/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.02	c   cut pool         :       0.00          9          -          -        270          -    (maximal pool size: 1491)
1789.71/1790.02	c   redcost          :       1.24      65605          0     671239          0          0
1789.71/1790.02	c   impliedbounds    :       0.00         10          0          0         58          0
1789.71/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.02	c   gomory           :       1.36         10          0          0          1          0
1789.71/1790.02	c   strongcg         :       1.27         10          0          0          1          0
1789.71/1790.02	c   cmir             :       0.22         10          0          0        848          0
1789.71/1790.02	c   flowcover        :       0.27         10          0          0        976          0
1789.71/1790.02	c   clique           :       0.00          1          0          0          0          0
1789.71/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.02	c   rapidlearning    :       0.14          1          0          0          0          0
1789.71/1790.02	c Pricers            :       Time      Calls       Vars
1789.71/1790.02	c   problem variables:       0.00          0          0
1789.71/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   relpscost        :     124.89      33606          3         91          0          0      67100
1789.71/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   inference        :       0.00          2          0          0          0          0          4
1789.71/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.02	c   LP solutions     :       0.00          -          0
1789.71/1790.02	c   pseudo solutions :       0.00          -          0
1789.71/1790.02	c   feaspump         :       0.00          0          0
1789.71/1790.02	c   oneopt           :       0.01          8          3
1789.71/1790.02	c   crossover        :       0.04          1          1
1789.71/1790.02	c   objpscostdiving  :      47.62         11        140
1789.71/1790.02	c   guideddiving     :      55.86         43          0
1789.71/1790.02	c   fracdiving       :      55.53         46          0
1789.71/1790.02	c   veclendiving     :      55.17         55         41
1789.71/1790.02	c   coefdiving       :     107.54         76        179
1789.71/1790.02	c   rootsoldiving    :      13.12         66          0
1789.71/1790.02	c   linesearchdiving :     139.01        157         50
1789.71/1790.02	c   pscostdiving     :     294.02        284        208
1789.71/1790.02	c   trivial          :       0.00          2          3
1789.71/1790.02	c   simplerounding   :       0.84      57700         24
1789.71/1790.02	c   zirounding       :       0.28       1000         15
1789.71/1790.02	c   rounding         :       9.84      11114          1
1789.71/1790.02	c   shifting         :       2.76       3374          1
1789.71/1790.02	c   intshifting      :       0.00          0          0
1789.71/1790.02	c   twoopt           :       0.00          0          0
1789.71/1790.02	c   fixandinfer      :       0.00          0          0
1789.71/1790.02	c   intdiving        :       0.00          0          0
1789.71/1790.02	c   actconsdiving    :       0.00          0          0
1789.71/1790.02	c   octane           :       0.00          0          0
1789.71/1790.02	c   rens             :       0.00          0          0
1789.71/1790.02	c   rins             :       0.00          0          0
1789.71/1790.02	c   localbranching   :       0.00          0          0
1789.71/1790.02	c   mutation         :       0.00          0          0
1789.71/1790.02	c   dins             :       0.00          0          0
1789.71/1790.02	c   undercover       :       0.00          0          0
1789.71/1790.02	c   nlp              :       0.01          0          0
1789.71/1790.02	c   trysol           :       0.01          0          0
1789.71/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.02	c   dual LP          :     858.81      73738    4786811      64.92    5573.80
1789.71/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.02	c   diving/probing LP:     747.17     107912    4515165      41.84    6043.01
1789.71/1790.02	c   strong branching :     123.35       3284     584136     177.87    4735.77
1789.71/1790.02	c     (at root node) :          -         16      10312     644.50          -
1789.71/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.02	c B&B Tree           :
1789.71/1790.02	c   number of runs   :          1
1789.71/1790.02	c   nodes            :      49781
1789.71/1790.02	c   nodes (total)    :      49781
1789.71/1790.02	c   nodes left       :      17324
1789.71/1790.02	c   max depth        :        136
1789.71/1790.02	c   max depth (total):        136
1789.71/1790.02	c   backtracks       :       8087 (16.2%)
1789.71/1790.02	c   delayed cutoffs  :          0
1789.71/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.71/1790.02	c   avg switch length:       7.86
1789.71/1790.02	c   switching time   :       1.81
1789.71/1790.02	c Solution           :
1789.71/1790.02	c   Solutions found  :        667 (28 improvements)
1789.71/1790.02	c   First Solution   : +4.70000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1789.71/1790.02	c   Primal Bound     : +1.91000000000000e+02   (in run 1, after 511 nodes, 148.46 seconds, depth 7, found by <oneopt>)
1789.71/1790.02	c   Dual Bound       : +1.63424443538430e+02
1789.71/1790.02	c   Gap              :      16.87 %
1789.71/1790.02	c   Root Dual Bound  : +1.61752090194942e+02
1789.71/1790.02	c   Root Iterations  :       6630
1789.71/1790.05	c Time complete: 1789.76.

Verifier Data

OK	191

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-3731522-1338686357/watcher-3731522-1338686357 -o /tmp/evaluation-result-3731522-1338686357/solver-3731522-1338686357 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731522-1338686357.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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: 2.00 2.00 1.99 3/177 5231
/proc/meminfo: memFree=25300240/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=10028 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 1775 0 0 0 0 0 0 0 20 0 1 0 334762967 10268672 1721 33554432000 4194304 8395647 140737046225104 140737046224040 5756997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 2507 1721 375 1026 0 1477 0

[startup+0.0748701 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5231
/proc/meminfo: memFree=25300240/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=18116 CPUtime=0.06 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 4026 0 0 0 6 0 0 0 20 0 1 0 334762967 18550784 3618 33554432000 4194304 8395647 140737046225104 140737046090312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 4529 3618 571 1026 0 3499 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18116

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5231
/proc/meminfo: memFree=25300240/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=18116 CPUtime=0.09 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 4031 0 0 0 9 0 0 0 20 0 1 0 334762967 18550784 3623 33554432000 4194304 8395647 140737046225104 140737046090312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 4529 3623 575 1026 0 3499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18116

[startup+0.300203 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5231
/proc/meminfo: memFree=25300240/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=19968 CPUtime=0.28 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 4488 0 0 0 28 0 0 0 20 0 1 0 334762967 20447232 4080 33554432000 4194304 8395647 140737046225104 140737046090312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 4992 4080 575 1026 0 3962 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19968

[startup+0.700191 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5231
/proc/meminfo: memFree=25300240/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=20748 CPUtime=0.69 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 7227 0 0 0 67 2 0 0 20 0 1 0 334762967 21245952 4349 33554432000 4194304 8395647 140737046225104 140737046090312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5187 4349 626 1026 0 4157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20748

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5232
/proc/meminfo: memFree=25285236/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=21932 CPUtime=1.49 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 7492 0 0 0 147 2 0 0 20 0 1 0 334762967 22458368 4614 33554432000 4194304 8395647 140737046225104 140737046220344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5483 4614 626 1026 0 4453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21932

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5232
/proc/meminfo: memFree=25283252/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=23300 CPUtime=3.09 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 7818 0 0 0 306 3 0 0 20 0 1 0 334762967 23859200 4931 33554432000 4194304 8395647 140737046225104 140737046220232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5825 4931 626 1026 0 4795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23300

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5232
/proc/meminfo: memFree=25284260/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=23752 CPUtime=6.29 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 8659 0 0 0 624 5 0 0 20 0 1 0 334762967 24322048 5036 33554432000 4194304 8395647 140737046225104 140737046219976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5938 5036 628 1026 0 4908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23752

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5232
/proc/meminfo: memFree=25284104/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=23752 CPUtime=12.69 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 8663 0 0 0 1260 9 0 0 20 0 1 0 334762967 24322048 5040 33554432000 4194304 8395647 140737046225104 140737046219976 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5938 5040 629 1026 0 4908 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23752

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5232
/proc/meminfo: memFree=25284856/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=23752 CPUtime=25.49 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 8665 0 0 0 2534 15 0 0 20 0 1 0 334762967 24322048 5042 33554432000 4194304 8395647 140737046225104 140737046220456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5938 5042 631 1026 0 4908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23752

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 5235
/proc/meminfo: memFree=25285020/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=23752 CPUtime=51.08 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 8710 0 0 0 5077 31 0 0 20 0 1 0 334762967 24322048 5087 33554432000 4194304 8395647 140737046225104 140737046220632 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 5938 5087 631 1026 0 4908 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23752

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 5235
/proc/meminfo: memFree=25284584/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=24376 CPUtime=102.28 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 9688 0 0 0 10161 67 0 0 20 0 1 0 334762967 24961024 5246 33554432000 4194304 8395647 140737046225104 140737046220312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6094 5246 633 1026 0 5064 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24376

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5235
/proc/meminfo: memFree=25283212/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=24376 CPUtime=162.26 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 9705 0 0 0 16120 106 0 0 20 0 1 0 334762967 24961024 5509 33554432000 4194304 8395647 140737046225104 140737046220616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6094 5509 633 1026 0 5064 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 24376

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5236
/proc/meminfo: memFree=25283456/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=24116 CPUtime=222.25 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 11843 0 0 0 22073 152 0 0 20 0 1 0 334762967 24694784 5462 33554432000 4194304 8395647 140737046225104 140737046220648 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6029 5462 639 1026 0 4999 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 24116

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5236
/proc/meminfo: memFree=25283456/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=24812 CPUtime=282.24 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 12784 0 0 0 28033 191 0 0 20 0 1 0 334762967 25407488 5610 33554432000 4194304 8395647 140737046225104 140737046220312 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6203 5610 639 1026 0 5173 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 24812

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 5236
/proc/meminfo: memFree=25282528/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=24812 CPUtime=342.23 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 12838 0 0 0 33990 233 0 0 20 0 1 0 334762967 25407488 5681 33554432000 4194304 8395647 140737046225104 140737046220328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6203 5681 639 1026 0 5173 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 24812

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 5236
/proc/meminfo: memFree=25281388/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=26676 CPUtime=402.23 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 14011 0 0 0 39946 277 0 0 20 0 1 0 334762967 27316224 6118 33554432000 4194304 8395647 140737046225104 140737046219960 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6669 6118 639 1026 0 5639 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 26676

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5236
/proc/meminfo: memFree=25280892/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=27152 CPUtime=462.21 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 14861 0 0 0 45901 320 0 0 20 0 1 0 334762967 27803648 6232 33554432000 4194304 8395647 140737046225104 140737046220232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6788 6232 639 1026 0 5758 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 27152

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5237
/proc/meminfo: memFree=25278968/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=27856 CPUtime=522.21 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 15040 0 0 0 51858 363 0 0 20 0 1 0 334762967 28524544 6410 33554432000 4194304 8395647 140737046225104 140737046220232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 6964 6410 639 1026 0 5934 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 27856

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5237
/proc/meminfo: memFree=25278304/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=28692 CPUtime=582.2 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 15983 0 0 0 57813 407 0 0 20 0 1 0 334762967 29380608 6617 33554432000 4194304 8395647 140737046225104 140737046220568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 7173 6617 639 1026 0 6143 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 28692

[startup+642.3 s]

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

/proc/meminfo: memFree=24159972/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=33964 CPUtime=1062.12 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18015 0 0 0 105478 734 0 0 20 0 1 0 334762967 34779136 7911 33554432000 4194304 8395647 140737046225104 140737046220072 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 8491 7911 639 1026 0 7461 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 33964

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5490
/proc/meminfo: memFree=24071868/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36012 CPUtime=1122.11 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18563 0 0 0 111438 773 0 0 20 0 1 0 334762967 36876288 8459 33554432000 4194304 8395647 140737046225104 140737046220568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9003 8459 639 1026 0 7973 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 36012

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5490
/proc/meminfo: memFree=23990864/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36012 CPUtime=1182.11 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18563 0 0 0 117400 811 0 0 20 0 1 0 334762967 36876288 8459 33554432000 4194304 8395647 140737046225104 140737046220616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9003 8459 639 1026 0 7973 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 36012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5490
/proc/meminfo: memFree=23963344/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36012 CPUtime=1242.09 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18563 0 0 0 123361 848 0 0 20 0 1 0 334762967 36876288 8459 33554432000 4194304 8395647 140737046225104 140737046220232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9003 8459 639 1026 0 7973 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 36012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5493
/proc/meminfo: memFree=23960360/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36012 CPUtime=1302.09 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18563 0 0 0 129327 882 0 0 20 0 1 0 334762967 36876288 8459 33554432000 4194304 8395647 140737046225104 140737046220744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9003 8459 639 1026 0 7973 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 36012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5493
/proc/meminfo: memFree=23960452/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36012 CPUtime=1362.07 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18563 0 0 0 135288 919 0 0 20 0 1 0 334762967 36876288 8459 33554432000 4194304 8395647 140737046225104 140737046220232 6741727 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9003 8459 639 1026 0 7973 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 36012

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 5494
/proc/meminfo: memFree=23955868/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=36684 CPUtime=1422.08 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18715 0 0 0 141251 957 0 0 20 0 1 0 334762967 37564416 8611 33554432000 4194304 8395647 140737046225104 140737046219656 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9171 8611 639 1026 0 8141 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 36684

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5494
/proc/meminfo: memFree=23946264/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=37184 CPUtime=1482.05 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18845 0 0 0 147207 998 0 0 20 0 1 0 334762967 38076416 8741 33554432000 4194304 8395647 140737046225104 140737046220072 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9296 8741 639 1026 0 8266 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 37184

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5494
/proc/meminfo: memFree=23945552/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=37720 CPUtime=1542.05 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 18993 0 0 0 153169 1036 0 0 20 0 1 0 334762967 38625280 8889 33554432000 4194304 8395647 140737046225104 140737046220344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9430 8889 639 1026 0 8400 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 37720

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 5494
/proc/meminfo: memFree=23942928/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=38120 CPUtime=1602.04 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19064 0 0 0 159129 1075 0 0 20 0 1 0 334762967 39034880 8960 33554432000 4194304 8395647 140737046225104 140737046220344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9530 8960 639 1026 0 8500 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 38120

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 5494
/proc/meminfo: memFree=23941172/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=38120 CPUtime=1662.03 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19064 0 0 0 165090 1113 0 0 20 0 1 0 334762967 39034880 8960 33554432000 4194304 8395647 140737046225104 140737046220616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9530 8960 639 1026 0 8500 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 38120

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5495
/proc/meminfo: memFree=23940720/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=38664 CPUtime=1722.02 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19172 0 0 0 171051 1151 0 0 20 0 1 0 334762967 39591936 9068 33554432000 4194304 8395647 140737046225104 140737046220664 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9666 9068 639 1026 0 8636 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 38664

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23892968/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1782.01 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177011 1190 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 39984

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1785.21 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177328 1193 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 39984

[startup+1787.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1786.81 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177488 1193 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220568 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 39984

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1788.41 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177647 1194 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 39984

[startup+1789.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1789.21 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177727 1194 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 39984

[startup+1789.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1789.61 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177766 1195 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 39984

[startup+1790 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5495
/proc/meminfo: memFree=23893464/32873648 swapFree=6852/6852
[pid=5231] ppid=5229 vsize=39984 CPUtime=1789.71 cores=1,3,5,7
/proc/5231/stat : 5231 (pbscip.linux.x8) R 5229 5231 4046 0 -1 4202496 19541 0 0 0 177776 1195 0 0 20 0 1 0 334762967 40943616 9437 33554432000 4194304 8395647 140737046225104 140737046220328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5231/statm: 9996 9437 639 1026 0 8966 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 39984

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.77
CPU user time (s): 1777.82
CPU system time (s): 11.9532
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 39984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.82
system time used= 11.9532
maximum resident set size= 37752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19545
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= 13
involuntary context switches= 1845

runsolver used 3.07353 second user time and 8.48671 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 03:19:17
IDJOB=3731522
IDBENCH=1961
IDSOLVER=2326
FILE ID=node112/3731522-1338686357
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71204 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731522-1338686357/watcher-3731522-1338686357 -o /tmp/evaluation-result-3731522-1338686357/solver-3731522-1338686357 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731522-1338686357.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6549a0bbc5c463b1b909374436b51d65
RANDOM SEED=2072807765

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.92
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.763
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.92
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.763
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.763
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:        25300396 kB
Buffers:          537160 kB
Cached:          5905864 kB
SwapCached:            0 kB
Active:          1981608 kB
Inactive:        4726160 kB
Active(anon):     252464 kB
Inactive(anon):    11916 kB
Active(file):    1729144 kB
Inactive(file):  4714244 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10108 kB
Writeback:             0 kB
AnonPages:        323352 kB
Mapped:            17148 kB
Shmem:               200 kB
Slab:             723036 kB
SReclaimable:     167080 kB
SUnreclaim:       555956 kB
KernelStack:        1488 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     383368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node112 at 2012-06-03 03:49:07