Trace number 2705029

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.3 with Clp 1.11.1 (Release Version) as LP solver? 1790.25 1790.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
MD5SUM68c125c2e3e966fc6e8a8bc50cef96ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.160974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3939
Total number of constraints10412
Number of soft constraints6994
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 349089
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 349088
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705029-1278574752.wbo>
0.09/0.10	c original problem has 17927 variables (10933 bin, 0 int, 6994 impl, 0 cont) and 17407 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.19	c presolving:
0.19/0.22	c (round 1) 10 del vars, 1 del conss, 0 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 8028 impls, 0 clqs
0.19/0.22	c (round 2) 10 del vars, 21 del conss, 0 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 8028 impls, 0 clqs
0.19/0.24	c (round 3) 10 del vars, 21 del conss, 6994 chg bounds, 336 chg sides, 672 chg coeffs, 0 upgd conss, 8028 impls, 0 clqs
0.19/0.28	c (round 4) 10 del vars, 21 del conss, 6994 chg bounds, 336 chg sides, 672 chg coeffs, 3399 upgd conss, 21579 impls, 0 clqs
0.59/0.63	c    (0.5s) probing: 257/10923 (2.4%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.59/0.63	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.63	c presolving (5 rounds):
0.59/0.63	c  10 deleted vars, 21 deleted constraints, 6994 tightened bounds, 0 added holes, 336 changed sides, 672 changed coefficients
0.59/0.63	c  21589 implications, 0 cliques
0.59/0.63	c presolved problem has 17917 variables (10923 bin, 0 int, 6994 impl, 0 cont) and 17386 constraints
0.59/0.63	c       1 constraints of type <varbound>
0.59/0.63	c     235 constraints of type <knapsack>
0.59/0.63	c    2153 constraints of type <setppc>
0.59/0.63	c    6993 constraints of type <linear>
0.59/0.63	c    6994 constraints of type <indicator>
0.59/0.63	c    1010 constraints of type <logicor>
0.59/0.63	c transformed objective value is always integral (scale: 1)
0.59/0.63	c Presolving Time: 0.48
0.59/0.63	c - non default parameters ----------------------------------------------------------------------
0.59/0.63	c # SCIP version 1.2.1.3
0.59/0.63	c 
0.59/0.63	c # frequency for displaying node information lines
0.59/0.63	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.63	c display/freq = 10000
0.59/0.63	c 
0.59/0.63	c # maximal time in seconds to run
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/time = 1789.91
0.59/0.63	c 
0.59/0.63	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/memory = 3420
0.59/0.63	c 
0.59/0.63	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.63	c # [type: int, range: [1,2], default: 1]
0.59/0.63	c timing/clocktype = 2
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify inequalities
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/linear/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/indicator/addCouplingCons = TRUE
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify knapsacks
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.63	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.63	c separating/rapidlearning/freq = 0
0.59/0.63	c 
0.59/0.63	c -----------------------------------------------------------------------------------------------
0.59/0.63	c start solving
0.59/0.64	c 
0.59/0.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.67	c   0.6s|     1 |     0 |   152 |     - |  61M|   0 |  84 |  17k|  17k|  17k|3398 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.13	c   1.0s|     1 |     0 |   426 |     - |  62M|   0 | 223 |  17k|  17k|  17k|3670 | 272 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.51	c   1.4s|     1 |     0 |   906 |     - |  63M|   0 | 480 |  17k|  17k|  17k|3977 | 579 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.93	c   1.8s|     1 |     0 |  1516 |     - |  63M|   0 | 667 |  17k|  17k|  17k|4358 | 960 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.49	c   2.4s|     1 |     0 |  2048 |     - |  63M|   0 | 625 |  17k|  17k|  17k|4716 |1318 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.57	c   3.5s|     1 |     0 |  2633 |     - |  64M|   0 | 770 |  17k|  17k|  17k|4940 |1542 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.40/4.47	c   4.4s|     1 |     0 |  3132 |     - |  64M|   0 | 837 |  17k|  17k|  17k|5143 |1745 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.79/4.86	c   4.8s|     1 |     2 |  3132 |     - |  64M|   0 | 837 |  17k|  17k|  17k|5143 |1745 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
329.80/329.83	c   330s| 10000 |  9969 |317549 |  31.4 | 126M| 123 | 606 |  17k|  17k|  17k|4784 |1745 | 292 |6832 | 0.000000e+00 |      --      |    Inf 
556.20/556.26	c   556s| 20000 | 19933 |540373 |  26.9 | 187M| 149 | 342 |  17k|  17k|  17k|4784 |1745 | 394 |9168 | 0.000000e+00 |      --      |    Inf 
761.71/761.79	c   762s| 30000 | 29899 |736735 |  24.5 | 248M| 163 | 146 |  17k|  17k|  17k|4784 |1745 | 455 |  11k| 0.000000e+00 |      --      |    Inf 
939.91/939.98	c   940s| 40000 | 39853 |924540 |  23.0 | 309M| 163 | 102 |  17k|  17k|  17k|4784 |1745 | 556 |  12k| 0.000000e+00 |      --      |    Inf 
1114.11/1114.14	c  1114s| 50000 | 49823 |  1110k|  22.1 | 370M| 163 | 291 |  17k|  17k|  17k|4784 |1745 | 620 |  12k| 0.000000e+00 |      --      |    Inf 
1293.42/1293.50	c  1293s| 60000 | 59789 |  1287k|  21.4 | 432M| 163 | 284 |  17k|  17k|  17k|4784 |1745 | 686 |  14k| 0.000000e+00 |      --      |    Inf 
1480.72/1480.72	c  1481s| 70000 | 69763 |  1479k|  21.1 | 493M| 165 | 124 |  17k|  17k|  17k|4784 |1745 | 750 |  16k| 0.000000e+00 |      --      |    Inf 
1655.43/1655.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1655.43/1655.43	c  1655s| 80000 | 79725 |  1647k|  20.6 | 554M| 175 | 197 |  17k|  17k|  17k|4784 |1745 | 798 |  17k| 0.000000e+00 |      --      |    Inf 
1790.04/1790.02	c 
1790.04/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.02	c Solving Time (sec) : 1789.91
1790.04/1790.02	c Solving Nodes      : 89248
1790.04/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.04/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.02	c Gap                : infinite
1790.04/1790.02	s UNKNOWN
1790.04/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.02	c Solving Time       :    1789.91
1790.04/1790.02	c Original Problem   :
1790.04/1790.02	c   Problem name     : HOME/instance-2705029-1278574752.wbo
1790.04/1790.02	c   Variables        : 17927 (10933 binary, 0 integer, 6994 implicit integer, 0 continuous)
1790.04/1790.02	c   Constraints      : 17407 initial, 17407 maximal
1790.04/1790.02	c Presolved Problem  :
1790.04/1790.02	c   Problem name     : t_HOME/instance-2705029-1278574752.wbo
1790.04/1790.02	c   Variables        : 17917 (10923 binary, 0 integer, 6994 implicit integer, 0 continuous)
1790.04/1790.02	c   Constraints      : 17386 initial, 17665 maximal
1790.04/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   implics          :       0.00          0         10          0          0          0          0          0          0
1790.04/1790.02	c   probing          :       0.33          0          0          0          0          0          0          0          0
1790.04/1790.02	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   linear           :       0.07          0          0          0       6994          0         21        336        672
1790.04/1790.02	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.02	c   integral         :          0          0          0      89166          0          0        100          0          0     178208
1790.04/1790.02	c   varbound         :          1          6     337953          0          1          0          0          1          0          0
1790.04/1790.02	c   knapsack         :        235          6     337953          0          1        392     105781        627          0          0
1790.04/1790.02	c   setppc           :       2153          6     337561          0          1          0      54022          0          0          0
1790.04/1790.02	c   linear           :       6993          6     337561          0          1          0      26884        968          0          0
1790.04/1790.02	c   indicator        :       6994          0     337561          0          1          0      19483          0          0          0
1790.04/1790.02	c   logicor          :       1010+         6      64535          0          1         14      10251          0          0          0
1790.04/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.04/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.02	c   integral         :     156.11       0.00       0.00     156.11       0.00
1790.04/1790.02	c   varbound         :       0.19       0.00       0.19       0.00       0.00
1790.04/1790.02	c   knapsack         :       3.98       0.01       3.97       0.00       0.00
1790.04/1790.02	c   setppc           :      24.39       0.00      24.39       0.00       0.00
1790.04/1790.02	c   linear           :      48.18       0.01      48.17       0.00       0.00
1790.04/1790.02	c   indicator        :      78.98       0.00      78.98       0.00       0.00
1790.04/1790.02	c   logicor          :       0.27       0.00       0.27       0.00       0.00
1790.04/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.02	c   vbounds          :       3.59      49866          0          0
1790.04/1790.02	c   rootredcost      :       0.13          0          0          0
1790.04/1790.02	c   pseudoobj        :      69.84     337439          0          0
1790.04/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.02	c   propagation      :       0.01        406        406        869       10.1          7        8.3          -
1790.04/1790.02	c   infeasible LP    :       0.32        216        214        227        4.5          3        8.3          0
1790.04/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.02	c   applied globally :          -          -          -        833        8.1          -          -          -
1790.04/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.02	c   cut pool         :       0.00          5          -          -        249          -    (maximal pool size: 1603)
1790.04/1790.02	c   redcost          :      60.99      89171          0          0          0          0
1790.04/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.02	c   gomory           :       0.38          6          0          0       1046          0
1790.04/1790.02	c   strongcg         :       0.32          6          0          0       1206          0
1790.04/1790.02	c   cmir             :       0.50          6          0          0        272          0
1790.04/1790.02	c   flowcover        :       1.94          6          0          0       1109          0
1790.04/1790.02	c   clique           :       0.01          6          0          0          0          0
1790.04/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1790.04/1790.02	c Pricers            :       Time      Calls       Vars
1790.04/1790.02	c   problem variables:       0.00          0          0
1790.04/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.02	c   relpscost        :     155.95      89166          0        100          0          0     178208
1790.04/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1790.04/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.02	c   LP solutions     :       0.00          -          0
1790.04/1790.02	c   pseudo solutions :       0.00          -          0
1790.04/1790.02	c   oneopt           :       0.08          0          0
1790.04/1790.02	c   crossover        :       0.03          0          0
1790.04/1790.02	c   guideddiving     :       0.00          0          0
1790.04/1790.02	c   feaspump         :       8.12        108          0
1790.04/1790.02	c   coefdiving       :     149.48        216          0
1790.04/1790.02	c   pscostdiving     :     165.81        216          0
1790.04/1790.02	c   linesearchdiving :     155.57        216          0
1790.04/1790.02	c   fracdiving       :     168.67        216          0
1790.04/1790.02	c   trivial          :       0.03          2          0
1790.04/1790.02	c   simplerounding   :       0.23      85388          0
1790.04/1790.02	c   zirounding       :       0.25       1000          0
1790.04/1790.02	c   rounding         :       1.11       4086          0
1790.04/1790.02	c   shifting         :       4.05       1271          0
1790.04/1790.02	c   intshifting      :       0.00          0          0
1790.04/1790.02	c   twoopt           :       0.00          0          0
1790.04/1790.02	c   fixandinfer      :       0.00          0          0
1790.04/1790.02	c   veclendiving     :     142.47        206          0
1790.04/1790.02	c   intdiving        :       0.00          0          0
1790.04/1790.02	c   actconsdiving    :       0.00          0          0
1790.04/1790.02	c   objpscostdiving  :      10.61         38          0
1790.04/1790.02	c   rootsoldiving    :       6.65         19          0
1790.04/1790.02	c   octane           :       0.00          0          0
1790.04/1790.02	c   rens             :       0.15          1          0
1790.04/1790.02	c   rins             :       0.00          0          0
1790.04/1790.02	c   localbranching   :       0.00          0          0
1790.04/1790.02	c   mutation         :       0.00          0          0
1790.04/1790.02	c   dins             :       0.00          0          0
1790.04/1790.02	c   undercover       :       0.00          0          0
1790.04/1790.02	c   nlp              :       0.03          0          0
1790.04/1790.02	c   trysol           :       0.04          0          0
1790.04/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.02	c   primal LP        :       0.01          0          0       0.00          -
1790.04/1790.02	c   dual LP          :     460.35      85398    1396872      16.36    3034.38
1790.04/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.02	c   diving/probing LP:     440.61     102892     340570       3.31     772.95
1790.04/1790.02	c   strong branching :     147.95      18247     276063      15.13    1865.88
1790.04/1790.02	c     (at root node) :          -         17        496      29.18          -
1790.04/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.02	c B&B Tree           :
1790.04/1790.02	c   number of runs   :          1
1790.04/1790.02	c   nodes            :      89248
1790.04/1790.02	c   nodes (total)    :      89248
1790.04/1790.02	c   nodes left       :      88963
1790.04/1790.02	c   max depth        :        175
1790.04/1790.02	c   max depth (total):        175
1790.04/1790.02	c   backtracks       :       1133 (1.3%)
1790.04/1790.02	c   delayed cutoffs  :          0
1790.04/1790.02	c   repropagations   :       1964 (786 domain reductions, 0 cutoffs)
1790.04/1790.02	c   avg switch length:       2.71
1790.04/1790.02	c   switching time   :      13.49
1790.04/1790.02	c Solution           :
1790.04/1790.02	c   Solutions found  :          0 (0 improvements)
1790.04/1790.02	c   Primal Bound     :          -
1790.04/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.02	c   Gap              :   infinite
1790.04/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.02	c   Root Iterations  :       3132
1790.24/1790.20	c Time complete: 1790.24.

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-2705029-1278574752/watcher-2705029-1278574752 -o /tmp/evaluation-result-2705029-1278574752/solver-2705029-1278574752 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705029-1278574752.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.69 1.92 1.66 2/173 21627
/proc/meminfo: memFree=29937640/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=12544 CPUtime=0
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 1976 0 0 0 0 0 0 0 21 0 1 0 25689977 12845056 1894 4089446400 4194304 10345943 140733995402032 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21627/statm: 3136 1894 429 1502 0 1629 0

[startup+0.058024 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21627
/proc/meminfo: memFree=29937640/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=27596 CPUtime=0.04
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 5754 0 0 0 4 0 0 0 21 0 1 0 25689977 28258304 5672 4089446400 4194304 10345943 140733995402032 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21627/statm: 6899 5672 430 1502 0 5392 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27596

[startup+0.101018 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21627
/proc/meminfo: memFree=29937640/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=35896 CPUtime=0.09
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 7830 0 0 0 9 0 0 0 21 0 1 0 25689977 36757504 7748 4089446400 4194304 10345943 140733995402032 18446744073709551615 6328767 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21627/statm: 8974 7748 430 1502 0 7467 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35896

[startup+0.300965 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21627
/proc/meminfo: memFree=29937640/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=86992 CPUtime=0.29
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 20610 0 0 0 27 2 0 0 21 0 1 0 25689977 89079808 20149 4089446400 4194304 10345943 140733995402032 18446744073709551615 5093790 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 21748 20149 595 1502 0 20241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86992

[startup+0.700911 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21627
/proc/meminfo: memFree=29937640/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=104848 CPUtime=0.69
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 24588 0 0 0 67 2 0 0 22 0 1 0 25689977 107364352 24081 4089446400 4194304 10345943 140733995402032 18446744073709551615 5427868 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 26212 24081 725 1502 0 24705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104848

[startup+1.50077 s]
/proc/loadavg: 1.69 1.92 1.66 2/174 21628
/proc/meminfo: memFree=29842028/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=110256 CPUtime=1.49
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 25678 0 0 0 146 3 0 0 25 0 1 0 25689977 112902144 25148 4089446400 4194304 10345943 140733995402032 18446744073709551615 7568759 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 27564 25148 772 1502 0 26057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110256

[startup+3.10049 s]
/proc/loadavg: 1.69 1.92 1.66 2/174 21628
/proc/meminfo: memFree=29838936/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=113264 CPUtime=3.09
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 26451 0 0 0 306 3 0 0 25 0 1 0 25689977 115982336 25914 4089446400 4194304 10345943 140733995402032 18446744073709551615 9134648 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 28316 25914 773 1502 0 26809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113264

[startup+6.30092 s]
/proc/loadavg: 1.72 1.92 1.66 3/179 21638
/proc/meminfo: memFree=29709032/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=6.29
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39241 0 0 0 625 4 0 0 25 0 1 0 25689977 157511680 36306 4089446400 4194304 10345943 140733995402032 18446744073709551615 7606750 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36306 812 1502 0 36948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 153820

[startup+12.7008 s]
/proc/loadavg: 1.74 1.92 1.66 3/179 21638
/proc/meminfo: memFree=29698916/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=12.69
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39413 0 0 0 1263 6 0 0 25 0 1 0 25689977 157511680 36478 4089446400 4194304 10345943 140733995402032 18446744073709551615 6003107 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36478 812 1502 0 36948 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153820

[startup+25.5005 s]
/proc/loadavg: 1.80 1.93 1.67 3/179 21638
/proc/meminfo: memFree=29696656/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=25.49
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39683 0 0 0 2542 7 0 0 25 0 1 0 25689977 157511680 36748 4089446400 4194304 10345943 140733995402032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36748 815 1502 0 36948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153820

[startup+51.101 s]
/proc/loadavg: 1.87 1.93 1.67 3/179 21639
/proc/meminfo: memFree=29695272/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=51.09
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39718 0 0 0 5096 13 0 0 25 0 1 0 25689977 157511680 36783 4089446400 4194304 10345943 140733995402032 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36783 815 1502 0 36948 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153820

[startup+102.307 s]
/proc/loadavg: 1.94 1.94 1.69 3/179 21640
/proc/meminfo: memFree=29689156/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=102.3
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39763 0 0 0 10210 20 0 0 25 0 1 0 25689977 157511680 36828 4089446400 4194304 10345943 140733995402032 18446744073709551615 6120306 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36828 815 1502 0 36948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153820

[startup+162.3 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 21642
/proc/meminfo: memFree=29660340/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=153820 CPUtime=162.29
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 39771 0 0 0 16203 26 0 0 25 0 1 0 25689977 157511680 36836 4089446400 4194304 10345943 140733995402032 18446744073709551615 6520140 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 38455 36836 815 1502 0 36948 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 153820

[startup+222.301 s]
/proc/loadavg: 1.99 1.95 1.72 3/179 21644
/proc/meminfo: memFree=29617244/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=158388 CPUtime=222.29
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 54183 0 0 0 22193 36 0 0 25 0 1 0 25689977 162189312 37466 4089446400 4194304 10345943 140733995402032 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 39597 37466 815 1502 0 38090 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158388

[startup+282.301 s]
/proc/loadavg: 1.99 1.96 1.74 3/179 21645
/proc/meminfo: memFree=29560788/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=172604 CPUtime=282.29
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 83663 0 0 0 28181 48 0 0 25 0 1 0 25689977 176746496 41171 4089446400 4194304 10345943 140733995402032 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 43151 41171 816 1502 0 41644 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 172604

[startup+342.3 s]
/proc/loadavg: 1.99 1.96 1.75 3/179 21647
/proc/meminfo: memFree=29512740/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=183232 CPUtime=342.3
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 119539 0 0 0 34169 61 0 0 25 0 1 0 25689977 187629568 43760 4089446400 4194304 10345943 140733995402032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 45808 43760 816 1502 0 44301 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183232

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/179 21648
/proc/meminfo: memFree=29456788/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=198668 CPUtime=402.3
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 130145 0 0 0 40160 70 0 0 25 0 1 0 25689977 203436032 47736 4089446400 4194304 10345943 140733995402032 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 49667 47736 816 1502 0 48160 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 198668

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/179 21650
/proc/meminfo: memFree=29401300/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=213836 CPUtime=462.3
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 161878 0 0 0 46150 80 0 0 25 0 1 0 25689977 218968064 51607 4089446400 4194304 10345943 140733995402032 18446744073709551615 6803038 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 53459 51607 816 1502 0 51952 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 213836

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/179 21652
/proc/meminfo: memFree=29343092/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=228156 CPUtime=522.3
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 180083 0 0 0 52140 90 0 0 25 0 1 0 25689977 233631744 55449 4089446400 4194304 10345943 140733995402032 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 57039 55449 816 1502 0 55532 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 228156

[startup+582.301 s]
/proc/loadavg: 2.03 1.99 1.80 3/179 21653
/proc/meminfo: memFree=29292584/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=245036 CPUtime=582.31
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 231273 0 0 0 58125 106 0 0 25 0 1 0 25689977 250916864 59300 4089446400 4194304 10345943 140733995402032 18446744073709551615 6803467 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 61259 59300 816 1502 0 59752 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 245036

[startup+642.3 s]
/proc/loadavg: 2.01 1.99 1.81 3/179 21655
/proc/meminfo: memFree=29236996/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=263432 CPUtime=642.31
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 276170 0 0 0 64110 121 0 0 25 0 1 0 25689977 269754368 63688 4089446400 4194304 10345943 140733995402032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 65858 63688 816 1502 0 64351 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 263432

[startup+702.301 s]

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

/proc/meminfo: memFree=28840016/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=402092 CPUtime=1062.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 480538 0 0 0 106032 200 0 0 25 0 1 0 25689977 411742208 98413 4089446400 4194304 10345943 140733995402032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 100523 98413 816 1502 0 99016 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 402092

[startup+1122.3 s]
/proc/loadavg: 2.04 2.00 1.87 3/179 21668
/proc/meminfo: memFree=28793848/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=422928 CPUtime=1122.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 504940 0 0 0 112022 210 0 0 25 0 1 0 25689977 433078272 103917 4089446400 4194304 10345943 140733995402032 18446744073709551615 6528256 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 105732 103917 816 1502 0 104225 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 422928

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.87 3/179 21669
/proc/meminfo: memFree=28748060/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=443448 CPUtime=1182.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 556249 0 0 0 118011 221 0 0 25 0 1 0 25689977 454090752 108810 4089446400 4194304 10345943 140733995402032 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 110862 108810 816 1502 0 109355 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 443448

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 21671
/proc/meminfo: memFree=28695188/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=465336 CPUtime=1242.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 570597 0 0 0 124001 231 0 0 25 0 1 0 25689977 476504064 114273 4089446400 4194304 10345943 140733995402032 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 116334 114273 816 1502 0 114827 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 465336

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 21672
/proc/meminfo: memFree=28653108/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=482612 CPUtime=1302.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 599290 0 0 0 129990 243 0 0 25 0 1 0 25689977 494194688 118721 4089446400 4194304 10345943 140733995402032 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 120653 118721 816 1502 0 119146 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 482612

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 21683
/proc/meminfo: memFree=28598052/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=501132 CPUtime=1362.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 640982 0 0 0 135977 255 0 0 25 0 1 0 25689977 513159168 123366 4089446400 4194304 10345943 140733995402032 18446744073709551615 6802931 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 125283 123366 816 1502 0 123776 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 501132

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 21685
/proc/meminfo: memFree=28536148/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=525620 CPUtime=1422.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 656415 0 0 0 141970 263 0 0 25 0 1 0 25689977 538234880 129078 4089446400 4194304 10345943 140733995402032 18446744073709551615 7522155 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 131405 129078 816 1502 0 129898 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 525620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 21686
/proc/meminfo: memFree=28479808/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=543976 CPUtime=1482.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 693090 0 0 0 147958 275 0 0 25 0 1 0 25689977 557031424 133765 4089446400 4194304 10345943 140733995402032 18446744073709551615 6702867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 135994 133765 816 1502 0 134487 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 543976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21688
/proc/meminfo: memFree=28419376/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=563936 CPUtime=1542.32
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 709444 0 0 0 153948 284 0 0 25 0 1 0 25689977 577470464 138722 4089446400 4194304 10345943 140733995402032 18446744073709551615 7488792 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 140984 138722 816 1502 0 139477 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 563936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21689
/proc/meminfo: memFree=28355716/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=588148 CPUtime=1602.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 732960 0 0 0 159939 294 0 0 25 0 1 0 25689977 602263552 144722 4089446400 4194304 10345943 140733995402032 18446744073709551615 6777639 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 147037 144722 816 1502 0 145530 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 588148

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 21691
/proc/meminfo: memFree=28290448/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=607832 CPUtime=1662.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 769350 0 0 0 165927 306 0 0 25 0 1 0 25689977 622419968 149635 4089446400 4194304 10345943 140733995402032 18446744073709551615 6853984 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 151958 149635 816 1502 0 150451 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 607832

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21693
/proc/meminfo: memFree=28230280/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=631960 CPUtime=1722.33
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 791784 0 0 0 171918 315 0 0 25 0 1 0 25689977 647127040 155635 4089446400 4194304 10345943 140733995402032 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 157990 155635 816 1502 0 156483 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 631960

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28170952/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=659012 CPUtime=1782.34
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 803229 0 0 0 177912 322 0 0 25 0 1 0 25689977 674828288 161979 4089446400 4194304 10345943 140733995402032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 164753 161979 816 1502 0 163246 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 659012

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28167480/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=659504 CPUtime=1785.53
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 805097 0 0 0 178231 322 0 0 25 0 1 0 25689977 675332096 162224 4089446400 4194304 10345943 140733995402032 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 164876 162224 816 1502 0 163369 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 659504

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28164380/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=661092 CPUtime=1788.74
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 806341 0 0 0 178551 323 0 0 25 0 1 0 25689977 676958208 162481 4089446400 4194304 10345943 140733995402032 18446744073709551615 4694325 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 165273 162481 816 1502 0 163766 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 661092

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28164380/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=659036 CPUtime=1789.54
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 806851 0 0 0 178631 323 0 0 25 0 1 0 25689977 674852864 162469 4089446400 4194304 10345943 140733995402032 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 164759 162469 816 1502 0 163252 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 659036

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28162376/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=659036 CPUtime=1789.94
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 806858 0 0 0 178671 323 0 0 25 0 1 0 25689977 674852864 162476 4089446400 4194304 10345943 140733995402032 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21627/statm: 164759 162476 816 1502 0 163252 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 659036

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28162376/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=661124 CPUtime=1790.14
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 806909 0 0 0 178691 323 0 0 18 0 1 0 25689977 676990976 162493 4089446400 4194304 10345943 140733995402032 18446744073709551615 4221203 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21627/statm: 165281 162493 818 1502 0 163774 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 661124

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21694
/proc/meminfo: memFree=28162376/32951124 swapFree=67111528/67111528
[pid=21627] ppid=21625 vsize=102984 CPUtime=1790.24
/proc/21627/stat : 21627 (pbscip.linux.x8) R 21625 21627 21384 0 -1 4202496 806909 0 0 0 178699 325 0 0 18 0 1 0 25689977 105455616 24403 4089446400 4194304 10345943 140733995402032 18446744073709551615 4288149 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21627/statm: 25746 24403 818 1502 0 24239 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 102984

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.25
CPU user time (s): 1786.99
CPU system time (s): 3.2565
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 661148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.99
system time used= 3.2565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 806912
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= 4
involuntary context switches= 1114

runsolver used 2.6566 second user time and 7.09092 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-08 09:39:12
IDJOB=2705029
IDBENCH=79003
IDSOLVER=1214
FILE ID=node108/2705029-1278574752
PBS_JOBID= 11240238
Free space on /tmp= 73484 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705029-1278574752/watcher-2705029-1278574752 -o /tmp/evaluation-result-2705029-1278574752/solver-2705029-1278574752 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705029-1278574752.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68c125c2e3e966fc6e8a8bc50cef96ab
RANDOM SEED=820752671

node108.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		: 2681.499
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	: 5362.99
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		: 2681.499
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.75
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		: 2681.499
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.74
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		: 2681.499
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.75
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		: 2681.499
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2681.499
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.69
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		: 2681.499
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		: 2681.499
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29938168 kB
Buffers:        150740 kB
Cached:        2650332 kB
SwapCached:          0 kB
Active:        1774164 kB
Inactive:      1089516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29938168 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13368 kB
Writeback:           0 kB
AnonPages:       62976 kB
Mapped:          14424 kB
Slab:            84908 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185496 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= 73456 MiB
End job on node108 at 2010-07-08 10:09:03