Trace number 3737153

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-80 1797.11 1797.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_3.opb
MD5SUM0247ef4de041bbff376811a7e6bf0408
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-115
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -110
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 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)6316
Sum of products size (including duplicates)12632
Number of different products3158
Sum of products size6316

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-3737153-1338724816.opb>
0.00/0.02	c original problem has 3658 variables (3658 bin, 0 int, 0 impl, 0 cont) and 4158 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.05/0.08	c (round 1) 3158 del vars, 1000 del conss, 0 add conss, 3158 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12632 impls, 0 clqs
0.05/0.08	c (round 2) 3158 del vars, 1000 del conss, 0 add conss, 3158 chg bounds, 0 chg sides, 0 chg coeffs, 3158 upgd conss, 12632 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  3158 deleted vars, 1000 deleted constraints, 0 added constraints, 3158 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  18946 implications, 0 cliques
0.09/0.10	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3158 constraints
0.09/0.10	c    3158 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 |   546 |     - |  11M|   0 | 500 | 500 |3158 | 500 |3158 |   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 |   546 |     - |  11M|   0 | 500 | 500 |3158 | 500 |3158 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.09/0.15	o -2
0.09/0.15	c s 0.1s|     1 |     0 |   546 |     - |  11M|   0 | 500 | 500 |3158 | 500 |3158 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.19/0.25	o -80
0.19/0.25	c y 0.2s|     1 |     0 |   546 |     - |  11M|   0 | 500 | 500 |3158 | 500 |3158 |   0 |   0 |   0 |-2.500000e+02 |-8.000000e+01 |  68.00%
0.19/0.27	c   0.3s|     1 |     0 |   666 |     - |  11M|   0 | 489 | 500 |3158 | 500 |3170 |  12 |   0 |   0 |-2.445000e+02 |-8.000000e+01 |  67.28%
0.28/0.35	c   0.3s|     1 |     0 |   837 |     - |  11M|   0 | 481 | 500 |3158 | 500 |3179 |  21 |   0 |   0 |-2.405000e+02 |-8.000000e+01 |  66.74%
0.39/0.47	c   0.5s|     1 |     0 |  1119 |     - |  11M|   0 | 477 | 500 |3158 | 500 |3188 |  30 |   0 |   0 |-2.380000e+02 |-8.000000e+01 |  66.39%
0.49/0.56	c   0.6s|     1 |     0 |  1256 |     - |  11M|   0 | 470 | 500 |3158 | 500 |3199 |  41 |   0 |   0 |-2.350000e+02 |-8.000000e+01 |  65.96%
0.69/0.70	c   0.7s|     1 |     0 |  1892 |     - |  11M|   0 | 465 | 500 |3158 | 500 |3211 |  53 |   0 |   0 |-2.325000e+02 |-8.000000e+01 |  65.59%
0.79/0.80	c   0.8s|     1 |     0 |  2118 |     - |  11M|   0 | 460 | 500 |3158 | 500 |3219 |  61 |   0 |   0 |-2.300000e+02 |-8.000000e+01 |  65.22%
0.89/0.92	c   0.9s|     1 |     0 |  2372 |     - |  11M|   0 | 456 | 500 |3158 | 500 |3230 |  72 |   0 |   0 |-2.280000e+02 |-8.000000e+01 |  64.91%
0.99/1.05	c   1.0s|     1 |     0 |  2729 |     - |  11M|   0 | 453 | 500 |3158 | 500 |3237 |  79 |   0 |   0 |-2.265000e+02 |-8.000000e+01 |  64.68%
1.09/1.17	c   1.2s|     1 |     0 |  2990 |     - |  11M|   0 | 449 | 500 |3158 | 500 |3249 |  91 |   0 |   0 |-2.245000e+02 |-8.000000e+01 |  64.37%
1.19/1.29	c   1.3s|     1 |     0 |  3107 |     - |  11M|   0 | 445 | 500 |3158 | 500 |3259 | 101 |   0 |   0 |-2.225000e+02 |-8.000000e+01 |  64.04%
1.49/1.55	c   1.6s|     1 |     0 |  3390 |     - |  12M|   0 | 443 | 500 |3158 | 500 | 882 | 109 |   0 |   0 |-2.215000e+02 |-8.000000e+01 |  63.88%
1.69/1.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.69/1.70	c   1.7s|     1 |     0 |  3980 |     - |  12M|   0 | 456 | 500 |3158 | 500 | 890 | 117 |   0 |   0 |-2.207500e+02 |-8.000000e+01 |  63.76%
1.79/1.84	c   1.8s|     1 |     0 |  4440 |     - |  13M|   0 | 426 | 500 |3158 | 500 |1042 | 269 |   0 |   0 |-2.190000e+02 |-8.000000e+01 |  63.47%
1.88/1.94	c   1.9s|     1 |     0 |  5058 |     - |  13M|   0 | 430 | 500 |3158 | 500 |1090 | 317 |   0 |   0 |-2.170000e+02 |-8.000000e+01 |  63.13%
1.99/2.05	c   2.0s|     1 |     0 |  5712 |     - |  13M|   0 | 420 | 500 |3158 | 500 |1111 | 338 |   0 |   0 |-2.160000e+02 |-8.000000e+01 |  62.96%
2.10/2.17	c   2.2s|     1 |     0 |  6346 |     - |  13M|   0 | 426 | 500 |3158 | 500 |1166 | 393 |   0 |   0 |-2.155000e+02 |-8.000000e+01 |  62.88%
2.20/2.25	c   2.2s|     1 |     0 |  6514 |     - |  13M|   0 | 429 | 500 |3158 | 500 | 933 | 427 |   0 |   0 |-2.145000e+02 |-8.000000e+01 |  62.70%
2.29/2.37	c   2.4s|     1 |     0 |  7096 |     - |  13M|   0 | 428 | 500 |3158 | 500 | 940 | 434 |   0 |   0 |-2.132500e+02 |-8.000000e+01 |  62.49%
2.39/2.45	c   2.5s|     1 |     0 |  7598 |     - |  14M|   0 | 404 | 500 |3158 | 500 |1049 | 543 |   0 |   0 |-2.120000e+02 |-8.000000e+01 |  62.26%
2.48/2.53	c   2.5s|     1 |     0 |  8058 |     - |  14M|   0 | 423 | 500 |3158 | 500 |1130 | 624 |   0 |   0 |-2.110000e+02 |-8.000000e+01 |  62.09%
2.48/2.57	c   2.6s|     1 |     0 |  8218 |     - |  14M|   0 | 413 | 500 |3158 | 500 |1155 | 649 |   0 |   0 |-2.105000e+02 |-8.000000e+01 |  62.00%
2.58/2.69	c   2.7s|     1 |     0 |  8541 |     - |  14M|   0 | 433 | 500 |3158 | 500 |1186 | 680 |   0 |   0 |-2.100000e+02 |-8.000000e+01 |  61.90%
2.79/2.86	c   2.9s|     1 |     0 |  9885 |     - |  15M|   0 | 437 | 500 |3158 | 500 | 965 | 727 |   0 |   0 |-2.096250e+02 |-8.000000e+01 |  61.84%
2.89/2.94	c   2.9s|     1 |     0 | 10198 |     - |  15M|   0 | 410 | 500 |3158 | 500 |1038 | 800 |   0 |   0 |-2.087500e+02 |-8.000000e+01 |  61.68%
2.99/3.07	c   3.1s|     1 |     0 | 11195 |     - |  16M|   0 | 423 | 500 |3158 | 500 |1098 | 860 |   0 |   0 |-2.067500e+02 |-8.000000e+01 |  61.31%
3.19/3.21	c   3.2s|     1 |     0 | 12145 |     - |  16M|   0 | 423 | 500 |3158 | 500 |1309 |1071 |   0 |   0 |-2.057500e+02 |-8.000000e+01 |  61.12%
3.19/3.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.27	c   3.3s|     1 |     0 | 12344 |     - |  16M|   0 | 444 | 500 |3158 | 500 |1368 |1130 |   0 |   0 |-2.052500e+02 |-8.000000e+01 |  61.02%
3.38/3.43	c   3.4s|     1 |     0 | 13635 |     - |  16M|   0 | 479 | 500 |3158 | 500 |1408 |1170 |   0 |   0 |-2.047708e+02 |-8.000000e+01 |  60.93%
3.68/3.71	c   3.7s|     1 |     0 | 15637 |     - |  16M|   0 | 416 | 500 |3158 | 500 |1355 |1370 |   0 |   0 |-2.025000e+02 |-8.000000e+01 |  60.49%
3.78/3.83	c   3.8s|     1 |     0 | 16497 |     - |  17M|   0 | 401 | 500 |3158 | 500 |1414 |1429 |   0 |   0 |-2.015000e+02 |-8.000000e+01 |  60.30%
3.78/3.89	c   3.9s|     1 |     0 | 16726 |     - |  17M|   0 | 438 | 500 |3158 | 500 |1430 |1445 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.09/4.12	c   4.1s|     1 |     0 | 18261 |     - |  18M|   0 | 398 | 500 |3158 | 500 |1493 |1508 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.19/4.20	c   4.2s|     1 |     0 | 18528 |     - |  18M|   0 | 415 | 500 |3158 | 500 |1518 |1533 |   0 |   0 |-2.010000e+02 |-8.000000e+01 |  60.20%
4.39/4.40	c   4.4s|     1 |     0 | 20279 |     - |  18M|   0 | 435 | 500 |3158 | 500 |1527 |1542 |   0 |   0 |-2.002500e+02 |-8.000000e+01 |  60.05%
4.58/4.61	c   4.6s|     1 |     0 | 21722 |     - |  19M|   0 | 433 | 500 |3158 | 500 |1184 |1567 |   0 |   0 |-1.994167e+02 |-8.000000e+01 |  59.88%
4.79/4.81	c   4.8s|     1 |     0 | 22744 |     - |  20M|   0 | 463 | 500 |3158 | 500 |1200 |1583 |   0 |   0 |-1.986641e+02 |-8.000000e+01 |  59.73%
4.89/4.97	c   5.0s|     1 |     0 | 23192 |     - |  21M|   0 | 421 | 500 |3158 | 500 |1514 |1897 |   0 |   0 |-1.981250e+02 |-8.000000e+01 |  59.62%
4.99/5.09	c   5.1s|     1 |     0 | 23704 |     - |  22M|   0 | 442 | 500 |3158 | 500 |1526 |1909 |   0 |   0 |-1.975938e+02 |-8.000000e+01 |  59.51%
5.19/5.29	c   5.3s|     1 |     0 | 24976 |     - |  22M|   0 | 393 | 500 |3158 | 500 |1561 |1944 |   0 |   0 |-1.965000e+02 |-8.000000e+01 |  59.29%
5.39/5.44	c   5.4s|     1 |     0 | 25639 |     - |  23M|   0 | 478 | 500 |3158 | 500 |1568 |1951 |   0 |   0 |-1.961557e+02 |-8.000000e+01 |  59.22%
5.69/5.71	c   5.7s|     1 |     0 | 26892 |     - |  23M|   0 | 455 | 500 |3158 | 500 |1165 |2010 |   0 |   0 |-1.953125e+02 |-8.000000e+01 |  59.04%
5.78/5.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.78/5.84	c   5.8s|     1 |     0 | 27389 |     - |  24M|   0 | 447 | 500 |3158 | 500 |1182 |2027 |   0 |   0 |-1.950469e+02 |-8.000000e+01 |  58.98%
5.98/6.01	c   6.0s|     1 |     0 | 28277 |     - |  26M|   0 | 456 | 500 |3158 | 500 |1211 |2056 |   0 |   0 |-1.942308e+02 |-8.000000e+01 |  58.81%
6.08/6.14	c   6.1s|     1 |     0 | 28868 |     - |  26M|   0 | 456 | 500 |3158 | 500 |1223 |2068 |   0 |   0 |-1.939489e+02 |-8.000000e+01 |  58.75%
6.29/6.36	c   6.4s|     1 |     0 | 30037 |     - |  26M|   0 | 445 | 500 |3158 | 500 |1312 |2157 |   0 |   0 |-1.935625e+02 |-8.000000e+01 |  58.67%
6.49/6.56	c   6.6s|     1 |     0 | 31554 |     - |  27M|   0 | 440 | 500 |3158 | 500 |1331 |2176 |   0 |   0 |-1.928500e+02 |-8.000000e+01 |  58.52%
6.69/6.71	c   6.7s|     1 |     0 | 32253 |     - |  28M|   0 | 453 | 500 |3158 | 500 |1062 |2187 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
6.78/6.87	c   6.9s|     1 |     0 | 32854 |     - |  29M|   0 | 419 | 500 |3158 | 500 |1112 |2237 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
6.99/7.01	c   7.0s|     1 |     0 | 33335 |     - |  30M|   0 | 447 | 500 |3158 | 500 |1119 |2244 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
7.09/7.18	c   7.2s|     1 |     0 | 33948 |     - |  30M|   0 | 460 | 500 |3158 | 500 |1141 |2266 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
7.29/7.37	c   7.4s|     1 |     0 | 34584 |     - |  30M|   0 | 462 | 500 |3158 | 500 |1157 |2282 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
7.59/7.63	c   7.6s|     1 |     0 | 35878 |     - |  30M|   0 | 458 | 500 |3158 | 500 |1237 |2362 |   0 |   0 |-1.920000e+02 |-8.000000e+01 |  58.33%
10.99/11.04	c  11.0s|     1 |     2 | 35878 |     - |  30M|   0 | 458 | 500 |3158 | 500 |1237 |2362 |   0 |  27 |-1.920000e+02 |-8.000000e+01 |  58.33%
149.77/149.85	c   150s| 10000 | 10001 |  1884k| 184.8 |  49M|  47 | 141 | 500 |3158 | 500 | 489 | 584k|   0 |4636 |-1.915822e+02 |-8.000000e+01 |  58.24%
258.34/258.41	c   258s| 20000 | 20001 |  3509k| 173.7 |  68M|  55 | 180 | 500 |3158 | 500 | 638 |1115k|   0 |6431 |-1.912727e+02 |-8.000000e+01 |  58.17%
365.91/366.00	c   366s| 30000 | 30001 |  5148k| 170.4 |  86M|  57 |  19 | 500 |3158 | 500 | 576 |1638k|   0 |7846 |-1.910828e+02 |-8.000000e+01 |  58.13%
470.60/470.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.60/470.75	c   471s| 40000 | 40001 |  6774k| 168.5 | 104M|  57 |   4 | 500 |3158 | 500 | 489 |2170k|   0 |9059 |-1.909286e+02 |-8.000000e+01 |  58.10%
566.39/566.56	c   567s| 50000 | 50001 |  8291k| 165.1 | 122M|  66 | 171 | 500 |3158 | 500 | 575 |2696k|   0 |  10k|-1.908204e+02 |-8.000000e+01 |  58.08%
661.76/661.99	c   662s| 60000 | 60001 |  9792k| 162.6 | 141M|  67 | 205 | 500 |3158 | 500 | 629 |3182k|   0 |  11k|-1.907364e+02 |-8.000000e+01 |  58.06%
748.95/749.11	c   749s| 70000 | 70001 | 11183k| 159.3 | 159M|  68 | 208 | 500 |3158 | 500 | 585 |3659k|   0 |  11k|-1.906512e+02 |-8.000000e+01 |  58.04%
838.23/838.47	c   838s| 80000 | 80001 | 12606k| 157.1 | 177M|  68 | 270 | 500 |3158 | 500 | 643 |4140k|   0 |  12k|-1.905649e+02 |-8.000000e+01 |  58.02%
927.32/927.50	c   928s| 90000 | 90001 | 14037k| 155.6 | 195M|  68 | 319 | 500 |3158 | 500 | 760 |4625k|   0 |  13k|-1.905000e+02 |-8.000000e+01 |  58.01%
1016.61/1016.80	c  1017s|100000 |100001 | 15463k| 154.3 | 213M|  68 | 103 | 500 |3158 | 500 | 585 |5116k|   0 |  14k|-1.904667e+02 |-8.000000e+01 |  58.00%
1107.98/1108.25	c  1108s|110000 |110001 | 16916k| 153.5 | 231M|  68 |  54 | 500 |3158 | 500 | 580 |5582k|   0 |  14k|-1.904062e+02 |-8.000000e+01 |  57.98%
1195.67/1195.91	c  1196s|120000 |120001 | 18331k| 152.5 | 249M|  68 | 207 | 500 |3158 | 500 | 584 |6058k|   0 |  15k|-1.903636e+02 |-8.000000e+01 |  57.98%
1286.46/1286.76	c  1287s|130000 |130001 | 19794k| 152.0 | 267M|  68 | 236 | 500 |3158 | 500 | 761 |6542k|   0 |  16k|-1.903333e+02 |-8.000000e+01 |  57.97%
1376.25/1376.52	c  1377s|140000 |140001 | 21233k| 151.4 | 286M|  68 |  72 | 500 |3158 | 500 | 582 |7032k|   0 |  16k|-1.902895e+02 |-8.000000e+01 |  57.96%
1463.43/1463.72	c  1464s|150000 |150001 | 22633k| 150.7 | 304M|  76 | 203 | 500 |3158 | 500 | 769 |7500k|   0 |  17k|-1.902692e+02 |-8.000000e+01 |  57.95%
1550.02/1550.31	c  1550s|160000 |160001 | 24013k| 149.9 | 322M|  76 | 158 | 500 |3158 | 500 | 743 |7962k|   0 |  17k|-1.902500e+02 |-8.000000e+01 |  57.95%
1630.21/1630.53	c  1631s|170000 |170001 | 25315k| 148.7 | 340M|  76 |  67 | 500 |3158 | 500 | 489 |8416k|   0 |  18k|-1.902205e+02 |-8.000000e+01 |  57.94%
1712.69/1713.07	c  1713s|180000 |180001 | 26648k| 147.8 | 359M|  76 |   9 | 500 |3158 | 500 | 489 |8872k|   0 |  18k|-1.901923e+02 |-8.000000e+01 |  57.94%
1796.08/1796.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1796.08/1796.43	c  1796s|190000 |190001 | 27992k| 147.1 | 377M|  76 | 157 | 500 |3158 | 500 | 643 |9317k|   0 |  19k|-1.901667e+02 |-8.000000e+01 |  57.93%
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 190068
1796.68/1797.00	c Primal Bound       : -8.00000000000000e+01 (594 solutions)
1796.68/1797.00	c Dual Bound         : -1.90166666666667e+02
1796.68/1797.00	c Gap                : 57.93 %
1796.68/1797.01	s SATISFIABLE
1796.68/1797.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 x480 -x479 
1796.68/1797.01	v -x478 -x477 -x476 -x475 -x474 x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 x458 
1796.68/1797.01	v -x457 -x456 -x455 -x454 x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1796.68/1797.01	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1796.68/1797.01	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1796.68/1797.01	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1796.68/1797.01	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 x356 -x355 -x354 -x353 
1796.68/1797.01	v -x352 -x351 x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1796.68/1797.01	v -x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 x319 -x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 
1796.68/1797.01	v -x310 -x309 -x308 -x307 -x306 -x305 x304 x303 -x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 x293 -x292 -x291 x290 -x289 
1796.68/1797.01	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 x269 -x268 
1796.68/1797.01	v -x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 
1796.68/1797.01	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1796.68/1797.01	v -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 
1796.68/1797.01	v -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 x194 x193 -x192 -x191 -x190 -x189 x188 -x187 x186 -x185 -x184 x183 
1796.68/1797.01	v -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 
1796.68/1797.01	v -x160 x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 
1796.68/1797.01	v -x138 x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 
1796.68/1797.01	v x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 x96 
1796.68/1797.01	v x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 x84 x83 -x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 
1796.68/1797.01	v -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 x55 x54 -x53 -x52 -x51 x50 x49 -x48 -x47 x46 -x45 -x44 x43 
1796.68/1797.01	v x42 -x41 -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 
1796.68/1797.01	v -x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Total Time         :    1797.00
1796.68/1797.01	c   solving          :    1797.00
1796.68/1797.01	c   presolving       :       0.06 (included in solving)
1796.68/1797.01	c   reading          :       0.02 (included in solving)
1796.68/1797.01	c Original Problem   :
1796.68/1797.01	c   Problem name     : HOME/instance-3737153-1338724816.opb
1796.68/1797.01	c   Variables        : 3658 (3658 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 4158 initial, 4158 maximal
1796.68/1797.01	c Presolved Problem  :
1796.68/1797.01	c   Problem name     : t_HOME/instance-3737153-1338724816.opb
1796.68/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 3158 initial, 3158 maximal
1796.68/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   and              :       0.03          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   linear           :       0.01       3158          0          0       3158          0        500          0          0          0
1796.68/1797.01	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1796.68/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   integral         :          0          0          0     230501          0     370916          0          0          0          0          0     380134
1796.68/1797.01	c   setppc           :       3158         52     603904      40434          1     370912          0          0    1603498    9320124          0          0
1796.68/1797.01	c   countsols        :          0          0          0          0          1        596          0          0          0          0          0          0
1796.68/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.01	c   integral         :      82.66       0.00       0.00      82.57       0.00       0.09       0.00
1796.68/1797.01	c   setppc           :      25.67       0.03      13.76       5.68       0.00       6.20       0.00
1796.68/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.01	c   vbounds          :          0          0          0          0
1796.68/1797.01	c   rootredcost      :          0          0          0          0
1796.68/1797.01	c   pseudoobj        :     605114          0          0          0
1796.68/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.01	c   vbounds          :       0.10       0.10       0.00
1796.68/1797.01	c   rootredcost      :       0.10       0.10       0.00
1796.68/1797.01	c   pseudoobj        :       5.07       5.07       0.00
1796.68/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.01	c   cut pool         :       0.06         51          -          -        359          -    (maximal pool size: 4409)
1796.68/1797.01	c   redcost          :       2.17     230552          0          0          0          0
1796.68/1797.01	c   impliedbounds    :       0.01         52          0          0       3331          0
1796.68/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.01	c   gomory           :       2.17         52          0          0      24783          0
1796.68/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.01	c   strongcg         :       0.49         20          0          0      10000          0
1796.68/1797.01	c   cmir             :       0.07         10          0          0          0          0
1796.68/1797.01	c   flowcover        :       0.05         10          0          0          0          0
1796.68/1797.01	c   clique           :       0.15         52          0          0        342          0
1796.68/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.01	c   rapidlearning    :       0.05          1          0          0          0          0
1796.68/1797.01	c Pricers            :       Time      Calls       Vars
1796.68/1797.01	c   problem variables:       0.00          0          0
1796.68/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   relpscost        :      82.45     190067          0          0          0          0     380134
1796.68/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.68/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.01	c   LP solutions     :       0.00          -          0
1796.68/1797.01	c   pseudo solutions :       0.00          -          0
1796.68/1797.01	c   oneopt           :       0.08          1          0
1796.68/1797.01	c   crossover        :       0.48         17          4
1796.68/1797.01	c   rootsoldiving    :      11.35       1114          0
1796.68/1797.01	c   pscostdiving     :      30.26       3637         58
1796.68/1797.01	c   guideddiving     :      30.76       3637         11
1796.68/1797.01	c   veclendiving     :      39.85       3637        117
1796.68/1797.01	c   coefdiving       :      31.96       3638         89
1796.68/1797.01	c   linesearchdiving :      30.61       3638         37
1796.68/1797.01	c   trivial          :       0.00          2          1
1796.68/1797.01	c   shiftandpropagate:       0.00          0          0
1796.68/1797.01	c   simplerounding   :       5.00     190118        232
1796.68/1797.01	c   zirounding       :       0.14       1000          0
1796.68/1797.01	c   rounding         :      16.23      20767          1
1796.68/1797.01	c   shifting         :       5.12       6174          1
1796.68/1797.01	c   intshifting      :       0.00          0          0
1796.68/1797.01	c   twoopt           :       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00          0          0
1796.68/1797.01	c   feaspump         :       0.00          0          0
1796.68/1797.01	c   clique           :       0.00          0          0
1796.68/1797.01	c   fracdiving       :      30.57       3638         19
1796.68/1797.01	c   intdiving        :       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00          0          0
1796.68/1797.01	c   objpscostdiving  :      17.61        656         23
1796.68/1797.01	c   octane           :       0.00          0          0
1796.68/1797.01	c   rens             :       0.01          0          0
1796.68/1797.01	c   rins             :       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00          0          0
1796.68/1797.01	c   dins             :       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00          0          0
1796.68/1797.01	c   undercover       :       0.01          1          0
1796.68/1797.01	c   subnlp           :       0.03          0          0
1796.68/1797.01	c   trysol           :       0.04          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.01	c   primal LP        :      11.91          0          0       0.00       0.00
1796.68/1797.01	c   dual LP          :    1384.15     230528   24755029     107.38   17884.66
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.01	c   diving/probing LP:     184.91     164314    3245710      19.75   17553.35
1796.68/1797.01	c   strong branching :      76.82      19173    1084272      56.55   14114.41
1796.68/1797.01	c     (at root node) :          -         27      26569     984.04          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :     190068
1796.68/1797.01	c   nodes (total)    :     190068
1796.68/1797.01	c   nodes left       :     190069
1796.68/1797.01	c   max depth        :         76
1796.68/1797.01	c   max depth (total):         76
1796.68/1797.01	c   backtracks       :      23593 (12.4%)
1796.68/1797.01	c   delayed cutoffs  :          0
1796.68/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.68/1797.01	c   avg switch length:       4.32
1796.68/1797.01	c   switching time   :      22.17
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :        594 (4 improvements)
1796.68/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1796.68/1797.01	c   Primal Bound     : -8.00000000000000e+01   (in run 1, after 1 nodes, 0.24 seconds, depth 0, found by <trysol>)
1796.68/1797.01	c   Dual Bound       : -1.90166666666667e+02
1796.68/1797.01	c   Gap              :      57.93 %
1796.68/1797.01	c   Root Dual Bound  : -1.92000000000000e+02
1796.68/1797.01	c   Root Iterations  :      35878
1797.09/1797.41	c Time complete: 1797.1.

Verifier Data

OK	-80

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29924
/proc/meminfo: memFree=27306740/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 1502 0 0 0 0 0 0 0 20 0 1 0 338607658 9682944 1457 33554432000 4194304 9016284 140736895135856 140736597583512 7875499 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 2364 1457 311 1178 0 1182 0

[startup+0.0625849 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29924
/proc/meminfo: memFree=27306740/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=30772 CPUtime=0.05 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 6668 0 0 0 4 1 0 0 20 0 1 0 338607658 31510528 6366 33554432000 4194304 9016284 140736895135856 140736597583512 5049406 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 7693 6366 479 1178 0 6511 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30772

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29924
/proc/meminfo: memFree=27306740/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=33040 CPUtime=0.09 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 7278 0 0 0 8 1 0 0 20 0 1 0 338607658 33832960 6976 33554432000 4194304 9016284 140736895135856 140736597583512 5038339 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 8260 6976 520 1178 0 7078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33040

[startup+0.300216 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29924
/proc/meminfo: memFree=27306740/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=39328 CPUtime=0.28 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 15919 0 0 0 26 2 0 0 20 0 1 0 338607658 40271872 8711 33554432000 4194304 9016284 140736895135856 140736895128312 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 9832 8711 685 1178 0 8650 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39328

[startup+0.700207 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29924
/proc/meminfo: memFree=27306740/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=41976 CPUtime=0.69 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 16600 0 0 0 66 3 0 0 20 0 1 0 338607658 42983424 9389 33554432000 4194304 9016284 140736895135856 140736895128312 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 10494 9389 690 1178 0 9312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41976

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29925
/proc/meminfo: memFree=27270044/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=50212 CPUtime=1.49 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 18730 0 0 0 145 4 0 0 20 0 1 0 338607658 51417088 11479 33554432000 4194304 9016284 140736895135856 140736895131016 6389943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29924/statm: 12553 11479 691 1178 0 11371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50212

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29925
/proc/meminfo: memFree=27255660/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=60096 CPUtime=3.09 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 21287 0 0 0 303 6 0 0 20 0 1 0 338607658 61538304 14005 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 15024 14005 693 1178 0 13842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60096

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29925
/proc/meminfo: memFree=27239416/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=74860 CPUtime=6.29 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 24987 0 0 0 620 9 0 0 20 0 1 0 338607658 76656640 17641 33554432000 4194304 9016284 140736895135856 140736895129768 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 18715 17641 693 1178 0 17533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74860

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29925
/proc/meminfo: memFree=27229272/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=83192 CPUtime=12.69 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 28977 0 0 0 1254 15 0 0 20 0 1 0 338607658 85188608 19735 33554432000 4194304 9016284 140736895135856 140736895129608 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 20798 19735 696 1178 0 19616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83192

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29925
/proc/meminfo: memFree=27229900/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=82640 CPUtime=25.48 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 32050 0 0 0 2517 31 0 0 20 0 1 0 338607658 84623360 19646 33554432000 4194304 9016284 140736895135856 140736895129720 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 20660 19646 700 1178 0 19478 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82640

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29948
/proc/meminfo: memFree=27229124/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=84180 CPUtime=51.08 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 39404 0 0 0 5040 68 0 0 20 0 1 0 338607658 86200320 20029 33554432000 4194304 9016284 140736895135856 140736895129112 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 21045 20029 701 1178 0 19863 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84180

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29948
/proc/meminfo: memFree=27221716/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=91480 CPUtime=102.28 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 51725 0 0 0 10085 143 0 0 20 0 1 0 338607658 93675520 21848 33554432000 4194304 9016284 140736895135856 140736895129496 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 22870 21848 701 1178 0 21688 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 91480

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29949
/proc/meminfo: memFree=27211804/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=101776 CPUtime=162.26 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 61193 0 0 0 15990 236 0 0 20 0 1 0 338607658 104218624 24377 33554432000 4194304 9016284 140736895135856 140736895129528 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 25444 24377 701 1178 0 24262 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 101776

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29949
/proc/meminfo: memFree=27201792/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=110388 CPUtime=222.24 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 63441 0 0 0 21899 325 0 0 20 0 1 0 338607658 113037312 26679 33554432000 4194304 9016284 140736895135856 140736895129112 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 27597 26679 701 1178 0 26415 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 110388

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29949
/proc/meminfo: memFree=27188708/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=123332 CPUtime=282.23 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 73903 0 0 0 27801 422 0 0 20 0 1 0 338607658 126291968 29974 33554432000 4194304 9016284 140736895135856 140736895129768 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 30833 29974 701 1178 0 29651 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 123332

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29949
/proc/meminfo: memFree=27180028/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=132376 CPUtime=342.22 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 83053 0 0 0 33706 516 0 0 20 0 1 0 338607658 135553024 32176 33554432000 4194304 9016284 140736895135856 140736895129608 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 33094 32176 701 1178 0 31912 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 132376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29949
/proc/meminfo: memFree=27168744/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=143692 CPUtime=402.21 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 85989 0 0 0 39610 611 0 0 20 0 1 0 338607658 147140608 35103 33554432000 4194304 9016284 140736895135856 140736895130024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 35923 35103 701 1178 0 34741 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 143692

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29950
/proc/meminfo: memFree=27156192/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=155564 CPUtime=462.2 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 88989 0 0 0 45515 705 0 0 20 0 1 0 338607658 159297536 38096 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 38891 38096 701 1178 0 37709 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 155564

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/177 29950
/proc/meminfo: memFree=27144764/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=167236 CPUtime=522.19 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 102291 0 0 0 51410 809 0 0 20 0 1 0 338607658 171249664 40995 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 41809 40995 703 1178 0 40627 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 167236

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/177 29950
/proc/meminfo: memFree=27134224/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=178268 CPUtime=582.17 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 108590 0 0 0 57310 907 0 0 20 0 1 0 338607658 182546432 43747 33554432000 4194304 9016284 140736895135856 140736895130024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 44567 43747 703 1178 0 43385 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 178268

[startup+642.3 s]

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

/proc/meminfo: memFree=27027464/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=288308 CPUtime=1122.09 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 135904 0 0 0 110432 1777 0 0 20 0 1 0 338607658 295227392 71018 33554432000 4194304 9016284 140736895135856 140736895130024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 72077 71018 703 1178 0 70895 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 288308

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 29955
/proc/meminfo: memFree=27013080/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=302668 CPUtime=1182.08 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 142939 0 0 0 116334 1874 0 0 20 0 1 0 338607658 309932032 74602 33554432000 4194304 9016284 140736895135856 140736895130024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 75667 74602 703 1178 0 74485 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 302668

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 29958
/proc/meminfo: memFree=27002656/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=313664 CPUtime=1242.06 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 145761 0 0 0 122234 1972 0 0 20 0 1 0 338607658 321191936 77422 33554432000 4194304 9016284 140736895135856 140736895129544 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 78416 77422 703 1178 0 77234 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 313664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 29958
/proc/meminfo: memFree=26985428/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=327604 CPUtime=1302.07 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 149248 0 0 0 128137 2070 0 0 20 0 1 0 338607658 335466496 80909 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 81901 80909 703 1178 0 80719 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 327604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29996
/proc/meminfo: memFree=27077488/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=339368 CPUtime=1362.04 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 152201 0 0 0 134037 2167 0 0 20 0 1 0 338607658 347512832 83859 33554432000 4194304 9016284 140736895135856 140736895129720 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 84842 83859 703 1178 0 83660 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 339368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29997
/proc/meminfo: memFree=27041156/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=353612 CPUtime=1422.05 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 155759 0 0 0 139938 2267 0 0 20 0 1 0 338607658 362098688 87415 33554432000 4194304 9016284 140736895135856 140736895129224 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 88403 87415 703 1178 0 87221 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 353612

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 29997
/proc/meminfo: memFree=27026084/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=368104 CPUtime=1482.03 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 159528 0 0 0 145834 2369 0 0 20 0 1 0 338607658 376938496 91176 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 92026 91176 703 1178 0 90844 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 368104

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29997
/proc/meminfo: memFree=27015356/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=379300 CPUtime=1542.02 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 162210 0 0 0 151735 2467 0 0 20 0 1 0 338607658 388403200 93914 33554432000 4194304 9016284 140736895135856 140736895129720 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 94825 93914 703 1178 0 93643 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 379300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29998
/proc/meminfo: memFree=27003660/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=389124 CPUtime=1602.01 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 164773 0 0 0 157641 2560 0 0 20 0 1 0 338607658 398462976 96476 33554432000 4194304 9016284 140736895135856 140736895129720 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 97281 96476 703 1178 0 96099 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 389124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29998
/proc/meminfo: memFree=26990852/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=401348 CPUtime=1662 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 167792 0 0 0 163542 2658 0 0 20 0 1 0 338607658 410980352 99495 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 100337 99495 703 1178 0 99155 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 401348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29999
/proc/meminfo: memFree=26974236/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=417620 CPUtime=1721.99 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 171892 0 0 0 169444 2755 0 0 20 0 1 0 338607658 427642880 103591 33554432000 4194304 9016284 140736895135856 140736895129768 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 104405 103591 703 1178 0 103223 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 417620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29999
/proc/meminfo: memFree=26959480/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=429492 CPUtime=1781.98 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 174924 0 0 0 175343 2855 0 0 20 0 1 0 338607658 439799808 106623 33554432000 4194304 9016284 140736895135856 140736895130024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 107373 106623 703 1178 0 106191 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 429492

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29999
/proc/meminfo: memFree=26959480/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=429492 CPUtime=1785.18 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 174928 0 0 0 175658 2860 0 0 20 0 1 0 338607658 439799808 106627 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 107373 106627 703 1178 0 106191 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 429492

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26957100/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=432188 CPUtime=1791.58 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 175547 0 0 0 176287 2871 0 0 20 0 1 0 338607658 442560512 107246 33554432000 4194304 9016284 140736895135856 140736895130136 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 108047 107246 703 1178 0 106865 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 432188

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26957108/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=432188 CPUtime=1794.78 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 175547 0 0 0 176602 2876 0 0 20 0 1 0 338607658 442560512 107246 33554432000 4194304 9016284 140736895135856 140736895129880 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 108047 107246 703 1178 0 106865 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 432188

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26956248/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=433440 CPUtime=1796.37 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 175862 0 0 0 176759 2878 0 0 20 0 1 0 338607658 443842560 107561 33554432000 4194304 9016284 140736895135856 140736895129816 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 108360 107561 703 1178 0 107178 0
Current children cumulated CPU time (s) 1796.37
Current children cumulated vsize (KiB) 433440

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26956248/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=434464 CPUtime=1796.78 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 176111 0 0 0 176799 2879 0 0 20 0 1 0 338607658 444891136 107810 33554432000 4194304 9016284 140736895135856 140736895129816 4330208 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 108616 107810 705 1178 0 107434 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (KiB) 434464

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26954884/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=434464 CPUtime=1796.99 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 176111 0 0 0 176820 2879 0 0 20 0 1 0 338607658 444891136 107810 33554432000 4194304 9016284 140736895135856 140736895131656 6812686 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 108616 107810 705 1178 0 107434 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (KiB) 434464

[startup+1797.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30002
/proc/meminfo: memFree=26954884/32873844 swapFree=7372/7372
[pid=29924] ppid=29922 vsize=428568 CPUtime=1797.09 cores=0,2,4,6
/proc/29924/stat : 29924 (scip-2.0.1.4b_2) R 29922 29924 26510 0 -1 4202496 176111 0 0 0 176830 2879 0 0 20 0 1 0 338607658 438853632 106385 33554432000 4194304 9016284 140736895135856 140736895131656 4446607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29924/statm: 107142 106385 705 1178 0 105960 0
Current children cumulated CPU time (s) 1797.09
Current children cumulated vsize (KiB) 428568

Child status: 0
Real time (s): 1797.42
CPU time (s): 1797.11
CPU user time (s): 1768.31
CPU system time (s): 28.8026
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 434464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.31
system time used= 28.8026
maximum resident set size= 431240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176116
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= 61
involuntary context switches= 2035

runsolver used 2.72059 second user time and 7.19791 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 14:00:16
IDJOB=3737153
IDBENCH=48187
IDSOLVER=2329
FILE ID=node118/3737153-1338724816
RUNJOBID= node118-1338703112-26526
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

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

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

MD5SUM BENCH= 0247ef4de041bbff376811a7e6bf0408
RANDOM SEED=1862277873

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27307004 kB
Buffers:          494196 kB
Cached:          3906108 kB
SwapCached:            0 kB
Active:          1683192 kB
Inactive:        3018328 kB
Active(anon):     291448 kB
Inactive(anon):    11328 kB
Active(file):    1391744 kB
Inactive(file):  3007000 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16940 kB
Writeback:             0 kB
AnonPages:        307776 kB
Mapped:            14428 kB
Shmem:               200 kB
Slab:             725464 kB
SReclaimable:     166500 kB
SUnreclaim:       558964 kB
KernelStack:        1480 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     418448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 70936 MiB
End job on node118 at 2012-06-03 14:30:13