Trace number 2693603

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.45 1800.42

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
MD5SUM68c125c2e3e966fc6e8a8bc50cef96ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.160974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3939
Total number of constraints10412
Number of soft constraints6994
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 349089
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 349088
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
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-2693603-1277912908.wbo>
0.09/0.11	c original problem has 17927 variables (10933 bin, 0 int, 0 impl, 6994 cont) and 17407 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.09/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.19/0.20	c presolving:
0.19/0.24	c (round 1) 10 del vars, 1 del conss, 0 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 15022 impls, 0 clqs
0.19/0.25	c (round 2) 10 del vars, 21 del conss, 0 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 15022 impls, 0 clqs
0.19/0.27	c (round 3) 10 del vars, 21 del conss, 6994 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 15022 impls, 0 clqs
0.29/0.31	c (round 4) 10 del vars, 21 del conss, 6994 chg bounds, 336 chg sides, 672 chg coeffs, 3399 upgd conss, 15022 impls, 0 clqs
0.59/0.63	c    (0.5s) probing: 261/10923 (2.4%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.59/0.63	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.63	c presolving (5 rounds):
0.59/0.63	c  10 deleted vars, 21 deleted constraints, 6994 tightened bounds, 0 added holes, 336 changed sides, 672 changed coefficients
0.59/0.63	c  15028 implications, 0 cliques
0.59/0.63	c presolved problem has 17917 variables (10923 bin, 0 int, 0 impl, 6994 cont) and 17386 constraints
0.59/0.63	c    6994 constraints of type <indicator>
0.59/0.63	c       1 constraints of type <varbound>
0.59/0.63	c     235 constraints of type <knapsack>
0.59/0.63	c    6993 constraints of type <linear>
0.59/0.63	c    3163 constraints of type <logicor>
0.59/0.63	c transformed objective value is always integral (scale: 1)
0.59/0.63	c Presolving Time: 0.41
0.59/0.63	c - non default parameters ----------------------------------------------------------------------
0.59/0.63	c # SCIP version 1.2.1.2
0.59/0.63	c 
0.59/0.63	c # frequency for displaying node information lines
0.59/0.63	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.63	c display/freq = 10000
0.59/0.63	c 
0.59/0.63	c # maximal time in seconds to run
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/time = 1799.89
0.59/0.63	c 
0.59/0.63	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/memory = 3420
0.59/0.63	c 
0.59/0.63	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.63	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.63	c lp/solvefreq = -1
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify inequalities
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/linear/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify knapsacks
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.63	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.63	c separating/rapidlearning/freq = 0
0.59/0.63	c 
0.59/0.63	c -----------------------------------------------------------------------------------------------
0.59/0.63	c start solving
0.59/0.63	c 
0.59/0.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.66	c   0.5s|     1 |     2 |     0 |     - |  55M|   0 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
41.09/41.12	c  40.4s| 10000 | 10001 |     0 |   0.0 |  61M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
82.69/82.79	c  81.6s| 20000 | 20001 |     0 |   0.0 |  67M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
124.39/124.45	c   123s| 30000 | 30001 |     0 |   0.0 |  73M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
165.80/165.80	c   164s| 40000 | 40001 |     0 |   0.0 |  79M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
206.99/207.04	c   204s| 50000 | 50001 |     0 |   0.0 |  84M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
248.19/248.24	c   245s| 60000 | 60001 |     0 |   0.0 |  89M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
289.39/289.42	c   286s| 70000 | 70001 |     0 |   0.0 |  95M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
330.29/330.39	c   326s| 80000 | 80001 |     0 |   0.0 | 100M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
371.29/371.33	c   366s| 90000 | 90001 |     0 |   0.0 | 105M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
412.30/412.36	c   407s|100000 |100001 |     0 |   0.0 | 111M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
453.49/453.57	c   448s|110000 |110001 |     0 |   0.0 | 116M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
494.90/494.93	c   488s|120000 |120001 |     0 |   0.0 | 121M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
536.19/536.29	c   529s|130000 |130001 |     0 |   0.0 | 127M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
577.10/577.11	c   570s|140000 |140001 |     0 |   0.0 | 132M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
617.99/618.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.99/618.08	c   610s|150000 |150001 |     0 |   0.0 | 137M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
659.09/659.10	c   651s|160000 |160001 |     0 |   0.0 | 142M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
700.00/700.04	c   691s|170000 |170001 |     0 |   0.0 | 147M| 157 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
741.59/741.60	c   732s|180000 |180001 |     0 |   0.0 | 152M| 167 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
783.30/783.31	c   773s|190000 |190001 |     0 |   0.0 | 158M| 189 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
824.61/824.60	c   814s|200000 |200001 |     0 |   0.0 | 163M| 211 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
866.60/866.62	c   856s|210000 |210001 |     0 |   0.0 | 168M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
908.61/908.66	c   897s|220000 |220001 |     0 |   0.0 | 174M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
950.61/950.69	c   939s|230000 |230001 |     0 |   0.0 | 179M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
992.61/992.62	c   980s|240000 |240001 |     0 |   0.0 | 184M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1034.70/1034.74	c  1022s|250000 |250001 |     0 |   0.0 | 189M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1076.71/1076.76	c  1063s|260000 |260001 |     0 |   0.0 | 194M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1118.71/1118.79	c  1105s|270000 |270001 |     0 |   0.0 | 199M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1160.91/1160.90	c  1146s|280000 |280001 |     0 |   0.0 | 204M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1202.81/1202.84	c  1188s|290000 |290001 |     0 |   0.0 | 209M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1244.61/1244.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1244.61/1244.65	c  1229s|300000 |300001 |     0 |   0.0 | 214M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1286.52/1286.52	c  1270s|310000 |310001 |     0 |   0.0 | 219M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1328.31/1328.32	c  1312s|320000 |320001 |     0 |   0.0 | 224M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1370.01/1370.05	c  1353s|330000 |330001 |     0 |   0.0 | 229M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1411.81/1411.88	c  1394s|340000 |340001 |     0 |   0.0 | 234M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1453.61/1453.69	c  1435s|350000 |350001 |     0 |   0.0 | 239M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1495.52/1495.57	c  1477s|360000 |360001 |     0 |   0.0 | 243M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1537.33/1537.34	c  1518s|370000 |370001 |     0 |   0.0 | 248M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1579.12/1579.11	c  1559s|380000 |380001 |     0 |   0.0 | 253M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1620.92/1620.98	c  1600s|390000 |390001 |     0 |   0.0 | 258M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1662.72/1662.72	c  1642s|400000 |400001 |     0 |   0.0 | 263M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1704.32/1704.39	c  1683s|410000 |410001 |     0 |   0.0 | 268M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1745.93/1745.94	c  1724s|420000 |420001 |     0 |   0.0 | 272M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1787.54/1787.52	c  1765s|430000 |430001 |     0 |   0.0 | 277M| 213 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1776.94
1800.03/1800.00	c Solving Nodes      : 432999
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1776.94
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693603-1277912908.wbo
1800.03/1800.00	c   Variables        : 17927 (10933 binary, 0 integer, 0 implicit integer, 6994 continuous)
1800.03/1800.00	c   Constraints      : 17407 initial, 17407 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693603-1277912908.wbo
1800.03/1800.00	c   Variables        : 17917 (10923 binary, 0 integer, 0 implicit integer, 6994 continuous)
1800.03/1800.00	c   Constraints      : 17386 initial, 17386 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.01          0         10          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.29          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.05          0          0          0       6994          0         21        336        672
1800.03/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       6994          0    1194245          0     432999          0      28427          0          0          0
1800.03/1800.00	c   varbound         :          1          0    1194245          0     432999          0          0          0          0          0
1800.03/1800.00	c   knapsack         :        235          0    1194245          0     432999          0         11          0          0          0
1800.03/1800.00	c   linear           :       6993          0    1194245          0     432999          0      28426          0          0          0
1800.03/1800.00	c   logicor          :       3163          0     876509          0     432999          0    1312051          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0     432999          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :     451.68       0.00     125.77       0.00     325.91
1800.03/1800.00	c   varbound         :       0.34       0.00       0.10       0.00       0.24
1800.03/1800.00	c   knapsack         :       7.32       0.00       6.54       0.00       0.78
1800.03/1800.00	c   linear           :     137.09       0.00     136.56       0.00       0.53
1800.03/1800.00	c   logicor          :     256.55       0.00       5.93       0.00     250.62
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.04        535          0          0
1800.03/1800.00	c   rootredcost      :       0.03          0          0          0
1800.03/1800.00	c   pseudoobj        :     213.84    1193723          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     685.26     432999          0          0          0          0     865998
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.00          0          0
1800.03/1800.00	c   trivial          :       0.04          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.16          0          0
1800.03/1800.00	c   trysol           :       0.01          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     432999
1800.03/1800.00	c   nodes (total)    :     432999
1800.03/1800.00	c   nodes left       :     433000
1800.03/1800.00	c   max depth        :        213
1800.03/1800.00	c   max depth (total):        213
1800.03/1800.00	c   backtracks       :       4527 (1.0%)
1800.03/1800.00	c   delayed cutoffs  :          0
1800.03/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       2.22
1800.03/1800.00	c   switching time   :      12.74
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.43/1800.41	c Time complete: 1800.44.

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-2693603-1277912908/watcher-2693603-1277912908 -o /tmp/evaluation-result-2693603-1277912908/solver-2693603-1277912908 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693603-1277912908.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.81 1.95 1.98 4/178 10682
/proc/meminfo: memFree=31649376/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=8316 CPUtime=0
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 1556 0 0 0 0 0 0 0 22 0 1 0 132588327 8515584 1478 4089446400 4194304 7136930 140736579488400 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10682/statm: 2079 1478 275 719 0 1358 0

[startup+0.0959819 s]
/proc/loadavg: 1.81 1.95 1.98 4/178 10682
/proc/meminfo: memFree=31649376/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=30340 CPUtime=0.09
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 7063 0 0 0 8 1 0 0 22 0 1 0 132588327 31068160 6985 4089446400 4194304 7136930 140736579488400 18446744073709551615 4213974 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10682/statm: 7585 6985 275 719 0 6864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30340

[startup+0.100967 s]
/proc/loadavg: 1.81 1.95 1.98 4/178 10682
/proc/meminfo: memFree=31649376/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=30592 CPUtime=0.09
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 7128 0 0 0 8 1 0 0 22 0 1 0 132588327 31326208 7050 4089446400 4194304 7136930 140736579488400 18446744073709551615 6166356 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10682/statm: 7648 7050 275 719 0 6927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30592

[startup+0.300934 s]
/proc/loadavg: 1.81 1.95 1.98 4/178 10682
/proc/meminfo: memFree=31649376/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=77268 CPUtime=0.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 19707 0 0 0 24 5 0 0 22 0 1 0 132588327 79122432 18287 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 19317 18287 371 719 0 18596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77268

[startup+0.700869 s]
/proc/loadavg: 1.81 1.95 1.98 4/178 10682
/proc/meminfo: memFree=31649376/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=82900 CPUtime=0.69
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 22312 0 0 0 62 7 0 0 24 0 1 0 132588327 84889600 19620 4089446400 4194304 7136930 140736579488400 18446744073709551615 5507241 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 20725 19620 422 719 0 20004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82900

[startup+1.50074 s]
/proc/loadavg: 1.82 1.95 1.98 3/179 10683
/proc/meminfo: memFree=31572488/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=83032 CPUtime=1.49
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 22334 0 0 0 142 7 0 0 25 0 1 0 132588327 85024768 19637 4089446400 4194304 7136930 140736579488400 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 20758 19637 417 719 0 20037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83032

[startup+3.10045 s]
/proc/loadavg: 1.82 1.95 1.98 3/179 10683
/proc/meminfo: memFree=31572624/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=83716 CPUtime=3.09
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 22490 0 0 0 299 10 0 0 25 0 1 0 132588327 85725184 19793 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 20929 19793 417 719 0 20208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83716

[startup+6.30086 s]
/proc/loadavg: 1.82 1.95 1.98 3/179 10683
/proc/meminfo: memFree=31571880/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=84108 CPUtime=6.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 22607 0 0 0 615 14 0 0 25 0 1 0 132588327 86126592 19910 4089446400 4194304 7136930 140736579488400 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 21027 19910 417 719 0 20306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84108

[startup+12.7007 s]
/proc/loadavg: 1.85 1.95 1.98 3/179 10684
/proc/meminfo: memFree=31571384/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=85424 CPUtime=12.69
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 22957 0 0 0 1248 21 0 0 25 0 1 0 132588327 87474176 20260 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 21356 20260 417 719 0 20635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85424

[startup+25.5004 s]
/proc/loadavg: 1.87 1.95 1.98 3/179 10684
/proc/meminfo: memFree=31570300/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=87080 CPUtime=25.49
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 23352 0 0 0 2512 37 0 0 25 0 1 0 132588327 89169920 20655 4089446400 4194304 7136930 140736579488400 18446744073709551615 4834666 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 21770 20655 417 719 0 21049 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87080

[startup+51.1007 s]
/proc/loadavg: 1.92 1.96 1.98 3/179 10684
/proc/meminfo: memFree=31565400/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=90644 CPUtime=51.09
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 24268 0 0 0 5038 71 0 0 25 0 1 0 132588327 92819456 21571 4089446400 4194304 7136930 140736579488400 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 22661 21571 417 719 0 21940 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90644

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10686
/proc/meminfo: memFree=31556304/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=98324 CPUtime=102.3
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 26238 0 0 0 10095 135 0 0 25 0 1 0 132588327 100683776 23541 4089446400 4194304 7136930 140736579488400 18446744073709551615 4826969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 24581 23541 417 719 0 23860 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 98324

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10688
/proc/meminfo: memFree=31544724/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=106072 CPUtime=162.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 28254 0 0 0 16018 211 0 0 25 0 1 0 132588327 108617728 25557 4089446400 4194304 7136930 140736579488400 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 26518 25557 417 719 0 25797 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106072

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10689
/proc/meminfo: memFree=31536460/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=113712 CPUtime=222.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 30221 0 0 0 21940 289 0 0 25 0 1 0 132588327 116441088 27524 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 28428 27524 417 719 0 27707 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 113712

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10690
/proc/meminfo: memFree=31521276/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=126184 CPUtime=282.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 32884 0 0 0 27861 368 0 0 25 0 1 0 132588327 129212416 30187 4089446400 4194304 7136930 140736579488400 18446744073709551615 4414517 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 31546 30187 417 719 0 30825 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126184

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10692
/proc/meminfo: memFree=31512180/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=133524 CPUtime=342.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 34743 0 0 0 33786 443 0 0 25 0 1 0 132588327 136728576 32046 4089446400 4194304 7136930 140736579488400 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 33381 32046 417 719 0 32660 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 133524

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10694
/proc/meminfo: memFree=31499724/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=141716 CPUtime=402.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 36853 0 0 0 39709 520 0 0 25 0 1 0 132588327 145117184 34156 4089446400 4194304 7136930 140736579488400 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 35429 34156 417 719 0 34708 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 141716

[startup+462.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10696
/proc/meminfo: memFree=31488752/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=147660 CPUtime=462.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 38421 0 0 0 45632 597 0 0 25 0 1 0 132588327 151203840 35724 4089446400 4194304 7136930 140736579488400 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 36915 35724 417 719 0 36194 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 147660

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10697
/proc/meminfo: memFree=31475568/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=156516 CPUtime=522.29
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 40694 0 0 0 51557 672 0 0 25 0 1 0 132588327 160272384 37997 4089446400 4194304 7136930 140736579488400 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 39129 37997 417 719 0 38408 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 156516

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/179 10698
/proc/meminfo: memFree=31468704/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=161676 CPUtime=582.3
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 42039 0 0 0 57480 750 0 0 25 0 1 0 132588327 165556224 39342 4089446400 4194304 7136930 140736579488400 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 40419 39342 417 719 0 39698 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 161676

[startup+642.301 s]
/proc/loadavg: 2.06 1.99 1.99 3/179 10700
/proc/meminfo: memFree=31456896/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=170892 CPUtime=642.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 44402 0 0 0 63408 823 0 0 25 0 1 0 132588327 174993408 41705 4089446400 4194304 7136930 140736579488400 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 42723 41705 417 719 0 42002 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 170892

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.02 2.00 1.99 3/179 10717
/proc/meminfo: memFree=31392316/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=212760 CPUtime=942.3
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 54105 0 0 0 93044 1186 0 0 25 0 1 0 132588327 217866240 51408 4089446400 4194304 7136930 140736579488400 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 53190 51408 417 719 0 52469 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 212760

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/179 10719
/proc/meminfo: memFree=31377868/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=221184 CPUtime=1002.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 56286 0 0 0 98975 1256 0 0 25 0 1 0 132588327 226492416 53589 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10682/statm: 55296 53589 417 719 0 54575 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 221184

[startup+1062.3 s]
/proc/loadavg: 1.91 1.97 1.98 3/179 10856
/proc/meminfo: memFree=31523740/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=227288 CPUtime=1062.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 57836 0 0 0 104905 1326 0 0 25 0 1 0 132588327 232742912 55139 4089446400 4194304 7136930 140736579488400 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10682/statm: 56822 55139 417 719 0 56101 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 227288

[startup+1122.3 s]
/proc/loadavg: 1.96 1.97 1.98 3/179 10857
/proc/meminfo: memFree=31508080/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=233744 CPUtime=1122.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 59506 0 0 0 110832 1399 0 0 25 0 1 0 132588327 239353856 56809 4089446400 4194304 7136930 140736579488400 18446744073709551615 5507315 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 58436 56809 417 719 0 57715 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 233744

[startup+1182.3 s]
/proc/loadavg: 2.06 1.99 1.99 3/179 10858
/proc/meminfo: memFree=31496856/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=241672 CPUtime=1182.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 61544 0 0 0 116755 1476 0 0 25 0 1 0 132588327 247472128 58847 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 60418 58847 417 719 0 59697 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 241672

[startup+1242.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/179 10860
/proc/meminfo: memFree=31483408/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=248872 CPUtime=1242.31
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 63426 0 0 0 122676 1555 0 0 25 0 1 0 132588327 254844928 60729 4089446400 4194304 7136930 140736579488400 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 62218 60729 417 719 0 61497 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 248872

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 10862
/proc/meminfo: memFree=31458928/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=256608 CPUtime=1302.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 65416 0 0 0 128596 1636 0 0 25 0 1 0 132588327 262766592 62719 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 64152 62719 417 719 0 63431 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 256608

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10864
/proc/meminfo: memFree=31439152/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=263752 CPUtime=1362.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 67261 0 0 0 134518 1714 0 0 25 0 1 0 132588327 270082048 64564 4089446400 4194304 7136930 140736579488400 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 65938 64564 417 719 0 65217 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 263752

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10865
/proc/meminfo: memFree=31419760/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=270340 CPUtime=1422.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 68964 0 0 0 140435 1797 0 0 25 0 1 0 132588327 276828160 66267 4089446400 4194304 7136930 140736579488400 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 67585 66267 417 719 0 66864 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 270340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10866
/proc/meminfo: memFree=31401116/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=276284 CPUtime=1482.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 70506 0 0 0 146361 1871 0 0 25 0 1 0 132588327 282914816 67809 4089446400 4194304 7136930 140736579488400 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 69071 67809 417 719 0 68350 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 276284

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10868
/proc/meminfo: memFree=31377992/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=283632 CPUtime=1542.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 72399 0 0 0 152283 1949 0 0 25 0 1 0 132588327 290439168 69702 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 70908 69702 417 719 0 70187 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 283632

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10870
/proc/meminfo: memFree=31360080/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=290264 CPUtime=1602.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 74112 0 0 0 158202 2030 0 0 25 0 1 0 132588327 297230336 71415 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 72566 71415 417 719 0 71845 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 290264

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10872
/proc/meminfo: memFree=31338072/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=297356 CPUtime=1662.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 75943 0 0 0 164126 2106 0 0 25 0 1 0 132588327 304492544 73246 4089446400 4194304 7136930 140736579488400 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 74339 73246 417 719 0 73618 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 297356

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10873
/proc/meminfo: memFree=31318056/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=303808 CPUtime=1722.33
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 77612 0 0 0 170038 2195 0 0 25 0 1 0 132588327 311099392 74915 4089446400 4194304 7136930 140736579488400 18446744073709551615 5507149 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 75952 74915 417 719 0 75231 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 303808

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10874
/proc/meminfo: memFree=31295692/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=310932 CPUtime=1782.32
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 79449 0 0 0 175956 2276 0 0 25 0 1 0 132588327 318394368 76752 4089446400 4194304 7136930 140736579488400 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 77733 76752 417 719 0 77012 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 310932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10875
/proc/meminfo: memFree=31286120/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=315436 CPUtime=1800.03
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 80590 0 0 0 177703 2300 0 0 25 0 1 0 132588327 323006464 77893 4089446400 4194304 7136930 140736579488400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10682/statm: 78859 77893 417 719 0 78138 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 315436

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10875
/proc/meminfo: memFree=31286120/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=308552 CPUtime=1800.23
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 80597 0 0 0 177723 2300 0 0 25 0 1 0 132588327 315957248 76179 4089446400 4194304 7136930 140736579488400 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10682/statm: 77138 76179 424 719 0 76417 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 308552

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 10875
/proc/meminfo: memFree=31286120/32951124 swapFree=67111528/67111528
[pid=10682] ppid=10680 vsize=41540 CPUtime=1800.43
/proc/10682/stat : 10682 (pbscip.linux.x8) R 10680 10682 9397 0 -1 4202496 80597 0 0 0 177742 2301 0 0 25 0 1 0 132588327 42536960 9799 4089446400 4194304 7136930 140736579488400 18446744073709551615 4692677 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10682/statm: 10385 9799 424 719 0 9664 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 41540

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.45
CPU user time (s): 1777.44
CPU system time (s): 23.0175
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 315436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.44
system time used= 23.0175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80604
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= 2
involuntary context switches= 3227

runsolver used 2.98155 second user time and 6.17506 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 17:48:28
IDJOB=2693603
IDBENCH=79003
IDSOLVER=1206
FILE ID=node104/2693603-1277912908
PBS_JOBID= 11197227
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
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-2693603-1277912908/watcher-2693603-1277912908 -o /tmp/evaluation-result-2693603-1277912908/solver-2693603-1277912908 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693603-1277912908.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68c125c2e3e966fc6e8a8bc50cef96ab
RANDOM SEED=1543594949

node104.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31650152 kB
Buffers:        191760 kB
Cached:         700440 kB
SwapCached:          0 kB
Active:         621044 kB
Inactive:       537888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31650152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3652 kB
Writeback:           0 kB
AnonPages:      267012 kB
Mapped:          16916 kB
Slab:            77560 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   422196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node104 at 2010-06-30 18:18:30