Trace number 3693784

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT55 1796.77 1797.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_2.opb
MD5SUMf7e9965e006e5669c3252afd9a68998d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 67
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 constraint11
Maximum length of a constraint22
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)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693784-1338035379.opb>
0.00/0.01	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.00/0.01	c problem read in 0.01
0.00/0.04	o 500
0.00/0.04	c feasible solution found by trivial heuristic, objective value  5.000000e+02
0.00/0.04	c presolving:
0.19/0.29	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 184652 impls, 0 clqs
0.49/0.50	c    (0.5s) probing: 51/6828 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.50	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.51	c presolving (2 rounds):
0.49/0.51	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.51	c  184652 implications, 0 cliques
0.49/0.51	c presolved problem has 6828 variables (6828 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.49/0.51	c    6328 constraints of type <and>
0.49/0.51	c     500 constraints of type <logicor>
0.49/0.51	c transformed objective value is always integral (scale: 1)
0.49/0.51	c Presolving Time: 0.50
0.49/0.51	c - non default parameters ----------------------------------------------------------------------
0.49/0.51	c # SCIP version 2.1.1.4
0.49/0.51	c 
0.49/0.51	c # maximal time in seconds to run
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/time = 1797
0.49/0.51	c 
0.49/0.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/memory = 13950
0.49/0.51	c 
0.49/0.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.51	c # [type: int, range: [1,2], default: 1]
0.49/0.51	c timing/clocktype = 2
0.49/0.51	c 
0.49/0.51	c # belongs reading time to solving time?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c timing/reading = TRUE
0.49/0.51	c 
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c start solving
0.49/0.51	c 
0.59/0.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.63	c t 0.6s|     1 |     0 |  1000 |     - |  32M|   0 |1000 |6828 |6828 |6828 |  13k|   0 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
0.59/0.67	o 107
0.59/0.67	c s 0.7s|     1 |     0 |  1000 |     - |  32M|   0 |1000 |6828 |6828 |6828 |  13k|   0 |   0 |   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |  2500 |     - |  33M|   0 |1000 |6828 |6828 |6828 |  14k|1000 |   0 |   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
2.09/2.19	c   2.2s|     1 |     0 |  4000 |     - |  33M|   0 |1000 |6828 |6828 |6828 |  15k|2000 |   0 |   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
2.20/2.23	o 103
2.20/2.23	c s 2.2s|     1 |     0 |  4000 |     - |  33M|   0 |1000 |6828 |6828 |6828 |  15k|2000 |   0 |   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
2.79/2.89	c   2.9s|     1 |     0 |  5500 |     - |  34M|   0 |1000 |6828 |6828 |6828 |  16k|3001 |   0 |   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
2.89/2.93	o 92
2.89/2.93	c s 2.9s|     1 |     0 |  5500 |     - |  34M|   0 |1000 |6828 |6828 |6828 |  16k|3001 |   0 |   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
3.59/3.64	c   3.6s|     1 |     0 |  7000 |     - |  34M|   0 |1000 |6828 |6828 |6828 |  17k|4001 |   0 |   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
8.89/8.91	c   8.9s|     1 |     0 | 18752 |     - |  35M|   0 |2423 |6828 |6828 |6828 |  18k|5003 |   0 |   0 | 2.689041e+01 | 9.200000e+01 | 242.13%
16.59/16.65	c  16.6s|     1 |     0 | 28603 |     - |  38M|   0 |3595 |6828 |6828 |6828 |  18k|5793 |   0 |   0 | 3.508130e+01 | 9.200000e+01 | 162.25%
26.09/26.19	c  26.2s|     1 |     0 | 36980 |     - |  38M|   0 |4070 |6828 |6828 |6828 |  19k|6064 |   0 |   0 | 3.648622e+01 | 9.200000e+01 | 152.15%
32.29/32.34	c  32.3s|     1 |     0 | 38138 |     - |  38M|   0 |4281 |6828 |6828 |6828 |  19k|6137 |   0 |   0 | 3.667035e+01 | 9.200000e+01 | 150.88%
38.78/38.89	c  38.9s|     1 |     0 | 38995 |     - |  38M|   0 |4492 |6828 |6828 |6828 |  19k|6187 |   0 |   0 | 3.676687e+01 | 9.200000e+01 | 150.23%
45.28/45.36	c  45.4s|     1 |     0 | 39386 |     - |  38M|   0 |4496 |6828 |6828 |6828 |  19k|6218 |   0 |   0 | 3.681122e+01 | 9.200000e+01 | 149.92%
48.49/48.52	c  48.5s|     1 |     0 | 39636 |     - |  35M|   0 |4614 |6828 |6828 |6827 |7034 |6233 |   0 |   0 | 3.681122e+01 | 9.200000e+01 | 149.92%
48.49/48.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.49/48.52	c  48.5s|     1 |     0 | 39636 |     - |  35M|   0 |4614 |6828 |6828 |6827 |7034 |6233 |   0 |   0 | 3.683273e+01 | 9.200000e+01 | 149.78%
49.18/49.27	c  49.3s|     1 |     0 | 39686 |     - |  35M|   0 |4633 |6828 |6828 |6827 |7044 |6243 |   0 |   0 | 3.683354e+01 | 9.200000e+01 | 149.77%
49.99/50.03	c  50.0s|     1 |     0 | 39717 |     - |  35M|   0 |4589 |6828 |6828 |6827 |7050 |6249 |   0 |   0 | 3.683433e+01 | 9.200000e+01 | 149.77%
50.68/50.79	c  50.8s|     1 |     0 | 39825 |     - |  35M|   0 |4683 |6828 |6828 |6827 |7054 |6253 |   0 |   0 | 3.683682e+01 | 9.200000e+01 | 149.75%
51.48/51.50	c  51.5s|     1 |     0 | 39829 |     - |  35M|   0 |4686 |6828 |6828 |6827 |7058 |6257 |   0 |   0 | 3.683682e+01 | 9.200000e+01 | 149.75%
64.89/64.96	c  65.0s|     1 |     2 | 39829 |     - |  35M|   0 |4686 |6828 |6828 |6827 |7058 |6257 |   0 |  18 | 3.683682e+01 | 9.200000e+01 | 149.75%
183.85/183.93	o 55
183.85/183.93	c * 184s|    49 |    45 | 65584 | 536.6 |  36M|  48 |   - |6828 |6828 |6828 |7216 |6904 |   0 | 162 | 3.683682e+01 | 5.500000e+01 |  49.31%
230.95/231.08	c   231s|   100 |    64 |127659 | 887.2 |  37M|  48 |1235 |6828 |6828 |6828 |7186 |7587 |   0 | 176 | 3.728244e+01 | 5.500000e+01 |  47.52%
294.54/294.65	c   295s|   200 |    80 |203469 | 822.3 |  38M|  50 |   - |6828 |6828 |6828 |7191 |8377 |   0 | 202 | 3.752767e+01 | 5.500000e+01 |  46.56%
394.52/394.61	c   395s|   300 |   112 |330982 | 973.8 |  38M|  50 |   - |6828 |6828 |6828 |7204 |9429 |   0 | 241 | 3.759850e+01 | 5.500000e+01 |  46.28%
452.81/452.99	c   453s|   400 |   126 |404828 | 914.8 |  38M|  51 |   - |6828 |6828 |6828 |7200 |  10k|   0 | 278 | 3.761696e+01 | 5.500000e+01 |  46.21%
510.30/510.45	c   510s|   500 |   150 |472548 | 867.2 |  38M|  51 |   - |6828 |6828 |6828 |7211 |  10k|   0 | 314 | 3.763820e+01 | 5.500000e+01 |  46.13%
567.50/567.67	c   568s|   600 |   166 |544451 | 842.4 |  39M|  51 |1124 |6828 |6828 |6828 |7204 |  11k|   0 | 349 | 3.773107e+01 | 5.500000e+01 |  45.77%
629.39/629.58	c   630s|   700 |   186 |625137 | 837.4 |  39M|  51 |1169 |6828 |6828 |6828 |7203 |  11k|   0 | 394 | 3.779437e+01 | 5.500000e+01 |  45.52%
672.67/672.81	c   673s|   800 |   196 |678953 | 799.9 |  39M|  51 |   - |6828 |6828 |6828 |7202 |  12k|   0 | 438 | 3.785806e+01 | 5.500000e+01 |  45.28%
860.85/861.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.85/861.08	c   861s|   900 |   232 |  1121k|1202.8 |  39M|  51 |1342 |6828 |6828 |6828 |7215 |  12k|   0 | 487 | 3.785806e+01 | 5.500000e+01 |  45.28%
900.94/901.14	c   901s|  1000 |   248 |  1164k|1125.8 |  39M|  52 |1306 |6828 |6828 |6828 |7215 |  13k|   0 | 545 | 3.788871e+01 | 5.500000e+01 |  45.16%
909.24/909.44	c   909s|  1100 |   248 |  1177k|1034.8 |  39M|  52 |   - |6828 |6828 |6828 |7201 |  13k|   0 | 567 | 3.788871e+01 | 5.500000e+01 |  45.16%
942.24/942.48	c   942s|  1200 |   260 |  1217k| 982.3 |  39M|  52 |   - |6828 |6828 |6828 |7211 |  14k|   0 | 622 | 3.794485e+01 | 5.500000e+01 |  44.95%
984.73/984.96	c   985s|  1300 |   270 |  1268k| 945.9 |  39M|  52 |   - |6828 |6828 |6828 |7212 |  14k|   0 | 666 | 3.796478e+01 | 5.500000e+01 |  44.87%
1024.62/1024.88	c  1025s|  1400 |   290 |  1316k| 912.8 |  39M|  55 |   - |6828 |6828 |6828 |7211 |  15k|   0 | 728 | 3.802665e+01 | 5.500000e+01 |  44.64%
1076.51/1076.77	c  1077s|  1500 |   306 |  1384k| 896.8 |  39M|  55 |1454 |6828 |6828 |6828 |7214 |  15k|   0 | 773 | 3.805036e+01 | 5.500000e+01 |  44.55%
1099.11/1099.35	c  1099s|  1600 |   316 |  1405k| 854.2 |  40M|  55 |   - |6828 |6828 |6828 |7221 |  15k|   0 | 817 | 3.808374e+01 | 5.500000e+01 |  44.42%
1123.60/1123.84	c  1124s|  1700 |   328 |  1429k| 818.0 |  39M|  55 |1481 |6828 |6828 |6828 |7221 |  16k|   0 | 870 | 3.810830e+01 | 5.500000e+01 |  44.33%
1184.00/1184.25	c  1184s|  1800 |   350 |  1503k| 813.4 |  40M|  55 |   - |6828 |6828 |6828 |7211 |  17k|   0 | 949 | 3.813856e+01 | 5.500000e+01 |  44.21%
1208.39/1208.63	c  1209s|  1900 |   358 |  1535k| 787.7 |  40M|  55 |1533 |6828 |6828 |6828 |7204 |  17k|   0 | 982 | 3.813955e+01 | 5.500000e+01 |  44.21%
1214.79/1215.08	c  1215s|  2000 |   356 |  1547k| 754.3 |  40M|  56 |   - |6828 |6828 |6828 |7215 |  17k|   0 | 994 | 3.813955e+01 | 5.500000e+01 |  44.21%
1233.49/1233.71	c  1234s|  2100 |   368 |  1568k| 728.4 |  40M|  57 |1689 |6828 |6828 |6828 |7186 |  17k|   0 |1024 | 3.815426e+01 | 5.500000e+01 |  44.15%
1277.08/1277.38	c  1277s|  2200 |   390 |  1627k| 721.9 |  40M|  57 |   - |6828 |6828 |6828 |7211 |  18k|   0 |1054 | 3.817366e+01 | 5.500000e+01 |  44.08%
1289.17/1289.48	c  1289s|  2300 |   394 |  1644k| 698.2 |  40M|  57 |   - |6828 |6828 |6828 |7204 |  18k|   0 |1064 | 3.817970e+01 | 5.500000e+01 |  44.06%
1299.17/1299.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.17/1299.40	c  1299s|  2400 |   400 |  1660k| 675.7 |  40M|  57 |   - |6828 |6828 |6828 |7196 |  18k|   0 |1068 | 3.818055e+01 | 5.500000e+01 |  44.05%
1305.18/1305.41	c  1305s|  2500 |   400 |  1672k| 653.3 |  40M|  57 |1563 |6828 |6828 |6828 |7205 |  19k|   0 |1069 | 3.818055e+01 | 5.500000e+01 |  44.05%
1322.37/1322.66	c  1323s|  2600 |   414 |  1697k| 637.9 |  40M|  60 |   - |6828 |6828 |6828 |7203 |  19k|   0 |1072 | 3.819929e+01 | 5.500000e+01 |  43.98%
1355.97/1356.25	c  1356s|  2700 |   422 |  1742k| 630.9 |  40M|  60 |   - |6828 |6828 |6828 |7212 |  19k|   0 |1093 | 3.820018e+01 | 5.500000e+01 |  43.98%
1401.46/1401.72	c  1402s|  2800 |   440 |  1802k| 629.6 |  40M|  60 |   - |6828 |6828 |6828 |7204 |  20k|   0 |1129 | 3.821155e+01 | 5.500000e+01 |  43.94%
1457.75/1458.07	c  1458s|  2900 |   468 |  1864k| 629.4 |  40M|  60 |   - |6828 |6828 |6828 |7214 |  21k|   0 |1187 | 3.823251e+01 | 5.500000e+01 |  43.86%
1487.95/1488.28	c  1488s|  3000 |   484 |  1904k| 621.9 |  40M|  60 |   - |6828 |6828 |6828 |7213 |  21k|   0 |1211 | 3.823637e+01 | 5.500000e+01 |  43.84%
1513.04/1513.32	c  1513s|  3100 |   496 |  1931k| 610.5 |  40M|  60 |   - |6828 |6828 |6828 |7208 |  22k|   0 |1258 | 3.825767e+01 | 5.500000e+01 |  43.76%
1521.24/1521.57	c  1522s|  3200 |   496 |  1943k| 594.9 |  40M|  60 |1630 |6828 |6828 |6828 |7214 |  22k|   0 |1288 | 3.825767e+01 | 5.500000e+01 |  43.76%
1536.45/1536.77	c  1537s|  3300 |   500 |  1960k| 582.1 |  40M|  60 |1561 |6828 |6828 |6828 |7205 |  22k|   0 |1322 | 3.825858e+01 | 5.500000e+01 |  43.76%
1568.34/1568.62	c  1569s|  3400 |   516 |  1997k| 576.1 |  40M|  60 |1525 |6828 |6828 |6828 |7190 |  23k|   0 |1359 | 3.826521e+01 | 5.500000e+01 |  43.73%
1583.03/1583.35	c  1583s|  3500 |   522 |  2014k| 564.4 |  40M|  60 |1549 |6828 |6828 |6828 |7190 |  23k|   0 |1405 | 3.826670e+01 | 5.500000e+01 |  43.73%
1627.43/1627.76	c  1628s|  3600 |   544 |  2061k| 561.6 |  41M|  60 |1579 |6828 |6828 |6828 |7199 |  24k|   0 |1474 | 3.827416e+01 | 5.500000e+01 |  43.70%
1665.62/1665.96	c  1666s|  3700 |   560 |  2109k| 559.6 |  41M|  60 |1478 |6828 |6828 |6828 |7207 |  24k|   0 |1524 | 3.827695e+01 | 5.500000e+01 |  43.69%
1691.42/1691.76	c  1692s|  3800 |   574 |  2149k| 555.2 |  41M|  60 |   - |6828 |6828 |6828 |7206 |  25k|   0 |1543 | 3.828531e+01 | 5.500000e+01 |  43.66%
1697.21/1697.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1697.21/1697.58	c  1698s|  3900 |   572 |  2159k| 543.6 |  41M|  60 |1604 |6828 |6828 |6828 |7186 |  25k|   0 |1551 | 3.828531e+01 | 5.500000e+01 |  43.66%
1703.11/1703.49	c  1703s|  4000 |   574 |  2170k| 532.9 |  41M|  60 |   - |6828 |6828 |6828 |7205 |  25k|   0 |1553 | 3.828531e+01 | 5.500000e+01 |  43.66%
1709.02/1709.31	c  1709s|  4100 |   572 |  2182k| 522.7 |  41M|  60 |   - |6828 |6828 |6828 |7209 |  25k|   0 |1556 | 3.828531e+01 | 5.500000e+01 |  43.66%
1751.10/1751.49	c  1751s|  4200 |   586 |  2248k| 526.1 |  41M|  60 |   - |6828 |6828 |6828 |7196 |  25k|   0 |1563 | 3.829611e+01 | 5.500000e+01 |  43.62%
1781.40/1781.73	c  1782s|  4300 |   606 |  2293k| 524.2 |  41M|  60 |1589 |6828 |6828 |6828 |7201 |  26k|   0 |1569 | 3.830473e+01 | 5.500000e+01 |  43.59%
1793.90/1794.26	c  1794s|  4400 |   614 |  2313k| 516.9 |  41M|  60 |   - |6828 |6828 |6828 |7200 |  26k|   0 |1572 | 3.830989e+01 | 5.500000e+01 |  43.57%
1796.69/1797.00	c 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Solving Time (sec) : 1797.00
1796.69/1797.00	c Solving Nodes      : 4406
1796.69/1797.00	c Primal Bound       : +5.50000000000000e+01 (5 solutions)
1796.69/1797.00	c Dual Bound         : +3.83139345464747e+01
1796.69/1797.00	c Gap                : 43.55 %
1796.69/1797.00	s SATISFIABLE
1796.69/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 
1796.69/1797.00	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1796.69/1797.00	v -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 
1796.69/1797.00	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1796.69/1797.00	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1796.69/1797.00	v -x394 x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 x375 -x374 
1796.69/1797.00	v -x373 -x372 -x371 -x370 x369 -x368 -x367 x366 -x365 -x364 -x363 -x362 -x361 -x360 x359 -x358 -x357 -x356 -x355 -x354 -x353 
1796.69/1797.00	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1796.69/1797.00	v -x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 -x323 x322 -x321 -x320 -x319 -x318 -x317 x316 -x315 -x314 -x313 -x312 -x311 
1796.69/1797.00	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 x295 -x294 -x293 x292 -x291 -x290 -x289 
1796.69/1797.00	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1796.69/1797.00	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1796.69/1797.00	v x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 x238 -x237 -x236 -x235 x234 -x233 -x232 x231 -x230 -x229 -x228 -x227 -x226 
1796.69/1797.00	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 x214 -x213 x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1796.69/1797.00	v -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 x191 x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 
1796.69/1797.00	v -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 
1796.69/1797.00	v -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 
1796.69/1797.00	v -x140 -x139 -x138 -x137 x136 -x135 x134 -x133 x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 
1796.69/1797.00	v -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 x104 -x103 -x102 -x101 -x100 -x99 
1796.69/1797.00	v -x98 -x97 -x96 x95 x94 x93 -x92 x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 
1796.69/1797.00	v -x71 x70 x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 
1796.69/1797.00	v -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 
1796.69/1797.00	v x20 -x19 -x18 -x17 -x16 x15 x14 -x13 -x12 x11 x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.69/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.00	c Total Time         :    1797.00
1796.69/1797.00	c   solving          :    1797.00
1796.69/1797.00	c   presolving       :       0.50 (included in solving)
1796.69/1797.00	c   reading          :       0.01 (included in solving)
1796.69/1797.00	c   copying          :       0.10 (5 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.69/1797.00	c Original Problem   :
1796.69/1797.00	c   Problem name     : HOME/instance-3693784-1338035379.opb
1796.69/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 500 initial, 500 maximal
1796.69/1797.00	c   Objective sense  : minimize
1796.69/1797.00	c Presolved Problem  :
1796.69/1797.00	c   Problem name     : t_HOME/instance-3693784-1338035379.opb
1796.69/1797.00	c   Variables        : 6828 (6828 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.00	c   Constraints      : 6828 initial, 6828 maximal
1796.69/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   pseudoobj        :       0.00       0.01          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   and              :       0.41       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   integral         :          0          0          0          0       2656          0         16          0         10        303          0          0       5024
1796.69/1797.00	c   and              :       6328       6328       6230      38257          1          2         11          0          0    1555189      26839          0          0
1796.69/1797.00	c   logicor          :        500        500         16      14106          1          2          4          0          0          0          0          0          0
1796.69/1797.00	c   countsols        :          0          0          0          0          1          2          7          0          0          0          0          0          0
1796.69/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.00	c   integral         :     367.58       0.00       0.00       0.00     367.57       0.00       0.00       0.00
1796.69/1797.00	c   and              :      30.08       0.00      22.10       7.97       0.00       0.00       0.01       0.00
1796.69/1797.00	c   logicor          :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.00
1796.69/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.00	c   rootredcost      :          2          0          0          0
1796.69/1797.00	c   pseudoobj        :      40814          0          0          0
1796.69/1797.00	c   vbounds          :          0          0          0          0
1796.69/1797.00	c   redcost          :       8461          0          0      67489
1796.69/1797.00	c   probing          :          0          0          0          0
1796.69/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.00	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1796.69/1797.00	c   pseudoobj        :       0.12       0.01       0.00       0.12       0.00
1796.69/1797.00	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
1796.69/1797.00	c   redcost          :       0.97       0.00       0.00       0.97       0.00
1796.69/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.69/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.69/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.00	c   cut pool         :       0.01                    15          -          -          0          -    (maximal pool size: 6422)
1796.69/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   impliedbounds    :       0.06       0.00         16          0          0       6676          0
1796.69/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   gomory           :       8.75       0.00         10          0          0        372          0
1796.69/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   strongcg         :      16.08       0.00         16          0          0       3140          0
1796.69/1797.00	c   cmir             :       2.70       0.00         10          0          0       2500          0
1796.69/1797.00	c   flowcover        :       1.54       0.00         10          0          0          0          0
1796.69/1797.00	c   clique           :       0.35       0.00         16          0          0         13          0
1796.69/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.69/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.00	c   problem variables:       0.04          -        616        177
1796.69/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.00	c   relpscost        :     367.56       0.00       2655         10        303          0          0       5024
1796.69/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.69/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.00	c   LP solutions     :       0.00          -          -          1
1796.69/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.00	c   oneopt           :       0.02       0.00          4          0
1796.69/1797.00	c   pscostdiving     :      95.27       0.00          6          0
1796.69/1797.00	c   objpscostdiving  :     173.21       0.00          3          0
1796.69/1797.00	c   veclendiving     :      62.72       0.00          8          0
1796.69/1797.00	c   rootsoldiving    :      27.73       0.00          4          0
1796.69/1797.00	c   guideddiving     :      81.20       0.00          8          0
1796.69/1797.00	c   coefdiving       :      68.82       0.00          8          0
1796.69/1797.00	c   fracdiving       :      78.82       0.00          9          0
1796.69/1797.00	c   linesearchdiving :      75.64       0.00          9          0
1796.69/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.00	c   trivial          :       0.01       0.00          2          1
1796.69/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.00	c   simplerounding   :       0.23       0.00          0          0
1796.69/1797.00	c   zirounding       :       1.26       0.00       1000          0
1796.69/1797.00	c   rounding         :       5.69       0.00       1050          0
1796.69/1797.00	c   shifting         :       3.96       0.00        596          3
1796.69/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.00	c   indoneopt        :       0.02       0.00          0          0
1796.69/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.00	c   clique           :       0.00       0.00          0          0
1796.69/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.00	c   octane           :       0.00       0.00          0          0
1796.69/1797.00	c   rens             :       0.04       0.00          0          0
1796.69/1797.00	c   rins             :       0.00       0.00          0          0
1796.69/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.00	c   mutation         :       0.00       0.00          0          0
1796.69/1797.00	c   crossover        :       0.99       0.00          2          0
1796.69/1797.00	c   dins             :       0.00       0.00          0          0
1796.69/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.00	c   undercover       :       0.15       0.00          1          0
1796.69/1797.00	c   subnlp           :       0.01       0.00          0          0
1796.69/1797.00	c   trysol           :       0.01       0.00          0          0
1796.69/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.00	c   primal LP        :      19.06        661        882      29.40      46.28      16.98        631
1796.69/1797.00	c   dual LP          :     654.63      10351    1085420     129.42    1658.06       4.33       1964
1796.69/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.00	c   diving/probing LP:     628.16      14177    1230055      86.76    1958.18
1796.69/1797.00	c   strong branching :     367.21       1574     523021     332.29    1424.33
1796.69/1797.00	c     (at root node) :          -         18      17677     982.06          -
1796.69/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.00	c B&B Tree           :
1796.69/1797.00	c   number of runs   :          1
1796.69/1797.00	c   nodes            :       4406
1796.69/1797.00	c   nodes (total)    :       4406
1796.69/1797.00	c   nodes left       :        620
1796.69/1797.00	c   max depth        :         60
1796.69/1797.00	c   max depth (total):         60
1796.69/1797.00	c   backtracks       :        725 (16.5%)
1796.69/1797.00	c   delayed cutoffs  :          0
1796.69/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.69/1797.00	c   avg switch length:       3.98
1796.69/1797.00	c   switching time   :      19.43
1796.69/1797.00	c Solution           :
1796.69/1797.00	c   Solutions found  :          5 (5 improvements)
1796.69/1797.00	c   First Solution   : +5.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1796.69/1797.00	c   Primal Bound     : +5.50000000000000e+01   (in run 1, after 49 nodes, 183.93 seconds, depth 48, found by <relaxation>)
1796.69/1797.00	c   Dual Bound       : +3.83139345464747e+01
1796.69/1797.00	c   Gap              :      43.55 %
1796.69/1797.00	c   Root Dual Bound  : +3.68368214105397e+01
1796.69/1797.00	c   Root Iterations  :      39829
1796.69/1797.06	c Time complete: 1796.76.

Verifier Data

OK	55

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 8179
/proc/meminfo: memFree=28942900/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=10588 CPUtime=0 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 1399 0 0 0 0 0 0 0 20 0 1 0 269663536 10842112 1353 33554432000 4194304 10169799 140735111061760 140736891833288 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 2647 1353 414 1459 0 1179 0

[startup+0.0898549 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 8179
/proc/meminfo: memFree=28942900/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=34620 CPUtime=0.08 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 7117 0 0 0 7 1 0 0 20 0 1 0 269663536 35450880 7071 33554432000 4194304 10169799 140735111061760 140736891833288 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 8866 7099 538 1459 0 7398 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34620

[startup+0.100377 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 8179
/proc/meminfo: memFree=28942900/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=35952 CPUtime=0.09 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 7461 0 0 0 8 1 0 0 20 0 1 0 269663536 36814848 7415 33554432000 4194304 10169799 140735111061760 140736891833288 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 8988 7415 538 1459 0 7520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35952

[startup+0.300244 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 8179
/proc/meminfo: memFree=28942900/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=39228 CPUtime=0.29 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 8569 0 0 0 13 16 0 0 20 0 1 0 269663536 40169472 8266 33554432000 4194304 10169799 140735111061760 140736891833288 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 9807 8266 562 1459 0 8339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39228

[startup+0.7003 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 8179
/proc/meminfo: memFree=28942900/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=81572 CPUtime=0.69 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 19944 0 0 0 37 32 0 0 20 0 1 0 269663536 83529728 18806 33554432000 4194304 10169799 140735111061760 140735111060168 8844147 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 20393 18831 759 1459 0 18925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81572

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8180
/proc/meminfo: memFree=28880048/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=74188 CPUtime=1.49 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 26211 0 0 0 98 51 0 0 20 0 1 0 269663536 75968512 17121 33554432000 4194304 10169799 140735111061760 140735111058872 7908823 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 18547 17121 814 1459 0 17079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74188

[startup+3.10028 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8180
/proc/meminfo: memFree=28876568/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=80292 CPUtime=3.09 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 27840 0 0 0 255 54 0 0 20 0 1 0 269663536 82219008 18744 33554432000 4194304 10169799 140735111061760 140735111058296 7271364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 20073 18744 814 1459 0 18605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80292

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8180
/proc/meminfo: memFree=28863176/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=86552 CPUtime=6.28 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 29233 0 0 0 571 57 0 0 20 0 1 0 269663536 88629248 20087 33554432000 4194304 10169799 140735111061760 140735111056168 8009675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 21638 20087 815 1459 0 20170 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86552

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8180
/proc/meminfo: memFree=28851452/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=97088 CPUtime=12.69 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 32143 0 0 0 1209 60 0 0 20 0 1 0 269663536 99418112 22859 33554432000 4194304 10169799 140735111061760 140735111056216 7908832 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 24272 22859 818 1459 0 22804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97088

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 8183
/proc/meminfo: memFree=28846320/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=100540 CPUtime=25.49 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 33792 0 0 0 2484 65 0 0 20 0 1 0 269663536 102952960 23497 33554432000 4194304 10169799 140735111061760 140735111056264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 25135 23497 818 1459 0 23667 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100540

[startup+51.1002 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 8183
/proc/meminfo: memFree=28850404/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=98540 CPUtime=51.08 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 41608 0 0 0 5027 81 0 0 20 0 1 0 269663536 100904960 22173 33554432000 4194304 10169799 140735111061760 140735111057752 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 24635 22173 818 1459 0 23167 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98540

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8183
/proc/meminfo: memFree=28846000/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=95544 CPUtime=102.28 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 43530 0 0 0 10135 93 0 0 20 0 1 0 269663536 97837056 21658 33554432000 4194304 10169799 140735111061760 140735111056744 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 23886 21658 830 1459 0 22418 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 95544

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8183
/proc/meminfo: memFree=28837864/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=95544 CPUtime=162.26 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 43548 0 0 0 16121 105 0 0 20 0 1 0 269663536 97837056 22213 33554432000 4194304 10169799 140735111061760 140735111056360 8051952 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 23886 22213 831 1459 0 22418 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 95544

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 8183
/proc/meminfo: memFree=28827936/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=97616 CPUtime=222.25 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 44010 0 0 0 22102 123 0 0 20 0 1 0 269663536 99958784 22934 33554432000 4194304 10169799 140735111061760 140735111055512 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 24404 22934 832 1459 0 22936 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 97616

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8184
/proc/meminfo: memFree=28818484/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=99860 CPUtime=282.23 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 44596 0 0 0 28083 140 0 0 20 0 1 0 269663536 102256640 23520 33554432000 4194304 10169799 140735111061760 140735111056360 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 24965 23520 832 1459 0 23497 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 99860

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8185
/proc/meminfo: memFree=28811532/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=103880 CPUtime=342.23 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 53957 0 0 0 34062 161 0 0 20 0 1 0 269663536 106373120 24351 33554432000 4194304 10169799 140735111061760 140735111056152 8052253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 25970 24351 840 1459 0 24502 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 103880

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8185
/proc/meminfo: memFree=28804092/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=104408 CPUtime=402.22 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 54275 0 0 0 40042 180 0 0 20 0 1 0 269663536 106913792 24681 33554432000 4194304 10169799 140735111061760 140735111056040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 26102 24681 840 1459 0 24634 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 104408

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8185
/proc/meminfo: memFree=28800124/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=105040 CPUtime=462.21 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 54433 0 0 0 46019 202 0 0 20 0 1 0 269663536 107560960 24839 33554432000 4194304 10169799 140735111061760 140735111056456 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 26260 24839 840 1459 0 24792 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 105040

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8185
/proc/meminfo: memFree=28797132/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=105780 CPUtime=522.2 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 54587 0 0 0 51999 221 0 0 20 0 1 0 269663536 108318720 24993 33554432000 4194304 10169799 140735111061760 140735111055832 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 26445 24993 840 1459 0 24977 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 105780

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8186
/proc/meminfo: memFree=28790928/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=106920 CPUtime=582.19 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 54913 0 0 0 57978 241 0 0 20 0 1 0 269663536 109486080 25324 33554432000 4194304 10169799 140735111061760 140735111056392 8004763 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 26730 25324 840 1459 0 25262 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 106920

[startup+642.3 s]

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

/proc/meminfo: memFree=28778016/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=114688 CPUtime=1122.11 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 64554 0 0 0 111800 411 0 0 20 0 1 0 269663536 117440512 27259 33554432000 4194304 10169799 140735111061760 140735111056168 7983411 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 28672 27259 840 1459 0 27204 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 114688

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8191
/proc/meminfo: memFree=28775472/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=116132 CPUtime=1182.1 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 64907 0 0 0 117779 431 0 0 20 0 1 0 269663536 118919168 27612 33554432000 4194304 10169799 140735111061760 140735111055576 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 29033 27612 840 1459 0 27565 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 116132

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8194
/proc/meminfo: memFree=28772116/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=118320 CPUtime=1242.08 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 65400 0 0 0 123754 454 0 0 20 0 1 0 269663536 121159680 28105 33554432000 4194304 10169799 140735111061760 140735111056168 8052305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 29580 28105 840 1459 0 28112 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 118320

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8194
/proc/meminfo: memFree=28767716/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=119136 CPUtime=1302.08 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 65629 0 0 0 129732 476 0 0 20 0 1 0 269663536 121995264 28331 33554432000 4194304 10169799 140735111061760 140735111056216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 29784 28331 840 1459 0 28316 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 119136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8194
/proc/meminfo: memFree=28763004/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=122196 CPUtime=1362.06 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 71012 0 0 0 135706 500 0 0 20 0 1 0 269663536 125128704 29128 33554432000 4194304 10169799 140735111061760 140735111056040 8004838 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 30549 29128 840 1459 0 29081 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 122196

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8194
/proc/meminfo: memFree=28762688/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=122196 CPUtime=1422.06 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 71037 0 0 0 141686 520 0 0 20 0 1 0 269663536 125128704 29153 33554432000 4194304 10169799 140735111061760 140735111056216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 30549 29153 840 1459 0 29081 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 122196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8195
/proc/meminfo: memFree=28761324/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=123404 CPUtime=1482.05 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 71265 0 0 0 147667 538 0 0 20 0 1 0 269663536 126365696 29381 33554432000 4194304 10169799 140735111061760 140735111055672 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 30851 29381 840 1459 0 29383 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 123404

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 8195
/proc/meminfo: memFree=28759708/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=124400 CPUtime=1542.04 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 71539 0 0 0 153644 560 0 0 20 0 1 0 269663536 127385600 29654 33554432000 4194304 10169799 140735111061760 140735111056168 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 31100 29654 840 1459 0 29632 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 124400

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8195
/proc/meminfo: memFree=28754004/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=125700 CPUtime=1602.03 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 72874 0 0 0 159621 582 0 0 20 0 1 0 269663536 128716800 29979 33554432000 4194304 10169799 140735111061760 140735111056040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 31425 29979 840 1459 0 29957 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 125700

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 8195
/proc/meminfo: memFree=28751456/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=126852 CPUtime=1662.02 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 73203 0 0 0 165599 603 0 0 20 0 1 0 269663536 129896448 30308 33554432000 4194304 10169799 140735111061760 140735111055560 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 31713 30308 840 1459 0 30245 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 126852

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/177 8233
/proc/meminfo: memFree=28967012/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=128432 CPUtime=1722.01 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 73534 0 0 0 171577 624 0 0 20 0 1 0 269663536 131514368 30639 33554432000 4194304 10169799 140735111061760 140735111055784 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32108 30639 840 1459 0 30640 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 128432

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28964500/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1782 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91277 0 0 0 177549 651 0 0 20 0 1 0 269663536 133287936 31120 33554432000 4194304 10169799 140735111061760 140735111056552 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31120 840 1459 0 31073 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 130164

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28964128/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1785.19 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91277 0 0 0 177868 651 0 0 20 0 1 0 269663536 133287936 31120 33554432000 4194304 10169799 140735111061760 140735111056552 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31120 840 1459 0 31073 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 130164

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1791.6 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91277 0 0 0 178506 654 0 0 20 0 1 0 269663536 133287936 31120 33554432000 4194304 10169799 140735111061760 140735111056264 8044448 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31120 840 1459 0 31073 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 130164

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1794.8 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91277 0 0 0 178825 655 0 0 20 0 1 0 269663536 133287936 31120 33554432000 4194304 10169799 140735111061760 140735111056264 8052387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31120 840 1459 0 31073 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 130164

[startup+1795.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1795.6 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91277 0 0 0 178905 655 0 0 20 0 1 0 269663536 133287936 31120 33554432000 4194304 10169799 140735111061760 140735111055848 7983394 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31120 840 1459 0 31073 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 130164

[startup+1796.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130164 CPUtime=1796.39 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91287 0 0 0 178984 655 0 0 20 0 1 0 269663536 133287936 31130 33554432000 4194304 10169799 140735111061760 140735111056264 7983390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32541 31130 840 1459 0 31073 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 130164

[startup+1796.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130476 CPUtime=1796.59 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91318 0 0 0 179004 655 0 0 20 0 1 0 269663536 133607424 31161 33554432000 4194304 10169799 140735111061760 140735111056264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32619 31161 840 1459 0 31151 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 130476

[startup+1797 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8234
/proc/meminfo: memFree=28963752/32873844 swapFree=7616/7616
[pid=8179] ppid=8177 vsize=130476 CPUtime=1796.69 cores=1,3,5,7
/proc/8179/stat : 8179 (scip-2.1.1.4sfi) R 8177 8179 5654 0 -1 4202496 91328 0 0 0 179014 655 0 0 20 0 1 0 269663536 133607424 31171 33554432000 4194304 10169799 140735111061760 140735111056264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8179/statm: 32619 31171 840 1459 0 31151 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 130476

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.77
CPU user time (s): 1790.2
CPU system time (s): 6.563
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 195508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.2
system time used= 6.563
maximum resident set size= 186648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91332
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= 1944

runsolver used 4.78227 second user time and 11.8632 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 14:29:39
IDJOB=3693784
IDBENCH=48131
IDSOLVER=2272
FILE ID=node130/3693784-1338035379
RUNJOBID= node130-1338029673-6803
PBS_JOBID= 14624341
Free space on /tmp= 71388 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693784-1338035379/watcher-3693784-1338035379 -o /tmp/evaluation-result-3693784-1338035379/solver-3693784-1338035379 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693784-1338035379.opb -t 1800 -m 15500

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

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=622670185

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28943444 kB
Buffers:          240232 kB
Cached:          2711588 kB
SwapCached:            0 kB
Active:          1016364 kB
Inactive:        2133352 kB
Active(anon):     200104 kB
Inactive(anon):        0 kB
Active(file):     816260 kB
Inactive(file):  2133352 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13552 kB
Writeback:             0 kB
AnonPages:        205120 kB
Mapped:            17720 kB
Shmem:               200 kB
Slab:             639640 kB
SReclaimable:      81620 kB
SUnreclaim:       558020 kB
KernelStack:        1448 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     315672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71376 MiB
End job on node130 at 2012-05-26 14:59:36