Trace number 2665688

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.24 1800.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16b1.opb
MD5SUMd42136d6ba87217ffb9b46d4998ea4fa
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1414
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1382
Optimality of the best value was proved NO
Number of variables3456
Total number of constraints26520
Number of constraints which are clauses26520
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 constraint16
Number of terms in the objective function 3456
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 3456
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3456
Number of bits of the biggest sum of numbers12
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: Clp 1.11.1] [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-2665688-1276456668.opb>
0.39/0.45	c original problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26520 constraints
0.39/0.45	c problem read
0.39/0.45	c presolving settings loaded
0.49/0.56	c presolving:
0.89/0.99	c (round 1) 0 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25040 upgd conss, 165568 impls, 0 clqs
0.99/1.08	c (round 2) 0 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26512 upgd conss, 165568 impls, 0 clqs
1.29/1.39	c    (0.8s) probing: 101/3456 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.39	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.29/1.39	c presolving (3 rounds):
1.29/1.39	c  0 deleted vars, 8 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.39	c  165568 implications, 0 cliques
1.29/1.39	c presolved problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26512 constraints
1.29/1.39	c   26512 constraints of type <logicor>
1.29/1.39	c transformed objective value is always integral (scale: 1)
1.29/1.39	c Presolving Time: 0.74
1.29/1.39	c - non default parameters ----------------------------------------------------------------------
1.29/1.39	c # SCIP version 1.2.1.2
1.29/1.39	c 
1.29/1.39	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.29/1.39	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.39	c conflict/interconss = 0
1.29/1.39	c 
1.29/1.39	c # should binary conflicts be preferred?
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c conflict/preferbinary = TRUE
1.29/1.39	c 
1.29/1.39	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.29/1.39	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.39	c constraints/agelimit = 1
1.29/1.39	c 
1.29/1.39	c # should enforcement of pseudo solution be disabled?
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/disableenfops = TRUE
1.29/1.39	c 
1.29/1.39	c # frequency for displaying node information lines
1.29/1.39	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.39	c display/freq = 10000
1.29/1.39	c 
1.29/1.39	c # maximal time in seconds to run
1.29/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.39	c limits/time = 1799.55
1.29/1.39	c 
1.29/1.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.39	c limits/memory = 1620
1.29/1.39	c 
1.29/1.39	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.29/1.39	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.39	c lp/solvefreq = 0
1.29/1.39	c 
1.29/1.39	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)
1.29/1.39	c # [type: char, range: {lafpsqd}, default: l]
1.29/1.39	c lp/pricing = a
1.29/1.39	c 
1.29/1.39	c # should presolving try to simplify inequalities
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/linear/simplifyinequalities = TRUE
1.29/1.39	c 
1.29/1.39	c # should presolving try to simplify knapsacks
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.39	c 
1.29/1.39	c # priority of node selection rule <dfs> in standard mode
1.29/1.39	c # [type: int, range: [-536870912,536870911], default: 0]
1.29/1.39	c nodeselection/dfs/stdpriority = 1000000
1.29/1.39	c 
1.29/1.39	c -----------------------------------------------------------------------------------------------
1.29/1.39	c start solving
1.29/1.40	c 
4.09/4.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.16	c   3.5s|     1 |     0 |  3891 |     - |  42M|   0 |2352 |3456 |  26k|3456 |  26k|   0 |   0 |   0 | 5.320000e+02 |      --      |    Inf 
6.29/6.37	c   5.5s|     1 |     0 |  4384 |     - |  42M|   0 |2348 |3456 |  26k|3456 |  26k|  10 |   0 |   0 | 5.391250e+02 |      --      |    Inf 
8.69/8.75	c   7.8s|     1 |     0 |  4979 |     - |  42M|   0 |2347 |3456 |  26k|3456 |  26k|  19 |   0 |   0 | 5.448438e+02 |      --      |    Inf 
11.08/11.11	c  10.2s|     1 |     0 |  5493 |     - |  42M|   0 |2345 |3456 |  26k|3456 |  26k|  28 |   0 |   0 | 5.492448e+02 |      --      |    Inf 
13.49/13.60	c  12.7s|     1 |     0 |  6065 |     - |  43M|   0 |2344 |3456 |  26k|3456 |  26k|  37 |   0 |   0 | 5.522369e+02 |      --      |    Inf 
16.09/16.19	c  15.2s|     1 |     0 |  6761 |     - |  43M|   0 |2342 |3456 |  26k|3456 |  26k|  47 |   0 |   0 | 5.563172e+02 |      --      |    Inf 
18.60/18.68	c  17.7s|     1 |     0 |  7330 |     - |  43M|   0 |2345 |3456 |  26k|3456 |  26k|  60 |   0 |   0 | 5.585674e+02 |      --      |    Inf 
21.28/21.32	c  20.3s|     1 |     0 |  8002 |     - |  44M|   0 |2351 |3456 |  26k|3456 |  26k|  70 |   0 |   0 | 5.610630e+02 |      --      |    Inf 
24.20/24.26	c  23.2s|     1 |     0 |  8751 |     - |  44M|   0 |2345 |3456 |  26k|3456 |  26k|  81 |   0 |   0 | 5.627346e+02 |      --      |    Inf 
26.78/26.83	c  25.8s|     1 |     0 |  9244 |     - |  44M|   0 |2352 |3456 |  26k|3456 |  26k|  92 |   0 |   0 | 5.647360e+02 |      --      |    Inf 
29.38/29.41	c  28.3s|     1 |     0 |  9731 |     - |  44M|   0 |2350 |3456 |  26k|3456 |  26k| 101 |   0 |   0 | 5.665956e+02 |      --      |    Inf 
30.58/30.68	c  29.6s|     1 |     0 | 10320 |     - |  44M|   0 |2348 |3456 |  26k|3456 |  26k| 113 |   0 |   0 | 5.678159e+02 |      --      |    Inf 
32.28/32.32	c  31.2s|     1 |     0 | 10783 |     - |  45M|   0 |2348 |3456 |  26k|3456 |  26k| 122 |   0 |   0 | 5.687966e+02 |      --      |    Inf 
33.88/33.97	c  32.8s|     1 |     0 | 11263 |     - |  45M|   0 |2344 |3456 |  26k|3456 |  26k| 129 |   0 |   0 | 5.699530e+02 |      --      |    Inf 
35.78/35.85	c  34.6s|     1 |     0 | 11633 |     - |  45M|   0 |2346 |3456 |  26k|3456 |  26k| 137 |   0 |   0 | 5.708019e+02 |      --      |    Inf 
38.49/38.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.49/38.55	c  37.3s|     1 |     0 | 11985 |     - |  45M|   0 |2342 |3456 |  26k|3456 |  26k| 143 |   0 |   0 | 5.711997e+02 |      --      |    Inf 
44.18/44.21	c  42.9s|     1 |     0 | 12283 |     - |  45M|   0 |2340 |3456 |  26k|3456 |  26k| 151 |   0 |   0 | 5.713631e+02 |      --      |    Inf 
47.48/47.54	c  46.2s|     1 |     0 | 12559 |     - |  45M|   0 |2340 |3456 |  26k|3456 |  26k| 157 |   0 |   0 | 5.716687e+02 |      --      |    Inf 
52.57/52.67	c  51.2s|     1 |     0 | 12874 |     - |  45M|   0 |2340 |3456 |  26k|3456 |  26k| 161 |   0 |   0 | 5.720556e+02 |      --      |    Inf 
57.98/58.08	c  56.6s|     1 |     0 | 13021 |     - |  45M|   0 |2342 |3456 |  26k|3456 |  26k| 163 |   0 |   0 | 5.721806e+02 |      --      |    Inf 
63.68/63.72	c  62.2s|     1 |     0 | 13096 |     - |  45M|   0 |2341 |3456 |  26k|3456 |  26k| 165 |   0 |   0 | 5.722656e+02 |      --      |    Inf 
92.47/92.56	c  90.3s|     1 |     2 | 13096 |     - |  45M|   0 |2341 |3456 |  26k|3456 |  26k| 165 |   0 |  33 | 5.722656e+02 |      --      |    Inf 
156.86/156.96	c   154s| 10000 |    66 | 13096 |   0.0 |  46M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  10k|  33 | 5.725724e+02 |      --      |    Inf 
224.04/224.12	c   221s| 20000 |    61 | 13096 |   0.0 |  46M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  20k|  33 | 5.725724e+02 |      --      |    Inf 
292.72/292.85	c   289s| 30000 |    61 | 13096 |   0.0 |  47M| 171 |   - |3456 |  27k|   0 |   0 | 165 |  30k|  33 | 5.725724e+02 |      --      |    Inf 
369.20/369.38	c   365s| 40000 |    61 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  40k|  33 | 5.725724e+02 |      --      |    Inf 
429.58/429.77	c   424s| 50000 |    61 | 13096 |   0.0 |  46M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  49k|  33 | 5.725724e+02 |      --      |    Inf 
488.77/488.97	c   483s| 60000 |    57 | 13096 |   0.0 |  46M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  58k|  33 | 5.725724e+02 |      --      |    Inf 
556.66/556.85	c   550s| 70000 |    58 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  66k|  33 | 5.725724e+02 |      --      |    Inf 
625.04/625.23	c   618s| 80000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  27k|   0 |   0 | 165 |  75k|  33 | 5.725724e+02 |      --      |    Inf 
693.72/693.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.72/693.95	c   686s| 90000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  27k|   0 |   0 | 165 |  84k|  33 | 5.725724e+02 |      --      |    Inf 
771.41/771.61	c   763s|100000 |    58 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 |  93k|  33 | 5.725724e+02 |      --      |    Inf 
829.90/830.16	c   821s|110000 |    60 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 104k|  33 | 5.725724e+02 |      --      |    Inf 
899.28/899.59	c   890s|120000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 111k|  33 | 5.725724e+02 |      --      |    Inf 
965.46/965.79	c   956s|130000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 121k|  33 | 5.725724e+02 |      --      |    Inf 
1026.94/1027.21	c  1017s|140000 |    57 | 13096 |   0.0 |  47M| 171 |   - |3456 |  27k|   0 |   0 | 165 | 130k|  33 | 5.725724e+02 |      --      |    Inf 
1093.04/1093.30	c  1082s|150000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 139k|  33 | 5.725724e+02 |      --      |    Inf 
1158.02/1158.39	c  1147s|160000 |    55 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 149k|  33 | 5.725724e+02 |      --      |    Inf 
1223.20/1223.55	c  1211s|170000 |    58 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 158k|  33 | 5.725724e+02 |      --      |    Inf 
1288.68/1289.00	c  1276s|180000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 167k|  33 | 5.725724e+02 |      --      |    Inf 
1351.57/1351.91	c  1338s|190000 |    58 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 176k|  33 | 5.725724e+02 |      --      |    Inf 
1417.56/1417.96	c  1404s|200000 |    56 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 185k|  33 | 5.725724e+02 |      --      |    Inf 
1504.63/1505.06	c  1490s|210000 |    59 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 193k|  33 | 5.725724e+02 |      --      |    Inf 
1590.11/1590.52	c  1575s|220000 |    57 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 203k|  33 | 5.725724e+02 |      --      |    Inf 
1679.78/1680.21	c  1664s|230000 |    58 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 214k|  33 | 5.725724e+02 |      --      |    Inf 
1766.26/1766.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1766.26/1766.77	c  1749s|240000 |    57 | 13096 |   0.0 |  47M| 171 |   - |3456 |  26k|   0 |   0 | 165 | 226k|  33 | 5.725724e+02 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.51	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1782.93
1800.06/1800.51	c Solving Nodes      : 244565
1800.06/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.51	c Dual Bound         : +5.72572382336417e+02
1800.06/1800.51	c Gap                : infinite
1800.06/1800.51	s UNKNOWN
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time       :    1782.93
1800.06/1800.51	c Original Problem   :
1800.06/1800.51	c   Problem name     : HOME/instance-2665688-1276456668.opb
1800.06/1800.51	c   Variables        : 3456 (3456 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 26520 initial, 26520 maximal
1800.06/1800.51	c Presolved Problem  :
1800.06/1800.51	c   Problem name     : t_HOME/instance-2665688-1276456668.opb
1800.06/1800.51	c   Variables        : 3456 (3456 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 26512 initial, 28125 maximal
1800.06/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.51	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.06/1800.51	c   linear           :       0.30          0          0          0          0          0          8          0          0
1800.06/1800.51	c   logicor          :       0.13          0          0          0          0          0          0          0          0
1800.06/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.06/1800.51	c   logicor          :      26512+        21    1825429          0          0     133265   38926310          0          0          0
1800.06/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.51	c   integral         :      25.16       0.00       0.00      25.16       0.00
1800.06/1800.51	c   logicor          :     463.24       0.12     463.12       0.00       0.00
1800.06/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.51	c   vbounds          :       1.13          2          0          0
1800.06/1800.51	c   rootredcost      :       1.43          0          0          0
1800.06/1800.51	c   pseudoobj        :     671.31    2091815          0          0
1800.06/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.51	c   propagation      :      25.01     133265     133258     133258       23.3      97739       13.1          -
1800.06/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.51	c   applied globally :          -          -          -     230997       19.0          -          -          -
1800.06/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.51	c   cut pool         :       0.01         20          -          -        592          -    (maximal pool size: 1413)
1800.06/1800.51	c   redcost          :       0.00         21          0          0          0          0
1800.06/1800.51	c   impliedbounds    :       0.13         21          0          0          0          0
1800.06/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.51	c   gomory           :      19.77         21          0          0       8975          0
1800.06/1800.51	c   strongcg         :      14.65         20          0          0       9106          0
1800.06/1800.51	c   cmir             :       6.35         10          0          0          0          0
1800.06/1800.51	c   flowcover        :       5.47         10          0          0          0          0
1800.06/1800.51	c   clique           :       0.14          1          0          0          0          0
1800.06/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.51	c   mcf              :       0.10          1          0          0          0          0
1800.06/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.51	c Pricers            :       Time      Calls       Vars
1800.06/1800.51	c   problem variables:       0.00          0          0
1800.06/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   relpscost        :      25.16          1          0          0          0          0          2
1800.06/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   inference        :     159.98     147928          0          0          0          0     295856
1800.06/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.51	c   LP solutions     :       0.00          -          0
1800.06/1800.51	c   pseudo solutions :       0.00          -          0
1800.06/1800.51	c   oneopt           :       0.16          0          0
1800.06/1800.51	c   crossover        :       0.00          0          0
1800.06/1800.51	c   trivial          :       0.03          2          0
1800.06/1800.51	c   simplerounding   :       0.00          0          0
1800.06/1800.51	c   zirounding       :       0.01          1          0
1800.06/1800.51	c   rounding         :       0.18         21          0
1800.06/1800.51	c   shifting         :       2.30         21          0
1800.06/1800.51	c   intshifting      :       0.00          0          0
1800.06/1800.51	c   twoopt           :       0.00          0          0
1800.06/1800.51	c   fixandinfer      :       0.00          0          0
1800.06/1800.51	c   feaspump         :       0.21          1          0
1800.06/1800.51	c   coefdiving       :       0.00          0          0
1800.06/1800.51	c   pscostdiving     :       0.00          0          0
1800.06/1800.51	c   fracdiving       :       0.00          0          0
1800.06/1800.51	c   veclendiving     :       0.00          0          0
1800.06/1800.51	c   intdiving        :       0.00          0          0
1800.06/1800.51	c   actconsdiving    :       0.00          0          0
1800.06/1800.51	c   objpscostdiving  :       0.00          0          0
1800.06/1800.51	c   rootsoldiving    :       0.00          0          0
1800.06/1800.51	c   linesearchdiving :       0.00          0          0
1800.06/1800.51	c   guideddiving     :       0.00          0          0
1800.06/1800.51	c   octane           :       0.00          0          0
1800.06/1800.51	c   rens             :       0.00          0          0
1800.06/1800.51	c   rins             :       0.00          0          0
1800.06/1800.51	c   localbranching   :       0.00          0          0
1800.06/1800.51	c   mutation         :       0.00          0          0
1800.06/1800.51	c   dins             :       0.00          0          0
1800.06/1800.51	c   undercover       :       0.00          0          0
1800.06/1800.51	c   nlp              :       0.19          0          0
1800.06/1800.51	c   trysol           :       0.23          0          0
1800.06/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.51	c   primal LP        :       0.10          0          0       0.00       0.00
1800.06/1800.51	c   dual LP          :      14.38         21      13096     623.62     910.71
1800.06/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.51	c   diving/probing LP:       0.11          0          0       0.00       0.00
1800.06/1800.51	c   strong branching :      25.15         33      18632     564.61     740.83
1800.06/1800.51	c     (at root node) :          -         33      18632     564.61          -
1800.06/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.51	c B&B Tree           :
1800.06/1800.51	c   number of runs   :          1
1800.06/1800.51	c   nodes            :     244565
1800.06/1800.51	c   nodes (total)    :     244565
1800.06/1800.51	c   nodes left       :         58
1800.06/1800.51	c   max depth        :        171
1800.06/1800.51	c   max depth (total):        171
1800.06/1800.51	c   backtracks       :      44165 (18.1%)
1800.06/1800.51	c   delayed cutoffs  :      51236
1800.06/1800.51	c   repropagations   :     333077 (13849545 domain reductions, 36629 cutoffs)
1800.06/1800.51	c   avg switch length:       3.72
1800.06/1800.51	c   switching time   :     276.00
1800.06/1800.51	c Solution           :
1800.06/1800.51	c   Solutions found  :          0 (0 improvements)
1800.06/1800.51	c   Primal Bound     :          -
1800.06/1800.51	c   Dual Bound       : +5.72572382336417e+02
1800.06/1800.51	c   Gap              :   infinite
1800.06/1800.51	c   Root Dual Bound  : +5.72265589010480e+02
1800.06/1800.51	c   Root Iterations  :      13096
1800.17/1800.67	c Time complete: 1800.22.

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-2665688-1276456668/watcher-2665688-1276456668 -o /tmp/evaluation-result-2665688-1276456668/solver-2665688-1276456668 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665688-1276456668.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/107 24395
/proc/meminfo: memFree=1785196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=8260 CPUtime=0
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 1011 0 0 0 0 0 0 0 19 0 1 0 19322555 8458240 931 1992294400 4194304 9819077 140736915975072 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24395/statm: 2065 932 366 1374 0 686 0

[startup+0.0848851 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 24395
/proc/meminfo: memFree=1785196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=14984 CPUtime=0.07
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 2700 0 0 0 7 0 0 0 21 0 1 0 19322555 15343616 2619 1992294400 4194304 9819077 140736915975072 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24395/statm: 3746 2619 388 1374 0 2367 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14984

[startup+0.101885 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 24395
/proc/meminfo: memFree=1785196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=15116 CPUtime=0.09
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 2735 0 0 0 9 0 0 0 21 0 1 0 19322555 15478784 2654 1992294400 4194304 9819077 140736915975072 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24395/statm: 3779 2654 388 1374 0 2400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15116

[startup+0.301902 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 24395
/proc/meminfo: memFree=1785196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=20204 CPUtime=0.3
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 4011 0 0 0 29 1 0 0 21 0 1 0 19322555 20688896 3930 1992294400 4194304 9819077 140736915975072 18446744073709551615 4240589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24395/statm: 5051 3930 388 1374 0 3672 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 20204

[startup+0.701939 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 24395
/proc/meminfo: memFree=1785196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=50744 CPUtime=0.69
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 11667 0 0 0 63 6 0 0 22 0 1 0 19322555 51961856 11232 1992294400 4194304 9819077 140736915975072 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 12686 11245 483 1374 0 11307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50744

[startup+1.50101 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1730008/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=82492 CPUtime=1.49
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 24067 0 0 0 133 16 0 0 25 0 1 0 19322555 84471808 19253 1992294400 4194304 9819077 140736915975072 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 20623 19254 563 1374 0 19244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82492

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1700992/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=111968 CPUtime=3.09
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 34371 0 0 0 288 21 0 0 25 0 1 0 19322555 114655232 21612 1992294400 4194304 9819077 140736915975072 18446744073709551615 6192366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 27992 21612 631 1374 0 26613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111968

[startup+6.30144 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1698760/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=116412 CPUtime=6.29
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 54307 0 0 0 588 41 0 0 25 0 1 0 19322555 119205888 22356 1992294400 4194304 9819077 140736915975072 18446744073709551615 6862855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 29103 22356 690 1374 0 27724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116412

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1695536/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=118856 CPUtime=12.69
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 63322 0 0 0 1221 48 0 0 25 0 1 0 19322555 121708544 22833 1992294400 4194304 9819077 140736915975072 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 29714 22833 690 1374 0 28335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118856

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1693924/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=121044 CPUtime=25.48
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 84387 0 0 0 2488 60 0 0 25 0 1 0 19322555 123949056 23293 1992294400 4194304 9819077 140736915975072 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 30261 23293 687 1374 0 28882 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121044

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/108 24396
/proc/meminfo: memFree=1687352/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=128092 CPUtime=51.08
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 122356 0 0 0 5014 94 0 0 25 0 1 0 19322555 131166208 24827 1992294400 4194304 9819077 140736915975072 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 32023 24827 691 1374 0 30644 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 128092

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/108 24398
/proc/meminfo: memFree=1680656/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=135128 CPUtime=102.28
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 294285 0 0 0 10038 190 0 0 25 0 1 0 19322555 138371072 26612 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 33782 26612 710 1374 0 32403 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 135128

[startup+162.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/108 24400
/proc/meminfo: memFree=1662924/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=153444 CPUtime=162.25
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 298797 0 0 0 15980 245 0 0 25 0 1 0 19322555 157126656 31124 1992294400 4194304 9819077 140736915975072 18446744073709551615 4660874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 38361 31124 710 1374 0 36982 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 153444

[startup+222.302 s]
/proc/loadavg: 1.14 1.03 1.01 2/108 24402
/proc/meminfo: memFree=1655980/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=159972 CPUtime=222.23
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 300401 0 0 0 21923 300 0 0 25 0 1 0 19322555 163811328 32728 1992294400 4194304 9819077 140736915975072 18446744073709551615 5957368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 39993 32728 710 1374 0 38614 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 159972

[startup+282.301 s]
/proc/loadavg: 1.10 1.04 1.01 2/108 24404
/proc/meminfo: memFree=1651144/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=165072 CPUtime=282.22
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 301647 0 0 0 27867 355 0 0 25 0 1 0 19322555 169033728 33974 1992294400 4194304 9819077 140736915975072 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 41268 33974 710 1374 0 39889 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 165072

[startup+342.301 s]
/proc/loadavg: 1.15 1.06 1.01 2/108 24404
/proc/meminfo: memFree=1648912/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=167164 CPUtime=342.21
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 302171 0 0 0 33815 406 0 0 25 0 1 0 19322555 171175936 34498 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 41791 34498 710 1374 0 40412 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 167164

[startup+402.302 s]
/proc/loadavg: 1.09 1.06 1.01 2/108 24406
/proc/meminfo: memFree=1646804/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=169512 CPUtime=402.2
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 302718 0 0 0 39765 455 0 0 25 0 1 0 19322555 173580288 35045 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 42378 35045 710 1374 0 40999 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 169512

[startup+462.301 s]
/proc/loadavg: 1.03 1.05 1.01 2/108 24408
/proc/meminfo: memFree=1645812/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=170440 CPUtime=462.18
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 302933 0 0 0 45709 509 0 0 25 0 1 0 19322555 174530560 35260 1992294400 4194304 9819077 140736915975072 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 42610 35260 710 1374 0 41231 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 170440

[startup+522.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/108 24410
/proc/meminfo: memFree=1644572/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=171760 CPUtime=522.17
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 303233 0 0 0 51655 562 0 0 25 0 1 0 19322555 175882240 35560 1992294400 4194304 9819077 140736915975072 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 42940 35560 710 1374 0 41561 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 171760

[startup+582.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/108 24412
/proc/meminfo: memFree=1644324/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=172040 CPUtime=582.15
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 303310 0 0 0 57604 611 0 0 25 0 1 0 19322555 176168960 35637 1992294400 4194304 9819077 140736915975072 18446744073709551615 5000721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 43010 35637 710 1374 0 41631 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 172040

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/108 24412
/proc/meminfo: memFree=1640728/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=175624 CPUtime=642.15
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 304169 0 0 0 63552 663 0 0 25 0 1 0 19322555 179838976 36496 1992294400 4194304 9819077 140736915975072 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 43906 36496 710 1374 0 42527 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 175624

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24420
/proc/meminfo: memFree=1628576/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=187972 CPUtime=882.08
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 307168 0 0 0 87340 868 0 0 25 0 1 0 19322555 192483328 39495 1992294400 4194304 9819077 140736915975072 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 46993 39495 710 1374 0 45614 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 187972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24420
/proc/meminfo: memFree=1626716/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=189736 CPUtime=942.07
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 307625 0 0 0 93285 922 0 0 25 0 1 0 19322555 194289664 39952 1992294400 4194304 9819077 140736915975072 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47434 39952 710 1374 0 46055 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 189736

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24422
/proc/meminfo: memFree=1625972/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=190548 CPUtime=1002.05
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 307803 0 0 0 99228 977 0 0 25 0 1 0 19322555 195121152 40130 1992294400 4194304 9819077 140736915975072 18446744073709551615 4218735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47637 40130 710 1374 0 46258 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 190548

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24424
/proc/meminfo: memFree=1625724/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=190872 CPUtime=1062.03
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 307871 0 0 0 105174 1029 0 0 25 0 1 0 19322555 195452928 40198 1992294400 4194304 9819077 140736915975072 18446744073709551615 4407810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47718 40198 710 1374 0 46339 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 190872

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24426
/proc/meminfo: memFree=1625228/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=191352 CPUtime=1122.02
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 307966 0 0 0 111120 1082 0 0 25 0 1 0 19322555 195944448 40293 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47838 40293 710 1374 0 46459 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 191352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24428
/proc/meminfo: memFree=1624856/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=191780 CPUtime=1182.01
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 308056 0 0 0 117069 1132 0 0 25 0 1 0 19322555 196382720 40383 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47945 40383 710 1374 0 46566 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 191780

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24431
/proc/meminfo: memFree=1624112/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=191780 CPUtime=1241.99
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 308068 0 0 0 123012 1187 0 0 25 0 1 0 19322555 196382720 40395 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 47945 40395 710 1374 0 46566 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 191780

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24433
/proc/meminfo: memFree=1623740/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=192428 CPUtime=1301.98
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 308209 0 0 0 128960 1238 0 0 25 0 1 0 19322555 197046272 40536 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 48107 40536 710 1374 0 46728 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 192428

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24435
/proc/meminfo: memFree=1623616/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=192708 CPUtime=1361.97
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 308251 0 0 0 134899 1298 0 0 25 0 1 0 19322555 197332992 40578 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 48177 40578 710 1374 0 46798 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 192708

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24437
/proc/meminfo: memFree=1622748/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=193556 CPUtime=1421.95
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 308478 0 0 0 140840 1355 0 0 25 0 1 0 19322555 198201344 40805 1992294400 4194304 9819077 140736915975072 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 48389 40805 710 1374 0 47010 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 193556

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24439
/proc/meminfo: memFree=1613944/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=202696 CPUtime=1481.93
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 310710 0 0 0 146787 1406 0 0 25 0 1 0 19322555 207560704 43037 1992294400 4194304 9819077 140736915975072 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 50674 43037 710 1374 0 49295 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 202696

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24439
/proc/meminfo: memFree=1605760/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=210792 CPUtime=1541.91
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 312735 0 0 0 152735 1456 0 0 25 0 1 0 19322555 215851008 45062 1992294400 4194304 9819077 140736915975072 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 52698 45062 710 1374 0 51319 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 210792

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24441
/proc/meminfo: memFree=1601544/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=215092 CPUtime=1601.91
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 313809 0 0 0 158685 1506 0 0 25 0 1 0 19322555 220254208 46136 1992294400 4194304 9819077 140736915975072 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 53773 46136 710 1374 0 52394 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 215092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24443
/proc/meminfo: memFree=1599684/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=216904 CPUtime=1661.89
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 314279 0 0 0 164635 1554 0 0 25 0 1 0 19322555 222109696 46606 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 54226 46606 710 1374 0 52847 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 216904

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24445
/proc/meminfo: memFree=1598196/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=218204 CPUtime=1721.87
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 314610 0 0 0 170585 1602 0 0 25 0 1 0 19322555 223440896 46937 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 54551 46937 710 1374 0 53172 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 218204

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24447
/proc/meminfo: memFree=1596956/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=219336 CPUtime=1781.86
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 314873 0 0 0 176531 1655 0 0 25 0 1 0 19322555 224600064 47200 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 54834 47200 710 1374 0 53455 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 219336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24447
/proc/meminfo: memFree=1596460/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=219800 CPUtime=1800.06
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 315017 0 0 0 178336 1670 0 0 25 0 1 0 19322555 225075200 47344 1992294400 4194304 9819077 140736915975072 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24395/statm: 54950 47344 710 1374 0 53571 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 219800

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 24448
/proc/meminfo: memFree=1608232/2059040 swapFree=4140108/4192956
[pid=24395] ppid=24393 vsize=201964 CPUtime=1800.17
/proc/24395/stat : 24395 (pbscip.linux.x8) R 24393 24395 24122 0 -1 4202496 315022 0 0 0 178347 1670 0 0 25 0 1 0 19322555 206811136 42902 1992294400 4194304 9819077 140736915975072 18446744073709551615 6180688 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24395/statm: 50491 42902 714 1374 0 49112 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 201964

Child status: 0
Real time (s): 1800.67
CPU time (s): 1800.24
CPU user time (s): 1783.51
CPU system time (s): 16.7275
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 219800

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

runsolver used 2.87456 second user time and 8.61669 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-13 21:17:48
IDJOB=2665688
IDBENCH=2161
IDSOLVER=1168
FILE ID=node025/2665688-1276456668
PBS_JOBID= 11173345
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16b1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665688-1276456668/watcher-2665688-1276456668 -o /tmp/evaluation-result-2665688-1276456668/solver-2665688-1276456668 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665688-1276456668.opb -t 1800 -m 1800

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

MD5SUM BENCH= d42136d6ba87217ffb9b46d4998ea4fa
RANDOM SEED=527182528

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1785600 kB
Buffers:         51492 kB
Cached:         131044 kB
SwapCached:       6748 kB
Active:          87924 kB
Inactive:       108012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1785600 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            6996 kB
Writeback:           0 kB
AnonPages:       11296 kB
Mapped:          12904 kB
Slab:            55640 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 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= 62532 MiB
End job on node025 at 2010-06-13 21:47:51