Trace number 2693703

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.6 1800.53

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag8.ucl--soft-33-100-0.wbo
MD5SUM2e5305672cd925feb8447ea4f265e9b4
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 benchmark1.35779
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3249
Total number of constraints8983
Number of soft constraints6015
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 304920
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 304919
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2693703-1277915160.wbo>
0.09/0.10	c original problem has 15279 variables (9264 bin, 0 int, 0 impl, 6015 cont) and 14999 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.10	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.09/0.18	c presolving:
0.19/0.21	c (round 1) 22 del vars, 3 del conss, 0 chg bounds, 192 chg sides, 384 chg coeffs, 0 upgd conss, 13629 impls, 0 clqs
0.19/0.22	c (round 2) 23 del vars, 46 del conss, 0 chg bounds, 192 chg sides, 384 chg coeffs, 0 upgd conss, 13629 impls, 0 clqs
0.19/0.24	c (round 3) 24 del vars, 46 del conss, 6014 chg bounds, 192 chg sides, 384 chg coeffs, 0 upgd conss, 13629 impls, 0 clqs
0.19/0.29	c (round 4) 24 del vars, 46 del conss, 6014 chg bounds, 192 chg sides, 384 chg coeffs, 2926 upgd conss, 13629 impls, 0 clqs
0.39/0.41	c    (0.3s) probing: 101/9241 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (5 rounds):
0.39/0.41	c  24 deleted vars, 46 deleted constraints, 6014 tightened bounds, 0 added holes, 192 changed sides, 384 changed coefficients
0.39/0.41	c  13630 implications, 0 cliques
0.39/0.41	c presolved problem has 15255 variables (9241 bin, 0 int, 0 impl, 6014 cont) and 14953 constraints
0.39/0.41	c    6014 constraints of type <indicator>
0.39/0.41	c       1 constraints of type <varbound>
0.39/0.41	c     122 constraints of type <knapsack>
0.39/0.41	c    6013 constraints of type <linear>
0.39/0.41	c    2803 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.24
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 1.2.1.2
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = 1799.91
0.39/0.41	c 
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = 3420
0.39/0.41	c 
0.39/0.41	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c lp/solvefreq = -1
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify inequalities
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/linear/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify knapsacks
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/rapidlearning/freq = 0
0.39/0.41	c 
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving
0.39/0.42	c 
0.39/0.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.45	c   0.3s|     1 |     2 |     0 |     - |  46M|   0 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
35.19/35.26	c  35.0s| 10000 | 10001 |     0 |   0.0 |  54M|  71 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
69.89/69.98	c  69.5s| 20000 | 20001 |     0 |   0.0 |  61M|  77 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
104.79/104.88	c   104s| 30000 | 30001 |     0 |   0.0 |  68M|  77 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
139.49/139.56	c   139s| 40000 | 40001 |     0 |   0.0 |  74M|  89 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
174.20/174.23	c   173s| 50000 | 50001 |     0 |   0.0 |  81M|  95 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
208.69/208.74	c   208s| 60000 | 60001 |     0 |   0.0 |  87M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
243.50/243.58	c   242s| 70000 | 70001 |     0 |   0.0 |  93M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
278.50/278.52	c   277s| 80000 | 80001 |     0 |   0.0 |  99M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
313.30/313.36	c   312s| 90000 | 90001 |     0 |   0.0 | 105M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
348.10/348.14	c   346s|100000 |100001 |     0 |   0.0 | 111M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
383.10/383.13	c   381s|110000 |110001 |     0 |   0.0 | 117M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
418.01/418.09	c   416s|120000 |120001 |     0 |   0.0 | 123M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
452.81/452.85	c   451s|130000 |130001 |     0 |   0.0 | 129M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
487.31/487.35	c   485s|140000 |140001 |     0 |   0.0 | 135M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
521.91/521.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.91/521.91	c   519s|150000 |150001 |     0 |   0.0 | 140M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
556.41/556.44	c   554s|160000 |160001 |     0 |   0.0 | 146M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
591.01/591.04	c   588s|170000 |170001 |     0 |   0.0 | 152M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
625.51/625.59	c   622s|180000 |180001 |     0 |   0.0 | 157M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
660.11/660.12	c   657s|190000 |190001 |     0 |   0.0 | 163M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
694.81/694.80	c   691s|200000 |200001 |     0 |   0.0 | 169M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
729.42/729.46	c   726s|210000 |210001 |     0 |   0.0 | 174M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
764.31/764.30	c   761s|220000 |220001 |     0 |   0.0 | 180M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
799.02/799.08	c   795s|230000 |230001 |     0 |   0.0 | 186M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
833.73/833.76	c   830s|240000 |240001 |     0 |   0.0 | 192M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
868.42/868.43	c   864s|250000 |250001 |     0 |   0.0 | 198M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
903.13/903.10	c   899s|260000 |260001 |     0 |   0.0 | 204M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
937.82/937.88	c   933s|270000 |270001 |     0 |   0.0 | 210M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
976.32/976.38	c   972s|280000 |280001 |     0 |   0.0 | 215M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1021.72/1021.70	c  1016s|290000 |290001 |     0 |   0.0 | 221M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1067.12/1067.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.12/1067.15	c  1061s|300000 |300001 |     0 |   0.0 | 227M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1113.14/1113.13	c  1107s|310000 |310001 |     0 |   0.0 | 233M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1159.13/1159.16	c  1152s|320000 |320001 |     0 |   0.0 | 239M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1204.73/1204.75	c  1198s|330000 |330001 |     0 |   0.0 | 245M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1250.34/1250.30	c  1243s|340000 |340001 |     0 |   0.0 | 250M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1295.94/1295.91	c  1288s|350000 |350001 |     0 |   0.0 | 256M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1341.63/1341.68	c  1333s|360000 |360001 |     0 |   0.0 | 262M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1387.34/1387.36	c  1378s|370000 |370001 |     0 |   0.0 | 268M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1432.94/1432.95	c  1423s|380000 |380001 |     0 |   0.0 | 273M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1479.14/1479.10	c  1469s|390000 |390001 |     0 |   0.0 | 279M|  97 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1524.84/1524.84	c  1514s|400000 |400001 |     0 |   0.0 | 285M| 111 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1570.35/1570.35	c  1559s|410000 |410001 |     0 |   0.0 | 291M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1615.85/1615.82	c  1604s|420000 |420001 |     0 |   0.0 | 296M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1661.44/1661.41	c  1649s|430000 |430001 |     0 |   0.0 | 302M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1706.75/1706.79	c  1694s|440000 |440001 |     0 |   0.0 | 307M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1751.95/1751.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1751.95/1751.94	c  1739s|450000 |450001 |     0 |   0.0 | 313M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1797.46/1797.48	c  1784s|460000 |460001 |     0 |   0.0 | 318M| 117 |   - |  15k|  14k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1786.08
1800.06/1800.00	c Solving Nodes      : 460559
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.00	s UNKNOWN
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1786.08
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2693703-1277915160.wbo
1800.06/1800.00	c   Variables        : 15279 (9264 binary, 0 integer, 0 implicit integer, 6015 continuous)
1800.06/1800.00	c   Constraints      : 14999 initial, 14999 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2693703-1277915160.wbo
1800.06/1800.00	c   Variables        : 15255 (9241 binary, 0 integer, 0 implicit integer, 6014 continuous)
1800.06/1800.00	c   Constraints      : 14953 initial, 14953 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0         21          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.11          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.06/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.08          0          1          0       6014          0         45        192        384
1800.06/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       6014          0    1357859          0     460559          0      56784          0          0          0
1800.06/1800.00	c   varbound         :          1          0    1357859          0     460559          0          0          0          0          0
1800.06/1800.00	c   knapsack         :        122          0    1357859          0     460559          0          3          0          0          0
1800.06/1800.00	c   linear           :       6013          0    1357859          0     460559          0      56784          0          0          0
1800.06/1800.00	c   logicor          :       2803          0    1006032          0     460559          0    1811422          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0     460559          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :     457.10       0.00     126.07       0.00     331.03
1800.06/1800.00	c   varbound         :       0.82       0.00       0.43       0.00       0.39
1800.06/1800.00	c   knapsack         :       4.99       0.00       3.93       0.00       1.06
1800.06/1800.00	c   linear           :     138.02       0.00     136.75       0.00       1.27
1800.06/1800.00	c   logicor          :     273.86       0.00       7.77       0.00     266.09
1800.06/1800.00	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       0.31          2          0          0
1800.06/1800.00	c   rootredcost      :       0.35          0          0          0
1800.06/1800.00	c   pseudoobj        :     211.59    1357659          0          0
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :     668.98     460559          0          0          0          0     921118
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   oneopt           :       0.09          0          0
1800.06/1800.00	c   trivial          :       0.04          2          0
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       0.30          0          0
1800.06/1800.00	c   trysol           :       0.10          1          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :     460559
1800.06/1800.00	c   nodes (total)    :     460559
1800.06/1800.00	c   nodes left       :     460560
1800.06/1800.00	c   max depth        :        117
1800.06/1800.00	c   max depth (total):        117
1800.06/1800.00	c   backtracks       :       9031 (2.0%)
1800.06/1800.00	c   delayed cutoffs  :          0
1800.06/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.00	c   avg switch length:       2.17
1800.06/1800.00	c   switching time   :      14.51
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          0 (0 improvements)
1800.06/1800.00	c   Primal Bound     :          -
1800.06/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.00	c   Gap              :   infinite
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0
1800.56/1800.53	c Time complete: 1800.58.

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-2693703-1277915160/watcher-2693703-1277915160 -o /tmp/evaluation-result-2693703-1277915160/solver-2693703-1277915160 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693703-1277915160.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: 2.03 2.01 2.03 4/178 13029
/proc/meminfo: memFree=31532504/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=8160 CPUtime=0
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 1544 0 0 0 0 0 0 0 25 0 1 0 132814171 8355840 1467 4089446400 4194304 7136930 140734338961120 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13029/statm: 2040 1468 275 719 0 1319 0

