Trace number 2663992

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.12 1800.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
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 variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 2000
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 2000
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 2000
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: NONE] [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-2663992-1276421245.opb>
0.10/0.10	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 5250 constraints
0.10/0.10	c problem read
0.10/0.10	c presolving settings loaded
0.10/0.11	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.10/0.14	c presolving:
0.10/0.16	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1998 impls, 0 clqs
0.19/0.23	c (round 2) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5232 upgd conss, 1998 impls, 0 clqs
0.19/0.25	c (round 3) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5249 upgd conss, 1998 impls, 0 clqs
0.19/0.30	c    (0.1s) probing: 101/1999 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.30	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.30	c presolving (4 rounds):
0.19/0.30	c  1 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.30	c  1998 implications, 0 cliques
0.19/0.30	c presolved problem has 1999 variables (1999 bin, 0 int, 0 impl, 0 cont) and 5249 constraints
0.19/0.30	c    5249 constraints of type <logicor>
0.19/0.30	c transformed objective value is always integral (scale: 1)
0.19/0.30	c Presolving Time: 0.13
0.19/0.30	c - non default parameters ----------------------------------------------------------------------
0.19/0.30	c # SCIP version 1.2.1.2
0.19/0.30	c 
0.19/0.30	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.30	c conflict/interconss = 0
0.19/0.30	c 
0.19/0.30	c # should binary conflicts be preferred?
0.19/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.30	c conflict/preferbinary = TRUE
0.19/0.30	c 
0.19/0.30	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.30	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.30	c constraints/agelimit = 1
0.19/0.30	c 
0.19/0.30	c # should enforcement of pseudo solution be disabled?
0.19/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.30	c constraints/disableenfops = TRUE
0.19/0.30	c 
0.19/0.30	c # frequency for displaying node information lines
0.19/0.30	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.30	c display/freq = 10000
0.19/0.30	c 
0.19/0.30	c # maximal time in seconds to run
0.19/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.30	c limits/time = 1799.9
0.19/0.30	c 
0.19/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.30	c limits/memory = 1620
0.19/0.30	c 
0.19/0.30	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.30	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.30	c lp/solvefreq = -1
0.19/0.30	c 
0.19/0.30	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.19/0.30	c # [type: char, range: {lafpsqd}, default: l]
0.19/0.30	c lp/pricing = a
0.19/0.30	c 
0.19/0.30	c # should presolving try to simplify inequalities
0.19/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.30	c constraints/linear/simplifyinequalities = TRUE
0.19/0.30	c 
0.19/0.30	c # should presolving try to simplify knapsacks
0.19/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.30	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.30	c 
0.19/0.30	c # priority of node selection rule <dfs> in standard mode
0.19/0.30	c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.30	c nodeselection/dfs/stdpriority = 1000000
0.19/0.30	c 
0.19/0.30	c -----------------------------------------------------------------------------------------------
0.19/0.30	c start solving
0.29/0.30	c 
0.29/0.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.30	c   0.2s|     1 |     2 |     0 |     - |8404k|   0 |   - |1999 |5249 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
40.59/40.60	c  39.3s| 10000 |    69 |     0 |   0.0 |9403k| 105 |   - |1999 |5301 |   0 |   0 |   0 |6535 |   0 | 1.000000e+00 |      --      |    Inf 
81.57/81.63	c  79.1s| 20000 |    66 |     0 |   0.0 |9432k| 105 |   - |1999 |5310 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 |      --      |    Inf 
123.16/123.21	c   120s| 30000 |    68 |     0 |   0.0 |9437k| 105 |   - |1999 |5305 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 |      --      |    Inf 
165.84/165.94	c   161s| 40000 |    70 |     0 |   0.0 |9453k| 105 |   - |1999 |5300 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 |      --      |    Inf 
207.04/207.10	c   201s| 50000 |    69 |     0 |   0.0 |9454k| 105 |   - |1999 |5299 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 |      --      |    Inf 
248.63/248.76	c   241s| 60000 |    66 |     0 |   0.0 |9459k| 105 |   - |1999 |5303 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 |      --      |    Inf 
290.33/290.48	c   282s| 70000 |    64 |     0 |   0.0 |9487k| 105 |   - |1999 |5330 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 |      --      |    Inf 
333.12/333.27	c   323s| 80000 |    65 |     0 |   0.0 |9511k| 105 |   - |1999 |5501 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 |      --      |    Inf 
374.60/374.72	c   364s| 90000 |    67 |     0 |   0.0 |9496k| 105 |   - |1999 |5312 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 |      --      |    Inf 
415.69/415.85	c   404s|100000 |    66 |     0 |   0.0 |9537k| 105 |   - |1999 |5368 |   0 |   0 |   0 |  64k|   0 | 1.000000e+00 |      --      |    Inf 
456.98/457.11	c   444s|110000 |    65 |     0 |   0.0 |9516k| 105 |   - |1999 |5330 |   0 |   0 |   0 |  71k|   0 | 1.000000e+00 |      --      |    Inf 
497.97/498.18	c   484s|120000 |    66 |     0 |   0.0 |9511k| 105 |   - |1999 |5340 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 |      --      |    Inf 
540.26/540.45	c   525s|130000 |    65 |     0 |   0.0 |9518k| 105 |   - |1999 |5328 |   0 |   0 |   0 |  84k|   0 | 1.000000e+00 |      --      |    Inf 
581.96/582.17	c   565s|140000 |    67 |     0 |   0.0 |9533k| 105 |   - |1999 |5326 |   0 |   0 |   0 |  90k|   0 | 1.000000e+00 |      --      |    Inf 
624.14/624.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.14/624.38	c   606s|150000 |    66 |     0 |   0.0 |9528k| 105 |   - |1999 |5319 |   0 |   0 |   0 |  97k|   0 | 1.000000e+00 |      --      |    Inf 
665.83/666.03	c   646s|160000 |    66 |     0 |   0.0 |9534k| 105 |   - |1999 |5325 |   0 |   0 |   0 | 103k|   0 | 1.000000e+00 |      --      |    Inf 
707.92/708.10	c   687s|170000 |    62 |     0 |   0.0 |9573k| 105 |   - |1999 |5372 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 |      --      |    Inf 
750.21/750.45	c   728s|180000 |    64 |     0 |   0.0 |9549k| 105 |   - |1999 |5332 |   0 |   0 |   0 | 116k|   0 | 1.000000e+00 |      --      |    Inf 
792.40/792.61	c   769s|190000 |    63 |     0 |   0.0 |9565k| 105 |   - |1999 |5360 |   0 |   0 |   0 | 123k|   0 | 1.000000e+00 |      --      |    Inf 
833.69/833.90	c   809s|200000 |    63 |     0 |   0.0 |9577k| 105 |   - |1999 |5346 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 |      --      |    Inf 
874.98/875.28	c   850s|210000 |    65 |     0 |   0.0 |9570k| 105 |   - |1999 |5357 |   0 |   0 |   0 | 135k|   0 | 1.000000e+00 |      --      |    Inf 
917.47/917.71	c   891s|220000 |    67 |     0 |   0.0 |9547k| 105 |   - |1999 |5307 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 |      --      |    Inf 
959.76/960.07	c   932s|230000 |    67 |     0 |   0.0 |9542k| 105 |   - |1999 |5304 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 |      --      |    Inf 
1002.15/1002.46	c   973s|240000 |    69 |     0 |   0.0 |9562k| 105 |   - |1999 |5343 |   0 |   0 |   0 | 155k|   0 | 1.000000e+00 |      --      |    Inf 
1042.95/1043.24	c  1012s|250000 |    61 |     0 |   0.0 |9552k| 105 |   - |1999 |5321 |   0 |   0 |   0 | 161k|   0 | 1.000000e+00 |      --      |    Inf 
1084.34/1084.61	c  1053s|260000 |    69 |     0 |   0.0 |9556k| 105 |   - |1999 |5318 |   0 |   0 |   0 | 168k|   0 | 1.000000e+00 |      --      |    Inf 
1124.42/1124.76	c  1092s|270000 |    67 |     0 |   0.0 |9577k| 105 |   - |1999 |5328 |   0 |   0 |   0 | 174k|   0 | 1.000000e+00 |      --      |    Inf 
1165.11/1165.49	c  1131s|280000 |    64 |     0 |   0.0 |9602k| 105 |   - |1999 |5370 |   0 |   0 |   0 | 181k|   0 | 1.000000e+00 |      --      |    Inf 
1205.31/1205.68	c  1170s|290000 |    64 |     0 |   0.0 |9571k| 105 |   - |1999 |5355 |   0 |   0 |   0 | 187k|   0 | 1.000000e+00 |      --      |    Inf 
1247.00/1247.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.00/1247.40	c  1211s|300000 |    70 |     0 |   0.0 |9588k| 105 |   - |1999 |5338 |   0 |   0 |   0 | 194k|   0 | 1.000000e+00 |      --      |    Inf 
1287.19/1287.57	c  1250s|310000 |    67 |     0 |   0.0 |9561k| 105 |   - |1999 |5285 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 |      --      |    Inf 
1329.78/1330.13	c  1291s|320000 |    63 |     0 |   0.0 |9584k| 105 |   - |1999 |5325 |   0 |   0 |   0 | 207k|   0 | 1.000000e+00 |      --      |    Inf 
1372.77/1373.19	c  1333s|330000 |    59 |     0 |   0.0 |9586k| 105 |   - |1999 |5337 |   0 |   0 |   0 | 214k|   0 | 1.000000e+00 |      --      |    Inf 
1413.96/1414.30	c  1373s|340000 |    60 |     0 |   0.0 |9588k| 105 |   - |1999 |5321 |   0 |   0 |   0 | 220k|   0 | 1.000000e+00 |      --      |    Inf 
1454.95/1455.31	c  1412s|350000 |    67 |     0 |   0.0 |9593k| 105 |   - |1999 |5316 |   0 |   0 |   0 | 226k|   0 | 1.000000e+00 |      --      |    Inf 
1496.03/1496.46	c  1452s|360000 |    65 |     0 |   0.0 |9614k| 105 |   - |1999 |5374 |   0 |   0 |   0 | 233k|   0 | 1.000000e+00 |      --      |    Inf 
1536.34/1536.79	c  1491s|370000 |    68 |     0 |   0.0 |9614k| 105 |   - |1999 |5338 |   0 |   0 |   0 | 239k|   0 | 1.000000e+00 |      --      |    Inf 
1577.61/1578.07	c  1532s|380000 |    69 |     0 |   0.0 |9607k| 105 |   - |1999 |5349 |   0 |   0 |   0 | 246k|   0 | 1.000000e+00 |      --      |    Inf 
1618.90/1619.32	c  1572s|390000 |    63 |     0 |   0.0 |9623k| 105 |   - |1999 |5359 |   0 |   0 |   0 | 252k|   0 | 1.000000e+00 |      --      |    Inf 
1660.60/1661.03	c  1612s|400000 |    66 |     0 |   0.0 |9613k| 105 |   - |1999 |5353 |   0 |   0 |   0 | 259k|   0 | 1.000000e+00 |      --      |    Inf 
1702.19/1702.63	c  1652s|410000 |    65 |     0 |   0.0 |9622k| 105 |   - |1999 |5354 |   0 |   0 |   0 | 265k|   0 | 1.000000e+00 |      --      |    Inf 
1743.09/1743.57	c  1692s|420000 |    65 |     0 |   0.0 |9632k| 105 |   - |1999 |5367 |   0 |   0 |   0 | 272k|   0 | 1.000000e+00 |      --      |    Inf 
1784.27/1784.77	c  1732s|430000 |    60 |     0 |   0.0 |9638k| 105 |   - |1999 |5361 |   0 |   0 |   0 | 278k|   0 | 1.000000e+00 |      --      |    Inf 
1800.08/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.51	c 
1800.08/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.51	c Solving Time (sec) : 1747.49
1800.08/1800.51	c Solving Nodes      : 433756
1800.08/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.08/1800.51	c Gap                : infinite
1800.08/1800.51	s UNKNOWN
1800.08/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.51	c Solving Time       :    1747.49
1800.08/1800.51	c Original Problem   :
1800.08/1800.51	c   Problem name     : HOME/instance-2663992-1276421245.opb
1800.08/1800.51	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.51	c   Constraints      : 5250 initial, 5250 maximal
1800.08/1800.51	c Presolved Problem  :
1800.08/1800.51	c   Problem name     : t_HOME/instance-2663992-1276421245.opb
1800.08/1800.51	c   Variables        : 1999 (1999 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.51	c   Constraints      : 5249 initial, 5549 maximal
1800.08/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.51	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.08/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.51	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.51	c   linear           :       0.03          0          0          0          0          0          1          0          0
1800.08/1800.51	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.08/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.51	c   logicor          :       5249+         0    9883177          0          0     253278   64954024          0          0          0
1800.08/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.51	c   logicor          :     419.88       0.00     419.88       0.00       0.00
1800.08/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.51	c   vbounds          :       4.73          2          0          0
1800.08/1800.51	c   rootredcost      :       4.82          0          0          0
1800.08/1800.51	c   pseudoobj        :     848.83   10270775          0          0
1800.08/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.51	c   propagation      :      71.75     253278     253266     253266       54.5      28066       22.9          -
1800.08/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.51	c   applied globally :          -          -          -     281332       51.4          -          -          -
1800.08/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.51	c Pricers            :       Time      Calls       Vars
1800.08/1800.51	c   problem variables:       0.00          0          0
1800.08/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   inference        :     186.81     285471          0          0          0          0     570942
1800.08/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.51	c   LP solutions     :       0.00          -          0
1800.08/1800.51	c   pseudo solutions :       0.00          -          0
1800.08/1800.51	c   oneopt           :       0.32          0          0
1800.08/1800.51	c   trivial          :       0.01          2          0
1800.08/1800.51	c   simplerounding   :       0.00          0          0
1800.08/1800.51	c   zirounding       :       0.00          0          0
1800.08/1800.51	c   rounding         :       0.00          0          0
1800.08/1800.51	c   shifting         :       0.00          0          0
1800.08/1800.51	c   intshifting      :       0.00          0          0
1800.08/1800.51	c   twoopt           :       0.00          0          0
1800.08/1800.51	c   fixandinfer      :       0.00          0          0
1800.08/1800.51	c   feaspump         :       0.00          0          0
1800.08/1800.51	c   coefdiving       :       0.00          0          0
1800.08/1800.51	c   pscostdiving     :       0.00          0          0
1800.08/1800.51	c   fracdiving       :       0.00          0          0
1800.08/1800.51	c   veclendiving     :       0.00          0          0
1800.08/1800.51	c   intdiving        :       0.00          0          0
1800.08/1800.51	c   actconsdiving    :       0.00          0          0
1800.08/1800.51	c   objpscostdiving  :       0.00          0          0
1800.08/1800.51	c   rootsoldiving    :       0.00          0          0
1800.08/1800.51	c   linesearchdiving :       0.00          0          0
1800.08/1800.51	c   guideddiving     :       0.00          0          0
1800.08/1800.51	c   octane           :       0.00          0          0
1800.08/1800.51	c   rens             :       0.00          0          0
1800.08/1800.51	c   rins             :       0.00          0          0
1800.08/1800.51	c   localbranching   :       0.00          0          0
1800.08/1800.51	c   mutation         :       0.00          0          0
1800.08/1800.51	c   crossover        :       0.00          0          0
1800.08/1800.51	c   dins             :       0.00          0          0
1800.08/1800.51	c   undercover       :       0.00          0          0
1800.08/1800.51	c   nlp              :       0.36          0          0
1800.08/1800.51	c   trysol           :       0.19          0          0
1800.08/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.51	c B&B Tree           :
1800.08/1800.51	c   number of runs   :          1
1800.08/1800.51	c   nodes            :     433756
1800.08/1800.51	c   nodes (total)    :     433756
1800.08/1800.51	c   nodes left       :         61
1800.08/1800.51	c   max depth        :        105
1800.08/1800.51	c   max depth (total):        105
1800.08/1800.51	c   backtracks       :     109721 (25.3%)
1800.08/1800.51	c   delayed cutoffs  :     137126
1800.08/1800.51	c   repropagations   :     440764 (27614999 domain reductions, 104993 cutoffs)
1800.08/1800.51	c   avg switch length:       2.92
1800.08/1800.51	c   switching time   :     161.48
1800.08/1800.51	c Solution           :
1800.08/1800.51	c   Solutions found  :          0 (0 improvements)
1800.08/1800.51	c   Primal Bound     :          -
1800.08/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.08/1800.51	c   Gap              :   infinite
1800.08/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.51	c   Root Iterations  :          0
1800.08/1800.54	c Time complete: 1800.1.

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-2663992-1276421245/watcher-2663992-1276421245 -o /tmp/evaluation-result-2663992-1276421245/solver-2663992-1276421245 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663992-1276421245.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.92 0.98 0.99 3/106 22251
/proc/meminfo: memFree=1841668/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=6584 CPUtime=0
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 956 0 0 0 0 0 0 0 20 0 1 0 17728434 6742016 878 1992294400 4194304 7136930 140735048755616 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22251/statm: 1646 886 254 719 0 925 0

[startup+0.0224579 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 22251
/proc/meminfo: memFree=1841668/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=9800 CPUtime=0.01
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 1950 0 0 0 1 0 0 0 20 0 1 0 17728434 10035200 1872 1992294400 4194304 7136930 140735048755616 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22251/statm: 2450 1872 271 719 0 1729 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9800

[startup+0.101464 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 22251
/proc/meminfo: memFree=1841668/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=12012 CPUtime=0.1
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 2490 0 0 0 9 1 0 0 20 0 1 0 17728434 12300288 2412 1992294400 4194304 7136930 140735048755616 18446744073709551615 6285736 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22251/statm: 3003 2412 271 719 0 2282 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12012

[startup+0.301481 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 22251
/proc/meminfo: memFree=1841668/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=27020 CPUtime=0.29
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 7832 0 0 0 24 5 0 0 20 0 1 0 17728434 27668480 5797 1992294400 4194304 7136930 140735048755616 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 6755 5808 368 719 0 6034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27020

[startup+0.701513 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 22251
/proc/meminfo: memFree=1841668/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=28484 CPUtime=0.69
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 8414 0 0 0 63 6 0 0 21 0 1 0 17728434 29167616 6376 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 7121 6376 384 719 0 6400 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28484

[startup+1.50058 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 22252
/proc/meminfo: memFree=1817108/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=29312 CPUtime=1.49
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 8612 0 0 0 141 8 0 0 23 0 1 0 17728434 30015488 6574 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 7328 6574 384 719 0 6607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29312

[startup+3.10071 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 22252
/proc/meminfo: memFree=1815868/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=30508 CPUtime=3.09
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 8912 0 0 0 296 13 0 0 25 0 1 0 17728434 31240192 6874 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 7627 6874 384 719 0 6906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30508

[startup+6.30097 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 22252
/proc/meminfo: memFree=1813760/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=32320 CPUtime=6.29
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 9368 0 0 0 608 21 0 0 25 0 1 0 17728434 33095680 7330 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 8080 7330 384 719 0 7359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32320

[startup+12.7005 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 22252
/proc/meminfo: memFree=1811156/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=34564 CPUtime=12.68
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 9938 0 0 0 1229 39 0 0 25 0 1 0 17728434 35393536 7900 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 8641 7900 384 719 0 7920 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34564

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 22254
/proc/meminfo: memFree=1809544/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=36112 CPUtime=25.49
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 10309 0 0 0 2471 78 0 0 25 0 1 0 17728434 36978688 8271 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 9028 8271 384 719 0 8307 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36112

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 22254
/proc/meminfo: memFree=1808056/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=37520 CPUtime=51.07
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 10676 0 0 0 4952 155 0 0 25 0 1 0 17728434 38420480 8638 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 9380 8638 384 719 0 8659 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37520

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 22256
/proc/meminfo: memFree=1806692/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=38808 CPUtime=102.27
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 10983 0 0 0 9930 297 0 0 25 0 1 0 17728434 39739392 8945 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 9702 8945 384 719 0 8981 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38808

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22256
/proc/meminfo: memFree=1806072/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=39544 CPUtime=162.25
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11151 0 0 0 15754 471 0 0 25 0 1 0 17728434 40493056 9113 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 9886 9113 384 719 0 9165 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 39544

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22258
/proc/meminfo: memFree=1805452/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=40108 CPUtime=222.23
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11269 0 0 0 21580 643 0 0 25 0 1 0 17728434 41070592 9231 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10027 9231 384 719 0 9306 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 40108

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22260
/proc/meminfo: memFree=1804956/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=40648 CPUtime=282.23
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11403 0 0 0 27405 818 0 0 25 0 1 0 17728434 41623552 9365 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10162 9365 384 719 0 9441 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 40648

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22262
/proc/meminfo: memFree=1804460/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=40928 CPUtime=342.21
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11483 0 0 0 33228 993 0 0 25 0 1 0 17728434 41910272 9445 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10232 9445 384 719 0 9511 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 40928

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22264
/proc/meminfo: memFree=1804212/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=41216 CPUtime=402.19
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11542 0 0 0 39052 1167 0 0 25 0 1 0 17728434 42205184 9504 1992294400 4194304 7136930 140735048755616 18446744073709551615 4349986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10304 9504 384 719 0 9583 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 41216

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22264
/proc/meminfo: memFree=1803716/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=41660 CPUtime=462.18
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11628 0 0 0 44877 1341 0 0 25 0 1 0 17728434 42659840 9590 1992294400 4194304 7136930 140735048755616 18446744073709551615 4325480 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10415 9590 384 719 0 9694 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 41660

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22266
/proc/meminfo: memFree=1803592/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=41944 CPUtime=522.17
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11692 0 0 0 50700 1517 0 0 25 0 1 0 17728434 42950656 9654 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10486 9654 384 719 0 9765 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 41944

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22268
/proc/meminfo: memFree=1803344/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=42088 CPUtime=582.15
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11721 0 0 0 56526 1689 0 0 25 0 1 0 17728434 43098112 9683 1992294400 4194304 7136930 140735048755616 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10522 9683 384 719 0 9801 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 42088

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22270
/proc/meminfo: memFree=1803096/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=42088 CPUtime=642.15
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11739 0 0 0 62350 1865 0 0 25 0 1 0 17728434 43098112 9701 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10522 9701 384 719 0 9801 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 42088

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 22276
/proc/meminfo: memFree=1802228/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=42980 CPUtime=882.08
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11914 0 0 0 85644 2564 0 0 25 0 1 0 17728434 44011520 9876 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10745 9876 384 719 0 10024 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 42980

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22278
/proc/meminfo: memFree=1801980/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=43144 CPUtime=942.06
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 11967 0 0 0 91464 2742 0 0 25 0 1 0 17728434 44179456 9929 1992294400 4194304 7136930 140735048755616 18446744073709551615 4642170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10786 9929 384 719 0 10065 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 43144

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 22280
/proc/meminfo: memFree=1801608/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=43604 CPUtime=1002.05
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12047 0 0 0 97286 2919 0 0 25 0 1 0 17728434 44650496 10009 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10901 10009 384 719 0 10180 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 43604

[startup+1062.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/107 22280
/proc/meminfo: memFree=1801360/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=43744 CPUtime=1062.04
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12084 0 0 0 103106 3098 0 0 25 0 1 0 17728434 44793856 10046 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 10936 10046 384 719 0 10215 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 43744

[startup+1122.3 s]
/proc/loadavg: 1.10 1.02 1.00 2/107 22282
/proc/meminfo: memFree=1801112/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44012 CPUtime=1122.02
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12161 0 0 0 108926 3276 0 0 25 0 1 0 17728434 45068288 10123 1992294400 4194304 7136930 140735048755616 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11003 10123 384 719 0 10282 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 44012

[startup+1182.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 22284
/proc/meminfo: memFree=1800864/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44144 CPUtime=1182.01
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12189 0 0 0 114755 3446 0 0 25 0 1 0 17728434 45203456 10151 1992294400 4194304 7136930 140735048755616 18446744073709551615 5004405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11036 10151 384 719 0 10315 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 44144

[startup+1242.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 22286
/proc/meminfo: memFree=1800616/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44444 CPUtime=1241.99
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12231 0 0 0 120578 3621 0 0 25 0 1 0 17728434 45510656 10193 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11111 10193 384 719 0 10390 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 44444

[startup+1302.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 22288
/proc/meminfo: memFree=1800368/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44444 CPUtime=1301.99
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12254 0 0 0 126398 3801 0 0 25 0 1 0 17728434 45510656 10216 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11111 10216 384 719 0 10390 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 44444

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 22288
/proc/meminfo: memFree=1800244/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44596 CPUtime=1361.97
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12275 0 0 0 132214 3983 0 0 25 0 1 0 17728434 45666304 10237 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11149 10237 384 719 0 10428 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 44596

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22290
/proc/meminfo: memFree=1800120/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44728 CPUtime=1421.97
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12309 0 0 0 138045 4152 0 0 25 0 1 0 17728434 45801472 10271 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11182 10271 384 719 0 10461 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 44728

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22292
/proc/meminfo: memFree=1799996/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44728 CPUtime=1481.94
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12323 0 0 0 143867 4327 0 0 25 0 1 0 17728434 45801472 10285 1992294400 4194304 7136930 140735048755616 18446744073709551615 5506849 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11182 10285 384 719 0 10461 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 44728

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22294
/proc/meminfo: memFree=1799748/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=44908 CPUtime=1541.92
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12356 0 0 0 149691 4501 0 0 25 0 1 0 17728434 45985792 10318 1992294400 4194304 7136930 140735048755616 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11227 10318 384 719 0 10506 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 44908

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22296
/proc/meminfo: memFree=1799748/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45072 CPUtime=1601.91
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12380 0 0 0 155513 4678 0 0 25 0 1 0 17728434 46153728 10342 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11268 10342 384 719 0 10547 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 45072

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22296
/proc/meminfo: memFree=1799624/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45220 CPUtime=1661.9
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12408 0 0 0 161339 4851 0 0 25 0 1 0 17728434 46305280 10370 1992294400 4194304 7136930 140735048755616 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11305 10370 384 719 0 10584 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 45220

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22298
/proc/meminfo: memFree=1799500/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45220 CPUtime=1721.88
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12416 0 0 0 167164 5024 0 0 25 0 1 0 17728434 46305280 10378 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11305 10378 384 719 0 10584 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 45220

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22300
/proc/meminfo: memFree=1799004/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45504 CPUtime=1781.87
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12477 0 0 0 172989 5198 0 0 25 0 1 0 17728434 46596096 10439 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11376 10439 384 719 0 10655 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 45504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22300
/proc/meminfo: memFree=1799004/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45504 CPUtime=1800.08
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12477 0 0 0 174758 5250 0 0 25 0 1 0 17728434 46596096 10439 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11376 10439 384 719 0 10655 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 45504

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22300
/proc/meminfo: memFree=1799004/2059040 swapFree=4140200/4192956
[pid=22251] ppid=22249 vsize=45504 CPUtime=1800.08
/proc/22251/stat : 22251 (pbscip.linux.x8) R 22249 22251 22226 0 -1 4202496 12477 0 0 0 174758 5250 0 0 25 0 1 0 17728434 46596096 10439 1992294400 4194304 7136930 140735048755616 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22251/statm: 11376 10439 384 719 0 10655 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 45504

Child status: 0
Real time (s): 1800.54
CPU time (s): 1800.12
CPU user time (s): 1747.61
CPU system time (s): 52.509
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 45504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.61
system time used= 52.509
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12491
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= 7201

runsolver used 2.97455 second user time and 8.50671 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-13 11:27:25
IDJOB=2663992
IDBENCH=2075
IDSOLVER=1167
FILE ID=node003/2663992-1276421245
PBS_JOBID= 11173303
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663992-1276421245/watcher-2663992-1276421245 -o /tmp/evaluation-result-2663992-1276421245/solver-2663992-1276421245 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663992-1276421245.opb -t 1800 -m 1800

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

MD5SUM BENCH= 8fb889bdb08324a2b9780b5ff988846e
RANDOM SEED=1567727877

node003.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		: 3000.251
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	: 6000.50
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		: 3000.251
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:       1842072 kB
Buffers:         15368 kB
Cached:         123596 kB
SwapCached:       5704 kB
Active:          90204 kB
Inactive:        60960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1842072 kB
SwapTotal:     4192956 kB
SwapFree:      4140200 kB
Dirty:            3480 kB
Writeback:           0 kB
AnonPages:       10812 kB
Mapped:          12940 kB
Slab:            44076 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node003 at 2010-06-13 11:57:28