Trace number 3736922

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT11 1796.92 1797.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3736922-1338723129.opb>
0.00/0.03	c original problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6626 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	o 200
0.00/0.06	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.06	c presolving:
0.18/0.20	c (round 1) 0 del vars, 6626 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 415046 impls, 0 clqs
0.18/0.23	c (round 2) 6226 del vars, 6626 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 415046 impls, 0 clqs
0.18/0.23	c    (0.2s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.23	c presolving (3 rounds):
0.18/0.23	c  6226 deleted vars, 6626 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.23	c  415046 implications, 0 cliques
0.18/0.23	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.18/0.23	c     200 constraints of type <logicor>
0.18/0.23	c transformed objective value is always integral (scale: 1)
0.18/0.23	c Presolving Time: 0.19
0.18/0.23	c - non default parameters ----------------------------------------------------------------------
0.18/0.23	c # SCIP version 2.0.1.5
0.18/0.23	c 
0.18/0.23	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.18/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.23	c conflict/interconss = 0
0.18/0.23	c 
0.18/0.23	c # should binary conflicts be preferred?
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c conflict/preferbinary = TRUE
0.18/0.23	c 
0.18/0.23	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.18/0.23	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.23	c constraints/agelimit = 1
0.18/0.23	c 
0.18/0.23	c # should enforcement of pseudo solution be disabled?
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/disableenfops = TRUE
0.18/0.23	c 
0.18/0.23	c # frequency for displaying node information lines
0.18/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.23	c display/freq = 10000
0.18/0.23	c 
0.18/0.23	c # maximal time in seconds to run
0.18/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.23	c limits/time = 1797
0.18/0.23	c 
0.18/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.23	c limits/memory = 13950
0.18/0.23	c 
0.18/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.23	c # [type: int, range: [1,2], default: 1]
0.18/0.23	c timing/clocktype = 2
0.18/0.23	c 
0.18/0.23	c # belongs reading time to solving time?
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c timing/reading = TRUE
0.18/0.23	c 
0.18/0.23	c # should presolving try to simplify inequalities
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/linear/simplifyinequalities = TRUE
0.18/0.23	c 
0.18/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/indicator/addCouplingCons = TRUE
0.18/0.23	c 
0.18/0.23	c # should presolving try to simplify knapsacks
0.18/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.23	c 
0.18/0.23	c -----------------------------------------------------------------------------------------------
0.18/0.23	c start solving
0.18/0.23	c 
0.28/0.32	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.32	c t 0.3s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 2.000000e+02 |3171.99%
0.28/0.32	o 107
0.28/0.32	c r 0.3s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 1.070000e+02 |1650.52%
0.28/0.33	o 106
0.28/0.33	c R 0.3s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 1.060000e+02 |1634.16%
0.28/0.33	o 105
0.28/0.33	c s 0.3s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 1.050000e+02 |1617.80%
0.28/0.35	o 23
0.28/0.35	c z 0.3s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 2.300000e+01 | 276.28%
0.28/0.36	c   0.4s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 2.300000e+01 | 276.28%
0.28/0.36	o 16
0.28/0.36	c b 0.4s|     1 |     0 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.112480e+00 | 1.600000e+01 | 161.76%
1.39/1.42	c   1.4s|     1 |     2 |  1177 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |  17 | 6.112480e+00 | 1.600000e+01 | 161.76%
2.79/2.88	o 16
2.79/2.88	c z 2.9s|     5 |     6 |  2498 | 330.2 |  14M|   4 |  45 | 200 | 200 | 200 | 200 |   0 |   0 |  79 | 6.287105e+00 | 1.600000e+01 | 154.49%
3.08/3.10	o 15
3.08/3.10	c R 2.9s|     6 |     5 |  2668 | 298.2 |  14M|   5 |  38 | 200 | 200 | 200 | 200 |   0 |   0 |  79 | 6.287105e+00 | 1.500000e+01 | 138.58%
3.08/3.10	o 12
3.08/3.10	c b 2.9s|     6 |     7 |  2668 | 298.2 |  14M|   5 |  38 | 200 | 200 | 200 | 200 |   0 |   0 |  92 | 6.287105e+00 | 1.200000e+01 |  90.87%
3.08/3.10	o 11
3.08/3.10	c R 3.0s|     9 |     7 |  2847 | 208.8 |  14M|   8 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 123 | 6.287105e+00 | 1.100000e+01 |  74.96%
115.06/115.16	c   115s| 10000 |  6546 |  1454k| 145.4 |  20M|  71 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |1709 | 7.571602e+00 | 1.100000e+01 |  45.28%
189.65/189.73	c   190s| 20000 | 11568 |  2559k| 127.9 |  26M|  79 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |2558 | 7.825205e+00 | 1.100000e+01 |  40.57%
253.34/253.49	c   253s| 30000 | 16450 |  3534k| 117.8 |  32M|  83 |  49 | 200 | 200 | 200 | 200 |   0 |   0 |3136 | 7.967558e+00 | 1.100000e+01 |  38.06%
307.62/307.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.62/307.79	c   308s| 40000 | 20814 |  4403k| 110.1 |  37M|  86 |  35 | 200 | 200 | 200 | 200 |   0 |   0 |3595 | 8.059988e+00 | 1.100000e+01 |  36.48%
359.72/359.82	c   360s| 50000 | 24754 |  5232k| 104.6 |  43M|  86 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |3930 | 8.121332e+00 | 1.100000e+01 |  35.45%
412.21/412.33	c   412s| 60000 | 28326 |  6059k| 101.0 |  47M|  90 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |4323 | 8.180580e+00 | 1.100000e+01 |  34.46%
462.00/462.16	c   462s| 70000 | 31724 |  6850k|  97.9 |  51M|  90 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4659 | 8.225302e+00 | 1.100000e+01 |  33.73%
511.09/511.22	c   511s| 80000 | 35184 |  7641k|  95.5 |  55M|  90 |  46 | 200 | 200 | 200 | 200 |   0 |   0 |4978 | 8.278292e+00 | 1.100000e+01 |  32.88%
559.47/559.69	c   560s| 90000 | 38600 |  8433k|  93.7 |  59M|  90 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |5252 | 8.310500e+00 | 1.100000e+01 |  32.36%
607.36/607.55	c   608s|100000 | 41950 |  9203k|  92.0 |  63M|  95 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |5631 | 8.351611e+00 | 1.100000e+01 |  31.71%
653.16/653.30	c   653s|110000 | 45178 |  9954k|  90.5 |  67M|  95 |  52 | 200 | 200 | 200 | 200 |   0 |   0 |5885 | 8.382723e+00 | 1.100000e+01 |  31.22%
698.55/698.75	c   699s|120000 | 48472 | 10694k|  89.1 |  72M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |6218 | 8.408259e+00 | 1.100000e+01 |  30.82%
742.25/742.44	c   742s|130000 | 51706 | 11425k|  87.9 |  76M|  95 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |6399 | 8.429813e+00 | 1.100000e+01 |  30.49%
784.54/784.75	c   785s|140000 | 54870 | 12117k|  86.5 |  80M|  95 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |6696 | 8.454531e+00 | 1.100000e+01 |  30.11%
825.53/825.76	c   826s|150000 | 57898 | 12788k|  85.3 |  84M|  95 |  64 | 200 | 200 | 200 | 200 |   0 |   0 |6960 | 8.470409e+00 | 1.100000e+01 |  29.86%
865.63/865.88	c   866s|160000 | 60910 | 13442k|  84.0 |  88M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7253 | 8.490951e+00 | 1.100000e+01 |  29.55%
904.92/905.10	c   905s|170000 | 63734 | 14085k|  82.8 |  93M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7536 | 8.508635e+00 | 1.100000e+01 |  29.28%
944.81/945.04	c   945s|180000 | 66742 | 14744k|  81.9 |  97M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7750 | 8.522827e+00 | 1.100000e+01 |  29.07%
982.11/982.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.11/982.38	c   982s|190000 | 69686 | 15353k|  80.8 | 101M|  95 |  44 | 200 | 200 | 200 | 200 |   0 |   0 |7972 | 8.534285e+00 | 1.100000e+01 |  28.89%
1020.10/1020.37	c  1020s|200000 | 72572 | 15978k|  79.9 | 106M|  97 |  46 | 200 | 200 | 200 | 200 |   0 |   0 |8187 | 8.549743e+00 | 1.100000e+01 |  28.66%
1056.69/1056.97	c  1057s|210000 | 75414 | 16582k|  79.0 | 110M|  97 |  70 | 200 | 200 | 200 | 200 |   0 |   0 |8369 | 8.561810e+00 | 1.100000e+01 |  28.48%
1092.58/1092.83	c  1093s|220000 | 78234 | 17170k|  78.0 | 115M|  97 |  64 | 200 | 200 | 200 | 200 |   0 |   0 |8566 | 8.573248e+00 | 1.100000e+01 |  28.31%
1128.08/1128.39	c  1128s|230000 | 80920 | 17753k|  77.2 | 119M|  97 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |8806 | 8.584146e+00 | 1.100000e+01 |  28.14%
1164.08/1164.39	c  1164s|240000 | 83664 | 18338k|  76.4 | 124M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9100 | 8.595742e+00 | 1.100000e+01 |  27.97%
1199.17/1199.47	c  1199s|250000 | 86314 | 18916k|  75.7 | 128M|  97 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |9316 | 8.605993e+00 | 1.100000e+01 |  27.82%
1233.66/1233.93	c  1234s|260000 | 88926 | 19483k|  74.9 | 132M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9474 | 8.616218e+00 | 1.100000e+01 |  27.67%
1267.06/1267.34	c  1267s|270000 | 91434 | 20041k|  74.2 | 137M|  97 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |9603 | 8.626947e+00 | 1.100000e+01 |  27.51%
1300.05/1300.38	c  1300s|280000 | 93818 | 20574k|  73.5 | 141M| 101 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |9870 | 8.637780e+00 | 1.100000e+01 |  27.35%
1332.65/1332.96	c  1333s|290000 | 96218 | 21110k|  72.8 | 145M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.647201e+00 | 1.100000e+01 |  27.21%
1364.34/1364.61	c  1365s|300000 | 98538 | 21634k|  72.1 | 149M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.656459e+00 | 1.100000e+01 |  27.07%
1395.84/1396.11	c  1396s|310000 |100840 | 22153k|  71.5 | 153M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.664643e+00 | 1.100000e+01 |  26.95%
1428.23/1428.54	c  1429s|320000 |103116 | 22675k|  70.9 | 157M| 101 |  48 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.672588e+00 | 1.100000e+01 |  26.84%
1459.73/1460.02	c  1460s|330000 |105350 | 23193k|  70.3 | 161M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.680560e+00 | 1.100000e+01 |  26.72%
1491.22/1491.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.22/1491.53	c  1492s|340000 |107550 | 23712k|  69.7 | 166M| 101 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.688410e+00 | 1.100000e+01 |  26.61%
1523.11/1523.48	c  1523s|350000 |109778 | 24224k|  69.2 | 170M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.697659e+00 | 1.100000e+01 |  26.47%
1554.21/1554.52	c  1555s|360000 |111934 | 24739k|  68.7 | 174M| 101 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.704516e+00 | 1.100000e+01 |  26.37%
1585.80/1586.16	c  1586s|370000 |114016 | 25261k|  68.3 | 178M| 101 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.711723e+00 | 1.100000e+01 |  26.27%
1618.10/1618.43	c  1618s|380000 |116040 | 25782k|  67.8 | 182M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.721179e+00 | 1.100000e+01 |  26.13%
1648.29/1648.69	c  1649s|390000 |118246 | 26285k|  67.4 | 186M| 101 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.729209e+00 | 1.100000e+01 |  26.01%
1680.09/1680.40	c  1680s|400000 |120308 | 26796k|  67.0 | 190M| 101 |  71 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.736811e+00 | 1.100000e+01 |  25.90%
1711.09/1711.42	c  1711s|410000 |122332 | 27304k|  66.6 | 194M| 101 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.744148e+00 | 1.100000e+01 |  25.80%
1742.27/1742.64	c  1743s|420000 |124386 | 27821k|  66.2 | 198M| 101 |  58 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.750644e+00 | 1.100000e+01 |  25.71%
1773.57/1773.91	c  1774s|430000 |126322 | 28330k|  65.9 | 202M| 101 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.758406e+00 | 1.100000e+01 |  25.59%
1796.67/1797.01	c 
1796.67/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.01	c Solving Time (sec) : 1797.00
1796.67/1797.01	c Solving Nodes      : 437620
1796.67/1797.01	c Primal Bound       : +1.10000000000000e+01 (710 solutions)
1796.67/1797.01	c Dual Bound         : +8.76264451363823e+00
1796.67/1797.01	c Gap                : 25.53 %
1796.67/1797.01	s SATISFIABLE
1796.67/1797.01	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1796.67/1797.01	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1796.67/1797.01	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.67/1797.01	v -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 
1796.67/1797.01	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.67/1797.01	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1796.67/1797.01	v x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 
1796.67/1797.01	v -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 
1796.67/1797.01	v -x18 -x17 -x16 -x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.67/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.01	c Total Time         :    1797.00
1796.67/1797.01	c   solving          :    1797.00
1796.67/1797.01	c   presolving       :       0.19 (included in solving)
1796.67/1797.01	c   reading          :       0.02 (included in solving)
1796.67/1797.01	c Original Problem   :
1796.67/1797.01	c   Problem name     : HOME/instance-3736922-1338723129.opb
1796.67/1797.01	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 6626 initial, 6626 maximal
1796.67/1797.01	c Presolved Problem  :
1796.67/1797.01	c   Problem name     : t_HOME/instance-3736922-1338723129.opb
1796.67/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 200 initial, 200 maximal
1796.67/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   dualfix          :       0.03       6226          0          0          0          0          0          0          0          0
1796.67/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       6626        200          0          0
1796.67/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.67/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   integral         :          0          0          0     284616          0        715          0        142       5836          0          0     565406
1796.67/1797.01	c   logicor          :        200          1     301131          0          0        710          0          0          0          0          0          0
1796.67/1797.01	c   countsols        :          0          0          0          0          0        713          0          0          0          0          0          0
1796.67/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.67/1797.01	c   integral         :      97.17       0.00       0.00      97.16       0.00       0.00       0.00
1796.67/1797.01	c   logicor          :       4.43       0.00       4.43       0.00       0.00       0.00       0.00
1796.67/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.67/1797.01	c   vbounds          :          0          0          0          0
1796.67/1797.01	c   rootredcost      :          3          0          0          0
1796.67/1797.01	c   pseudoobj        :     761084          0          0          0
1796.67/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.67/1797.01	c   vbounds          :       0.13       0.13       0.00
1796.67/1797.01	c   rootredcost      :       0.14       0.14       0.00
1796.67/1797.01	c   pseudoobj        :       3.27       3.27       0.00
1796.67/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.67/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.67/1797.01	c   redcost          :       5.48     505198          0    3657375          0          0
1796.67/1797.01	c   impliedbounds    :       0.00          2          0          0          0          0
1796.67/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.67/1797.01	c   gomory           :       0.02          2          0          0          0          0
1796.67/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.67/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.67/1797.01	c   strongcg         :       0.02          2          0          0          0          0
1796.67/1797.01	c   cmir             :       0.01          2          0          0          0          0
1796.67/1797.01	c   flowcover        :       0.01          2          0          0          0          0
1796.67/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.67/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.67/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.67/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.67/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1796.67/1797.01	c Pricers            :       Time      Calls       Vars
1796.67/1797.01	c   problem variables:       0.00          0          0
1796.67/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   relpscost        :      97.03     284616        142       5836          0          0     565406
1796.67/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.67/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.67/1797.01	c   LP solutions     :       0.00          -          0
1796.67/1797.01	c   pseudo solutions :       0.00          -          0
1796.67/1797.01	c   feaspump         :       0.01          0          0
1796.67/1797.01	c   intshifting      :       0.00          0          0
1796.67/1797.01	c   oneopt           :       0.07          5          2
1796.67/1797.01	c   crossover        :       0.52         11          6
1796.67/1797.01	c   objpscostdiving  :      41.87        416        178
1796.67/1797.01	c   coefdiving       :      12.59        919          0
1796.67/1797.01	c   fracdiving       :       9.25        919          0
1796.67/1797.01	c   linesearchdiving :      12.55        919          0
1796.67/1797.01	c   pscostdiving     :      16.89        919          0
1796.67/1797.01	c   veclendiving     :      15.04        919          0
1796.67/1797.01	c   guideddiving     :       9.06        919          0
1796.67/1797.01	c   rootsoldiving    :       7.77        460          0
1796.67/1797.01	c   trivial          :       0.01          2          2
1796.67/1797.01	c   shiftandpropagate:       0.00          0          0
1796.67/1797.01	c   simplerounding   :       1.83     284617         81
1796.67/1797.01	c   zirounding       :       2.46      21851        437
1796.67/1797.01	c   rounding         :       1.55      42397          3
1796.67/1797.01	c   shifting         :       0.42       7656          1
1796.67/1797.01	c   twoopt           :       0.00          0          0
1796.67/1797.01	c   fixandinfer      :       0.00          0          0
1796.67/1797.01	c   clique           :       0.00          0          0
1796.67/1797.01	c   intdiving        :       0.00          0          0
1796.67/1797.01	c   actconsdiving    :       0.00          0          0
1796.67/1797.01	c   octane           :       0.00          0          0
1796.67/1797.01	c   rens             :       0.01          0          0
1796.67/1797.01	c   rins             :       0.00          0          0
1796.67/1797.01	c   localbranching   :       0.00          0          0
1796.67/1797.01	c   mutation         :       0.00          0          0
1796.67/1797.01	c   dins             :       0.00          0          0
1796.67/1797.01	c   vbounds          :       0.00          0          0
1796.67/1797.01	c   undercover       :       0.00          0          0
1796.67/1797.01	c   subnlp           :       0.06          0          0
1796.67/1797.01	c   trysol           :       0.09          0          0
1796.67/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.67/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.67/1797.01	c   dual LP          :    1519.01     439391   26185258      59.59   17238.41
1796.67/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.67/1797.01	c   diving/probing LP:     118.23     119129    2524083      21.19   21348.22
1796.67/1797.01	c   strong branching :      92.59      12630    1348325     106.76   14561.67
1796.67/1797.01	c     (at root node) :          -         17      10290     605.29          -
1796.67/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.01	c B&B Tree           :
1796.67/1797.01	c   number of runs   :          1
1796.67/1797.01	c   nodes            :     437620
1796.67/1797.01	c   nodes (total)    :     437620
1796.67/1797.01	c   nodes left       :     127788
1796.67/1797.01	c   max depth        :        101
1796.67/1797.01	c   max depth (total):        101
1796.67/1797.01	c   backtracks       :      39132 (8.9%)
1796.67/1797.01	c   delayed cutoffs  :          0
1796.67/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.67/1797.01	c   avg switch length:       6.54
1796.67/1797.01	c   switching time   :       6.03
1796.67/1797.01	c Solution           :
1796.67/1797.01	c   Solutions found  :        710 (10 improvements)
1796.67/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1796.67/1797.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 9 nodes, 3.01 seconds, depth 8, found by <rounding>)
1796.67/1797.01	c   Dual Bound       : +8.76264451363823e+00
1796.67/1797.01	c   Gap              :      25.53 %
1796.67/1797.01	c   Root Dual Bound  : +6.11247980404908e+00
1796.67/1797.01	c   Root Iterations  :       1177
1796.86/1797.24	c Time complete: 1796.91.

