Trace number 3488560

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
SCIP spx E_2 2011-06-10 (fixed)SAT-82 1797.51 1797.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_4.opb
MD5SUM81ea6ef3f58dd056541f0542171b5402
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-112
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -112
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6326
Sum of products size (including duplicates)12652
Number of different products3163
Sum of products size6326

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488560-1307782929.opb>
0.00/0.02	c original problem has 3663 variables (3663 bin, 0 int, 0 impl, 0 cont) and 4163 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.00/0.08	c (round 1) 3163 del vars, 1000 del conss, 0 add conss, 3163 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12652 impls, 0 clqs
0.00/0.08	c (round 2) 3163 del vars, 1000 del conss, 0 add conss, 3163 chg bounds, 0 chg sides, 0 chg coeffs, 3163 upgd conss, 12652 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (3 rounds):
0.09/0.10	c  3163 deleted vars, 1000 deleted constraints, 0 added constraints, 3163 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  18976 implications, 0 cliques
0.09/0.10	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3163 constraints
0.09/0.10	c    3163 constraints of type <setppc>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.06
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 2.0.1.5
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1797
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # belongs reading time to solving time?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c timing/reading = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/indicator/addCouplingCons = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c t 0.1s|     1 |     0 |   563 |     - |  11M|   0 | 500 | 500 |3163 | 500 |3163 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.09/0.14	o -1
0.09/0.14	c R 0.1s|     1 |     0 |   563 |     - |  11M|   0 | 500 | 500 |3163 | 500 |3163 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.09/0.15	o -2
0.09/0.15	c s 0.2s|     1 |     0 |   563 |     - |  11M|   0 | 500 | 500 |3163 | 500 |3163 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.19/0.25	o -80
0.19/0.25	c y 0.3s|     1 |     0 |   563 |     - |  12M|   0 | 500 | 500 |3163 | 500 |3163 |   0 |   0 |   0 |-2.500000e+02 |-8.000000e+01 |  68.00%
0.19/0.28	c   0.3s|     1 |     0 |   705 |     - |  11M|   0 | 490 | 500 |3163 | 500 |3174 |  11 |   0 |   0 |-2.450000e+02 |-8.000000e+01 |  67.35%
0.29/0.38	c   0.4s|     1 |     0 |   943 |     - |  11M|   0 | 483 | 500 |3163 | 500 |3187 |  24 |   0 |   0 |-2.415000e+02 |-8.000000e+01 |  66.87%
0.39/0.48	c   0.5s|     1 |     0 |  1096 |     - |  11M|   0 | 475 | 500 |3163 | 500 |3199 |  36 |   0 |   0 |-2.375000e+02 |-8.000000e+01 |  66.32%
0.59/0.62	c   0.6s|     1 |     0 |  1242 |     - |  11M|   0 | 472 | 500 |3163 | 500 |3208 |  45 |   0 |   0 |-2.360000e+02 |-8.000000e+01 |  66.10%
0.79/0.83	c   0.8s|     1 |     0 |  1776 |     - |  12M|   0 | 466 | 500 |3163 | 500 |3218 |  55 |   0 |   0 |-2.327500e+02 |-8.000000e+01 |  65.63%
0.89/0.97	c   1.0s|     1 |     0 |  1984 |     - |  12M|   0 | 461 | 500 |3163 | 500 |3227 |  64 |   0 |   0 |-2.302500e+02 |-8.000000e+01 |  65.26%
1.09/1.10	c   1.1s|     1 |     0 |  2404 |     - |  12M|   0 | 457 | 500 |3163 | 500 |3238 |  75 |   0 |   0 |-2.282500e+02 |-8.000000e+01 |  64.95%
1.19/1.26	c   1.3s|     1 |     0 |  2870 |     - |  12M|   0 | 454 | 500 |3163 | 500 |3248 |  85 |   0 |   0 |-2.270000e+02 |-8.000000e+01 |  64.76%
1.29/1.38	c   1.4s|     1 |     0 |  3002 |     - |  12M|   0 | 454 | 500 |3163 | 500 |3257 |  94 |   0 |   0 |-2.262500e+02 |-8.000000e+01 |  64.64%
1.49/1.55	c   1.5s|     1 |     0 |  3269 |     - |  12M|   0 | 456 | 500 |3163 | 500 |3267 | 104 |   0 |   0 |-2.252500e+02 |-8.000000e+01 |  64.48%
1.89/1.94	c   1.9s|     1 |     0 |  4949 |     - |  13M|   0 | 445 | 500 |3163 | 500 | 951 | 117 |   0 |   0 |-2.225000e+02 |-8.000000e+01 |  64.04%
1.99/2.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.01	c   2.0s|     1 |     0 |  5171 |     - |  13M|   0 | 439 | 500 |3163 | 500 | 959 | 125 |   0 |   0 |-2.215000e+02 |-8.000000e+01 |  63.88%
1.99/2.08	c   2.1s|     1 |     0 |  5419 |     - |  13M|   0 | 438 | 500 |3163 | 500 | 980 | 146 |   0 |   0 |-2.200000e+02 |-8.000000e+01 |  63.64%
2.09/2.18	c   2.2s|     1 |     0 |  6026 |     - |  13M|   0 | 426 | 500 |3163 | 500 | 999 | 165 |   0 |   0 |-2.180000e+02 |-8.000000e+01 |  63.30%
2.29/2.31	c   2.3s|     1 |     0 |  6296 |     - |  13M|   0 | 428 | 500 |3163 | 500 |1072 | 238 |   0 |   0 |-2.177500e+02 |-8.000000e+01 |  63.26%
2.39/2.46	c   2.5s|     1 |     0 |  6490 |     - |  14M|   0 | 451 | 500 |3163 | 500 |1120 | 286 |   0 |   0 |-2.170833e+02 |-8.000000e+01 |  63.15%
2.59/2.61	c   2.6s|     1 |     0 |  7364 |     - |  14M|   0 | 452 | 500 |3163 | 500 | 926 | 369 |   0 |   0 |-2.147083e+02 |-8.000000e+01 |  62.74%
2.69/2.76	c   2.8s|     1 |     0 |  7967 |     - |  15M|   0 | 436 | 500 |3163 | 500 |1080 | 523 |   0 |   0 |-2.123333e+02 |-8.000000e+01 |  62.32%
2.79/2.89	c   2.9s|     1 |     0 |  8356 |     - |  16M|   0 | 430 | 500 |3163 | 500 |1124 | 567 |   0 |   0 |-2.116667e+02 |-8.000000e+01 |  62.20%
2.99/3.05	c   3.0s|     1 |     0 |  9315 |     - |  16M|   0 | 448 | 500 |3163 | 500 |1148 | 591 |   0 |   0 |-2.105312e+02 |-8.000000e+01 |  62.00%
3.09/3.14	c   3.1s|     1 |     0 |  9507 |     - |  16M|   0 | 425 | 500 |3163 | 500 |1370 | 813 |   0 |   0 |-2.097500e+02 |-8.000000e+01 |  61.86%
3.30/3.31	c   3.3s|     1 |     0 | 10498 |     - |  17M|   0 | 423 | 500 |3163 | 500 |1389 | 832 |   0 |   0 |-2.082500e+02 |-8.000000e+01 |  61.58%
3.39/3.48	c   3.5s|     1 |     0 | 11564 |     - |  17M|   0 | 438 | 500 |3163 | 500 |1258 | 860 |   0 |   0 |-2.066250e+02 |-8.000000e+01 |  61.28%
3.49/3.57	c   3.6s|     1 |     0 | 11858 |     - |  17M|   0 | 428 | 500 |3163 | 500 |1301 | 903 |   0 |   0 |-2.060000e+02 |-8.000000e+01 |  61.17%
3.69/3.73	c   3.7s|     1 |     0 | 12597 |     - |  18M|   0 | 429 | 500 |3163 | 500 |1318 | 920 |   0 |   0 |-2.055500e+02 |-8.000000e+01 |  61.08%
3.89/3.92	c   3.9s|     1 |     0 | 13743 |     - |  19M|   0 | 478 | 500 |3163 | 500 |1390 | 992 |   0 |   0 |-2.042659e+02 |-8.000000e+01 |  60.84%
4.09/4.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.13	c   4.1s|     1 |     0 | 14193 |     - |  21M|   0 | 416 | 500 |3163 | 500 |1635 |1237 |   0 |   0 |-2.022500e+02 |-8.000000e+01 |  60.44%
4.29/4.30	c   4.3s|     1 |     0 | 15233 |     - |  21M|   0 | 434 | 500 |3163 | 500 |1647 |1249 |   0 |   0 |-2.012500e+02 |-8.000000e+01 |  60.25%
4.39/4.43	c   4.4s|     1 |     0 | 15787 |     - |  21M|   0 | 400 | 500 |3163 | 500 |1341 |1277 |   0 |   0 |-2.002500e+02 |-8.000000e+01 |  60.05%
4.59/4.60	c   4.6s|     1 |     0 | 16724 |     - |  22M|   0 | 427 | 500 |3163 | 500 |1358 |1294 |   0 |   0 |-1.997500e+02 |-8.000000e+01 |  59.95%
4.69/4.77	c   4.8s|     1 |     0 | 17723 |     - |  22M|   0 | 399 | 500 |3163 | 500 |1384 |1320 |   0 |   0 |-1.987500e+02 |-8.000000e+01 |  59.75%
4.79/4.85	c   4.9s|     1 |     0 | 18121 |     - |  22M|   0 | 424 | 500 |3163 | 500 |1402 |1338 |   0 |   0 |-1.983000e+02 |-8.000000e+01 |  59.66%
4.99/5.08	c   5.1s|     1 |     0 | 19469 |     - |  23M|   0 | 419 | 500 |3163 | 500 |1433 |1369 |   0 |   0 |-1.965000e+02 |-8.000000e+01 |  59.29%
5.19/5.23	c   5.2s|     1 |     0 | 20156 |     - |  23M|   0 | 481 | 500 |3163 | 500 |1518 |1454 |   0 |   0 |-1.960000e+02 |-8.000000e+01 |  59.18%
5.50/5.54	c   5.5s|     1 |     0 | 21463 |     - |  24M|   0 | 434 | 500 |3163 | 500 |1229 |1533 |   0 |   0 |-1.956000e+02 |-8.000000e+01 |  59.10%
5.59/5.69	c   5.7s|     1 |     0 | 22088 |     - |  25M|   0 | 437 | 500 |3163 | 500 |1244 |1548 |   0 |   0 |-1.949688e+02 |-8.000000e+01 |  58.97%
5.79/5.85	c   5.8s|     1 |     0 | 22774 |     - |  27M|   0 | 448 | 500 |3163 | 500 |1270 |1574 |   0 |   0 |-1.941696e+02 |-8.000000e+01 |  58.80%
5.89/5.97	c   6.0s|     1 |     0 | 23054 |     - |  27M|   0 | 454 | 500 |3163 | 500 |1318 |1622 |   0 |   0 |-1.938242e+02 |-8.000000e+01 |  58.73%
6.09/6.16	c   6.2s|     1 |     0 | 23906 |     - |  28M|   0 | 458 | 500 |3163 | 500 |1367 |1671 |   0 |   0 |-1.933070e+02 |-8.000000e+01 |  58.62%
6.29/6.36	c   6.4s|     1 |     0 | 24547 |     - |  29M|   0 | 460 | 500 |3163 | 500 |1440 |1744 |   0 |   0 |-1.930000e+02 |-8.000000e+01 |  58.55%
6.69/6.71	c   6.7s|     1 |     0 | 26351 |     - |  30M|   0 | 495 | 500 |3163 | 500 |1088 |1782 |   0 |   0 |-1.927528e+02 |-8.000000e+01 |  58.50%
6.79/6.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.89	c   6.9s|     1 |     0 | 26694 |     - |  30M|   0 | 469 | 500 |3163 | 500 |1167 |1861 |   0 |   0 |-1.926134e+02 |-8.000000e+01 |  58.47%
6.99/7.05	c   7.0s|     1 |     0 | 27244 |     - |  30M|   0 | 474 | 500 |3163 | 500 |1189 |1883 |   0 |   0 |-1.923583e+02 |-8.000000e+01 |  58.41%
7.19/7.25	c   7.2s|     1 |     0 | 27995 |     - |  30M|   0 | 485 | 500 |3163 | 500 |1205 |1899 |   0 |   0 |-1.920545e+02 |-8.000000e+01 |  58.35%
7.39/7.44	c   7.4s|     1 |     0 | 28226 |     - |  30M|   0 | 473 | 500 |3163 | 500 |1263 |1957 |   0 |   0 |-1.919598e+02 |-8.000000e+01 |  58.32%
7.59/7.61	c   7.6s|     1 |     0 | 28665 |     - |  30M|   0 | 473 | 500 |3163 | 500 |1283 |1977 |   0 |   0 |-1.917325e+02 |-8.000000e+01 |  58.28%
7.69/7.79	c   7.8s|     1 |     0 | 29055 |     - |  30M|   0 | 474 | 500 |3163 | 500 |1068 |1987 |   0 |   0 |-1.915737e+02 |-8.000000e+01 |  58.24%
7.89/7.97	c   8.0s|     1 |     0 | 29765 |     - |  31M|   0 | 490 | 500 |3163 | 500 |1087 |2006 |   0 |   0 |-1.913468e+02 |-8.000000e+01 |  58.19%
8.09/8.16	c   8.2s|     1 |     0 | 30177 |     - |  31M|   0 | 497 | 500 |3163 | 500 |1163 |2082 |   0 |   0 |-1.912856e+02 |-8.000000e+01 |  58.18%
8.29/8.32	c   8.3s|     1 |     0 | 30296 |     - |  31M|   0 | 492 | 500 |3163 | 500 |1186 |2105 |   0 |   0 |-1.912763e+02 |-8.000000e+01 |  58.18%
8.39/8.49	c   8.5s|     1 |     0 | 30736 |     - |  31M|   0 | 496 | 500 |3163 | 500 |1191 |2110 |   0 |   0 |-1.911858e+02 |-8.000000e+01 |  58.16%
8.59/8.67	c   8.7s|     1 |     0 | 30834 |     - |  31M|   0 | 495 | 500 |3163 | 500 |1209 |2128 |   0 |   0 |-1.911760e+02 |-8.000000e+01 |  58.15%
8.80/8.85	c   8.8s|     1 |     0 | 31051 |     - |  31M|   0 | 495 | 500 |3163 | 500 | 964 |2131 |   0 |   0 |-1.911494e+02 |-8.000000e+01 |  58.15%
8.89/8.99	c   9.0s|     1 |     0 | 31053 |     - |  31M|   0 | 495 | 500 |3163 | 500 | 965 |2132 |   0 |   0 |-1.911494e+02 |-8.000000e+01 |  58.15%
11.49/11.50	c  11.5s|     1 |     2 | 31053 |     - |  31M|   0 | 495 | 500 |3163 | 500 | 965 |2132 |   0 |  25 |-1.911494e+02 |-8.000000e+01 |  58.15%
170.30/170.30	c   170s| 10000 | 10001 |  1936k| 190.6 |  50M|  51 | 229 | 500 |3163 | 500 | 592 | 533k|   0 |4166 |-1.896610e+02 |-8.000000e+01 |  57.82%
285.40/285.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.40/285.43	c   285s| 20000 | 20001 |  3456k| 171.3 |  69M|  52 |   9 | 500 |3163 | 500 | 497 | 966k|   0 |6154 |-1.893364e+02 |-8.000000e+01 |  57.75%
394.00/394.05	c   394s| 30000 | 30001 |  4939k| 163.6 |  87M|  54 |   1 | 500 |3163 | 500 | 497 |1408k|   0 |7562 |-1.891863e+02 |-8.000000e+01 |  57.71%
423.21/423.22	o -82
423.21/423.22	c C 423s| 32626 | 32627 |  5334k| 162.5 |  92M|  54 |  32 | 500 |3163 | 500 | 497 |1523k|   0 |7961 |-1.891477e+02 |-8.200000e+01 |  56.65%
504.51/504.50	c   505s| 40000 | 40001 |  6435k| 160.1 | 106M|  54 |  67 | 500 |3163 | 500 | 497 |1842k|   0 |8771 |-1.890536e+02 |-8.200000e+01 |  56.63%
611.41/611.42	c   611s| 50000 | 50001 |  7907k| 157.5 | 125M|  54 | 191 | 500 |3163 | 500 | 725 |2273k|   0 |9943 |-1.889472e+02 |-8.200000e+01 |  56.60%
714.42/714.46	c   714s| 60000 | 60001 |  9346k| 155.3 | 143M|  54 | 202 | 500 |3163 | 500 | 584 |2716k|   0 |  10k|-1.888557e+02 |-8.200000e+01 |  56.58%
817.62/817.60	c   818s| 70000 | 70001 | 10779k| 153.6 | 162M|  54 | 147 | 500 |3163 | 500 | 590 |3148k|   0 |  11k|-1.887783e+02 |-8.200000e+01 |  56.56%
920.63/920.66	c   921s| 80000 | 80001 | 12223k| 152.4 | 180M|  55 |  26 | 500 |3163 | 500 | 497 |3593k|   0 |  12k|-1.887160e+02 |-8.200000e+01 |  56.55%
1019.73/1019.71	c  1020s| 90000 | 90001 | 13626k| 151.1 | 198M|  55 |  86 | 500 |3163 | 500 | 497 |4038k|   0 |  13k|-1.886582e+02 |-8.200000e+01 |  56.54%
1124.63/1124.65	c  1125s|100000 |100001 | 15104k| 150.7 | 217M|  55 |  62 | 500 |3163 | 500 | 497 |4477k|   0 |  13k|-1.886111e+02 |-8.200000e+01 |  56.52%
1223.13/1223.17	c  1223s|110000 |110001 | 16501k| 149.7 | 235M|  55 | 240 | 500 |3163 | 500 | 712 |4912k|   0 |  14k|-1.885690e+02 |-8.200000e+01 |  56.51%
1323.84/1323.81	c  1324s|120000 |120001 | 17920k| 149.1 | 253M|  55 | 240 | 500 |3163 | 500 | 606 |5343k|   0 |  15k|-1.885223e+02 |-8.200000e+01 |  56.50%
1425.54/1425.55	c  1426s|130000 |130001 | 19357k| 148.7 | 272M|  58 | 172 | 500 |3163 | 500 | 592 |5780k|   0 |  15k|-1.884829e+02 |-8.200000e+01 |  56.49%
1529.14/1529.13	c  1529s|140000 |140001 | 20830k| 148.6 | 290M|  58 | 141 | 500 |3163 | 500 | 584 |6223k|   0 |  16k|-1.884444e+02 |-8.200000e+01 |  56.49%
1626.15/1626.14	c  1626s|150000 |150001 | 22209k| 147.9 | 308M|  66 | 178 | 500 |3163 | 500 | 587 |6659k|   0 |  17k|-1.884085e+02 |-8.200000e+01 |  56.48%
1718.05/1718.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.05/1718.08	c  1718s|160000 |160001 | 23524k| 146.8 | 326M|  67 |  26 | 500 |3163 | 500 | 497 |7086k|   0 |  17k|-1.883752e+02 |-8.200000e+01 |  56.47%
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 168388
1797.05/1797.00	c Primal Bound       : -8.20000000000000e+01 (554 solutions)
1797.05/1797.00	c Dual Bound         : -1.88344662681469e+02
1797.05/1797.00	c Gap                : 56.46 %
1797.05/1797.00	s SATISFIABLE
1797.05/1797.00	v -x500 -x499 x498 -x497 -x496 -x495 -x494 x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1797.05/1797.00	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1797.05/1797.00	v -x457 -x456 -x455 -x454 x453 -x452 x451 -x450 -x449 x448 x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1797.05/1797.00	v x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 x417 x416 -x415 
1797.05/1797.00	v -x414 -x413 -x412 -x411 -x410 -x409 x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 x398 -x397 -x396 -x395 -x394 
1797.05/1797.00	v -x393 -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 
1797.05/1797.00	v -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 x360 -x359 -x358 -x357 x356 -x355 -x354 -x353 x352 
1797.05/1797.00	v -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 x332 -x331 
1797.05/1797.00	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1797.05/1797.00	v -x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 -x297 x296 -x295 -x294 x293 -x292 -x291 -x290 x289 -x288 
1797.05/1797.00	v -x287 -x286 x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 x274 -x273 -x272 -x271 -x270 -x269 x268 -x267 
1797.05/1797.00	v -x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 
1797.05/1797.00	v -x245 x244 x243 -x242 -x241 x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 x231 x230 x229 -x228 -x227 x226 -x225 -x224 
1797.05/1797.00	v x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 
1797.05/1797.00	v -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 x183 x182 -x181 
1797.05/1797.00	v -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 x160 -x159 
1797.05/1797.00	v -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 
1797.05/1797.00	v x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1797.05/1797.00	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 -x99 x98 -x97 -x96 -x95 -x94 
1797.05/1797.00	v -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 x85 -x84 x83 x82 -x81 x80 x79 x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 
1797.05/1797.00	v -x67 x66 -x65 -x64 x63 x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 x50 x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 
1797.05/1797.00	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 x16 
1797.05/1797.00	v -x15 x14 x13 -x12 x11 -x10 -x9 x8 -x7 -x6 x5 x4 -x3 x2 x1 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.06 (included in solving)
1797.05/1797.00	c   reading          :       0.02 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3488560-1307782929.opb
1797.05/1797.00	c   Variables        : 3663 (3663 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 4163 initial, 4163 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3488560-1307782929.opb
1797.05/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 3163 initial, 3163 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   and              :       0.03          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.01       3163          0          0       3163          0        500          0          0          0
1797.05/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     202796          0     354058          0          0          0          0          0     336774
1797.05/1797.00	c   setppc           :       3163         55     564531      34409          1     354054          0          0    1469584    7422054          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1        556          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      86.74       0.00       0.00      86.64       0.00       0.10       0.00
1797.05/1797.00	c   setppc           :      28.20       0.03      14.67       5.87       0.00       7.63       0.00
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          1          0          0          0
1797.05/1797.00	c   pseudoobj        :     566654          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.12       0.12       0.00
1797.05/1797.00	c   rootredcost      :       0.11       0.11       0.00
1797.05/1797.00	c   pseudoobj        :       5.45       5.45       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.11         54          -          -        270          -    (maximal pool size: 4278)
1797.05/1797.00	c   redcost          :       2.18     202850          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.01         55          0          0       3115          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       3.25         55          0          0      22363          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.56         20          0          0      10000          0
1797.05/1797.00	c   cmir             :       0.08         10          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.06         10          0          0          0          0
1797.05/1797.00	c   clique           :       0.20         55          0          0        363          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.05          1          0          0          0          0
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      86.53     168387          0          0          0          0     336774
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   oneopt           :       0.05          2          0
1797.05/1797.00	c   crossover        :       0.62         22          5
1797.05/1797.00	c   guideddiving     :      32.92       3701         31
1797.05/1797.00	c   fracdiving       :      31.32       3701         27
1797.05/1797.00	c   veclendiving     :      41.11       3701         73
1797.05/1797.00	c   coefdiving       :      32.15       3702         56
1797.05/1797.00	c   pscostdiving     :      32.14       3702         56
1797.05/1797.00	c   linesearchdiving :      31.76       3702         55
1797.05/1797.00	c   trivial          :       0.00          2          1
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       5.75     168436        236
1797.05/1797.00	c   zirounding       :       0.15       1000          0
1797.05/1797.00	c   rounding         :      17.23      19513          1
1797.05/1797.00	c   shifting         :       5.64       5799          1
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :      15.64        684          9
1797.05/1797.00	c   rootsoldiving    :      12.56       1144          2
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.01          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.01          1          0
1797.05/1797.00	c   subnlp           :       0.03          0          0
1797.05/1797.00	c   trysol           :       0.05          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :      11.04          0          0       0.00       0.00
1797.05/1797.00	c   dual LP          :    1369.21     202794   21702516     107.02   15850.43
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:     186.30     164354    2948059      17.94   15824.65
1797.05/1797.00	c   strong branching :      80.93      17946    1070538      59.65   13227.58
1797.05/1797.00	c     (at root node) :          -         25      21626     865.04          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :     168388
1797.05/1797.00	c   nodes (total)    :     168388
1797.05/1797.00	c   nodes left       :     168389
1797.05/1797.00	c   max depth        :         67
1797.05/1797.00	c   max depth (total):         67
1797.05/1797.00	c   backtracks       :      24036 (14.3%)
1797.05/1797.00	c   delayed cutoffs  :          0
1797.05/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.05/1797.00	c   avg switch length:       4.48
1797.05/1797.00	c   switching time   :      22.04
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :        554 (5 improvements)
1797.05/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1797.05/1797.00	c   Primal Bound     : -8.20000000000000e+01   (in run 1, after 32626 nodes, 423.22 seconds, depth 26, found by <crossover>)
1797.05/1797.00	c   Dual Bound       : -1.88344662681469e+02
1797.05/1797.00	c   Gap              :      56.46 %
1797.05/1797.00	c   Root Dual Bound  : -1.91149418851548e+02
1797.05/1797.00	c   Root Iterations  :      31053
1797.46/1797.44	c Time complete: 1797.5.

Verifier Data

OK	-82

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488560-1307782929/watcher-3488560-1307782929 -o /tmp/evaluation-result-3488560-1307782929/solver-3488560-1307782929 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488560-1307782929.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: 1.00 1.04 1.34 2/172 1356
/proc/meminfo: memFree=31612504/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=9316 CPUtime=0 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 1432 0 0 0 0 0 0 0 25 0 1 0 889893367 9539584 1387 33554432000 4194304 9016284 140735453700208 18446744073709551615 6278624 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1356/statm: 2329 1395 297 1178 0 1147 0

[startup+0.099291 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 1356
/proc/meminfo: memFree=31612504/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=33412 CPUtime=0.09 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 7378 0 0 0 9 0 0 0 25 0 1 0 889893367 34213888 7076 33554432000 4194304 9016284 140735453700208 18446744073709551615 5511144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 8353 7076 520 1178 0 7171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33412

[startup+0.100292 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 1356
/proc/meminfo: memFree=31612504/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=33412 CPUtime=0.09 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 7378 0 0 0 9 0 0 0 25 0 1 0 889893367 34213888 7076 33554432000 4194304 9016284 140735453700208 18446744073709551615 4318464 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 8353 7076 520 1178 0 7171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33412

[startup+0.300258 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 1356
/proc/meminfo: memFree=31612504/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=39628 CPUtime=0.29 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 16052 0 0 0 28 1 0 0 25 0 1 0 889893367 40579072 8838 33554432000 4194304 9016284 140735453700208 18446744073709551615 4451021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 9907 8838 694 1178 0 8725 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39628

[startup+0.701176 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 1356
/proc/meminfo: memFree=31612504/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=47656 CPUtime=0.69 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 18082 0 0 0 67 2 0 0 25 0 1 0 889893367 48799744 10855 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 11914 10855 688 1178 0 10732 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47656

[startup+1.50104 s]
/proc/loadavg: 1.00 1.04 1.34 3/175 1438
/proc/meminfo: memFree=31550628/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=51072 CPUtime=1.49 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 19035 0 0 0 147 2 0 0 25 0 1 0 889893367 52297728 11779 33554432000 4194304 9016284 140735453700208 18446744073709551615 7198861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 12768 11779 710 1178 0 11586 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51072

[startup+3.10075 s]
/proc/loadavg: 1.08 1.06 1.35 3/175 1438
/proc/meminfo: memFree=31527324/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=60304 CPUtime=3.09 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 21347 0 0 0 305 4 0 0 25 0 1 0 889893367 61751296 14054 33554432000 4194304 9016284 140735453700208 18446744073709551615 6583264 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 15076 14054 692 1178 0 13894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60304

[startup+6.30116 s]
/proc/loadavg: 1.08 1.06 1.35 3/175 1514
/proc/meminfo: memFree=31517560/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=80112 CPUtime=6.29 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 26303 0 0 0 621 8 0 0 25 0 1 0 889893367 82034688 18951 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 20028 18951 691 1178 0 18846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80112

[startup+12.701 s]
/proc/loadavg: 1.22 1.09 1.35 3/175 1552
/proc/meminfo: memFree=31329284/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=82376 CPUtime=12.69 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 28324 0 0 0 1255 14 0 0 25 0 1 0 889893367 84353024 19579 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 20594 19579 696 1178 0 19412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82376

[startup+25.5006 s]
/proc/loadavg: 1.34 1.12 1.36 3/175 1552
/proc/meminfo: memFree=31312480/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=82376 CPUtime=25.49 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 31096 0 0 0 2516 33 0 0 25 0 1 0 889893367 84353024 19584 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 20594 19584 701 1178 0 19412 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82376

[startup+51.1008 s]
/proc/loadavg: 1.56 1.19 1.38 3/175 1553
/proc/meminfo: memFree=31291496/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=95904 CPUtime=51.09 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 34378 0 0 0 5038 71 0 0 25 0 1 0 889893367 98205696 22866 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 23976 22866 701 1178 0 22794 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95904

[startup+102.306 s]
/proc/loadavg: 1.82 1.32 1.41 3/175 1556
/proc/meminfo: memFree=31252768/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=94112 CPUtime=102.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 36048 0 0 0 10078 152 0 0 25 0 1 0 889893367 96370688 22538 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 23528 22538 701 1178 0 22346 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94112

[startup+162.3 s]
/proc/loadavg: 2.01 1.46 1.45 3/175 1559
/proc/meminfo: memFree=31249028/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=97836 CPUtime=162.29 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 37826 0 0 0 15989 240 0 0 25 0 1 0 889893367 100184064 23528 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 24459 23528 701 1178 0 23277 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97836

[startup+222.301 s]
/proc/loadavg: 2.00 1.55 1.48 3/175 1561
/proc/meminfo: memFree=31239436/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=107308 CPUtime=222.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 50235 0 0 0 21899 331 0 0 25 0 1 0 889893367 109883392 25888 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 26827 25888 701 1178 0 25645 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107308

[startup+282.301 s]
/proc/loadavg: 2.00 1.63 1.51 3/175 1562
/proc/meminfo: memFree=31229716/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=117256 CPUtime=282.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 56196 0 0 0 27808 422 0 0 25 0 1 0 889893367 120070144 28359 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 29314 28359 701 1178 0 28132 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 117256

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 1.54 3/175 1564
/proc/meminfo: memFree=31219644/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=127164 CPUtime=342.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 62171 0 0 0 33720 510 0 0 25 0 1 0 889893367 130215936 30830 33554432000 4194304 9016284 140735453700208 18446744073709551615 4777506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 31791 30830 701 1178 0 30609 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127164

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.56 3/175 1565
/proc/meminfo: memFree=31207548/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=139196 CPUtime=402.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 68671 0 0 0 39633 597 0 0 25 0 1 0 889893367 142536704 33843 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 34799 33843 701 1178 0 33617 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 139196

[startup+462.301 s]
/proc/loadavg: 2.00 1.79 1.59 3/175 1567
/proc/meminfo: memFree=31199312/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=146776 CPUtime=462.3 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 88305 0 0 0 45545 685 0 0 25 0 1 0 889893367 150298624 35800 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 36694 35800 703 1178 0 35512 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146776

[startup+522.3 s]
/proc/loadavg: 2.00 1.82 1.61 3/175 1568
/proc/meminfo: memFree=31186248/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=160084 CPUtime=522.31 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 95176 0 0 0 51456 775 0 0 25 0 1 0 889893367 163926016 39196 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 40021 39196 703 1178 0 38839 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 160084

[startup+582.3 s]
/proc/loadavg: 2.00 1.86 1.63 3/175 1570
/proc/meminfo: memFree=31175168/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=170728 CPUtime=582.31 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 101338 0 0 0 57364 867 0 0 25 0 1 0 889893367 174825472 41852 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 42682 41852 703 1178 0 41500 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 170728

[startup+642.301 s]

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

/proc/meminfo: memFree=31074864/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=271592 CPUtime=1122.33 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 133243 0 0 0 110535 1698 0 0 25 0 1 0 889893367 278110208 66752 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 67898 66752 703 1178 0 66716 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 271592

[startup+1182.3 s]
/proc/loadavg: 2.01 1.98 1.79 3/175 1586
/proc/meminfo: memFree=31064148/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=282336 CPUtime=1182.33 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 135890 0 0 0 116442 1791 0 0 25 0 1 0 889893367 289112064 69399 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 70584 69399 703 1178 0 69402 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 282336

[startup+1242.3 s]
/proc/loadavg: 2.07 1.99 1.81 3/175 1588
/proc/meminfo: memFree=31052052/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=294144 CPUtime=1242.33 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 138864 0 0 0 122344 1889 0 0 25 0 1 0 889893367 301203456 72372 33554432000 4194304 9016284 140735453700208 18446744073709551615 6565073 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 73536 72372 703 1178 0 72354 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 294144

[startup+1302.3 s]
/proc/loadavg: 2.02 1.99 1.82 3/175 1589
/proc/meminfo: memFree=31039848/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=305668 CPUtime=1302.34 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 141771 0 0 0 128258 1976 0 0 25 0 1 0 889893367 313004032 75279 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 76417 75279 703 1178 0 75235 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 305668

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.82 3/175 1591
/proc/meminfo: memFree=31028040/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=314648 CPUtime=1362.34 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 144071 0 0 0 134166 2068 0 0 25 0 1 0 889893367 322199552 77578 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 78662 77578 703 1178 0 77480 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 314648

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.83 3/175 1593
/proc/meminfo: memFree=31014608/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=328120 CPUtime=1422.35 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 151019 0 0 0 140080 2155 0 0 25 0 1 0 889893367 335994880 80977 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 82030 80977 703 1178 0 80848 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 328120

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/175 1594
/proc/meminfo: memFree=31003900/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=338832 CPUtime=1482.34 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 153764 0 0 0 145984 2250 0 0 25 0 1 0 889893367 346963968 83722 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 84708 83722 703 1178 0 83526 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 338832

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/175 1596
/proc/meminfo: memFree=30996028/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=346492 CPUtime=1542.34 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 155658 0 0 0 151895 2339 0 0 25 0 1 0 889893367 354807808 85616 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 86623 85616 703 1178 0 85441 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 346492

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/175 1597
/proc/meminfo: memFree=30982956/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=359800 CPUtime=1602.34 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 158978 0 0 0 157805 2429 0 0 25 0 1 0 889893367 368435200 88936 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 89950 88936 703 1178 0 88768 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 359800

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/175 1599
/proc/meminfo: memFree=30971624/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=370808 CPUtime=1662.35 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 161791 0 0 0 163711 2524 0 0 25 0 1 0 889893367 379707392 91749 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 92702 91749 703 1178 0 91520 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 370808

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/175 1601
/proc/meminfo: memFree=30959912/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=382636 CPUtime=1722.35 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 164719 0 0 0 169618 2617 0 0 25 0 1 0 889893367 391819264 94677 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 95659 94677 703 1178 0 94477 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 382636

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/175 1602
/proc/meminfo: memFree=30908028/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=394856 CPUtime=1782.35 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 167893 0 0 0 175525 2710 0 0 25 0 1 0 889893367 404332544 97851 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 98714 97851 703 1178 0 97532 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 394856

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.86 3/175 1602
/proc/meminfo: memFree=30908028/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=394856 CPUtime=1785.55 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 167897 0 0 0 175841 2714 0 0 25 0 1 0 889893367 404332544 97855 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 98714 97855 703 1178 0 97532 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 394856

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1602
/proc/meminfo: memFree=30905164/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=397640 CPUtime=1791.95 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 168600 0 0 0 176471 2724 0 0 25 0 1 0 889893367 407183360 98558 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 99410 98558 703 1178 0 98228 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 397640

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1602
/proc/meminfo: memFree=30904048/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=398736 CPUtime=1795.15 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 168880 0 0 0 176786 2729 0 0 25 0 1 0 889893367 408305664 98838 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 99684 98838 703 1178 0 98502 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 398736

[startup+1796.7 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1602
/proc/meminfo: memFree=30903924/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=398736 CPUtime=1796.75 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 168893 0 0 0 176944 2731 0 0 25 0 1 0 889893367 408305664 98851 33554432000 4194304 9016284 140735453700208 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1356/statm: 99684 98851 703 1178 0 98502 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 398736

[startup+1797.1 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1602
/proc/meminfo: memFree=30903924/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=399900 CPUtime=1797.15 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 169152 0 0 0 176983 2732 0 0 25 0 1 0 889893367 409497600 99110 33554432000 4194304 9016284 140735453700208 18446744073709551615 4839196 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1356/statm: 99975 99110 705 1178 0 98793 0
Current children cumulated CPU time (s) 1797.15
Current children cumulated vsize (KiB) 399900

[startup+1797.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1603
/proc/meminfo: memFree=30902808/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=399900 CPUtime=1797.35 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 169152 0 0 0 177003 2732 0 0 25 0 1 0 889893367 409497600 99110 33554432000 4194304 9016284 140735453700208 18446744073709551615 4841078 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1356/statm: 99975 99110 705 1178 0 98793 0
Current children cumulated CPU time (s) 1797.35
Current children cumulated vsize (KiB) 399900

[startup+1797.41 s]
/proc/loadavg: 2.00 1.99 1.87 3/175 1603
/proc/meminfo: memFree=30902808/32951124 swapFree=67064368/67111528
[pid=1356] ppid=1354 vsize=399900 CPUtime=1797.46 cores=0,2,4,6
/proc/1356/stat : 1356 (scip-2.0.1.4b_2) R 1354 1356 29294 0 -1 4202496 169152 0 0 0 177014 2732 0 0 25 0 1 0 889893367 409497600 99110 33554432000 4194304 9016284 140735453700208 18446744073709551615 4330210 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1356/statm: 99975 99110 705 1178 0 98793 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (KiB) 399900

Child status: 0
Real time (s): 1797.45
CPU time (s): 1797.51
CPU user time (s): 1770.16
CPU system time (s): 27.3448
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 399900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.16
system time used= 27.3448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169157
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= 5
involuntary context switches= 2820

runsolver used 2.70159 second user time and 5.47517 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 11:02:09
IDJOB=3488560
IDBENCH=48164
IDSOLVER=1979
FILE ID=node105/3488560-1307782929
RUNJOBID= node105-1307782929-1257
PBS_JOBID= 13550855
Free space on /tmp= 74076 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_4.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-3488560-1307782929/watcher-3488560-1307782929 -o /tmp/evaluation-result-3488560-1307782929/solver-3488560-1307782929 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488560-1307782929.opb -t 1800 -m 15500

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

MD5SUM BENCH= 81ea6ef3f58dd056541f0542171b5402
RANDOM SEED=897356499

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31612964 kB
Buffers:        278712 kB
Cached:         805400 kB
SwapCached:      20132 kB
Active:         464132 kB
Inactive:       649060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31612964 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           33556 kB
Writeback:           0 kB
AnonPages:       26208 kB
Mapped:           9776 kB
Slab:           160700 kB
PageTables:       3716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74040 MiB
End job on node105 at 2011-06-11 11:32:07