Trace number 2693220

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j606_1-unsat--soft-66-100-0.wbo
MD5SUMdfd59cf25a7e3a42c110a305c1b269b9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.06099
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7320
Total number of constraints22689
Number of soft constraints7780
Number of constraints which are clauses22453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints236
Minimum length of a constraint1
Maximum length of a constraint32
Top cost 391252
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 391251
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 220
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693220-1277917797.wbo>
0.09/0.19	c original problem has 22880 variables (15100 bin, 0 int, 0 impl, 7780 cont) and 30470 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.39/0.43	c presolving:
0.49/0.57	c (round 1) 869 del vars, 2495 del conss, 500 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 250324 impls, 0 clqs
0.59/0.67	c (round 2) 2384 del vars, 7700 del conss, 1138 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 256176 impls, 0 clqs
0.69/0.76	c (round 3) 4982 del vars, 11278 del conss, 1446 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 259476 impls, 0 clqs
0.79/0.82	c (round 4) 7552 del vars, 13309 del conss, 1672 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 261034 impls, 0 clqs
0.79/0.85	c (round 5) 9000 del vars, 14590 del conss, 1857 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 262004 impls, 0 clqs
0.79/0.88	c (round 6) 9899 del vars, 15541 del conss, 1959 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 262804 impls, 0 clqs
0.89/0.90	c (round 7) 10525 del vars, 16098 del conss, 2014 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263233 impls, 0 clqs
0.89/0.92	c (round 8) 10944 del vars, 16422 del conss, 2047 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263414 impls, 0 clqs
0.89/0.93	c (round 9) 11166 del vars, 16599 del conss, 2059 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263432 impls, 0 clqs
0.89/0.94	c (round 10) 11282 del vars, 16655 del conss, 2062 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263432 impls, 0 clqs
0.89/0.95	c (round 11) 11339 del vars, 16674 del conss, 2066 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263432 impls, 0 clqs
0.89/0.95	c (round 12) 11349 del vars, 16680 del conss, 2066 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263432 impls, 0 clqs
0.89/0.98	c (round 13) 11354 del vars, 16680 del conss, 5879 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 263432 impls, 0 clqs
0.99/1.05	c (round 14) 11354 del vars, 16680 del conss, 5879 chg bounds, 0 chg sides, 0 chg coeffs, 6559 upgd conss, 263432 impls, 0 clqs
2.49/2.53	c    (2.1s) probing: 1000/7713 (13.0%) - 0 fixings, 0 aggregations, 21573 implications, 0 bound changes
3.39/3.46	c    (3.0s) probing: 2000/7713 (25.9%) - 0 fixings, 0 aggregations, 23546 implications, 0 bound changes
3.39/3.46	c    (3.0s) probing: 2001/7713 (25.9%) - 0 fixings, 0 aggregations, 23546 implications, 0 bound changes
3.39/3.46	c    (3.0s) probing aborted: 2000/2000 successive useless probings
3.39/3.46	c presolving (15 rounds):
3.39/3.46	c  11354 deleted vars, 16680 deleted constraints, 5879 tightened bounds, 0 added holes, 0 changed sides, 11 changed coefficients
3.39/3.46	c  351995 implications, 2 cliques
3.39/3.46	c presolved problem has 11526 variables (7713 bin, 0 int, 0 impl, 3813 cont) and 13790 constraints
3.39/3.46	c    3813 constraints of type <indicator>
3.39/3.46	c     395 constraints of type <varbound>
3.39/3.46	c     154 constraints of type <knapsack>
3.39/3.46	c    3418 constraints of type <linear>
3.39/3.46	c    6010 constraints of type <logicor>
3.39/3.46	c transformed objective value is always integral (scale: 1)
3.39/3.46	c Presolving Time: 2.95
3.39/3.46	c - non default parameters ----------------------------------------------------------------------
3.39/3.46	c # SCIP version 1.2.1.2
3.39/3.46	c 
3.39/3.46	c # frequency for displaying node information lines
3.39/3.46	c # [type: int, range: [-1,2147483647], default: 100]
3.39/3.46	c display/freq = 10000
3.39/3.46	c 
3.39/3.46	c # maximal time in seconds to run
3.39/3.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.46	c limits/time = 1799.82
3.39/3.46	c 
3.39/3.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.39/3.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.46	c limits/memory = 3420
3.39/3.46	c 
3.39/3.46	c # should presolving try to simplify inequalities
3.39/3.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.46	c constraints/linear/simplifyinequalities = TRUE
3.39/3.46	c 
3.39/3.46	c # should presolving try to simplify knapsacks
3.39/3.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.46	c constraints/knapsack/simplifyinequalities = TRUE
3.39/3.46	c 
3.39/3.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.39/3.46	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.46	c separating/rapidlearning/freq = 0
3.39/3.46	c 
3.39/3.46	c -----------------------------------------------------------------------------------------------
3.39/3.46	c start solving
3.39/3.47	c 
3.49/3.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.55	c   3.1s|     1 |     0 |   691 |     - |  79M|   0 | 631 |  11k|  13k|  11k|6164 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.30/4.34	c   3.8s|     1 |     0 |  1425 |     - |  80M|   0 | 210 |  11k|  13k|  11k|7584 |1420 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.80/4.80	c   4.2s|     1 |     0 |  1835 |     - |  81M|   0 | 206 |  11k|  13k|  11k|7841 |1677 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.26	c   4.7s|     1 |     0 |  2428 |     - |  81M|   0 | 270 |  11k|  13k|  11k|8013 |1849 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.86	c   5.3s|     1 |     0 |  3005 |     - |  81M|   0 | 462 |  11k|  13k|  11k|8139 |1975 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.89/6.95	c   6.4s|     1 |     0 |  3579 |     - |  81M|   0 | 497 |  11k|  13k|  11k|8254 |2090 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.99/8.01	c   7.4s|     1 |     0 |  4326 |     - |  82M|   0 | 563 |  11k|  13k|  11k|8445 |2281 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.19/11.28	c  10.6s|     1 |     2 |  4326 |     - |  82M|   0 | 563 |  11k|  13k|  11k|8445 |2281 |   0 |  34 | 0.000000e+00 |      --      |    Inf 
372.81/372.83	c   365s| 10000 |  9991 |387054 |  38.3 | 141M| 191 |  21 |  11k|  13k|  11k|7207 |2281 | 125 |4810 | 0.000000e+00 |      --      |    Inf 
509.40/509.49	c   497s| 20000 | 19985 |512742 |  25.4 | 197M| 281 |   2 |  11k|  13k|  11k|7207 |9227 | 130 |7083 | 0.000000e+00 |      --      |    Inf 
626.80/626.88	c   610s| 30000 | 29981 |625644 |  20.7 | 254M| 281 |  11 |  11k|  13k|  11k|7333 |  19k| 173 |8061 | 0.000000e+00 |      --      |    Inf 
753.91/753.90	c   732s| 40000 | 39967 |735560 |  18.3 | 310M| 281 | 244 |  11k|  13k|  11k|7207 |  30k| 182 |  10k| 0.000000e+00 |      --      |    Inf 
872.41/872.47	c   847s| 50000 | 49957 |846525 |  16.8 | 366M| 297 |   3 |  11k|  13k|  11k|7207 |  39k| 223 |  11k| 0.000000e+00 |      --      |    Inf 
990.39/990.44	c   962s| 60000 | 59951 |940057 |  15.6 | 422M| 307 |  25 |  11k|  13k|  11k|7319 |  50k| 226 |  12k| 0.000000e+00 |      --      |    Inf 
1117.18/1117.29	c  1084s| 70000 | 69949 |  1059k|  15.1 | 479M| 307 |  28 |  11k|  13k|  11k|7207 |  58k| 282 |  13k| 0.000000e+00 |      --      |    Inf 
1235.49/1235.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1235.49/1235.55	c  1199s| 80000 | 79941 |  1156k|  14.4 | 534M| 307 |   0 |  11k|  13k|  11k|7389 |  68k| 286 |  15k| 0.000000e+00 |      --      |    Inf 
1340.79/1340.80	c  1301s| 90000 | 89935 |  1251k|  13.9 | 590M| 307 |   1 |  11k|  13k|  11k|7283 |  79k| 289 |  15k| 0.000000e+00 |      --      |    Inf 
1458.50/1458.58	c  1415s|100000 | 99917 |  1347k|  13.4 | 646M| 309 |  70 |  11k|  13k|  11k|7300 |  89k| 310 |  16k| 0.000000e+00 |      --      |    Inf 
1576.30/1576.34	c  1529s|110000 |109909 |  1444k|  13.1 | 702M| 309 |   4 |  11k|  13k|  11k|7207 |  98k| 314 |  18k| 0.000000e+00 |      --      |    Inf 
1679.99/1680.08	c  1629s|120000 |119903 |  1537k|  12.8 | 757M| 323 |  41 |  11k|  13k|  11k|7207 | 108k| 318 |  18k| 0.000000e+00 |      --      |    Inf 
1795.30/1795.32	c  1740s|130000 |129899 |  1642k|  12.6 | 813M| 323 |   6 |  11k|  13k|  11k|7207 | 118k| 356 |  20k| 0.000000e+00 |      --      |    Inf 
1800.00/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time (sec) : 1745.02
1800.00/1800.00	c Solving Nodes      : 130453
1800.00/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.00/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.00/1800.00	c Gap                : infinite
1800.00/1800.00	s UNKNOWN
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time       :    1745.02
1800.00/1800.00	c Original Problem   :
1800.00/1800.00	c   Problem name     : HOME/instance-2693220-1277917797.wbo
1800.00/1800.00	c   Variables        : 22880 (15100 binary, 0 integer, 0 implicit integer, 7780 continuous)
1800.00/1800.00	c   Constraints      : 30470 initial, 30470 maximal
1800.00/1800.00	c Presolved Problem  :
1800.00/1800.00	c   Problem name     : t_HOME/instance-2693220-1277917797.wbo
1800.00/1800.00	c   Variables        : 11526 (7713 binary, 0 integer, 0 implicit integer, 3813 continuous)
1800.00/1800.00	c   Constraints      : 13790 initial, 13907 maximal
1800.00/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.00	c   trivial          :       0.03         58          0          0          0          0          0          0          0
1800.00/1800.00	c   dualfix          :       0.02       8403          0          0          0          0          0          0          0
1800.00/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.00/1800.00	c   probing          :       2.29          0          0          0          0          0          0          0          0
1800.00/1800.00	c   indicator        :       0.10          0          0          0          0          0       3967          0          0
1800.00/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0         11
1800.00/1800.00	c   linear           :       0.27       2008        885          0       5879          0      12713          0          0
1800.00/1800.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.00/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.00/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   integral         :          0          0          0     139198          0          0         43          0          0     231196
1800.00/1800.00	c   indicator        :       3813          0     552754      23573          0          0     130712          0          0          0
1800.00/1800.00	c   varbound         :        395          6     552754      23573          0          0       8066       5915          0          0
1800.00/1800.00	c   knapsack         :        154          6     552754      17904          0         26     267353        190          0          0
1800.00/1800.00	c   linear           :       3418          6     552728      17904          0          0      96729     111907          0          0
1800.00/1800.00	c   logicor          :       6010+         6     432917      14804          0         28     804227          0          0          0
1800.00/1800.00	c   countsols        :          0          0          0      14804          0          0          0          0          0          0
1800.00/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.00	c   integral         :     250.86       0.00       0.00     250.86       0.00
1800.00/1800.00	c   indicator        :      57.88       0.01      40.04      17.83       0.00
1800.00/1800.00	c   varbound         :       4.12       0.00       3.53       0.59       0.00
1800.00/1800.00	c   knapsack         :       4.09       0.00       3.83       0.26       0.00
1800.00/1800.00	c   linear           :      29.33       0.01      21.92       7.40       0.00
1800.00/1800.00	c   logicor          :       6.35       0.00       3.87       2.48       0.00
1800.00/1800.00	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.00/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.00	c   vbounds          :      25.14     197442          0      27656
1800.00/1800.00	c   rootredcost      :       0.04          0          0          0
1800.00/1800.00	c   pseudoobj        :      53.65     544755          0          0
1800.00/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.00	c   propagation      :       0.00         54         54         70        7.0          6        2.2          -
1800.00/1800.00	c   infeasible LP    :       0.39        237        237        296        8.1          3        3.0          0
1800.00/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.00	c   applied globally :          -          -          -        356        7.5          -          -          -
1800.00/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.00	c   cut pool         :       0.00          5          -          -        126          -    (maximal pool size: 1938)
1800.00/1800.00	c   redcost          :      38.83     138237          0          0          0          0
1800.00/1800.00	c   impliedbounds    :       0.01          6          0          0       1403          0
1800.00/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.00	c   gomory           :       1.01          6          0          0       1532          0
1800.00/1800.00	c   strongcg         :       0.75          6          0          0       1367          0
1800.00/1800.00	c   cmir             :       0.40          6          0          0          0          0
1800.00/1800.00	c   flowcover        :       0.80          6          0          0        256          0
1800.00/1800.00	c   clique           :       0.07          6          0          0         35          0
1800.00/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.00	c   mcf              :       0.01          1          0          0          0          0
1800.00/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.00	c Pricers            :       Time      Calls       Vars
1800.00/1800.00	c   problem variables:       0.00          0          0
1800.00/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   relpscost        :     250.74     115625          0         43          0          0     231196
1800.00/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   inference        :      16.77      14804          0          0          0          0      29608
1800.00/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.00	c   LP solutions     :       0.00          -          0
1800.00/1800.00	c   pseudo solutions :       0.00          -          0
1800.00/1800.01	c   oneopt           :       0.28          0          0
1800.00/1800.01	c   crossover        :       0.01          0          0
1800.00/1800.01	c   guideddiving     :       0.00          0          0
1800.00/1800.01	c   intshifting      :       0.09         30          0
1800.00/1800.01	c   rootsoldiving    :       7.61         20          0
1800.00/1800.01	c   objpscostdiving  :       4.06         55          0
1800.00/1800.01	c   feaspump         :      13.94        205          0
1800.00/1800.01	c   fracdiving       :      36.76        605          0
1800.00/1800.01	c   linesearchdiving :      25.67        605          0
1800.00/1800.01	c   coefdiving       :      44.24        605          0
1800.00/1800.01	c   veclendiving     :      25.74        606          0
1800.00/1800.01	c   pscostdiving     :      30.62        606          0
1800.00/1800.01	c   trivial          :       0.15          2          0
1800.00/1800.01	c   simplerounding   :       0.28     113232          0
1800.00/1800.01	c   zirounding       :       0.31       1000          0
1800.00/1800.01	c   rounding         :       4.41       4729          0
1800.00/1800.01	c   shifting         :       7.77       1475          0
1800.00/1800.01	c   twoopt           :       0.00          0          0
1800.00/1800.01	c   fixandinfer      :       0.00          0          0
1800.00/1800.01	c   intdiving        :       0.00          0          0
1800.00/1800.01	c   actconsdiving    :       0.00          0          0
1800.00/1800.01	c   octane           :       0.00          0          0
1800.00/1800.01	c   rens             :       0.09          1          0
1800.00/1800.01	c   rins             :       0.00          0          0
1800.00/1800.01	c   localbranching   :       0.00          0          0
1800.00/1800.01	c   mutation         :       0.00          0          0
1800.00/1800.01	c   dins             :       0.00          0          0
1800.00/1800.01	c   undercover       :       0.00          0          0
1800.00/1800.01	c   nlp              :       0.03          0          0
1800.00/1800.01	c   trysol           :      10.45       2964          0
1800.00/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.01	c   primal LP        :       0.01          0          0       0.00       0.00
1800.00/1800.01	c   dual LP          :     819.69     122731    1479149      12.05    1804.52
1800.00/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.01	c   diving/probing LP:     120.83      19840     167630       8.45    1387.32
1800.00/1800.01	c   strong branching :     247.81      20195     455372      22.55    1837.59
1800.00/1800.01	c     (at root node) :          -         34       8421     247.68          -
1800.00/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.01	c B&B Tree           :
1800.00/1800.01	c   number of runs   :          1
1800.00/1800.01	c   nodes            :     130453
1800.00/1800.01	c   nodes (total)    :     130453
1800.00/1800.01	c   nodes left       :     130352
1800.00/1800.01	c   max depth        :        323
1800.00/1800.01	c   max depth (total):        323
1800.00/1800.01	c   backtracks       :        991 (0.8%)
1800.00/1800.01	c   delayed cutoffs  :          0
1800.00/1800.01	c   repropagations   :        553 (528 domain reductions, 0 cutoffs)
1800.00/1800.01	c   avg switch length:       2.22
1800.00/1800.01	c   switching time   :      25.29
1800.00/1800.01	c Solution           :
1800.00/1800.01	c   Solutions found  :          0 (0 improvements)
1800.00/1800.01	c   Primal Bound     :          -
1800.00/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.00/1800.01	c   Gap              :   infinite
1800.00/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.01	c   Root Iterations  :       4326
1800.30/1800.35	c Time complete: 1800.35.

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-2693220-1277917797/watcher-2693220-1277917797 -o /tmp/evaluation-result-2693220-1277917797/solver-2693220-1277917797 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693220-1277917797.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.92 1.98 1.99 3/178 14112
/proc/meminfo: memFree=31328248/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=11004 CPUtime=0
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 1675 0 0 0 0 0 0 0 21 0 1 0 133076626 11268096 1596 4089446400 4194304 9819077 140736944051408 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14112/statm: 2751 1596 392 1374 0 1372 0