[startup+0.0941349 s]
/proc/loadavg: 2.03 2.01 2.03 4/178 13029
/proc/meminfo: memFree=31532504/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=28268 CPUtime=0.08
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 6542 0 0 0 8 0 0 0 25 0 1 0 132814171 28946432 6465 4089446400 4194304 7136930 140734338961120 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13029/statm: 7067 6465 275 719 0 6346 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28268

[startup+0.101132 s]
/proc/loadavg: 2.03 2.01 2.03 4/178 13029
/proc/meminfo: memFree=31532504/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=29292 CPUtime=0.09
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 6799 0 0 0 9 0 0 0 25 0 1 0 132814171 29995008 6722 4089446400 4194304 7136930 140734338961120 18446744073709551615 5649227 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13029/statm: 7323 6722 275 719 0 6602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29292

[startup+0.301097 s]
/proc/loadavg: 2.03 2.01 2.03 4/178 13029
/proc/meminfo: memFree=31532504/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=68228 CPUtime=0.29
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 18667 0 0 0 26 3 0 0 25 0 1 0 132814171 69865472 15956 4089446400 4194304 7136930 140734338961120 18446744073709551615 4914172 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13029/statm: 17057 15956 379 719 0 16336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68228

[startup+0.701019 s]
/proc/loadavg: 2.03 2.01 2.03 4/178 13029
/proc/meminfo: memFree=31532504/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=71088 CPUtime=0.69
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 19777 0 0 0 65 4 0 0 25 0 1 0 132814171 72794112 16693 4089446400 4194304 7136930 140734338961120 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13029/statm: 17772 16693 425 719 0 17051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71088