Verifier Data

OK	11

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

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: 2.00 2.01 2.00 3/175 30045
/proc/meminfo: memFree=28021420/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30045/stat : 30045 (runsolver) D 30043 30045 29314 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 338438361 12095488 50 33554432000 4194304 5436572 140734791685648 140734791681944 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/30045/statm: 2953 50 31 304 0 2645 0

[startup+0.104531 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30045
/proc/meminfo: memFree=28021420/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=42776 CPUtime=0.09 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 9323 0 0 0 8 1 0 0 20 0 1 0 338438361 43802624 9278 33554432000 4194304 9016284 140736531016400 140736531012056 4875334 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 10694 9278 478 1178 0 9512 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42776

[startup+0.200323 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30045
/proc/meminfo: memFree=28021420/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=53344 CPUtime=0.18 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 12227 0 0 0 17 1 0 0 20 0 1 0 338438361 54624256 11925 33554432000 4194304 9016284 140736531016400 140736531012056 4772885 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13336 11925 486 1178 0 12154 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 53344

[startup+0.300312 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30045
/proc/meminfo: memFree=28021420/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55100 CPUtime=0.28 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 12826 0 0 0 27 1 0 0 20 0 1 0 338438361 56422400 12516 33554432000 4194304 9016284 140736531016400 140736531012056 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13775 12516 620 1178 0 12593 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55100

[startup+0.700226 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30045
/proc/meminfo: memFree=28021420/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55244 CPUtime=0.68 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 14564 0 0 0 66 2 0 0 20 0 1 0 338438361 56569856 12658 33554432000 4194304 9016284 140736531016400 140736531010152 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13811 12658 671 1178 0 12629 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 55244

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 30046
/proc/meminfo: memFree=27972812/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55244 CPUtime=1.49 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 14569 0 0 0 146 3 0 0 20 0 1 0 338438361 56569856 12663 33554432000 4194304 9016284 140736531016400 140736531010152 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13811 12663 676 1178 0 12629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55244

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30046
/proc/meminfo: memFree=27972448/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55244 CPUtime=3.08 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 14569 0 0 0 303 5 0 0 20 0 1 0 338438361 56569856 12663 33554432000 4194304 9016284 140736531016400 140736531010152 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13811 12663 676 1178 0 12629 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55244

[startup+6.30022 s]
/proc/loadavg: 2.08 2.03 2.01 3/175 30046
/proc/meminfo: memFree=27972332/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55408 CPUtime=6.28 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 14598 0 0 0 619 9 0 0 20 0 1 0 338438361 56737792 12692 33554432000 4194304 9016284 140736531016400 140736531010264 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13852 12692 676 1178 0 12670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55408

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.00 3/176 30047
/proc/meminfo: memFree=27972116/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=55456 CPUtime=12.68 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 17452 0 0 0 1248 20 0 0 20 0 1 0 338438361 56786944 12729 33554432000 4194304 9016284 140736531016400 140736531009768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 13864 12729 689 1178 0 12682 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55456

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.00 3/176 30047
/proc/meminfo: memFree=27972132/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=56320 CPUtime=25.48 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 17699 0 0 0 2509 39 0 0 20 0 1 0 338438361 57671680 12976 33554432000 4194304 9016284 140736531016400 140736531010248 7219952 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 14080 12976 691 1178 0 12898 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56320

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 30047
/proc/meminfo: memFree=27971148/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=57432 CPUtime=51.07 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 23458 0 0 0 5029 78 0 0 20 0 1 0 338438361 58810368 13233 33554432000 4194304 9016284 140736531016400 140736531010360 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 14358 13233 691 1178 0 13176 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57432

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 30047
/proc/meminfo: memFree=27964776/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=61592 CPUtime=102.27 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 30308 0 0 0 10067 160 0 0 20 0 1 0 338438361 63070208 14855 33554432000 4194304 9016284 140736531016400 140736531009816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 15398 14855 691 1178 0 14216 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61592

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 30047
/proc/meminfo: memFree=27960932/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=65640 CPUtime=162.25 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 37161 0 0 0 15964 261 0 0 20 0 1 0 338438361 67215360 15865 33554432000 4194304 9016284 140736531016400 140736531010248 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 16410 15865 691 1178 0 15228 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65640

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 30047
/proc/meminfo: memFree=27954608/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=71944 CPUtime=222.24 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 38737 0 0 0 21864 360 0 0 20 0 1 0 338438361 73670656 17441 33554432000 4194304 9016284 140736531016400 140736531010264 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 17986 17441 691 1178 0 16804 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 71944

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 30047
/proc/meminfo: memFree=27947404/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=79948 CPUtime=282.22 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 40734 0 0 0 27757 465 0 0 20 0 1 0 338438361 81866752 19417 33554432000 4194304 9016284 140736531016400 140736531010568 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 19987 19417 691 1178 0 18805 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 79948

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 30048
/proc/meminfo: memFree=27939516/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=87644 CPUtime=342.21 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 45322 0 0 0 33655 566 0 0 20 0 1 0 338438361 89747456 21352 33554432000 4194304 9016284 140736531016400 140736531009816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 21911 21352 691 1178 0 20729 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 87644

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30048
/proc/meminfo: memFree=27932696/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=94016 CPUtime=402.2 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 46934 0 0 0 39552 668 0 0 20 0 1 0 338438361 96272384 22964 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 23504 22964 691 1178 0 22322 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 94016

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30048
/proc/meminfo: memFree=27924264/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=100616 CPUtime=462.2 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 48579 0 0 0 45456 764 0 0 20 0 1 0 338438361 103030784 24609 33554432000 4194304 9016284 140736531016400 140736531010360 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 25154 24609 691 1178 0 23972 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 100616

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30051
/proc/meminfo: memFree=27918104/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=107176 CPUtime=522.18 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 50186 0 0 0 51350 868 0 0 20 0 1 0 338438361 109748224 26213 33554432000 4194304 9016284 140736531016400 140736531009560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 26794 26213 691 1178 0 25612 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 107176

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30051
/proc/meminfo: memFree=27910596/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=113796 CPUtime=582.17 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 54275 0 0 0 57244 973 0 0 20 0 1 0 338438361 116527104 27834 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 28449 27834 692 1178 0 27267 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 113796

[startup+642.3 s]

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

/proc/meminfo: memFree=27844208/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=175292 CPUtime=1062.09 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 71786 0 0 0 104363 1846 0 0 20 0 1 0 338438361 179499008 42694 33554432000 4194304 9016284 140736531016400 140736531009768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 43823 42694 692 1178 0 42641 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 175292

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30056
/proc/meminfo: memFree=27836740/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=182396 CPUtime=1122.08 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 73584 0 0 0 110255 1953 0 0 20 0 1 0 338438361 186773504 44502 33554432000 4194304 9016284 140736531016400 140736531010264 7219374 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 45599 44502 692 1178 0 44417 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 182396

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 30056
/proc/meminfo: memFree=27831412/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=187884 CPUtime=1182.07 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 74966 0 0 0 116147 2060 0 0 20 0 1 0 338438361 192393216 45884 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 46971 45884 692 1178 0 45789 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 187884

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 30057
/proc/meminfo: memFree=27820252/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=198864 CPUtime=1242.06 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 77719 0 0 0 122040 2166 0 0 20 0 1 0 338438361 203636736 48637 33554432000 4194304 9016284 140736531016400 140736531009816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 49716 48637 692 1178 0 48534 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 198864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30057
/proc/meminfo: memFree=27811696/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=206668 CPUtime=1302.05 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 79711 0 0 0 127927 2278 0 0 20 0 1 0 338438361 211628032 50629 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 51667 50629 692 1178 0 50485 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 206668

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30133
/proc/meminfo: memFree=28099572/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=218116 CPUtime=1362.04 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 82597 0 0 0 133818 2386 0 0 20 0 1 0 338438361 223350784 53514 33554432000 4194304 9016284 140736531016400 140736531010264 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 54529 53514 692 1178 0 53347 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 218116

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 30133
/proc/meminfo: memFree=28046092/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=223760 CPUtime=1422.04 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 83976 0 0 0 139710 2494 0 0 20 0 1 0 338438361 229130240 54919 33554432000 4194304 9016284 140736531016400 140736531009656 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 55940 54919 692 1178 0 54758 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 223760

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 30133
/proc/meminfo: memFree=28025644/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=233172 CPUtime=1482.03 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 86345 0 0 0 145603 2600 0 0 20 0 1 0 338438361 238768128 57288 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 58293 57288 692 1178 0 57111 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 233172

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 30134
/proc/meminfo: memFree=28005184/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=244640 CPUtime=1542.02 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 89229 0 0 0 151498 2704 0 0 20 0 1 0 338438361 250511360 60172 33554432000 4194304 9016284 140736531016400 140736531010312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 61160 60172 692 1178 0 59978 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 244640

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30134
/proc/meminfo: memFree=27986184/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=251064 CPUtime=1601.99 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 90839 0 0 0 157394 2805 0 0 20 0 1 0 338438361 257089536 61792 33554432000 4194304 9016284 140736531016400 140736531010200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 62766 61792 692 1178 0 61584 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 251064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30134
/proc/meminfo: memFree=27964324/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=261256 CPUtime=1661.99 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 93391 0 0 0 163284 2915 0 0 20 0 1 0 338438361 267526144 64344 33554432000 4194304 9016284 140736531016400 140736531010312 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 65314 64344 692 1178 0 64132 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 261256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30137
/proc/meminfo: memFree=27947452/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=266372 CPUtime=1721.98 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 97228 0 0 0 169175 3023 0 0 20 0 1 0 338438361 272764928 65671 33554432000 4194304 9016284 140736531016400 140736531010264 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 66593 65671 692 1178 0 65411 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 266372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30160
/proc/meminfo: memFree=27924388/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=277696 CPUtime=1781.97 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100037 0 0 0 175072 3125 0 0 20 0 1 0 338438361 284360704 68480 33554432000 4194304 9016284 140736531016400 140736531010264 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69424 68480 692 1178 0 68242 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 277696

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30160
/proc/meminfo: memFree=27922900/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=277696 CPUtime=1785.27 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100073 0 0 0 175396 3131 0 0 20 0 1 0 338438361 284360704 68516 33554432000 4194304 9016284 140736531016400 140736531009768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69424 68516 692 1178 0 68242 0
Current children cumulated CPU time (s) 1785.27
Current children cumulated vsize (KiB) 277696

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30160
/proc/meminfo: memFree=27921164/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=279048 CPUtime=1791.68 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100368 0 0 0 176026 3142 0 0 20 0 1 0 338438361 285745152 68811 33554432000 4194304 9016284 140736531016400 140736531010504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69762 68811 692 1178 0 68580 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (KiB) 279048

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30160
/proc/meminfo: memFree=27920540/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=279048 CPUtime=1794.88 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100374 0 0 0 176339 3149 0 0 20 0 1 0 338438361 285745152 68835 33554432000 4194304 9016284 140736531016400 140736531009816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69762 68835 692 1178 0 68580 0
Current children cumulated CPU time (s) 1794.88
Current children cumulated vsize (KiB) 279048

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30160
/proc/meminfo: memFree=27920540/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=279048 CPUtime=1795.67 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100374 0 0 0 176417 3150 0 0 20 0 1 0 338438361 285745152 68835 33554432000 4194304 9016284 140736531016400 140736531009816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69762 68835 692 1178 0 68580 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (KiB) 279048

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30160
/proc/meminfo: memFree=27920664/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=279048 CPUtime=1796.47 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100374 0 0 0 176495 3152 0 0 20 0 1 0 338438361 285745152 68835 33554432000 4194304 9016284 140736531016400 140736531009768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69762 68835 692 1178 0 68580 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (KiB) 279048

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30160
/proc/meminfo: memFree=27920664/32873852 swapFree=7624/7624
[pid=30045] ppid=30043 vsize=279048 CPUtime=1796.86 cores=0,2,4,6
/proc/30045/stat : 30045 (scip-2.0.1.4b_2) R 30043 30045 29314 0 -1 4202496 100376 0 0 0 176534 3152 0 0 20 0 1 0 338438361 285745152 68837 33554432000 4194304 9016284 140736531016400 140736531012200 4841537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30045/statm: 69762 68837 694 1178 0 68580 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 279048

Child status: 0
Real time (s): 1797.25
CPU time (s): 1796.92
CPU user time (s): 1765.39
CPU system time (s): 31.5362
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 279048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.39
system time used= 31.5362
maximum resident set size= 275348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100381
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= 37
involuntary context switches= 1907

runsolver used 3.13352 second user time and 7.12992 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 13:32:09
IDJOB=3736922
IDBENCH=48148
IDSOLVER=2329
FILE ID=node131/3736922-1338723129
RUNJOBID= node131-1338713677-29330
PBS_JOBID= 14636738
Free space on /tmp= 71388 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736922-1338723129/watcher-3736922-1338723129 -o /tmp/evaluation-result-3736922-1338723129/solver-3736922-1338723129 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3736922-1338723129.opb -t 1800 -m 15500

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=1367399111

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28021948 kB
Buffers:          557676 kB
Cached:          3092640 kB
SwapCached:         2348 kB
Active:          1777376 kB
Inactive:        2206360 kB
Active(anon):     329512 kB
Inactive(anon):     3664 kB
Active(file):    1447864 kB
Inactive(file):  2202696 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             16920 kB
Writeback:             0 kB
AnonPages:        337568 kB
Mapped:            16976 kB
Shmem:                 0 kB
Slab:             728488 kB
SReclaimable:     170564 kB
SUnreclaim:       557924 kB
KernelStack:        1464 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     454456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node131 at 2012-06-03 14:02:06