Trace number 3732567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT343 1789.79 1790.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
MD5SUM9711add7b63200e6cedabbc5764a3737
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark18.6762
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1040
Total number of constraints3656
Number of constraints which are clauses3656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1040
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 1040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1040
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3732567-1338691443.opb>
0.00/0.02	c original problem has 1040 variables (1040 bin, 0 int, 0 impl, 0 cont) and 3656 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 10 del vars, 10 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 23740 impls, 0 clqs
0.00/0.05	c (round 2) 10 del vars, 10 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3286 upgd conss, 23740 impls, 0 clqs
0.00/0.06	c (round 3) 10 del vars, 10 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3646 upgd conss, 23740 impls, 0 clqs
0.06/0.08	c    (0.1s) probing: 101/1030 (9.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.06/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.06/0.08	c presolving (4 rounds):
0.06/0.08	c  10 deleted vars, 10 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.08	c  23740 implications, 0 cliques
0.06/0.08	c presolved problem has 1030 variables (1030 bin, 0 int, 0 impl, 0 cont) and 3646 constraints
0.06/0.08	c    3470 constraints of type <setppc>
0.06/0.08	c     176 constraints of type <logicor>
0.06/0.08	c transformed objective value is always integral (scale: 1)
0.06/0.08	c Presolving Time: 0.05
0.06/0.08	c - non default parameters ----------------------------------------------------------------------
0.06/0.08	c # SCIP version 1.2.1.3
0.06/0.08	c 
0.06/0.08	c # frequency for displaying node information lines
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.08	c display/freq = 10000
0.06/0.08	c 
0.06/0.08	c # maximal time in seconds to run
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/time = 1789.98
0.06/0.08	c 
0.06/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/memory = 13950
0.06/0.08	c 
0.06/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.06/0.08	c # [type: int, range: [1,2], default: 1]
0.06/0.08	c timing/clocktype = 2
0.06/0.08	c 
0.06/0.08	c # should presolving try to simplify inequalities
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/linear/simplifyinequalities = TRUE
0.06/0.08	c 
0.06/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/indicator/addCouplingCons = TRUE
0.06/0.08	c 
0.06/0.08	c # should presolving try to simplify knapsacks
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.08	c 
0.06/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c separating/rapidlearning/freq = 0
0.06/0.08	c 
0.06/0.08	c -----------------------------------------------------------------------------------------------
0.06/0.08	c start solving
0.06/0.08	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c   0.2s|     1 |     0 |  1504 |     - |7269k|   0 | 742 |1030 |3646 |1030 |3646 |   0 |   0 |   0 | 2.397500e+02 |      --      |    Inf 
1.28/1.33	o 432
1.28/1.33	c y 1.3s|     1 |     0 |  6588 |     - |7965k|   0 | 742 |1030 |3646 |1030 |3646 |   0 |   0 |   0 | 2.397500e+02 | 4.320000e+02 |  80.19%
1.28/1.37	c   1.3s|     1 |     0 |  6833 |     - |7414k|   0 | 735 |1030 |3675 |1030 |3664 |  18 |   0 |   0 | 2.492500e+02 | 4.320000e+02 |  73.32%
1.39/1.48	c   1.5s|     1 |     0 |  7093 |     - |7494k|   0 | 715 |1030 |3675 |1030 |3677 |  31 |   0 |   0 | 2.561518e+02 | 4.320000e+02 |  68.65%
1.58/1.60	c   1.6s|     1 |     0 |  7429 |     - |7579k|   0 | 711 |1030 |3675 |1030 |3687 |  41 |   0 |   0 | 2.623230e+02 | 4.320000e+02 |  64.68%
1.68/1.71	c   1.7s|     1 |     0 |  7728 |     - |7672k|   0 | 714 |1030 |3675 |1030 |3702 |  56 |   0 |   0 | 2.666970e+02 | 4.320000e+02 |  61.98%
1.79/1.86	c   1.8s|     1 |     0 |  8180 |     - |7841k|   0 | 710 |1030 |3675 |1030 |3718 |  72 |   0 |   0 | 2.702390e+02 | 4.320000e+02 |  59.86%
1.99/2.02	c   2.0s|     1 |     0 |  8619 |     - |8108k|   0 | 711 |1030 |3675 |1030 |3739 |  93 |   0 |   0 | 2.724850e+02 | 4.320000e+02 |  58.54%
2.10/2.17	c   2.1s|     1 |     0 |  9011 |     - |8434k|   0 | 705 |1030 |3675 |1030 |3758 | 112 |   0 |   0 | 2.734434e+02 | 4.320000e+02 |  57.99%
2.29/2.37	c   2.3s|     1 |     0 |  9543 |     - |8831k|   0 | 704 |1030 |3675 |1030 |3771 | 125 |   0 |   0 | 2.742530e+02 | 4.320000e+02 |  57.52%
2.59/2.64	c   2.6s|     1 |     0 | 10087 |     - |9236k|   0 | 714 |1030 |3675 |1030 |3783 | 137 |   0 |   0 | 2.752458e+02 | 4.320000e+02 |  56.95%
2.79/2.88	c   2.9s|     1 |     0 | 10514 |     - |9552k|   0 | 723 |1030 |3675 |1030 |3799 | 153 |   0 |   0 | 2.759516e+02 | 4.320000e+02 |  56.55%
3.09/3.18	c   3.2s|     1 |     0 | 10993 |     - |9863k|   0 | 716 |1030 |3675 |1030 |3812 | 166 |   0 |   0 | 2.770789e+02 | 4.320000e+02 |  55.91%
3.49/3.52	c   3.5s|     1 |     0 | 11454 |     - |  10M|   0 | 713 |1030 |3675 |1030 |3823 | 177 |   0 |   0 | 2.772688e+02 | 4.320000e+02 |  55.81%
3.79/3.88	c   3.9s|     1 |     0 | 12002 |     - |  10M|   0 | 719 |1030 |3675 |1030 |3834 | 188 |   0 |   0 | 2.778863e+02 | 4.320000e+02 |  55.46%
4.19/4.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.23	c   4.2s|     1 |     0 | 12412 |     - |  10M|   0 | 717 |1030 |3675 |1030 |3844 | 198 |   0 |   0 | 2.779709e+02 | 4.320000e+02 |  55.41%
4.49/4.58	c   4.6s|     1 |     0 | 12748 |     - |  10M|   0 | 723 |1030 |3675 |1030 |3853 | 207 |   0 |   0 | 2.780834e+02 | 4.320000e+02 |  55.35%
4.89/4.92	c   4.9s|     1 |     0 | 13007 |     - |  10M|   0 | 720 |1030 |3675 |1030 |3852 | 215 |   0 |   0 | 2.781711e+02 | 4.320000e+02 |  55.30%
5.18/5.29	c   5.3s|     1 |     0 | 13405 |     - |  11M|   0 | 715 |1030 |3675 |1030 |3860 | 223 |   0 |   0 | 2.791294e+02 | 4.320000e+02 |  54.77%
5.59/5.62	c   5.6s|     1 |     0 | 13603 |     - |  11M|   0 | 724 |1030 |3675 |1030 |3867 | 230 |   0 |   0 | 2.791360e+02 | 4.320000e+02 |  54.76%
5.89/5.95	c   5.9s|     1 |     0 | 13859 |     - |  11M|   0 | 723 |1030 |3675 |1030 |3871 | 234 |   0 |   0 | 2.791575e+02 | 4.320000e+02 |  54.75%
6.19/6.28	c   6.3s|     1 |     0 | 14027 |     - |  11M|   0 | 722 |1030 |3675 |1030 |3875 | 238 |   0 |   0 | 2.791734e+02 | 4.320000e+02 |  54.74%
6.39/6.44	c   6.4s|     1 |     0 | 14050 |     - |  11M|   0 | 722 |1030 |3675 |1030 |3876 | 239 |   0 |   0 | 2.791734e+02 | 4.320000e+02 |  54.74%
7.69/7.72	c   7.7s|     1 |     2 | 14050 |     - |  11M|   0 | 722 |1030 |3675 |1030 |3876 | 239 |   0 |  22 | 2.791734e+02 | 4.320000e+02 |  54.74%
14.29/14.35	o 400
14.29/14.35	c p14.3s|    11 |    12 | 19323 | 527.3 |  11M|   5 |   - |1030 |3678 |1030 |3793 | 239 |   3 | 181 | 2.795382e+02 | 4.000000e+02 |  43.09%
14.29/14.36	o 391
14.29/14.36	c b14.3s|    12 |    11 | 19323 | 479.4 |  11M|   5 |   - |1030 |3678 |1030 |3793 | 239 |   3 | 181 | 2.795382e+02 | 3.910000e+02 |  39.87%
27.08/27.15	o 382
27.08/27.15	c v27.1s|    35 |    36 | 23938 | 290.8 |  11M|  13 |   - |1030 |3682 |1030 |3793 | 239 |   7 | 534 | 2.798728e+02 | 3.820000e+02 |  36.49%
27.08/27.16	o 379
27.08/27.16	c b27.1s|    35 |    36 | 23938 | 290.8 |  11M|  13 | 440 |1030 |3682 |1030 |3793 | 239 |   7 | 534 | 2.798728e+02 | 3.790000e+02 |  35.42%
42.57/42.67	o 366
42.57/42.67	c C42.6s|   235 |   187 | 53833 | 170.0 |  12M|  24 | 683 |1030 |3722 |1030 |3793 | 239 |  47 | 883 | 2.802865e+02 | 3.660000e+02 |  30.58%
90.87/90.94	o 362
90.87/90.94	c g90.9s|  1124 |   862 |237756 | 199.2 |  15M|  36 |   - |1030 |3781 |1030 |3793 | 239 | 106 |1261 | 2.870214e+02 | 3.620000e+02 |  26.12%
90.87/90.94	o 361
90.87/90.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.87/90.94	c b90.9s|  1125 |   856 |237762 | 199.0 |  14M|  36 | 597 |1030 |3781 |1030 |3793 | 239 | 106 |1261 | 2.870214e+02 | 3.610000e+02 |  25.77%
134.56/134.69	o 348
134.56/134.69	c v 135s|  2244 |  1517 |413945 | 178.3 |  17M|  37 |   - |1030 |3816 |1030 |3793 | 239 | 179 |1679 | 2.893657e+02 | 3.480000e+02 |  20.26%
134.66/134.70	o 343
134.66/134.70	c b 135s|  2245 |  1351 |413949 | 178.2 |  16M|  37 | 610 |1030 |3815 |1030 |3793 | 239 | 179 |1679 | 2.893657e+02 | 3.430000e+02 |  18.54%
279.43/279.53	c   280s| 10000 |  2706 |978452 |  96.4 |  23M|  65 |   - |1030 |3758 |1030 |3793 | 239 | 347 |3451 | 2.922894e+02 | 3.430000e+02 |  17.35%
448.11/448.23	c   448s| 20000 |  3520 |  1617k|  80.2 |  26M|  65 |   - |1030 |3748 |1030 |3793 | 239 | 489 |5240 | 2.944171e+02 | 3.430000e+02 |  16.50%
576.99/577.18	c   577s| 30000 |  4147 |  2128k|  70.5 |  29M|  66 | 271 |1030 |3778 |1030 |3793 | 239 | 539 |6597 | 2.954708e+02 | 3.430000e+02 |  16.09%
705.48/705.69	c   706s| 40000 |  4786 |  2639k|  65.6 |  32M|  72 |   - |1030 |3782 |1030 |3793 | 239 | 565 |8000 | 2.964285e+02 | 3.430000e+02 |  15.71%
814.65/814.86	c   815s| 50000 |  5454 |  3118k|  62.1 |  35M|  72 |   - |1030 |3769 |1030 |3793 | 239 | 585 |8489 | 2.973768e+02 | 3.430000e+02 |  15.34%
932.14/932.34	c   932s| 60000 |  6094 |  3605k|  59.9 |  38M|  72 | 489 |1030 |3775 |1030 |3793 | 239 | 649 |9614 | 2.986472e+02 | 3.430000e+02 |  14.85%
1054.52/1054.73	c  1055s| 70000 |  6946 |  4103k|  58.4 |  42M|  72 | 394 |1030 |3786 |1030 |3793 | 239 | 691 |  10k| 2.997584e+02 | 3.430000e+02 |  14.43%
1173.51/1173.73	c  1174s| 80000 |  7764 |  4610k|  57.5 |  45M|  72 | 176 |1030 |3769 |1030 |3793 | 239 | 709 |  11k| 3.006453e+02 | 3.430000e+02 |  14.09%
1297.18/1297.47	c  1297s| 90000 |  8401 |  5134k|  56.9 |  48M|  72 | 261 |1030 |3752 |1030 |3793 | 239 | 716 |  12k| 3.013704e+02 | 3.430000e+02 |  13.81%
1412.66/1412.98	c  1413s|100000 |  8947 |  5627k|  56.1 |  51M|  72 |   - |1030 |3775 |1030 |3793 | 239 | 775 |  13k| 3.019513e+02 | 3.430000e+02 |  13.59%
1540.45/1540.79	c  1541s|110000 |  9541 |  6151k|  55.8 |  53M|  72 |   - |1030 |3747 |1030 |3793 | 239 | 790 |  14k| 3.025230e+02 | 3.430000e+02 |  13.38%
1651.84/1652.10	c  1652s|120000 | 10347 |  6645k|  55.3 |  57M|  72 | 254 |1030 |3744 |1030 |3793 | 239 | 796 |  14k| 3.031105e+02 | 3.430000e+02 |  13.16%
1764.21/1764.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1764.21/1764.52	c  1764s|130000 | 10967 |  7115k|  54.6 |  60M|  72 |   - |1030 |3740 |1030 |3793 | 239 | 802 |  15k| 3.037108e+02 | 3.430000e+02 |  12.94%
1789.71/1790.01	c 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time (sec) : 1789.99
1789.71/1790.01	c Solving Nodes      : 132919
1789.71/1790.01	c Primal Bound       : +3.43000000000000e+02 (84 solutions)
1789.71/1790.01	c Dual Bound         : +3.03834482225124e+02
1789.71/1790.01	c Gap                : 12.89 %
1789.71/1790.01	s SATISFIABLE
1789.71/1790.01	v x1040 -x1039 x1038 -x1037 x1036 -x1035 x1034 -x1033 x1032 -x1031 -x1030 x1029 x1028 -x1027 x1026 -x1025 x1024 -x1023 x1022 -x1021 
1789.71/1790.01	v x1020 -x1019 x1018 -x1017 -x1016 -x1015 x1014 -x1013 x1012 -x1011 -x1010 x1009 x1008 -x1007 x1006 -x1005 x1004 -x1003 x1002 
1789.71/1790.01	v -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 x981 
1789.71/1790.01	v x980 -x979 x978 -x977 -x976 x975 x974 -x973 x972 -x971 x970 -x969 x968 -x967 x966 -x965 x964 -x963 x962 -x961 -x960 -x959 
1789.71/1790.01	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 x941 x940 -x939 x938 -x937 
1789.71/1790.01	v -x936 x935 x934 -x933 x932 -x931 x930 -x929 x928 -x927 x926 -x925 x924 -x923 x922 -x921 -x920 -x919 -x918 -x917 x916 -x915 
1789.71/1790.01	v -x914 -x913 -x912 -x911 x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 x901 x900 -x899 x898 -x897 -x896 x895 x894 -x893 
1789.71/1790.01	v x892 -x891 x890 -x889 x888 -x887 x886 -x885 x884 -x883 x882 -x881 -x880 -x879 -x878 -x877 x876 -x875 -x874 -x873 -x872 -x871 
1789.71/1790.01	v -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 x850 
1789.71/1790.01	v -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 x841 -x840 -x839 -x838 -x837 x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 
1789.71/1790.01	v -x828 -x827 -x826 -x825 -x824 -x823 -x822 x821 x820 -x819 x818 -x817 x816 -x815 x814 -x813 x812 -x811 -x810 x809 x808 -x807 x806 
1789.71/1790.01	v -x805 x804 -x803 x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 
1789.71/1790.01	v -x784 -x783 -x782 x781 -x780 -x779 -x778 -x777 x776 -x775 -x774 -x773 -x772 -x771 x770 -x769 -x768 -x767 -x766 -x765 -x764 
1789.71/1790.01	v -x763 -x762 x761 x760 -x759 x758 -x757 -x756 x755 x754 -x753 x752 -x751 x750 -x749 x748 -x747 x746 -x745 x744 -x743 x742 -x741 
1789.71/1790.01	v -x740 -x739 -x738 -x737 x736 -x735 -x734 -x733 -x732 -x731 x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 x721 -x720 
1789.71/1790.01	v -x719 -x718 -x717 x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 x701 -x700 -x699 
1789.71/1790.01	v -x698 -x697 x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 x681 x680 -x679 x678 -x677 
1789.71/1790.01	v -x676 -x675 x674 -x673 x672 -x671 -x670 x669 x668 -x667 x666 -x665 x664 -x663 x662 -x661 -x660 -x659 -x658 -x657 x656 -x655 
1789.71/1790.01	v -x654 -x653 -x652 -x651 x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 x641 x640 -x639 x638 -x637 -x636 x635 x634 -x633 
1789.71/1790.01	v x632 -x631 x630 -x629 x628 -x627 x626 -x625 x624 -x623 x622 -x621 -x620 -x619 -x618 -x617 x616 -x615 -x614 -x613 -x612 -x611 
1789.71/1790.01	v x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 -x600 -x599 -x598 -x597 x596 -x595 -x594 -x593 -x592 -x591 x590 
1789.71/1790.01	v -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 x581 -x580 -x579 -x578 -x577 x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 
1789.71/1790.01	v -x567 -x566 -x565 -x564 -x563 -x562 x561 -x560 -x559 -x558 -x557 x556 -x555 -x554 -x553 -x552 -x551 x550 -x549 -x548 -x547 
1789.71/1790.01	v -x546 -x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 -x537 x536 -x535 -x534 -x533 -x532 -x531 x530 -x529 -x528 -x527 -x526 
1789.71/1790.01	v -x525 -x524 -x523 -x522 x521 -x520 -x519 -x518 -x517 x516 -x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 -x504 
1789.71/1790.01	v x503 -x502 -x501 x500 -x499 x498 -x497 x496 -x495 x494 -x493 x492 -x491 -x490 x489 x488 -x487 x486 -x485 x484 -x483 x482 
1789.71/1790.01	v -x481 x480 -x479 x478 -x477 -x476 x475 x474 -x473 x472 -x471 x470 -x469 x468 -x467 x466 -x465 x464 -x463 x462 -x461 -x460 -x459 
1789.71/1790.01	v -x458 -x457 x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 x441 x440 -x439 x438 
1789.71/1790.01	v -x437 -x436 x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 x424 -x423 x422 -x421 -x420 -x419 -x418 -x417 x416 -x415 
1789.71/1790.01	v -x414 -x413 -x412 -x411 x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 x400 -x399 x398 -x397 -x396 x395 x394 -x393 
1789.71/1790.01	v x392 -x391 x390 -x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 -x372 -x371 
1789.71/1790.01	v x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 
1789.71/1790.01	v -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 
1789.71/1790.01	v -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 x319 x318 -x317 -x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 x307 
1789.71/1790.01	v -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 x286 -x285 -x284 
1789.71/1790.01	v x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 
1789.71/1790.01	v x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 x242 -x241 -x240 x239 
1789.71/1790.01	v -x238 x237 -x236 x235 -x234 x233 -x232 x231 x230 -x229 -x228 x227 -x226 x225 -x224 x223 x222 -x221 -x220 x219 -x218 x217 -x216 
1789.71/1790.01	v x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 -x194 
1789.71/1790.01	v x193 -x192 x191 x190 -x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 
1789.71/1790.01	v -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 
1789.71/1790.01	v x147 x146 -x145 -x144 x143 -x142 x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 x127 x126 -x125 
1789.71/1790.01	v -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 
1789.71/1790.01	v -x102 x101 -x100 x99 -x98 x97 -x96 x95 x94 -x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 
1789.71/1790.01	v x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 x62 -x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 
1789.71/1790.01	v x47 -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 -x20 
1789.71/1790.01	v x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time       :    1789.99
1789.71/1790.01	c Original Problem   :
1789.71/1790.01	c   Problem name     : HOME/instance-3732567-1338691443.opb
1789.71/1790.01	c   Variables        : 1040 (1040 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 3656 initial, 3656 maximal
1789.71/1790.01	c Presolved Problem  :
1789.71/1790.01	c   Problem name     : t_HOME/instance-3732567-1338691443.opb
1789.71/1790.01	c   Variables        : 1030 (1030 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 3646 initial, 3841 maximal
1789.71/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   dualfix          :       0.00         10          0          0          0          0          0          0          0
1789.71/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1789.71/1790.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.71/1790.01	c   linear           :       0.02          0          0          0          0          0         10          0          0
1789.71/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   integral         :          0          0          0      74074          0        158       4460          0          0     144704
1789.71/1790.01	c   setppc           :       3470         22     467169          0          2        149    2640922          0          0          0
1789.71/1790.01	c   linear           :          0+        22     354303          0          0          1        293          9          0          0
1789.71/1790.01	c   logicor          :        176+        22     172534          0          2        160     106101          0          0          0
1789.71/1790.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.71/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.01	c   integral         :     262.75       0.00       0.00     262.75       0.00
1789.71/1790.01	c   setppc           :      18.75       0.00      18.74       0.00       0.00
1789.71/1790.01	c   linear           :       0.18       0.00       0.18       0.00       0.00
1789.71/1790.01	c   logicor          :       0.65       0.00       0.65       0.00       0.00
1789.71/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.01	c   vbounds          :       0.07          2          0          0
1789.71/1790.01	c   rootredcost      :       0.06          7          0          0
1789.71/1790.01	c   pseudoobj        :       6.56     468465          0          0
1789.71/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.01	c   propagation      :       0.00        310        309        401        7.2         11        6.0          -
1789.71/1790.01	c   infeasible LP    :       0.02        127        127        385       30.6         21        2.9          0
1789.71/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.01	c   applied globally :          -          -          -        803       18.0          -          -          -
1789.71/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.01	c   cut pool         :       0.01         21          -          -        614          -    (maximal pool size: 2146)
1789.71/1790.01	c   redcost          :       1.35      86645          0      57560          0          0
1789.71/1790.01	c   impliedbounds    :       0.01         22          0          0          0          0
1789.71/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.01	c   gomory           :       2.14         22          0          0       5405          0
1789.71/1790.01	c   strongcg         :       1.54         20          0          0       8192          0
1789.71/1790.01	c   cmir             :       0.12         10          0          0          0          0
1789.71/1790.01	c   flowcover        :       0.12         10          0          0          0          0
1789.71/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.71/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.01	c   rapidlearning    :       0.49          1          0          0          0         29
1789.71/1790.01	c Pricers            :       Time      Calls       Vars
1789.71/1790.01	c   problem variables:       0.00          0          0
1789.71/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   relpscost        :     262.69      74074        158       4460          0          0     144704
1789.71/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   inference        :       0.00          2          0          0          0          0          4
1789.71/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.01	c   LP solutions     :       0.00          -          0
1789.71/1790.01	c   pseudo solutions :       0.00          -          0
1789.71/1790.01	c   oneopt           :       0.04         10          4
1789.71/1790.01	c   feaspump         :       0.57          1          0
1789.71/1790.01	c   crossover        :       0.36         10          5
1789.71/1790.01	c   fracdiving       :      15.50         90          0
1789.71/1790.01	c   linesearchdiving :      21.87         90          0
1789.71/1790.01	c   veclendiving     :      19.04         91          2
1789.71/1790.01	c   guideddiving     :      19.13         91          1
1789.71/1790.01	c   pscostdiving     :      17.89         91          1
1789.71/1790.01	c   coefdiving       :      15.43         91          0
1789.71/1790.01	c   objpscostdiving  :      24.18         46         40
1789.71/1790.01	c   rootsoldiving    :       9.12         46         30
1789.71/1790.01	c   trivial          :       0.00          2          0
1789.71/1790.01	c   simplerounding   :       0.04          0          0
1789.71/1790.01	c   zirounding       :       0.10       1000          0
1789.71/1790.01	c   rounding         :       0.69       3789          0
1789.71/1790.01	c   shifting         :       0.97       1174          0
1789.71/1790.01	c   intshifting      :       0.00          0          0
1789.71/1790.01	c   twoopt           :       0.00          0          0
1789.71/1790.01	c   fixandinfer      :       0.00          0          0
1789.71/1790.01	c   intdiving        :       0.00          0          0
1789.71/1790.01	c   actconsdiving    :       0.00          0          0
1789.71/1790.01	c   octane           :       0.00          0          0
1789.71/1790.01	c   rens             :       0.00          0          0
1789.71/1790.01	c   rins             :       0.00          0          0
1789.71/1790.01	c   localbranching   :       0.00          0          0
1789.71/1790.01	c   mutation         :       0.00          0          0
1789.71/1790.01	c   dins             :       0.00          0          0
1789.71/1790.01	c   undercover       :       0.00          0          0
1789.71/1790.01	c   nlp              :       0.02          0          0
1789.71/1790.01	c   trysol           :       0.03          0          0
1789.71/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.01	c   dual LP          :    1299.06     134432    6543539      48.68    5037.12
1789.71/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.01	c   diving/probing LP:     132.54      25726     692048      26.90    5221.28
1789.71/1790.01	c   strong branching :     256.83      15643    1166665      74.58    4542.62
1789.71/1790.01	c     (at root node) :          -         22       4437     201.68          -
1789.71/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.01	c B&B Tree           :
1789.71/1790.01	c   number of runs   :          1
1789.71/1790.01	c   nodes            :     132919
1789.71/1790.01	c   nodes (total)    :     132919
1789.71/1790.01	c   nodes left       :      11158
1789.71/1790.01	c   max depth        :         72
1789.71/1790.01	c   max depth (total):         72
1789.71/1790.01	c   backtracks       :      13679 (10.3%)
1789.71/1790.01	c   delayed cutoffs  :          5
1789.71/1790.01	c   repropagations   :       2824 (2798 domain reductions, 4 cutoffs)
1789.71/1790.01	c   avg switch length:       4.34
1789.71/1790.01	c   switching time   :      10.59
1789.71/1790.01	c Solution           :
1789.71/1790.01	c   Solutions found  :         84 (10 improvements)
1789.71/1790.01	c   First Solution   : +4.32000000000000e+02   (in run 1, after 1 nodes, 1.31 seconds, depth 0, found by <trysol>)
1789.71/1790.01	c   Primal Bound     : +3.43000000000000e+02   (in run 1, after 2245 nodes, 134.67 seconds, depth 12, found by <oneopt>)
1789.71/1790.01	c   Dual Bound       : +3.03834482225124e+02
1789.71/1790.01	c   Gap              :      12.89 %
1789.71/1790.01	c   Root Dual Bound  : +2.79173352328370e+02
1789.71/1790.01	c   Root Iterations  :      14050
1789.71/1790.07	c Time complete: 1789.79.

Verifier Data

OK	343

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-3732567-1338691443/watcher-3732567-1338691443 -o /tmp/evaluation-result-3732567-1338691443/solver-3732567-1338691443 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3732567-1338691443.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/176 15526
/proc/meminfo: memFree=27147020/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 1716 0 0 0 0 0 0 0 20 0 1 0 335270091 10211328 1663 33554432000 4194304 8395647 140734522073744 140735541625608 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 2493 1673 374 1026 0 1463 0

[startup+0.0707249 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15526
/proc/meminfo: memFree=27147020/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=23408 CPUtime=0.06 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 5226 0 0 0 6 0 0 0 20 0 1 0 335270091 23969792 4819 33554432000 4194304 8395647 140734522073744 140735541625608 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 5852 4819 491 1026 0 4822 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23408

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15526
/proc/meminfo: memFree=27147020/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=28280 CPUtime=0.09 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 6546 0 0 0 9 0 0 0 20 0 1 0 335270091 28958720 6133 33554432000 4194304 8395647 140734522073744 140735541625608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 7070 6133 561 1026 0 6040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28280

[startup+0.300178 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15526
/proc/meminfo: memFree=27147020/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=29976 CPUtime=0.28 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 7075 0 0 0 28 0 0 0 20 0 1 0 335270091 30695424 6591 33554432000 4194304 8395647 140734522073744 140735541625608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 7494 6591 574 1026 0 6464 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29976

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15526
/proc/meminfo: memFree=27147020/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=29976 CPUtime=0.69 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 7078 0 0 0 68 1 0 0 20 0 1 0 335270091 30695424 6594 33554432000 4194304 8395647 140734522073744 140735541625608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 7494 6594 574 1026 0 6464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29976

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27105976/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=48624 CPUtime=1.49 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 11521 0 0 0 145 4 0 0 20 0 1 0 335270091 49790976 10986 33554432000 4194304 8395647 140734522073744 140734522068312 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 12156 10986 623 1026 0 11126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48624

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27105108/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=48624 CPUtime=3.09 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 11684 0 0 0 303 6 0 0 20 0 1 0 335270091 49790976 11149 33554432000 4194304 8395647 140734522073744 140734522069032 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 12156 11149 624 1026 0 11126 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48624

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27104240/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=48624 CPUtime=6.29 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 11755 0 0 0 620 9 0 0 20 0 1 0 335270091 49790976 11220 33554432000 4194304 8395647 140734522073744 140734522069032 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 12156 11220 624 1026 0 11126 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48624

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27102980/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=48624 CPUtime=12.69 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 11921 0 0 0 1256 13 0 0 20 0 1 0 335270091 49790976 11384 33554432000 4194304 8395647 140734522073744 140734522068616 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 12156 11384 626 1026 0 11126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48624

[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27102928/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=48624 CPUtime=25.47 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 11927 0 0 0 2528 19 0 0 20 0 1 0 335270091 49790976 11638 33554432000 4194304 8395647 140734522073744 140734522068952 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 12156 11638 626 1026 0 11126 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48624

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27096220/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=56704 CPUtime=51.07 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 13786 0 0 0 5069 38 0 0 20 0 1 0 335270091 58064896 13489 33554432000 4194304 8395647 140734522073744 140734522068616 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 14176 13489 641 1026 0 13146 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56704

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27096296/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=54848 CPUtime=102.27 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 14414 0 0 0 10161 66 0 0 20 0 1 0 335270091 56164352 13234 33554432000 4194304 8395647 140734522073744 140734522069048 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 13712 13234 642 1026 0 12682 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 54848

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27095924/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=55328 CPUtime=162.25 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 20285 0 0 0 16124 101 0 0 20 0 1 0 335270091 56655872 13325 33554432000 4194304 8395647 140734522073744 140734522069048 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 13832 13325 642 1026 0 12802 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55328

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15527
/proc/meminfo: memFree=27084260/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=67024 CPUtime=222.25 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 22997 0 0 0 22090 135 0 0 20 0 1 0 335270091 68632576 16246 33554432000 4194304 8395647 140734522073744 140734522068952 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16756 16246 642 1026 0 15726 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 67024

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15528
/proc/meminfo: memFree=27085600/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=282.24 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 28055 169 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522069256 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 65740

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15528
/proc/meminfo: memFree=27085480/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=342.23 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 34020 203 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522068552 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 65740

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15531
/proc/meminfo: memFree=27085724/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=402.21 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 39985 236 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522069304 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 65740

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15531
/proc/meminfo: memFree=27085736/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=462.21 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 45947 274 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 65740

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15531
/proc/meminfo: memFree=27085860/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=522.2 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 51911 309 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522069208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 65740

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15531
/proc/meminfo: memFree=27085872/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=65740 CPUtime=582.19 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 23444 0 0 0 57880 339 0 0 20 0 1 0 335270091 67317760 15957 33554432000 4194304 8395647 140734522073744 140734522068952 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 16435 15957 642 1026 0 15405 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 65740

[startup+642.3 s]

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

/proc/meminfo: memFree=27071472/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=79500 CPUtime=1062.12 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 27891 0 0 0 105600 612 0 0 20 0 1 0 335270091 81408000 19362 33554432000 4194304 8395647 140734522073744 140734522069208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 19875 19362 642 1026 0 18845 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 79500

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15559
/proc/meminfo: memFree=27069840/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=81408 CPUtime=1122.11 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 28382 0 0 0 111563 648 0 0 20 0 1 0 335270091 83361792 19852 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 20352 19852 642 1026 0 19322 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 81408

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15559
/proc/meminfo: memFree=27069132/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=81980 CPUtime=1182.1 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 28515 0 0 0 117528 682 0 0 20 0 1 0 335270091 83947520 19985 33554432000 4194304 8395647 140734522073744 140734522069304 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 20495 19985 642 1026 0 19465 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 81980

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15560
/proc/meminfo: memFree=27065012/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=86500 CPUtime=1242.09 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 29628 0 0 0 123494 715 0 0 20 0 1 0 335270091 88576000 21062 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 21625 21062 642 1026 0 20595 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 86500

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15560
/proc/meminfo: memFree=27063064/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=87900 CPUtime=1302.09 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 29974 0 0 0 129461 748 0 0 20 0 1 0 335270091 90009600 21408 33554432000 4194304 8395647 140734522073744 140734522069256 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 21975 21408 642 1026 0 20945 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 87900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15560
/proc/meminfo: memFree=27063400/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=88596 CPUtime=1362.07 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 30212 0 0 0 135423 784 0 0 20 0 1 0 335270091 90722304 21645 33554432000 4194304 8395647 140734522073744 140734522069304 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 22149 21645 642 1026 0 21119 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 88596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15561
/proc/meminfo: memFree=27061684/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=89916 CPUtime=1422.07 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 30545 0 0 0 141386 821 0 0 20 0 1 0 335270091 92073984 21969 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 22479 21969 642 1026 0 21449 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 89916

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 15713
/proc/meminfo: memFree=27087652/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=93080 CPUtime=1482.05 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 34955 0 0 0 147347 858 0 0 20 0 1 0 335270091 95313920 22756 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 23270 22756 642 1026 0 22240 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 93080

[startup+1542.3 s]
/proc/loadavg: 2.24 2.09 2.03 3/177 15714
/proc/meminfo: memFree=27058240/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=93080 CPUtime=1542.04 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 34961 0 0 0 153310 894 0 0 20 0 1 0 335270091 95313920 22760 33554432000 4194304 8395647 140734522073744 140734522068616 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 23270 22760 642 1026 0 22240 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 93080

[startup+1602.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/178 15717
/proc/meminfo: memFree=27054584/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=94568 CPUtime=1602.03 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 35334 0 0 0 159277 926 0 0 20 0 1 0 335270091 96837632 23133 33554432000 4194304 8395647 140734522073744 140734522069208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 23642 23133 642 1026 0 22612 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 94568

[startup+1662.3 s]
/proc/loadavg: 2.13 2.09 2.03 3/177 15755
/proc/meminfo: memFree=27031116/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=97344 CPUtime=1662.03 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 35926 0 0 0 165242 961 0 0 20 0 1 0 335270091 99680256 23725 33554432000 4194304 8395647 140734522073744 140734522069096 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 24336 23725 642 1026 0 23306 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 97344

[startup+1722.3 s]
/proc/loadavg: 2.18 2.11 2.04 3/177 15755
/proc/meminfo: memFree=27026840/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=99964 CPUtime=1722.01 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36568 0 0 0 171204 997 0 0 20 0 1 0 335270091 102363136 24367 33554432000 4194304 8395647 140734522073744 140734522068616 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 24991 24367 642 1026 0 23961 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 99964

[startup+1782.3 s]
/proc/loadavg: 2.16 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026588/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1782.01 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36652 0 0 0 177165 1036 0 0 20 0 1 0 335270091 102559744 24450 33554432000 4194304 8395647 140734522073744 140734522069352 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24450 642 1026 0 24009 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 100156

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

[startup+1785.5 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026592/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1785.21 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36652 0 0 0 177483 1038 0 0 20 0 1 0 335270091 102559744 24450 33554432000 4194304 8395647 140734522073744 140734522069208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24450 642 1026 0 24009 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 100156

[startup+1787.1 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026592/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1786.81 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36652 0 0 0 177642 1039 0 0 20 0 1 0 335270091 102559744 24450 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24450 642 1026 0 24009 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 100156

[startup+1788.7 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026716/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1788.4 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36653 0 0 0 177800 1040 0 0 20 0 1 0 335270091 102559744 24451 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24451 642 1026 0 24009 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 100156

[startup+1789.5 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026716/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1789.2 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36674 0 0 0 177879 1041 0 0 20 0 1 0 335270091 102559744 24472 33554432000 4194304 8395647 140734522073744 140734522069208 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24472 642 1026 0 24009 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 100156

[startup+1789.9 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026716/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1789.6 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36674 0 0 0 177919 1041 0 0 20 0 1 0 335270091 102559744 24472 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24472 642 1026 0 24009 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 100156

[startup+1790 s]
/proc/loadavg: 2.15 2.12 2.04 3/177 15755
/proc/meminfo: memFree=27026716/32873660 swapFree=7120/7120
[pid=15526] ppid=15524 vsize=100156 CPUtime=1789.71 cores=0,2,4,6
/proc/15526/stat : 15526 (pbscip.linux.x8) R 15524 15526 13836 0 -1 4202496 36674 0 0 0 177929 1042 0 0 20 0 1 0 335270091 102559744 24472 33554432000 4194304 8395647 140734522073744 140734522068872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15526/statm: 25039 24472 642 1026 0 24009 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 100156

Child status: 0
Real time (s): 1790.08
CPU time (s): 1789.79
CPU user time (s): 1779.37
CPU system time (s): 10.4214
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 104984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.37
system time used= 10.4214
maximum resident set size= 102108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36679
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= 29
involuntary context switches= 1840

runsolver used 2.72558 second user time and 7.04293 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 04:44:03
IDJOB=3732567
IDBENCH=2119
IDSOLVER=2326
FILE ID=node117/3732567-1338691443
RUNJOBID= node117-1338678620-13855
PBS_JOBID= 14636696
Free space on /tmp= 69112 MiB

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

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

MD5SUM BENCH= 9711add7b63200e6cedabbc5764a3737
RANDOM SEED=1825484973

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27147284 kB
Buffers:          606508 kB
Cached:          4114724 kB
SwapCached:          776 kB
Active:          2381424 kB
Inactive:        2433020 kB
Active(anon):      78812 kB
Inactive(anon):     9972 kB
Active(file):    2302612 kB
Inactive(file):  2423048 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             10136 kB
Writeback:             4 kB
AnonPages:         92340 kB
Mapped:            14744 kB
Shmem:                80 kB
Slab:             776060 kB
SReclaimable:     220436 kB
SUnreclaim:       555624 kB
KernelStack:        1456 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     201468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69100 MiB
End job on node117 at 2012-06-03 05:13:54