[startup+1.50087 s]
/proc/loadavg: 2.03 2.01 2.03 3/179 13030
/proc/meminfo: memFree=31467148/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=71232 CPUtime=1.49
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 19793 0 0 0 145 4 0 0 25 0 1 0 132814171 72941568 16708 4089446400 4194304 7136930 140734338961120 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13029/statm: 17808 16708 424 719 0 17087 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71232

[startup+3.10057 s]
/proc/loadavg: 2.03 2.01 2.03 3/179 13030
/proc/meminfo: memFree=31466776/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=71756 CPUtime=3.09
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 19927 0 0 0 305 4 0 0 25 0 1 0 132814171 73478144 16842 4089446400 4194304 7136930 140734338961120 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13029/statm: 17939 16842 424 719 0 17218 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71756

[startup+6.30096 s]
/proc/loadavg: 2.11 2.03 2.04 3/179 13030
/proc/meminfo: memFree=31464936/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=72764 CPUtime=6.29
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 20169 0 0 0 623 6 0 0 25 0 1 0 132814171 74510336 17084 4089446400 4194304 7136930 140734338961120 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13029/statm: 18191 17084 424 719 0 17470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72764

[startup+12.7008 s]
/proc/loadavg: 2.10 2.03 2.04 3/179 13030
/proc/meminfo: memFree=31462644/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=74952 CPUtime=12.69
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 20724 0 0 0 1259 10 0 0 25 0 1 0 132814171 76750848 17639 4089446400 4194304 7136930 140734338961120 18446744073709551615 4436510 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 18738 17639 424 719 0 18017 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74952

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.04 3/179 13031
/proc/meminfo: memFree=31456948/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=78308 CPUtime=25.49
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 21576 0 0 0 2534 15 0 0 25 0 1 0 132814171 80187392 18491 4089446400 4194304 7136930 140734338961120 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 19577 18491 424 719 0 18856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78308

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 2.03 3/179 13032
/proc/meminfo: memFree=31448240/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=83908 CPUtime=51.09
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 22998 0 0 0 5081 28 0 0 25 0 1 0 132814171 85921792 19913 4089446400 4194304 7136930 140734338961120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 20977 19913 424 719 0 20256 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83908

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.03 3/179 13033
/proc/meminfo: memFree=31432068/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=93432 CPUtime=102.29
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 25448 0 0 0 10175 54 0 0 25 0 1 0 132814171 95674368 22363 4089446400 4194304 7136930 140734338961120 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 23358 22363 424 719 0 22637 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 93432

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/179 13034
/proc/meminfo: memFree=31404992/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=106492 CPUtime=162.29
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 28764 0 0 0 16144 85 0 0 25 0 1 0 132814171 109047808 25679 4089446400 4194304 7136930 140734338961120 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 26623 25679 424 719 0 25902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106492

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.02 3/179 13036
/proc/meminfo: memFree=31382148/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=119368 CPUtime=222.3
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 32081 0 0 0 22116 114 0 0 25 0 1 0 132814171 122232832 28996 4089446400 4194304 7136930 140734338961120 18446744073709551615 4407911 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 29842 28996 424 719 0 29121 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 119368

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.02 3/179 13038
/proc/meminfo: memFree=31363152/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=130072 CPUtime=282.3
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 34312 0 0 0 28091 139 0 0 25 0 1 0 132814171 133193728 31227 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 32518 31227 424 719 0 31797 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130072

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/179 13043
/proc/meminfo: memFree=31345112/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=141088 CPUtime=342.3
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 37132 0 0 0 34064 166 0 0 25 0 1 0 132814171 144474112 34047 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 35272 34047 424 719 0 34551 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141088

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.01 3/179 13044
/proc/meminfo: memFree=31328016/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=151040 CPUtime=402.31
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 39686 0 0 0 40035 196 0 0 25 0 1 0 132814171 154664960 36601 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 37760 36601 424 719 0 37039 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 151040