[startup+0.0364681 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 14112
/proc/meminfo: memFree=31328248/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=19940 CPUtime=0.03
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 3919 0 0 0 3 0 0 0 21 0 1 0 133076626 20418560 3840 4089446400 4194304 9819077 140736944051408 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14112/statm: 4985 3840 392 1374 0 3606 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19940

[startup+0.100457 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 14112
/proc/meminfo: memFree=31328248/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=29488 CPUtime=0.09
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 6322 0 0 0 9 0 0 0 21 0 1 0 133076626 30195712 6243 4089446400 4194304 9819077 140736944051408 18446744073709551615 4520369 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14112/statm: 7372 6243 392 1374 0 5993 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29488

[startup+0.300424 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 14112
/proc/meminfo: memFree=31328248/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=94156 CPUtime=0.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 22395 0 0 0 27 2 0 0 21 0 1 0 133076626 96415744 21894 4089446400 4194304 9819077 140736944051408 18446744073709551615 4329697 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 23539 21894 463 1374 0 22160 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94156

[startup+0.700353 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 14112
/proc/meminfo: memFree=31328248/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=107788 CPUtime=0.69
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 26153 0 0 0 61 8 0 0 22 0 1 0 133076626 110374912 25138 4089446400 4194304 9819077 140736944051408 18446744073709551615 4332879 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 26947 25138 495 1374 0 25568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107788

[startup+1.50021 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14113
/proc/meminfo: memFree=31228668/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=113524 CPUtime=1.49
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 32493 0 0 0 130 19 0 0 25 0 1 0 133076626 116248576 26610 4089446400 4194304 9819077 140736944051408 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 28381 26610 535 1374 0 27002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113524

[startup+3.10093 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14113
/proc/meminfo: memFree=31223020/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=115248 CPUtime=3.09
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 32943 0 0 0 284 25 0 0 25 0 1 0 133076626 118013952 27060 4089446400 4194304 9819077 140736944051408 18446744073709551615 5500801 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 28812 27060 540 1374 0 27433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115248

[startup+6.3004 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14113
/proc/meminfo: memFree=31202484/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=143024 CPUtime=6.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 45521 0 0 0 589 40 0 0 25 0 1 0 133076626 146456576 32577 4089446400 4194304 9819077 140736944051408 18446744073709551615 7311824 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 35756 32577 700 1374 0 34377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143024

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14113
/proc/meminfo: memFree=31194920/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=150608 CPUtime=12.69
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 109877 0 0 0 1217 52 0 0 25 0 1 0 133076626 154222592 34115 4089446400 4194304 9819077 140736944051408 18446744073709551615 7291104 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 37652 34115 724 1374 0 36273 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150608

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 14114
/proc/meminfo: memFree=31192912/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=150744 CPUtime=25.49
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 142472 0 0 0 2489 60 0 0 25 0 1 0 133076626 154361856 34477 4089446400 4194304 9819077 140736944051408 18446744073709551615 7311727 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 37686 34477 724 1374 0 36307 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150744

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 14115
/proc/meminfo: memFree=31184996/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=153392 CPUtime=51.09
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 260278 0 0 0 5024 85 0 0 25 0 1 0 133076626 157073408 34811 4089446400 4194304 9819077 140736944051408 18446744073709551615 6656802 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 38348 34811 724 1374 0 36969 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153392

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14116
/proc/meminfo: memFree=31177904/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=150652 CPUtime=102.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 502367 0 0 0 10077 153 0 0 25 0 1 0 133076626 154267648 35467 4089446400 4194304 9819077 140736944051408 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 37663 35467 725 1374 0 36284 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150652

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14117
/proc/meminfo: memFree=31164244/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=158044 CPUtime=162.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 834360 0 0 0 15987 242 0 0 25 0 1 0 133076626 161837056 37188 4089446400 4194304 9819077 140736944051408 18446744073709551615 6361878 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 39511 37188 725 1374 0 38132 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 158044

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14119
/proc/meminfo: memFree=31153312/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=165812 CPUtime=222.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 1300100 0 0 0 21874 355 0 0 25 0 1 0 133076626 169791488 38619 4089446400 4194304 9819077 140736944051408 18446744073709551615 7311946 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 41453 38619 740 1374 0 40074 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 165812

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14121
/proc/meminfo: memFree=31137172/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=182156 CPUtime=282.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 2014126 0 0 0 27731 499 0 0 25 0 1 0 133076626 186527744 41074 4089446400 4194304 9819077 140736944051408 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 45539 41074 740 1374 0 44160 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182156

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14123
/proc/meminfo: memFree=31113472/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=190708 CPUtime=342.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 3107824 0 0 0 33532 698 0 0 25 0 1 0 133076626 195284992 44565 4089446400 4194304 9819077 140736944051408 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 47677 44565 740 1374 0 46298 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 190708

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14124
/proc/meminfo: memFree=31078708/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=219548 CPUtime=402.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 3996955 0 0 0 39356 874 0 0 25 0 1 0 133076626 224817152 51705 4089446400 4194304 9819077 140736944051408 18446744073709551615 6519207 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 54887 51705 741 1374 0 53508 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 219548

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14125
/proc/meminfo: memFree=31049052/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=241256 CPUtime=462.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 5198495 0 0 0 45143 1087 0 0 25 0 1 0 133076626 247046144 57350 4089446400 4194304 9819077 140736944051408 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 60314 57350 741 1374 0 58935 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 241256

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14127
/proc/meminfo: memFree=31011328/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=277016 CPUtime=522.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 6214198 0 0 0 50954 1276 0 0 25 0 1 0 133076626 283664384 64887 4089446400 4194304 9819077 140736944051408 18446744073709551615 6567000 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 69254 64887 741 1374 0 67875 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 277016

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14129
/proc/meminfo: memFree=30973480/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=298392 CPUtime=582.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 7440958 0 0 0 56736 1494 0 0 25 0 1 0 133076626 305553408 71553 4089446400 4194304 9819077 140736944051408 18446744073709551615 6606998 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 74598 71553 741 1374 0 73219 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 298392

[startup+642.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14131
/proc/meminfo: memFree=30933880/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=327876 CPUtime=642.31
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 8745503 0 0 0 62511 1720 0 0 25 0 1 0 133076626 335745024 78929 4089446400 4194304 9819077 140736944051408 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14112/statm: 81969 78929 741 1374 0 80590 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 327876

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 14212
/proc/meminfo: memFree=30917132/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=469416 CPUtime=942.31
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 14503780 0 0 0 91479 2752 0 0 25 0 1 0 133076626 480681984 114899 4089446400 4194304 9819077 140736944051408 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14112/statm: 117354 114908 741 1374 0 115975 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 469416

[startup+1002.3 s]
/proc/loadavg: 2.37 2.11 2.04 3/197 14259
/proc/meminfo: memFree=30898140/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=501220 CPUtime=1002.28
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 15397418 0 0 0 97320 2908 0 0 25 0 1 0 133076626 513249280 122354 4089446400 4194304 9819077 140736944051408 18446744073709551615 6372722 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 125305 122329 741 1374 0 123926 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 501220

[startup+1062.3 s]
/proc/loadavg: 2.25 2.12 2.04 3/198 14309
/proc/meminfo: memFree=30665704/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=522760 CPUtime=1062.28
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 16584738 0 0 0 103108 3120 0 0 25 0 1 0 133076626 535306240 127872 4089446400 4194304 9819077 140736944051408 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 130690 127872 741 1374 0 129311 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 522760

[startup+1122.3 s]
/proc/loadavg: 2.14 2.11 2.04 3/199 14313
/proc/meminfo: memFree=30563688/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=553964 CPUtime=1122.28
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 17478923 0 0 0 108928 3300 0 0 25 0 1 0 133076626 567259136 134954 4089446400 4194304 9819077 140736944051408 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 138491 134961 741 1374 0 137112 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 553964

[startup+1182.3 s]
/proc/loadavg: 2.05 2.09 2.04 3/199 14315
/proc/meminfo: memFree=30529796/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=586416 CPUtime=1182.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 18686265 0 0 0 114724 3505 0 0 25 0 1 0 133076626 600489984 143573 4089446400 4194304 9819077 140736944051408 18446744073709551615 7236169 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 146780 143577 741 1374 0 145401 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 586416

[startup+1242.3 s]
/proc/loadavg: 2.02 2.07 2.03 3/199 14317
/proc/meminfo: memFree=30503832/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=610408 CPUtime=1242.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 19729540 0 0 0 120538 3691 0 0 25 0 1 0 133076626 625057792 149655 4089446400 4194304 9819077 140736944051408 18446744073709551615 7226847 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 152602 149655 741 1374 0 151223 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 610408

[startup+1302.3 s]
/proc/loadavg: 2.07 2.07 2.03 3/199 14321
/proc/meminfo: memFree=30473152/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=641820 CPUtime=1302.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 20562684 0 0 0 126369 3860 0 0 25 0 1 0 133076626 657223680 157019 4089446400 4194304 9819077 140736944051408 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 160455 157019 741 1374 0 159076 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 641820

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/199 14322
/proc/meminfo: memFree=30443936/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=673228 CPUtime=1362.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 21477658 0 0 0 132191 4038 0 0 25 0 1 0 133076626 689385472 164850 4089446400 4194304 9819077 140736944051408 18446744073709551615 7316330 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 168307 164850 741 1374 0 166928 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 673228

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.02 3/199 14324
/proc/meminfo: memFree=30411776/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=702696 CPUtime=1422.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 22685330 0 0 0 137987 4243 0 0 25 0 1 0 133076626 719560704 172264 4089446400 4194304 9819077 140736944051408 18446744073709551615 6665306 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 175674 172264 741 1374 0 174295 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 702696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/199 14326
/proc/meminfo: memFree=30383588/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=730984 CPUtime=1482.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 23919830 0 0 0 143782 4447 0 0 25 0 1 0 133076626 748527616 179376 4089446400 4194304 9819077 140736944051408 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 182746 179376 741 1374 0 181367 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 730984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/199 14328
/proc/meminfo: memFree=30353800/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=760312 CPUtime=1542.29
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 25023958 0 0 0 149597 4632 0 0 25 0 1 0 133076626 778559488 186749 4089446400 4194304 9819077 140736944051408 18446744073709551615 7816363 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 190078 186749 741 1374 0 188699 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 760312

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/199 14329
/proc/meminfo: memFree=30325088/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=789304 CPUtime=1602.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 26170302 0 0 0 155398 4832 0 0 25 0 1 0 133076626 808247296 194001 4089446400 4194304 9819077 140736944051408 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 197326 194001 741 1374 0 195947 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 789304

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/199 14330
/proc/meminfo: memFree=30294164/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=819880 CPUtime=1662.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 27276822 0 0 0 161203 5027 0 0 25 0 1 0 133076626 839557120 201579 4089446400 4194304 9819077 140736944051408 18446744073709551615 6003308 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 204970 201579 741 1374 0 203591 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 819880

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/199 14332
/proc/meminfo: memFree=30260152/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=855040 CPUtime=1722.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 28267244 0 0 0 167017 5213 0 0 25 0 1 0 133076626 875560960 210370 4089446400 4194304 9819077 140736944051408 18446744073709551615 6664629 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 213760 210370 741 1374 0 212381 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 855040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/199 14334
/proc/meminfo: memFree=30232100/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=880944 CPUtime=1782.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 29497768 0 0 0 172808 5422 0 0 25 0 1 0 133076626 902086656 216952 4089446400 4194304 9819077 140736944051408 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 220236 216952 741 1374 0 218857 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 880944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/199 14334
/proc/meminfo: memFree=30224516/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=887696 CPUtime=1800
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 29825672 0 0 0 174519 5481 0 0 25 0 1 0 133076626 909000704 218833 4089446400 4194304 9819077 140736944051408 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14112/statm: 222102 218833 741 1374 0 220723 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 887696

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 2.02 2.00 3/199 14334
/proc/meminfo: memFree=30224516/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=428176 CPUtime=1800.2
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 29825693 0 0 0 174536 5484 0 0 25 0 1 0 133076626 438452224 103446 4089446400 4194304 9819077 140736944051408 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14112/statm: 106788 103190 744 1374 0 105409 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 428176

[startup+1800.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/199 14334
/proc/meminfo: memFree=30224516/32950928 swapFree=67111528/67111528
[pid=14112] ppid=14110 vsize=290976 CPUtime=1800.3
/proc/14112/stat : 14112 (pbscip.linux.x8) R 14110 14112 13557 0 -1 4202496 29825693 0 0 0 174546 5484 0 0 25 0 1 0 133076626 297959424 69410 4089446400 4194304 9819077 140736944051408 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14112/statm: 72744 69410 744 1374 0 71365 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 290976

Child status: 0
Real time (s): 1800.35
CPU time (s): 1800.36
CPU user time (s): 1745.5
CPU system time (s): 54.8627
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 894252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.5
system time used= 54.8627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29825697
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= 1
involuntary context switches= 1737

runsolver used 2.50562 second user time and 5.85711 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 19:09:57
IDJOB=2693220
IDBENCH=79094
IDSOLVER=1205
FILE ID=node120/2693220-1277917797
PBS_JOBID= 11197330
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j606_1-unsat--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693220-1277917797/watcher-2693220-1277917797 -o /tmp/evaluation-result-2693220-1277917797/solver-2693220-1277917797 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693220-1277917797.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dfd59cf25a7e3a42c110a305c1b269b9
RANDOM SEED=1172279487

node120.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.820
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.64
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.820
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.07
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.820
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.80
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.820
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.74
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.820
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.82
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.820
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.68
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.820
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.820
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:     32950928 kB
MemFree:      31328900 kB
Buffers:        201752 kB
Cached:         943240 kB
SwapCached:          0 kB
Active:         880396 kB
Inactive:       597940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31328900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:      333636 kB
Mapped:          17128 kB
Slab:            78660 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   487440 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= 74196 MiB
End job on node120 at 2010-06-30 19:39:59