Trace number 2666737

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT-6 1023.88 1024.19

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark766.009
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2666737-1276670216.opb>
0.00/0.03	c original problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.22	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 12084 impls, 100 clqs
0.39/0.43	c    (0.2s) probing: 101/1598 (6.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.43	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.43	c presolving (2 rounds):
0.39/0.43	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.43	c  12084 implications, 100 cliques
0.39/0.43	c presolved problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.39/0.43	c     100 constraints of type <setppc>
0.39/0.43	c    1498 constraints of type <and>
0.39/0.43	c       1 constraints of type <linear>
0.39/0.43	c      50 constraints of type <logicor>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.22
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 1.2.1.2
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1799.98
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 1620
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c heuristics/undercover/freq = 0
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/rapidlearning/freq = 0
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.43	c 
2.99/3.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.08	c t 2.8s|     1 |     0 |  3384 |     - |7745k|   0 | 349 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
3.20/3.29	o -1
3.20/3.29	c u 3.0s|     1 |     0 |  3384 |     - |7764k|   0 | 349 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
5.09/5.11	o -4
5.09/5.11	c y 4.6s|     1 |     0 |  3384 |     - |8680k|   0 | 349 |1598 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
6.79/6.82	c   6.2s|     1 |     0 |  4930 |     - |  11M|   0 | 356 |1598 |2466 |1598 |3203 |  56 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
8.70/8.80	c   8.2s|     1 |     0 |  6273 |     - |  11M|   0 | 431 |1598 |2466 |1598 |3233 |  86 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
11.08/11.17	c  10.6s|     1 |     0 |  7809 |     - |  12M|   0 | 334 |1598 |2466 |1598 |3262 | 115 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
13.69/13.74	c  13.2s|     1 |     0 |  9379 |     - |  12M|   0 | 329 |1598 |2466 |1598 |3298 | 151 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
15.79/15.83	c  15.2s|     1 |     0 | 10679 |     - |  13M|   0 | 438 |1598 |2466 |1598 |3333 | 186 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
17.99/18.03	c  17.4s|     1 |     0 | 11961 |     - |  13M|   0 | 427 |1598 |2466 |1598 |3347 | 200 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
42.37/42.48	c  41.5s|     1 |     2 | 11961 |     - |  13M|   0 | 427 |1598 |2466 |1598 |3347 | 200 |   0 |  12 |-2.500000e+01 |-4.000000e+00 |  84.00%
123.76/123.87	o -5
123.76/123.87	c R 122s|    50 |    31 | 49997 | 776.2 |  13M|  14 |  50 |1598 |2470 |1598 |1636 |3172 |   4 | 366 |-2.406552e+01 |-5.000000e+00 |  79.22%
191.34/191.45	o -6
191.34/191.45	c c 189s|   162 |   110 |159496 | 916.4 |  14M|  28 |   - |1598 |2507 |1598 |1727 |6126 |  41 | 519 |-1.860231e+01 |-6.000000e+00 |  67.75%
619.11/619.37	c   611s| 10000 |  1942 |858612 |  84.7 |  38M|  72 | 197 |1598 |2525 |1598 |1748 |  29k| 332 |4439 |-1.202568e+01 |-6.000000e+00 |  50.11%
791.95/792.22	c   781s| 20000 |  1890 |  1161k|  57.5 |  44M|  72 |  85 |1598 |2507 |1598 |1761 |  36k| 640 |5910 |-1.060281e+01 |-6.000000e+00 |  43.41%
951.00/951.36	c   937s| 30000 |  1338 |  1404k|  46.4 |  40M|  72 |   - |1598 |2464 |1598 |1746 |  42k|1021 |8389 |-9.302510e+00 |-6.000000e+00 |  35.50%
1023.79/1024.14	c 
1023.79/1024.14	c SCIP Status        : problem is solved [optimal solution found]
1023.79/1024.14	c Solving Time (sec) : 1008.14
1023.79/1024.14	c Solving Nodes      : 35670
1023.79/1024.14	c Primal Bound       : -6.00000000000000e+00 (12 solutions)
1023.79/1024.14	c Dual Bound         : -6.00000000000000e+00
1023.79/1024.14	c Gap                : 0.00 %
1023.79/1024.14	s OPTIMUM FOUND
1023.79/1024.14	v x95 -x89 -x79 -x96 -x52 x98 -x58 -x55 -x54 -x71 -x75 -x99 -x88 -x85 -x57 -x51 -x97 -x92 x90 -x82 -x76 -x67 -x65 -x61 -x56 x70 -x59 
1023.79/1024.14	v -x53 -x74 -x81 -x83 -x80 -x68 -x69 -x62 -x73 -x77 -x64 -x60 -x91 -x63 -x72 -x100 -x93 x86 -x94 -x66 -x78 -x87 x84 -x50 -x49 
1023.79/1024.14	v -x48 x47 -x46 -x45 -x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 
1023.79/1024.14	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1023.79/1024.14	c SCIP Status        : problem is solved [optimal solution found]
1023.79/1024.14	c Solving Time       :    1008.14
1023.79/1024.14	c Original Problem   :
1023.79/1024.14	c   Problem name     : HOME/instance-2666737-1276670216.opb
1023.79/1024.14	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1023.79/1024.14	c   Constraints      : 1649 initial, 1649 maximal
1023.79/1024.14	c Presolved Problem  :
1023.79/1024.14	c   Problem name     : t_HOME/instance-2666737-1276670216.opb
1023.79/1024.14	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
1023.79/1024.14	c   Constraints      : 1649 initial, 2555 maximal
1023.79/1024.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1023.79/1024.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   implics          :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   probing          :       0.04          0          0          0          0          0          0          0          0
1023.79/1024.14	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   and              :       0.16          0          0          0          0          0          0          0          0
1023.79/1024.14	c   linear           :       0.01          0          0          0          0          0          0          0          0
1023.79/1024.14	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1023.79/1024.14	c   root node        :          -         64          -          -         64          -          -          -          -
1023.79/1024.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1023.79/1024.14	c   integral         :          0          0          0      19622          0         48       4155          0          0      35702
1023.79/1024.14	c   setppc           :        100          6     117763          0          0        251     133999          0          0          0
1023.79/1024.14	c   and              :       1498      29222     117512          0          0         66    2549304      46401          0          0
1023.79/1024.14	c   linear           :          1+         7     117435          0          0        109       2062          0          0          0
1023.79/1024.14	c   logicor          :         50+         6      34014          0          0         13      16888          0          0          0
1023.79/1024.14	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1023.79/1024.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1023.79/1024.14	c   integral         :     242.45       0.00       0.00     242.45       0.00
1023.79/1024.14	c   setppc           :       0.79       0.00       0.79       0.00       0.00
1023.79/1024.14	c   and              :      35.12      11.75      23.37       0.00       0.00
1023.79/1024.14	c   linear           :       4.86       0.02       4.84       0.00       0.00
1023.79/1024.14	c   logicor          :       2.80       0.00       2.80       0.00       0.00
1023.79/1024.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1023.79/1024.14	c Propagators        :       Time      Calls    Cutoffs    DomReds
1023.79/1024.14	c   vbounds          :       0.07          2          0          0
1023.79/1024.14	c   rootredcost      :       0.07          3          0          0
1023.79/1024.14	c   pseudoobj        :       0.77     118507        452        897
1023.79/1024.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1023.79/1024.14	c   propagation      :       0.08        890        833       1518       40.5          3       37.3          -
1023.79/1024.14	c   infeasible LP    :       0.01          9          9         30       30.1          0        0.0          0
1023.79/1024.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1023.79/1024.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1023.79/1024.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1023.79/1024.14	c   applied globally :          -          -          -       1176       35.9          -          -          -
1023.79/1024.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1023.79/1024.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1023.79/1024.14	c   cut pool         :       0.00          5          -          -         36          -    (maximal pool size: 310)
1023.79/1024.14	c   redcost          :       3.27      30989          0     103667          0          0
1023.79/1024.14	c   impliedbounds    :       0.01          6          0          0          0          0
1023.79/1024.14	c   intobj           :       0.00          0          0          0          0          0
1023.79/1024.14	c   cgmip            :       0.00          0          0          0          0          0
1023.79/1024.14	c   gomory           :       0.90          6          0          0        152          0
1023.79/1024.14	c   strongcg         :       1.98          6          0          0        359          0
1023.79/1024.14	c   cmir             :       0.14          6          0          0          0          0
1023.79/1024.14	c   flowcover        :       0.16          6          0          0          0          0
1023.79/1024.14	c   clique           :       0.04          6          0          0         45          0
1023.79/1024.14	c   zerohalf         :       0.00          0          0          0          0          0
1023.79/1024.14	c   mcf              :       0.04          2          0          0          0          0
1023.79/1024.14	c   rapidlearning    :       1.22          1          0          0          0        817
1023.79/1024.14	c Pricers            :       Time      Calls       Vars
1023.79/1024.14	c   problem variables:       0.00          0          0
1023.79/1024.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1023.79/1024.14	c   relpscost        :     242.38      19622         48       4155          0          0      35702
1023.79/1024.14	c   pscost           :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   inference        :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   mostinf          :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   leastinf         :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1023.79/1024.14	c   random           :       0.00          0          0          0          0          0          0
1023.79/1024.14	c Primal Heuristics  :       Time      Calls      Found
1023.79/1024.14	c   LP solutions     :       0.00          -          0
1023.79/1024.14	c   pseudo solutions :       0.00          -          0
1023.79/1024.14	c   feaspump         :       0.01          0          0
1023.79/1024.14	c   oneopt           :       0.09          3          0
1023.79/1024.14	c   crossover        :       0.28          7          0
1023.79/1024.14	c   guideddiving     :       9.49         38          0
1023.79/1024.14	c   linesearchdiving :       8.29         38          0
1023.79/1024.14	c   coefdiving       :      10.65         38          1
1023.79/1024.14	c   fracdiving       :       5.78         38          0
1023.79/1024.14	c   veclendiving     :      11.54         38          0
1023.79/1024.14	c   pscostdiving     :       5.25         39          0
1023.79/1024.14	c   rootsoldiving    :       3.42         20          0
1023.79/1024.14	c   objpscostdiving  :       9.37         20          0
1023.79/1024.14	c   trivial          :       0.01          2          3
1023.79/1024.14	c   simplerounding   :       0.12          0          0
1023.79/1024.14	c   zirounding       :       0.24       1000          0
1023.79/1024.14	c   rounding         :       5.28       7658          1
1023.79/1024.14	c   shifting         :       1.96       1566          5
1023.79/1024.15	c   intshifting      :       0.00          0          0
1023.79/1024.15	c   twoopt           :       0.00          0          0
1023.79/1024.15	c   fixandinfer      :       0.00          0          0
1023.79/1024.15	c   intdiving        :       0.00          0          0
1023.79/1024.15	c   actconsdiving    :       0.00          0          0
1023.79/1024.15	c   octane           :       0.00          0          0
1023.79/1024.15	c   rens             :       8.99          1          0
1023.79/1024.15	c   rins             :       0.00          0          0
1023.79/1024.15	c   localbranching   :       0.00          0          0
1023.79/1024.15	c   mutation         :       0.00          0          0
1023.79/1024.15	c   dins             :       0.00          0          0
1023.79/1024.15	c   undercover       :       0.16          1          1
1023.79/1024.15	c   nlp              :       0.02          0          0
1023.79/1024.15	c   trysol           :       0.06          0          0
1023.79/1024.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1023.79/1024.15	c   primal LP        :       4.46          0          0       0.00       0.00
1023.79/1024.15	c   dual LP          :     538.04      46278    1399473      30.24    2601.06
1023.79/1024.15	c   lex dual LP      :       0.00          0          0       0.00          -
1023.79/1024.15	c   barrier LP       :       0.00          0          0       0.00          -
1023.79/1024.15	c   diving/probing LP:      50.24       9957     123883      12.44    2465.82
1023.79/1024.15	c   strong branching :     240.84       8861     591697      66.78    2456.81
1023.79/1024.15	c     (at root node) :          -         12      12000    1000.00          -
1023.79/1024.15	c   conflict analysis:       0.00          0          0       0.00          -
1023.79/1024.15	c B&B Tree           :
1023.79/1024.15	c   number of runs   :          1
1023.79/1024.15	c   nodes            :      35670
1023.79/1024.15	c   nodes (total)    :      35670
1023.79/1024.15	c   nodes left       :          0
1023.79/1024.15	c   max depth        :         72
1023.79/1024.15	c   max depth (total):         72
1023.79/1024.15	c   backtracks       :       4759 (13.3%)
1023.79/1024.15	c   delayed cutoffs  :          8
1023.79/1024.15	c   repropagations   :       5414 (9676 domain reductions, 1 cutoffs)
1023.79/1024.15	c   avg switch length:       7.59
1023.79/1024.15	c   switching time   :      47.01
1023.79/1024.15	c Solution           :
1023.79/1024.15	c   Solutions found  :         12 (5 improvements)
1023.79/1024.15	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1023.79/1024.15	c   Primal Bound     : -6.00000000000000e+00   (in run 1, after 162 nodes, 189.45 seconds, depth 94, found by <coefdiving>)
1023.79/1024.15	c   Dual Bound       : -6.00000000000000e+00
1023.79/1024.15	c   Gap              :       0.00 %
1023.79/1024.15	c   Root Dual Bound  : -2.50000000000000e+01
1023.79/1024.15	c   Root Iterations  :      11961
1023.79/1024.19	c Time complete: 1023.87.

Verifier Data

OK	-6

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666737-1276670216/watcher-2666737-1276670216 -o /tmp/evaluation-result-2666737-1276670216/solver-2666737-1276670216 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666737-1276670216.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14168
/proc/meminfo: memFree=1759624/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=7724 CPUtime=0
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1180 0 0 0 0 0 0 0 25 0 1 0 8315725 7909376 1099 1992294400 4194304 8223781 140736902629152 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14168/statm: 1931 1109 348 984 0 944 0

[startup+0.0933459 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14168
/proc/meminfo: memFree=1759624/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=16488 CPUtime=0.08
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 3770 0 0 0 5 3 0 0 25 0 1 0 8315725 16883712 3068 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 4122 3068 432 984 0 3135 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16488

[startup+0.100347 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14168
/proc/meminfo: memFree=1759624/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=16488 CPUtime=0.09
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 3770 0 0 0 6 3 0 0 25 0 1 0 8315725 16883712 3068 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 4122 3068 432 984 0 3135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.300368 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14168
/proc/meminfo: memFree=1759624/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=17784 CPUtime=0.29
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 5418 0 0 0 16 13 0 0 25 0 1 0 8315725 18210816 3431 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 4446 3431 459 984 0 3459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17784

[startup+0.70041 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14168
/proc/meminfo: memFree=1759624/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=25868 CPUtime=0.69
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 8056 0 0 0 49 20 0 0 25 0 1 0 8315725 26488832 5512 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 6467 5512 538 984 0 5480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25868

[startup+1.50049 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1738908/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=27264 CPUtime=1.49
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 8600 0 0 0 128 21 0 0 25 0 1 0 8315725 27918336 5759 1992294400 4194304 8223781 140736902629152 18446744073709551615 6569636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 6816 5759 535 984 0 5829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27264

[startup+3.10066 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1738412/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=30728 CPUtime=3.09
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 9975 0 0 0 287 22 0 0 25 0 1 0 8315725 31465472 6485 1992294400 4194304 8223781 140736902629152 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 7682 6494 545 984 0 6695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30728

[startup+6.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1718944/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=45848 CPUtime=6.29
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 27205 0 0 0 576 53 0 0 25 0 1 0 8315725 46948352 10551 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11462 10551 602 984 0 10475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45848

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14169
/proc/meminfo: memFree=1718572/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=46540 CPUtime=12.69
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 27369 0 0 0 1213 56 0 0 25 0 1 0 8315725 47656960 10715 1992294400 4194304 8223781 140736902629152 18446744073709551615 6520864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11635 10715 602 984 0 10648 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46540

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14171
/proc/meminfo: memFree=1699476/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=66368 CPUtime=25.49
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 61601 0 0 0 2469 80 0 0 25 0 1 0 8315725 67960832 15387 1992294400 4194304 8223781 140736902629152 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 16592 15387 610 984 0 15605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66368

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14171
/proc/meminfo: memFree=1717332/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=47112 CPUtime=51.07
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 61729 0 0 0 5012 95 0 0 25 0 1 0 8315725 48242688 10881 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11778 10881 611 984 0 10791 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47112

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14173
/proc/meminfo: memFree=1717332/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=47112 CPUtime=102.26
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 61740 0 0 0 10102 124 0 0 25 0 1 0 8315725 48242688 10892 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11778 10892 611 984 0 10791 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47112

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14173
/proc/meminfo: memFree=1717208/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=47112 CPUtime=162.23
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 61744 0 0 0 16055 168 0 0 25 0 1 0 8315725 48242688 10896 1992294400 4194304 8223781 140736902629152 18446744073709551615 6562466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11778 10896 611 984 0 10791 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47112

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14175
/proc/meminfo: memFree=1717208/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=47112 CPUtime=222.22
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 61745 0 0 0 22004 218 0 0 25 0 1 0 8315725 48242688 10897 1992294400 4194304 8223781 140736902629152 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11778 10897 612 984 0 10791 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47112

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14177
/proc/meminfo: memFree=1717084/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=47112 CPUtime=282.2
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 65762 0 0 0 27945 275 0 0 25 0 1 0 8315725 48242688 10899 1992294400 4194304 8223781 140736902629152 18446744073709551615 6569954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 11778 10899 614 984 0 10791 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47112

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14179
/proc/meminfo: memFree=1714976/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=49488 CPUtime=342.18
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 122316 0 0 0 33869 349 0 0 25 0 1 0 8315725 50675712 11479 1992294400 4194304 8223781 140736902629152 18446744073709551615 5951422 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 12372 11479 614 984 0 11385 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 49488

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14181
/proc/meminfo: memFree=1711256/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=53068 CPUtime=402.17
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 221810 0 0 0 39765 452 0 0 25 0 1 0 8315725 54341632 12375 1992294400 4194304 8223781 140736902629152 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 13267 12375 614 984 0 12280 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 53068

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14181
/proc/meminfo: memFree=1705924/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=58756 CPUtime=462.15
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 320946 0 0 0 45664 551 0 0 25 0 1 0 8315725 60166144 13743 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 14689 13743 614 984 0 13702 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 58756

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14183
/proc/meminfo: memFree=1699972/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=64912 CPUtime=522.13
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 412129 0 0 0 51558 655 0 0 25 0 1 0 8315725 66469888 15262 1992294400 4194304 8223781 140736902629152 18446744073709551615 4780261 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 16228 15262 614 984 0 15241 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 64912

[startup+582.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 14185
/proc/meminfo: memFree=1692284/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=72808 CPUtime=582.11
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 504625 0 0 0 57451 760 0 0 25 0 1 0 8315725 74555392 17136 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 18202 17136 614 984 0 17215 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 72808

[startup+642.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/106 14187
/proc/meminfo: memFree=1687448/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=77860 CPUtime=642.1
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 601597 0 0 0 63336 874 0 0 25 0 1 0 8315725 79728640 18326 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 19465 18326 614 984 0 18478 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 77860

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14189
/proc/meminfo: memFree=1682240/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=83152 CPUtime=702.07
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 693382 0 0 0 69231 976 0 0 25 0 1 0 8315725 85147648 19592 1992294400 4194304 8223781 140736902629152 18446744073709551615 7257368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 20788 19602 614 984 0 19801 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 83152

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14189
/proc/meminfo: memFree=1678644/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=87104 CPUtime=762.07
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 766400 0 0 0 75127 1080 0 0 25 0 1 0 8315725 89194496 20558 1992294400 4194304 8223781 140736902629152 18446744073709551615 6560056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 21776 20558 623 984 0 20789 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 87104

[startup+822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14191
/proc/meminfo: memFree=1674924/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=90448 CPUtime=822.05
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 876043 0 0 0 81008 1197 0 0 25 0 1 0 8315725 92618752 21409 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 22612 21409 614 984 0 21625 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 90448

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14193
/proc/meminfo: memFree=1671080/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=94380 CPUtime=882.02
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 965823 0 0 0 86900 1302 0 0 25 0 1 0 8315725 96645120 22356 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 23595 22356 614 984 0 22608 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 94380

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14195
/proc/meminfo: memFree=1668972/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=96244 CPUtime=942.01
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1058086 0 0 0 92784 1417 0 0 25 0 1 0 8315725 98553856 22799 1992294400 4194304 8223781 140736902629152 18446744073709551615 6560046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24061 22799 614 984 0 23074 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 96244

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667980/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1001.99
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1147339 0 0 0 98665 1534 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 7453498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 97484

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

[startup+1011.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667980/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97756 CPUtime=1010.78
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1153983 0 0 0 99530 1548 0 0 25 0 1 0 8315725 100102144 23110 1992294400 4194304 8223781 140736902629152 18446744073709551615 6559386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24439 23110 614 984 0 23452 0
Current children cumulated CPU time (s) 1010.78
Current children cumulated vsize (KiB) 97756

[startup+1017.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1017.19
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1161790 0 0 0 100161 1558 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 6536496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1017.19
Current children cumulated vsize (KiB) 97484

[startup+1020.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1020.39
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1165772 0 0 0 100477 1562 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1020.39
Current children cumulated vsize (KiB) 97484

[startup+1022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1021.98
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1167722 0 0 0 100634 1564 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1021.98
Current children cumulated vsize (KiB) 97484

[startup+1023.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1022.78
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1168575 0 0 0 100713 1565 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 4923930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1022.78
Current children cumulated vsize (KiB) 97484

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97484 CPUtime=1023.58
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1169595 0 0 0 100792 1566 0 0 25 0 1 0 8315725 99823616 23091 1992294400 4194304 8223781 140736902629152 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24371 23091 614 984 0 23384 0
Current children cumulated CPU time (s) 1023.58
Current children cumulated vsize (KiB) 97484

[startup+1024.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14197
/proc/meminfo: memFree=1667732/2059040 swapFree=4192956/4192956
[pid=14168] ppid=14166 vsize=97556 CPUtime=1023.79
/proc/14168/stat : 14168 (pbscip.linux.x8) R 14166 14168 13979 0 -1 4202496 1169838 0 0 0 100812 1567 0 0 25 0 1 0 8315725 99897344 23092 1992294400 4194304 8223781 140736902629152 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14168/statm: 24389 23092 614 984 0 23402 0
Current children cumulated CPU time (s) 1023.79
Current children cumulated vsize (KiB) 97556

Child status: 0
Real time (s): 1024.19
CPU time (s): 1023.88
CPU user time (s): 1008.2
CPU system time (s): 15.6856
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 98372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1008.2
system time used= 15.6856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1169845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1908

runsolver used 1.60776 second user time and 4.92425 second system time

The end

Launcher Data

Begin job on node081 at 2010-06-16 08:36:56
IDJOB=2666737
IDBENCH=48250
IDSOLVER=1169
FILE ID=node081/2666737-1276670216
PBS_JOBID= 11172517
Free space on /tmp= 121808 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666737-1276670216/watcher-2666737-1276670216 -o /tmp/evaluation-result-2666737-1276670216/solver-2666737-1276670216 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666737-1276670216.opb -t 1800 -m 1800

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=63156586

node081.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1760152 kB
Buffers:         32828 kB
Cached:         141244 kB
SwapCached:          0 kB
Active:         120720 kB
Inactive:       112828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1760152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4616 kB
Writeback:           0 kB
AnonPages:       59472 kB
Mapped:          15436 kB
Slab:            43616 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121804 MiB
End job on node081 at 2010-06-16 08:54:00