[startup+462.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 13045
/proc/meminfo: memFree=31309132/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=162252 CPUtime=462.31
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 42556 0 0 0 46008 223 0 0 25 0 1 0 132814171 166146048 39471 4089446400 4194304 7136930 140734338961120 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 40563 39471 424 719 0 39842 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 162252

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13047
/proc/meminfo: memFree=31286528/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=172468 CPUtime=522.31
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 45178 0 0 0 51979 252 0 0 25 0 1 0 132814171 176607232 42093 4089446400 4194304 7136930 140734338961120 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 43117 42093 424 719 0 42396 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 172468

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 13049
/proc/meminfo: memFree=31268880/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=181948 CPUtime=582.31
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 47616 0 0 0 57949 282 0 0 25 0 1 0 132814171 186314752 44531 4089446400 4194304 7136930 140734338961120 18446744073709551615 5507163 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 45487 44531 424 719 0 44766 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 181948

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13051
/proc/meminfo: memFree=31250496/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=190920 CPUtime=642.32
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 49927 0 0 0 63922 310 0 0 25 0 1 0 132814171 195502080 46842 4089446400 4194304 7136930 140734338961120 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13029/statm: 47730 46842 424 719 0 47009 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 190920

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13088
/proc/meminfo: memFree=31458160/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=251628 CPUtime=1002.32
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 64476 0 0 0 99734 498 0 0 25 0 1 0 132814171 257667072 61391 4089446400 4194304 7136930 140734338961120 18446744073709551615 4740310 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 62907 61391 424 719 0 62186 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 251628

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13089
/proc/meminfo: memFree=31450036/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=259296 CPUtime=1062.32
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 66442 0 0 0 105669 563 0 0 25 0 1 0 132814171 265519104 63357 4089446400 4194304 7136930 140734338961120 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 64824 63357 424 719 0 64103 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 259296

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13091
/proc/meminfo: memFree=31436368/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=268172 CPUtime=1122.33
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 68712 0 0 0 111604 629 0 0 25 0 1 0 132814171 274608128 65627 4089446400 4194304 7136930 140734338961120 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 67043 65627 424 719 0 66322 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 268172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13093
/proc/meminfo: memFree=31430884/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=274304 CPUtime=1182.33
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 70297 0 0 0 117542 691 0 0 25 0 1 0 132814171 280887296 67212 4089446400 4194304 7136930 140734338961120 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 68576 67212 424 719 0 67855 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 274304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13095
/proc/meminfo: memFree=31420808/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=282804 CPUtime=1242.33
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 72474 0 0 0 123472 761 0 0 25 0 1 0 132814171 289591296 69389 4089446400 4194304 7136930 140734338961120 18446744073709551615 4414507 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 70701 69389 424 719 0 69980 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 282804

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13096
/proc/meminfo: memFree=31408992/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=292904 CPUtime=1302.34
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 75052 0 0 0 129401 833 0 0 25 0 1 0 132814171 299933696 71967 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 73226 71967 424 719 0 72505 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 292904

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13097
/proc/meminfo: memFree=31402276/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=300576 CPUtime=1362.34
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 77019 0 0 0 135329 905 0 0 25 0 1 0 132814171 307789824 73934 4089446400 4194304 7136930 140734338961120 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 75144 73934 424 719 0 74423 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 300576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13099
/proc/meminfo: memFree=31393556/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=308056 CPUtime=1422.35
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 78940 0 0 0 141261 974 0 0 25 0 1 0 132814171 315449344 75855 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 77014 75855 424 719 0 76293 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 308056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13101
/proc/meminfo: memFree=31387212/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=313160 CPUtime=1482.34
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 80268 0 0 0 147192 1042 0 0 25 0 1 0 132814171 320675840 77183 4089446400 4194304 7136930 140734338961120 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 78290 77183 424 719 0 77569 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 313160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13103
/proc/meminfo: memFree=31376652/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=321852 CPUtime=1542.34
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 82491 0 0 0 153126 1108 0 0 25 0 1 0 132814171 329576448 79406 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 80463 79406 424 719 0 79742 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 321852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13104
/proc/meminfo: memFree=31364948/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=328632 CPUtime=1602.35
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 84238 0 0 0 159063 1172 0 0 25 0 1 0 132814171 336519168 81153 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 82158 81153 424 719 0 81437 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 328632

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13105
/proc/meminfo: memFree=31350896/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=335472 CPUtime=1662.35
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 85999 0 0 0 164997 1238 0 0 25 0 1 0 132814171 343523328 82914 4089446400 4194304 7136930 140734338961120 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 83868 82914 424 719 0 83147 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 335472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13107
/proc/meminfo: memFree=31341320/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=341660 CPUtime=1722.35
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 87598 0 0 0 170930 1305 0 0 25 0 1 0 132814171 349859840 84513 4089446400 4194304 7136930 140734338961120 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 85415 84513 424 719 0 84694 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 341660

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 13109
/proc/meminfo: memFree=31331000/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=348308 CPUtime=1782.36
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 89309 0 0 0 176866 1370 0 0 25 0 1 0 132814171 356667392 86224 4089446400 4194304 7136930 140734338961120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 87077 86224 424 719 0 86356 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 348308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13109
/proc/meminfo: memFree=31326892/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=358436 CPUtime=1800.06
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 89809 0 0 0 178617 1389 0 0 25 0 1 0 132814171 367038464 86724 4089446400 4194304 7136930 140734338961120 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13029/statm: 89609 86724 424 719 0 88888 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 358436

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.06 2.01 2.00 3/179 13109
/proc/meminfo: memFree=31326892/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=358296 CPUtime=1800.25
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 89816 0 0 0 178636 1389 0 0 18 0 1 0 132814171 366895104 86696 4089446400 4194304 7136930 140734338961120 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13029/statm: 89574 86696 431 719 0 88853 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 358296

[startup+1800.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13109
/proc/meminfo: memFree=31326892/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=253728 CPUtime=1800.45
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 89816 0 0 0 178656 1389 0 0 18 0 1 0 132814171 259817472 60554 4089446400 4194304 7136930 140734338961120 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13029/statm: 63432 60554 431 719 0 62711 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 253728

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13109
/proc/meminfo: memFree=31326892/32951124 swapFree=67111528/67111528
[pid=13029] ppid=13027 vsize=146364 CPUtime=1800.56
/proc/13029/stat : 13029 (pbscip.linux.x8) R 13027 13029 12709 0 -1 4202496 89816 0 0 0 178666 1390 0 0 18 0 1 0 132814171 149876736 33719 4089446400 4194304 7136930 140734338961120 18446744073709551615 6166240 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13029/statm: 36591 33719 431 719 0 35870 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 146364

Child status: 0
Real time (s): 1800.53
CPU time (s): 1800.6
CPU user time (s): 1786.69
CPU system time (s): 13.9079
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 358436

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

runsolver used 3.35049 second user time and 6.46302 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 18:26:00
IDJOB=2693703
IDBENCH=79047
IDSOLVER=1206
FILE ID=node102/2693703-1277915160
PBS_JOBID= 11197313
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.tag8.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-2693703-1277915160/watcher-2693703-1277915160 -o /tmp/evaluation-result-2693703-1277915160/solver-2693703-1277915160 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693703-1277915160.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2e5305672cd925feb8447ea4f265e9b4
RANDOM SEED=632775101

node102.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.833
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.66
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.833
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	: 5332.83
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.833
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.833
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.85
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.833
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.75
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.833
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.82
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.833
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.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31533032 kB
Buffers:        199000 kB
Cached:         735516 kB
SwapCached:          0 kB
Active:         695952 kB
Inactive:       581148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31533032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3580 kB
Writeback:           0 kB
AnonPages:      342624 kB
Mapped:          15956 kB
Slab:            77468 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   492092 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 node102 at 2010-06-30 18:56:02