Trace number 2666857

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.07 1800.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
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 constraint3
Number of terms in the objective function 1200
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 1200
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 1200
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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666857-1276454231.opb>
0.03/0.06	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 3150 constraints
0.03/0.06	c problem read
0.03/0.06	c presolving settings loaded
0.03/0.09	c presolving:
0.09/0.10	c (round 1) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1194 impls, 0 clqs
0.09/0.15	c (round 2) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3135 upgd conss, 1194 impls, 0 clqs
0.09/0.17	c (round 3) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3147 upgd conss, 1194 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/1197 (8.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.20	c presolving (4 rounds):
0.09/0.20	c  3 deleted vars, 3 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.20	c  1194 implications, 0 cliques
0.09/0.20	c presolved problem has 1197 variables (1197 bin, 0 int, 0 impl, 0 cont) and 3147 constraints
0.09/0.20	c    3147 constraints of type <logicor>
0.09/0.20	c transformed objective value is always integral (scale: 1)
0.09/0.20	c Presolving Time: 0.09
0.09/0.20	c - non default parameters ----------------------------------------------------------------------
0.09/0.20	c # SCIP version 1.2.1.2
0.09/0.20	c 
0.09/0.20	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.20	c conflict/interconss = 0
0.09/0.20	c 
0.09/0.20	c # should binary conflicts be preferred?
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c conflict/preferbinary = TRUE
0.09/0.20	c 
0.09/0.20	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.20	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.20	c constraints/agelimit = 1
0.09/0.20	c 
0.09/0.20	c # should enforcement of pseudo solution be disabled?
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/disableenfops = TRUE
0.09/0.20	c 
0.09/0.20	c # frequency for displaying node information lines
0.09/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.20	c display/freq = 10000
0.09/0.20	c 
0.09/0.20	c # maximal time in seconds to run
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/time = 1799.95
0.09/0.20	c 
0.09/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/memory = 1620
0.09/0.20	c 
0.09/0.20	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.20	c lp/solvefreq = 0
0.09/0.20	c 
0.09/0.20	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.09/0.20	c # [type: char, range: {lafpsqd}, default: l]
0.09/0.20	c lp/pricing = a
0.09/0.20	c 
0.09/0.20	c # should presolving try to simplify inequalities
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/linear/simplifyinequalities = TRUE
0.09/0.20	c 
0.09/0.20	c # should presolving try to simplify knapsacks
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.20	c 
0.09/0.20	c # priority of node selection rule <dfs> in standard mode
0.09/0.20	c # [type: int, range: [-536870912,536870911], default: 0]
0.09/0.20	c nodeselection/dfs/stdpriority = 1000000
0.09/0.20	c 
0.09/0.20	c -----------------------------------------------------------------------------------------------
0.09/0.20	c start solving
0.19/0.20	c 
7.69/7.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.69/7.79	c   7.7s|     1 |     0 |  5863 |     - |6757k|   0 |1189 |1197 |3147 |1197 |3147 |   0 |   0 |   0 | 3.990000e+02 |      --      |    Inf 
41.57/41.63	c  41.3s|     1 |     0 | 22085 |     - |  20M|   0 |1189 |1197 |3147 |1197 |3148 |   1 |   0 |   0 | 3.991970e+02 |      --      |    Inf 
46.27/46.36	c  46.0s|     1 |     0 | 23868 |     - |  35M|   0 |1190 |1197 |3147 |1197 |3149 |   2 |   0 |   0 | 3.993053e+02 |      --      |    Inf 
50.77/50.88	c  50.5s|     1 |     0 | 25138 |     - |  49M|   0 |1189 |1197 |3147 |1197 |3150 |   3 |   0 |   0 | 3.993502e+02 |      --      |    Inf 
103.85/103.95	c   103s|     1 |     2 | 25138 |     - |  49M|   0 |1189 |1197 |3147 |1197 |3150 |   3 |   0 |  30 | 3.993502e+02 |      --      |    Inf 
127.74/127.86	c   126s| 10000 |    50 | 25138 |   0.0 |  49M|  76 |   - |1197 |3164 |   0 |   0 |   3 |6613 |  30 | 3.993502e+02 |      --      |    Inf 
151.53/151.63	c   149s| 20000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3221 |   0 |   0 |   3 |  13k|  30 | 3.993502e+02 |      --      |    Inf 
175.83/175.94	c   172s| 30000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3216 |   0 |   0 |   3 |  19k|  30 | 3.993502e+02 |      --      |    Inf 
199.42/199.58	c   195s| 40000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3254 |   0 |   0 |   3 |  26k|  30 | 3.993502e+02 |      --      |    Inf 
223.51/223.69	c   218s| 50000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3205 |   0 |   0 |   3 |  32k|  30 | 3.993502e+02 |      --      |    Inf 
247.59/247.72	c   240s| 60000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3190 |   0 |   0 |   3 |  38k|  30 | 3.993502e+02 |      --      |    Inf 
271.69/271.86	c   264s| 70000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3220 |   0 |   0 |   3 |  45k|  30 | 3.993502e+02 |      --      |    Inf 
296.38/296.52	c   287s| 80000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3208 |   0 |   0 |   3 |  51k|  30 | 3.993502e+02 |      --      |    Inf 
320.87/321.04	c   311s| 90000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3201 |   0 |   0 |   3 |  58k|  30 | 3.993502e+02 |      --      |    Inf 
344.66/344.88	c   333s|100000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3252 |   0 |   0 |   3 |  64k|  30 | 3.993502e+02 |      --      |    Inf 
368.85/369.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.85/369.00	c   356s|110000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3219 |   0 |   0 |   3 |  71k|  30 | 3.993502e+02 |      --      |    Inf 
393.55/393.74	c   380s|120000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3215 |   0 |   0 |   3 |  77k|  30 | 3.993502e+02 |      --      |    Inf 
418.24/418.40	c   404s|130000 |    47 | 25138 |   0.0 |  49M|  76 |   - |1197 |3193 |   0 |   0 |   3 |  84k|  30 | 3.993502e+02 |      --      |    Inf 
442.73/442.94	c   427s|140000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3217 |   0 |   0 |   3 |  90k|  30 | 3.993502e+02 |      --      |    Inf 
467.52/467.78	c   451s|150000 |    39 | 25138 |   0.0 |  49M|  76 |   - |1197 |3253 |   0 |   0 |   3 |  97k|  30 | 3.993502e+02 |      --      |    Inf 
492.21/492.49	c   475s|160000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3221 |   0 |   0 |   3 | 103k|  30 | 3.993502e+02 |      --      |    Inf 
517.10/517.37	c   498s|170000 |    51 | 25138 |   0.0 |  49M|  76 |   - |1197 |3200 |   0 |   0 |   3 | 110k|  30 | 3.993502e+02 |      --      |    Inf 
541.69/541.92	c   522s|180000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3229 |   0 |   0 |   3 | 116k|  30 | 3.993502e+02 |      --      |    Inf 
566.29/566.58	c   545s|190000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3283 |   0 |   0 |   3 | 123k|  30 | 3.993502e+02 |      --      |    Inf 
590.48/590.78	c   569s|200000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3195 |   0 |   0 |   3 | 129k|  30 | 3.993502e+02 |      --      |    Inf 
614.46/614.73	c   591s|210000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3241 |   0 |   0 |   3 | 136k|  30 | 3.993502e+02 |      --      |    Inf 
638.55/638.86	c   615s|220000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3189 |   0 |   0 |   3 | 142k|  30 | 3.993502e+02 |      --      |    Inf 
662.34/662.68	c   637s|230000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3232 |   0 |   0 |   3 | 149k|  30 | 3.993502e+02 |      --      |    Inf 
686.33/686.67	c   660s|240000 |    40 | 25138 |   0.0 |  49M|  76 |   - |1197 |3256 |   0 |   0 |   3 | 155k|  30 | 3.993502e+02 |      --      |    Inf 
710.33/710.65	c   683s|250000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3324 |   0 |   0 |   3 | 162k|  30 | 3.993502e+02 |      --      |    Inf 
734.61/734.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.61/734.95	c   707s|260000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3271 |   0 |   0 |   3 | 168k|  30 | 3.993502e+02 |      --      |    Inf 
759.11/759.47	c   730s|270000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3245 |   0 |   0 |   3 | 175k|  30 | 3.993502e+02 |      --      |    Inf 
784.50/784.82	c   754s|280000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3294 |   0 |   0 |   3 | 181k|  30 | 3.993502e+02 |      --      |    Inf 
808.49/808.86	c   777s|290000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3241 |   0 |   0 |   3 | 188k|  30 | 3.993502e+02 |      --      |    Inf 
833.18/833.58	c   801s|300000 |    49 | 25138 |   0.0 |  49M|  76 |   - |1197 |3231 |   0 |   0 |   3 | 195k|  30 | 3.993502e+02 |      --      |    Inf 
857.37/857.77	c   824s|310000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3296 |   0 |   0 |   3 | 202k|  30 | 3.993502e+02 |      --      |    Inf 
881.46/881.89	c   847s|320000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3268 |   0 |   0 |   3 | 208k|  30 | 3.993502e+02 |      --      |    Inf 
906.06/906.45	c   870s|330000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3210 |   0 |   0 |   3 | 215k|  30 | 3.993502e+02 |      --      |    Inf 
930.34/930.73	c   894s|340000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3289 |   0 |   0 |   3 | 221k|  30 | 3.993502e+02 |      --      |    Inf 
954.84/955.28	c   917s|350000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3233 |   0 |   0 |   3 | 228k|  30 | 3.993502e+02 |      --      |    Inf 
980.32/980.73	c   941s|360000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3260 |   0 |   0 |   3 | 235k|  30 | 3.993502e+02 |      --      |    Inf 
1005.11/1005.56	c   965s|370000 |    40 | 25138 |   0.0 |  49M|  76 |   - |1197 |3342 |   0 |   0 |   3 | 241k|  30 | 3.993502e+02 |      --      |    Inf 
1029.51/1029.92	c   988s|380000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3228 |   0 |   0 |   3 | 248k|  30 | 3.993502e+02 |      --      |    Inf 
1054.20/1054.67	c  1012s|390000 |    45 | 25138 |   0.0 |  49M|  76 |   - |1197 |3230 |   0 |   0 |   3 | 254k|  30 | 3.993502e+02 |      --      |    Inf 
1078.99/1079.46	c  1036s|400000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3257 |   0 |   0 |   3 | 261k|  30 | 3.993502e+02 |      --      |    Inf 
1103.68/1104.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.68/1104.10	c  1059s|410000 |    49 | 25138 |   0.0 |  49M|  76 |   - |1197 |3235 |   0 |   0 |   3 | 267k|  30 | 3.993502e+02 |      --      |    Inf 
1127.97/1128.41	c  1083s|420000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3225 |   0 |   0 |   3 | 274k|  30 | 3.993502e+02 |      --      |    Inf 
1151.76/1152.23	c  1105s|430000 |    44 | 25138 |   0.0 |  49M|  76 |   - |1197 |3278 |   0 |   0 |   3 | 280k|  30 | 3.993502e+02 |      --      |    Inf 
1175.95/1176.45	c  1128s|440000 |    42 | 25138 |   0.0 |  49M|  76 |   - |1197 |3278 |   0 |   0 |   3 | 287k|  30 | 3.993502e+02 |      --      |    Inf 
1200.34/1200.83	c  1152s|450000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3315 |   0 |   0 |   3 | 293k|  30 | 3.993502e+02 |      --      |    Inf 
1224.24/1224.70	c  1175s|460000 |    51 | 25138 |   0.0 |  49M|  76 |   - |1197 |3383 |   0 |   0 |   3 | 300k|  30 | 3.993502e+02 |      --      |    Inf 
1249.23/1249.72	c  1199s|470000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3397 |   0 |   0 |   3 | 306k|  30 | 3.993502e+02 |      --      |    Inf 
1273.23/1273.74	c  1222s|480000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3224 |   0 |   0 |   3 | 313k|  30 | 3.993502e+02 |      --      |    Inf 
1296.71/1297.24	c  1244s|490000 |    42 | 25138 |   0.0 |  49M|  76 |   - |1197 |3296 |   0 |   0 |   3 | 319k|  30 | 3.993502e+02 |      --      |    Inf 
1321.00/1321.51	c  1267s|500000 |    40 | 25138 |   0.0 |  49M|  76 |   - |1197 |3342 |   0 |   0 |   3 | 326k|  30 | 3.993502e+02 |      --      |    Inf 
1345.69/1346.23	c  1291s|510000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3243 |   0 |   0 |   3 | 332k|  30 | 3.993502e+02 |      --      |    Inf 
1370.39/1370.91	c  1314s|520000 |    42 | 25138 |   0.0 |  49M|  76 |   - |1197 |3214 |   0 |   0 |   3 | 339k|  30 | 3.993502e+02 |      --      |    Inf 
1394.87/1395.46	c  1338s|530000 |    38 | 25138 |   0.0 |  49M|  76 |   - |1197 |3242 |   0 |   0 |   3 | 345k|  30 | 3.993502e+02 |      --      |    Inf 
1419.27/1419.82	c  1361s|540000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3212 |   0 |   0 |   3 | 352k|  30 | 3.993502e+02 |      --      |    Inf 
1443.34/1443.90	c  1384s|550000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3261 |   0 |   0 |   3 | 358k|  30 | 3.993502e+02 |      --      |    Inf 
1467.14/1467.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.14/1467.74	c  1407s|560000 |    46 | 25138 |   0.0 |  49M|  76 |   - |1197 |3307 |   0 |   0 |   3 | 365k|  30 | 3.993502e+02 |      --      |    Inf 
1490.93/1491.60	c  1430s|570000 |    46 | 25138 |   0.0 |  50M|  76 |   - |1197 |3465 |   0 |   0 |   3 | 371k|  30 | 3.993502e+02 |      --      |    Inf 
1514.72/1515.36	c  1453s|580000 |    44 | 25138 |   0.0 |  50M|  76 |   - |1197 |3550 |   0 |   0 |   3 | 378k|  30 | 3.993502e+02 |      --      |    Inf 
1538.80/1539.49	c  1476s|590000 |    44 | 25138 |   0.0 |  50M|  76 |   - |1197 |3596 |   0 |   0 |   3 | 384k|  30 | 3.993502e+02 |      --      |    Inf 
1562.90/1563.54	c  1499s|600000 |    42 | 25138 |   0.0 |  50M|  76 |   - |1197 |3673 |   0 |   0 |   3 | 391k|  30 | 3.993502e+02 |      --      |    Inf 
1586.79/1587.41	c  1521s|610000 |    41 | 25138 |   0.0 |  50M|  76 |   - |1197 |3672 |   0 |   0 |   3 | 397k|  30 | 3.993502e+02 |      --      |    Inf 
1611.58/1612.22	c  1545s|620000 |    42 | 25138 |   0.0 |  50M|  76 |   - |1197 |3804 |   0 |   0 |   3 | 404k|  30 | 3.993502e+02 |      --      |    Inf 
1635.37/1636.01	c  1568s|630000 |    39 | 25138 |   0.0 |  49M|  76 |   - |1197 |3202 |   0 |   0 |   3 | 410k|  30 | 3.993502e+02 |      --      |    Inf 
1658.86/1659.57	c  1590s|640000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3206 |   0 |   0 |   3 | 417k|  30 | 3.993502e+02 |      --      |    Inf 
1683.26/1683.94	c  1614s|650000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3231 |   0 |   0 |   3 | 423k|  30 | 3.993502e+02 |      --      |    Inf 
1706.84/1707.51	c  1636s|660000 |    42 | 25138 |   0.0 |  49M|  76 |   - |1197 |3216 |   0 |   0 |   3 | 430k|  30 | 3.993502e+02 |      --      |    Inf 
1730.64/1731.37	c  1659s|670000 |    39 | 25138 |   0.0 |  49M|  76 |   - |1197 |3257 |   0 |   0 |   3 | 436k|  30 | 3.993502e+02 |      --      |    Inf 
1755.33/1756.07	c  1683s|680000 |    43 | 25138 |   0.0 |  49M|  76 |   - |1197 |3186 |   0 |   0 |   3 | 443k|  30 | 3.993502e+02 |      --      |    Inf 
1779.42/1780.10	c  1706s|690000 |    41 | 25138 |   0.0 |  49M|  76 |   - |1197 |3182 |   0 |   0 |   3 | 449k|  30 | 3.993502e+02 |      --      |    Inf 
1800.03/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.71	c 
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time (sec) : 1725.33
1800.03/1800.71	c Solving Nodes      : 698433
1800.03/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.71	c Dual Bound         : +3.99350236554424e+02
1800.03/1800.71	c Gap                : infinite
1800.03/1800.71	s UNKNOWN
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time       :    1725.33
1800.03/1800.71	c Original Problem   :
1800.03/1800.71	c   Problem name     : HOME/instance-2666857-1276454231.opb
1800.03/1800.71	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 3150 initial, 3150 maximal
1800.03/1800.71	c Presolved Problem  :
1800.03/1800.71	c   Problem name     : t_HOME/instance-2666857-1276454231.opb
1800.03/1800.71	c   Variables        : 1197 (1197 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 3147 initial, 3866 maximal
1800.03/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.71	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.71	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
1800.03/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.71	c   linear           :       0.04          0          0          0          0          0          3          0          0
1800.03/1800.71	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.03/1800.71	c   logicor          :       3147+         4   13468477          0          0     410427   78497229          0          0          0
1800.03/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.71	c   integral         :      51.96       0.00       0.00      51.96       0.00
1800.03/1800.71	c   logicor          :     435.17       0.00     435.17       0.00       0.00
1800.03/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.71	c   vbounds          :       6.74          2          0          0
1800.03/1800.71	c   rootredcost      :       6.38          0          0          0
1800.03/1800.71	c   pseudoobj        :     693.54   14103581          0          0
1800.03/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.71	c   propagation      :      71.20     410427     410094     410094       38.5      45496       17.0          -
1800.03/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.71	c   applied globally :          -          -          -     455590       36.3          -          -          -
1800.03/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.71	c   cut pool         :       0.03          3          -          -          0          -    (maximal pool size: 1496)
1800.03/1800.71	c   redcost          :       0.00          4          0          0          0          0
1800.03/1800.71	c   impliedbounds    :       0.01          4          0          0          0          0
1800.03/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.71	c   gomory           :       3.56          4          0          0          0          0
1800.03/1800.71	c   strongcg         :       3.17          4          0          0       1500          0
1800.03/1800.71	c   cmir             :       0.10          4          0          0          0          0
1800.03/1800.71	c   flowcover        :       0.07          4          0          0          0          0
1800.03/1800.71	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.71	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.71	c Pricers            :       Time      Calls       Vars
1800.03/1800.71	c   problem variables:       0.00          0          0
1800.03/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   relpscost        :      51.96          1          0          0          0          0          2
1800.03/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   inference        :     146.88     455588          0          0          0          0     911176
1800.03/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.71	c   LP solutions     :       0.00          -          0
1800.03/1800.71	c   pseudo solutions :       0.00          -          0
1800.03/1800.71	c   oneopt           :       0.41          0          0
1800.03/1800.71	c   crossover        :       0.00          0          0
1800.03/1800.71	c   trivial          :       0.00          2          0
1800.03/1800.71	c   simplerounding   :       0.00          0          0
1800.03/1800.71	c   zirounding       :       0.00          1          0
1800.03/1800.71	c   rounding         :       0.01          4          0
1800.03/1800.71	c   shifting         :       0.03          4          0
1800.03/1800.71	c   intshifting      :       0.00          0          0
1800.03/1800.71	c   twoopt           :       0.00          0          0
1800.03/1800.71	c   fixandinfer      :       0.00          0          0
1800.03/1800.71	c   feaspump         :      27.65          1          0
1800.03/1800.71	c   coefdiving       :       0.00          0          0
1800.03/1800.71	c   pscostdiving     :       0.00          0          0
1800.03/1800.71	c   fracdiving       :       0.00          0          0
1800.03/1800.71	c   veclendiving     :       0.00          0          0
1800.03/1800.71	c   intdiving        :       0.00          0          0
1800.03/1800.71	c   actconsdiving    :       0.00          0          0
1800.03/1800.71	c   objpscostdiving  :       0.00          0          0
1800.03/1800.71	c   rootsoldiving    :       0.00          0          0
1800.03/1800.71	c   linesearchdiving :       0.00          0          0
1800.03/1800.71	c   guideddiving     :       0.00          0          0
1800.03/1800.71	c   octane           :       0.00          0          0
1800.03/1800.71	c   rens             :       0.01          0          0
1800.03/1800.71	c   rins             :       0.00          0          0
1800.03/1800.71	c   localbranching   :       0.00          0          0
1800.03/1800.71	c   mutation         :       0.00          0          0
1800.03/1800.71	c   dins             :       0.00          0          0
1800.03/1800.71	c   undercover       :       0.00          0          0
1800.03/1800.71	c   nlp              :       0.54          0          0
1800.03/1800.71	c   trysol           :       0.37          0          0
1800.03/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.71	c   dual LP          :      16.44          4      11125    2781.25     676.70
1800.03/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.71	c   diving/probing LP:      27.65         17      14013     824.29     506.80
1800.03/1800.71	c   strong branching :      51.96         30      30000    1000.00     577.37
1800.03/1800.71	c     (at root node) :          -         30      30000    1000.00          -
1800.03/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.71	c B&B Tree           :
1800.03/1800.71	c   number of runs   :          1
1800.03/1800.71	c   nodes            :     698433
1800.03/1800.71	c   nodes (total)    :     698433
1800.03/1800.71	c   nodes left       :         41
1800.03/1800.71	c   max depth        :         76
1800.03/1800.71	c   max depth (total):         76
1800.03/1800.71	c   backtracks       :     174897 (25.0%)
1800.03/1800.71	c   delayed cutoffs  :     212705
1800.03/1800.71	c   repropagations   :     715304 (33136226 domain reductions, 167583 cutoffs)
1800.03/1800.71	c   avg switch length:       2.93
1800.03/1800.71	c   switching time   :     177.06
1800.03/1800.71	c Solution           :
1800.03/1800.71	c   Solutions found  :          0 (0 improvements)
1800.03/1800.71	c   Primal Bound     :          -
1800.03/1800.71	c   Dual Bound       : +3.99350236554424e+02
1800.03/1800.71	c   Gap              :   infinite
1800.03/1800.71	c   Root Dual Bound  : +3.99350236554424e+02
1800.03/1800.71	c   Root Iterations  :      25138
1800.03/1800.75	c Time complete: 1800.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666857-1276454231/watcher-2666857-1276454231 -o /tmp/evaluation-result-2666857-1276454231/solver-2666857-1276454231 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666857-1276454231.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23478
/proc/meminfo: memFree=1804904/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=7724 CPUtime=0
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 1085 0 0 0 0 0 0 0 25 0 1 0 19074971 7909376 1005 1992294400 4194304 8223781 140733514996784 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23478/statm: 1931 1015 348 984 0 944 0

[startup+0.0479519 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23478
/proc/meminfo: memFree=1804904/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=11148 CPUtime=0.03
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 2103 0 0 0 3 0 0 0 25 0 1 0 19074971 11415552 2022 1992294400 4194304 8223781 140733514996784 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23478/statm: 2787 2022 365 984 0 1800 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11148

[startup+0.100961 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23478
/proc/meminfo: memFree=1804904/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=18436 CPUtime=0.09
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 4002 0 0 0 8 1 0 0 25 0 1 0 19074971 18878464 3557 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 4609 3557 440 984 0 3622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18436

[startup+0.300998 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23478
/proc/meminfo: memFree=1804904/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=26372 CPUtime=0.29
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 7714 0 0 0 26 3 0 0 18 0 1 0 19074971 27004928 5646 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 6593 5646 531 984 0 5606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26372

[startup+0.701071 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23478
/proc/meminfo: memFree=1804904/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=27460 CPUtime=0.69
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 8189 0 0 0 66 3 0 0 18 0 1 0 19074971 28119040 5946 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 6865 5946 529 984 0 5878 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27460

[startup+1.50122 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1782948/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=27892 CPUtime=1.49
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 8561 0 0 0 145 4 0 0 19 0 1 0 19074971 28561408 5997 1992294400 4194304 8223781 140733514996784 18446744073709551615 6446793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 6973 5997 528 984 0 5986 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27892

[startup+3.10151 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1782452/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=28132 CPUtime=3.09
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 9316 0 0 0 305 4 0 0 24 0 1 0 19074971 28807168 6110 1992294400 4194304 8223781 140733514996784 18446744073709551615 6592395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 7033 6110 528 984 0 6046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28132

[startup+6.30109 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1781336/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=29348 CPUtime=6.28
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 10935 0 0 0 622 6 0 0 25 0 1 0 19074971 30052352 6368 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 7337 6368 527 984 0 6350 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29348

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1780840/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=30252 CPUtime=12.69
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 14053 0 0 0 1259 10 0 0 25 0 1 0 19074971 30978048 6431 1992294400 4194304 8223781 140733514996784 18446744073709551615 6566613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 7563 6431 536 984 0 6576 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30252

[startup+25.5006 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1780840/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=30268 CPUtime=25.47
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 18450 0 0 0 2533 14 0 0 25 0 1 0 19074971 30994432 6360 1992294400 4194304 8223781 140733514996784 18446744073709551615 6562672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 7567 6360 536 984 0 6580 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30268

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23479
/proc/meminfo: memFree=1737440/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=72896 CPUtime=51.07
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 39963 0 0 0 5077 30 0 0 25 0 1 0 19074971 74645504 17206 1992294400 4194304 8223781 140733514996784 18446744073709551615 6299725 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 18224 17206 559 984 0 17237 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 72896

[startup+102.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 23481
/proc/meminfo: memFree=1737316/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=72452 CPUtime=102.26
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 86428 0 0 0 10162 64 0 0 25 0 1 0 19074971 74190848 17073 1992294400 4194304 8223781 140733514996784 18446744073709551615 6562635 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 18113 17073 569 984 0 17126 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72452

[startup+162.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/107 23486
/proc/meminfo: memFree=1732480/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=77316 CPUtime=162.23
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89002 0 0 0 15896 327 0 0 25 0 1 0 19074971 79171584 18340 1992294400 4194304 8223781 140733514996784 18446744073709551615 4661506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19329 18340 574 984 0 18342 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 77316

[startup+222.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 23488
/proc/meminfo: memFree=1731860/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=78020 CPUtime=222.21
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89163 0 0 0 21629 592 0 0 25 0 1 0 19074971 79892480 18501 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19505 18501 574 984 0 18518 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 78020

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23488
/proc/meminfo: memFree=1731364/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=78444 CPUtime=282.19
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89272 0 0 0 27369 850 0 0 25 0 1 0 19074971 80326656 18610 1992294400 4194304 8223781 140733514996784 18446744073709551615 4677308 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19611 18610 574 984 0 18624 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 78444

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23490
/proc/meminfo: memFree=1730868/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=79008 CPUtime=342.16
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89389 0 0 0 33103 1113 0 0 25 0 1 0 19074971 80904192 18727 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19752 18727 574 984 0 18765 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 79008

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23492
/proc/meminfo: memFree=1730620/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=79300 CPUtime=402.14
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89455 0 0 0 38831 1383 0 0 25 0 1 0 19074971 81203200 18793 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19825 18793 574 984 0 18838 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 79300

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23494
/proc/meminfo: memFree=1730372/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=79584 CPUtime=462.12
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89506 0 0 0 44571 1641 0 0 25 0 1 0 19074971 81494016 18844 1992294400 4194304 8223781 140733514996784 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19896 18844 574 984 0 18909 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 79584

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23496
/proc/meminfo: memFree=1730124/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=79856 CPUtime=522.1
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89570 0 0 0 50303 1907 0 0 25 0 1 0 19074971 81772544 18908 1992294400 4194304 8223781 140733514996784 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 19964 18908 574 984 0 18977 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 79856

[startup+582.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23496
/proc/meminfo: memFree=1729752/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=80152 CPUtime=582.08
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89649 0 0 0 56051 2157 0 0 25 0 1 0 19074971 82075648 18987 1992294400 4194304 8223781 140733514996784 18446744073709551615 5506875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20038 18987 574 984 0 19051 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 80152

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23498
/proc/meminfo: memFree=1729628/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=80440 CPUtime=642.05
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89683 0 0 0 61791 2414 0 0 25 0 1 0 19074971 82370560 19021 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20110 19021 574 984 0 19123 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 80440

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23504
/proc/meminfo: memFree=1728760/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81280 CPUtime=881.96
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89860 0 0 0 84748 3448 0 0 25 0 1 0 19074971 83230720 19198 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20320 19198 574 984 0 19333 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 81280

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23506
/proc/meminfo: memFree=1728636/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81428 CPUtime=941.94
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89888 0 0 0 90470 3724 0 0 25 0 1 0 19074971 83382272 19226 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20357 19226 574 984 0 19370 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 81428

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23508
/proc/meminfo: memFree=1728512/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81564 CPUtime=1001.91
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89917 0 0 0 96207 3984 0 0 25 0 1 0 19074971 83521536 19255 1992294400 4194304 8223781 140733514996784 18446744073709551615 4660874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20391 19255 574 984 0 19404 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 81564

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23510
/proc/meminfo: memFree=1728388/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81696 CPUtime=1061.9
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89961 0 0 0 101945 4245 0 0 25 0 1 0 19074971 83656704 19299 1992294400 4194304 8223781 140733514996784 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20424 19299 574 984 0 19437 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 81696

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23512
/proc/meminfo: memFree=1728264/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81828 CPUtime=1121.87
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 89991 0 0 0 107676 4511 0 0 25 0 1 0 19074971 83791872 19329 1992294400 4194304 8223781 140733514996784 18446744073709551615 5506773 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20457 19329 574 984 0 19470 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 81828

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23512
/proc/meminfo: memFree=1728016/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=81960 CPUtime=1181.86
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90019 0 0 0 113414 4772 0 0 25 0 1 0 19074971 83927040 19357 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20490 19357 574 984 0 19503 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 81960

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23514
/proc/meminfo: memFree=1727644/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82108 CPUtime=1241.83
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90046 0 0 0 119154 5029 0 0 25 0 1 0 19074971 84078592 19384 1992294400 4194304 8223781 140733514996784 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20527 19384 574 984 0 19540 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 82108

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23516
/proc/meminfo: memFree=1727520/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82240 CPUtime=1301.82
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90083 0 0 0 124894 5288 0 0 25 0 1 0 19074971 84213760 19421 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20560 19421 574 984 0 19573 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 82240

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23518
/proc/meminfo: memFree=1727396/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82376 CPUtime=1361.78
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90111 0 0 0 130629 5549 0 0 25 0 1 0 19074971 84353024 19449 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20594 19449 574 984 0 19607 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 82376

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23520
/proc/meminfo: memFree=1727272/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82508 CPUtime=1421.78
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90129 0 0 0 136366 5812 0 0 25 0 1 0 19074971 84488192 19467 1992294400 4194304 8223781 140733514996784 18446744073709551615 5956121 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20627 19467 574 984 0 19640 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 82508

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23529
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82648 CPUtime=1481.72
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90148 0 0 0 142100 6072 0 0 25 0 1 0 19074971 84631552 19486 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20662 19486 574 984 0 19675 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 82648

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23531
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82916 CPUtime=1541.71
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90201 0 0 0 147835 6336 0 0 25 0 1 0 19074971 84905984 19539 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20729 19539 574 984 0 19742 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 82916

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23533
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82916 CPUtime=1601.69
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90214 0 0 0 153576 6593 0 0 25 0 1 0 19074971 84905984 19552 1992294400 4194304 8223781 140733514996784 18446744073709551615 4240519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20729 19552 574 984 0 19742 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 82916

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23535
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=82916 CPUtime=1661.66
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90225 0 0 0 159306 6860 0 0 25 0 1 0 19074971 84905984 19563 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20729 19563 574 984 0 19742 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 82916

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23537
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=83056 CPUtime=1721.64
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90252 0 0 0 165043 7121 0 0 25 0 1 0 19074971 85049344 19590 1992294400 4194304 8223781 140733514996784 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20764 19590 574 984 0 19777 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 83056

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23537
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=83056 CPUtime=1781.62
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90254 0 0 0 170776 7386 0 0 25 0 1 0 19074971 85049344 19592 1992294400 4194304 8223781 140733514996784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20764 19592 574 984 0 19777 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 83056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23539
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=83056 CPUtime=1800.03
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90254 0 0 0 172538 7465 0 0 25 0 1 0 19074971 85049344 19592 1992294400 4194304 8223781 140733514996784 18446744073709551615 5507413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20764 19592 574 984 0 19777 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 83056

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 23539
/proc/meminfo: memFree=1726156/2059040 swapFree=4140360/4192956
[pid=23478] ppid=23476 vsize=83056 CPUtime=1800.03
/proc/23478/stat : 23478 (pbscip.linux.x8) R 23476 23478 23408 0 -1 4202496 90254 0 0 0 172538 7465 0 0 25 0 1 0 19074971 85049344 19592 1992294400 4194304 8223781 140733514996784 18446744073709551615 5507413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23478/statm: 20764 19592 574 984 0 19777 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 83056

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.07
CPU user time (s): 1725.41
CPU system time (s): 74.6666
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 83056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1725.41
system time used= 74.6666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90264
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= 3
involuntary context switches= 4840

runsolver used 4.07138 second user time and 8.80266 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-13 20:37:11
IDJOB=2666857
IDBENCH=2155
IDSOLVER=1169
FILE ID=node027/2666857-1276454231
PBS_JOBID= 11173349
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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-f600.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-2666857-1276454231/watcher-2666857-1276454231 -o /tmp/evaluation-result-2666857-1276454231/solver-2666857-1276454231 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666857-1276454231.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=1111326123

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5600.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1805432 kB
Buffers:         66676 kB
Cached:         106844 kB
SwapCached:       6028 kB
Active:          90148 kB
Inactive:        96248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1805432 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:            4772 kB
Writeback:           0 kB
AnonPages:       11028 kB
Mapped:          12908 kB
Slab:            45212 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-13 21:07:14