Trace number 1870456

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-14 1306.65 1307.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
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-14
Best CPU time to get the best result obtained on this benchmark1306.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1870456-1245205128.opb>
0.00/0.01	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.08/0.15	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4980 impls, 100 clqs
0.08/0.17	c    (0.1s) probing: 101/710 (14.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.17	c presolving (2 rounds):
0.08/0.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.17	c  4980 implications, 100 cliques
0.08/0.17	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.08/0.17	c     100 constraints of type <setppc>
0.08/0.17	c     610 constraints of type <and>
0.08/0.17	c       1 constraints of type <linear>
0.08/0.17	c      50 constraints of type <logicor>
0.08/0.17	c transformed objective value is always integral (scale: 1)
0.08/0.17	c Presolving Time: 0.08
0.08/0.17	c OPT-NLC
0.08/0.17	c -----------------------------------------------------------------------------------------------
0.08/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.17	c limits/memory = c 1620
0.08/0.17	c # maximal time in seconds to run
0.08/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.17	c limits/time = c 1791
0.08/0.17	c # frequency for displaying node information lines
0.08/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.17	c display/freq = c 10000
0.08/0.17	c -----------------------------------------------------------------------------------------------
0.08/0.17	c start solving problem
0.08/0.17	c 
0.79/0.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.89	c   0.8s|     1 |     0 |  1815 |3422k|   0 | 365 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.79/0.89	o -4
0.79/0.89	c s 0.8s|     1 |     0 |  1815 |3445k|   0 | 365 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.49/1.53	c   1.4s|     1 |     0 |  2331 |4423k|   0 | 410 | 710 | 761 | 761 | 710 |1453 |  82 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.49/1.53	o -4
1.49/1.53	c s 1.4s|     1 |     0 |  2331 |4435k|   0 | 410 | 710 | 761 | 761 | 710 |1453 |  82 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.19/2.24	c   2.1s|     1 |     0 |  2792 |5770k|   0 | 413 | 710 | 761 | 761 | 710 |1487 | 116 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.79/2.88	c   2.8s|     1 |     0 |  3173 |7436k|   0 | 425 | 710 | 761 | 761 | 710 |1517 | 146 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.68/3.74	c   3.6s|     1 |     0 |  3688 |9592k|   0 | 420 | 710 | 761 | 761 | 710 |1540 | 169 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.68/3.74	o -5
3.68/3.74	c s 3.6s|     1 |     0 |  3688 |9602k|   0 | 420 | 710 | 761 | 761 | 710 |1540 | 169 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
4.49/4.51	c   4.4s|     1 |     0 |  4036 |  11M|   0 | 406 | 710 | 761 | 761 | 710 |1558 | 187 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
5.29/5.33	c   5.2s|     1 |     0 |  4504 |  13M|   0 | 419 | 710 | 761 | 761 | 710 |1569 | 198 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
19.39/19.44	c  19.2s|     1 |     2 |  4504 |  13M|   0 | 419 | 710 | 761 | 761 | 710 |1569 | 198 |   0 |  23 |-2.500000e+01 |-5.000000e+00 |  80.00%
36.68/36.79	o -11
36.68/36.79	c R36.4s|    15 |    14 |  8576 |  13M|  14 |  69 | 710 | 761 | 380 | 710 | 763 | 627 |   0 | 376 |-2.500000e+01 |-1.100000e+01 |  56.00%
50.68/50.70	o -12
50.68/50.70	c R50.2s|    51 |    39 | 11816 |  13M|  35 |   - | 710 | 763 |  82 | 710 | 775 | 822 |   2 | 676 |-2.500000e+01 |-1.200000e+01 |  52.00%
83.26/83.32	o -13
83.26/83.32	c *82.5s|   690 |   229 | 82823 |  14M|  38 |   - | 710 | 798 |  83 | 710 | 860 |3988 |  37 | 938 |-2.204587e+01 |-1.300000e+01 |  41.03%
252.92/253.02	o -14
252.92/253.02	c * 250s|  9298 |   919 |552660 |  15M|  46 |   - | 710 | 869 | 103 | 710 | 853 |  15k| 172 |2505 |-1.897387e+01 |-1.400000e+01 |  26.21%
267.40/267.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.40/267.52	c   265s| 10000 |   977 |589879 |  16M|  46 | 118 | 710 | 868 | 351 | 710 | 828 |  16k| 178 |2724 |-1.890863e+01 |-1.400000e+01 |  25.96%
429.16/429.39	c   425s| 20000 |  1403 |  1067k|  18M|  46 |   - | 710 | 885 | 441 | 710 | 816 |  26k| 233 |4219 |-1.827875e+01 |-1.400000e+01 |  23.41%
581.31/581.53	c   575s| 30000 |  1723 |  1519k|  20M|  46 | 132 | 710 | 909 | 275 | 710 | 818 |  36k| 283 |5611 |-1.782662e+01 |-1.400000e+01 |  21.47%
722.18/722.46	c   714s| 40000 |  1924 |  1963k|  21M|  47 | 134 | 710 | 909 | 320 | 710 | 841 |  45k| 312 |6515 |-1.755250e+01 |-1.400000e+01 |  20.24%
849.64/849.91	c   840s| 50000 |  1956 |  2386k|  22M|  47 |   - | 710 | 913 | 261 | 710 | 813 |  53k| 344 |6965 |-1.729850e+01 |-1.400000e+01 |  19.07%
983.40/983.70	c   972s| 60000 |  1792 |  2807k|  22M|  47 | 160 | 710 | 911 | 450 | 710 | 808 |  61k| 369 |7906 |-1.705982e+01 |-1.400000e+01 |  17.94%
1113.36/1113.78	c  1101s| 70000 |  1493 |  3226k|  22M|  48 | 184 | 710 | 899 | 549 | 710 | 813 |  69k| 386 |8727 |-1.681773e+01 |-1.400000e+01 |  16.75%
1234.73/1235.19	c  1221s| 80000 |   995 |  3620k|  20M|  48 | 147 | 710 | 903 | 336 | 710 | 778 |  76k| 401 |9444 |-1.653317e+01 |-1.400000e+01 |  15.32%
1306.61/1307.01	c 
1306.61/1307.01	c SCIP Status        : problem is solved [optimal solution found]
1306.61/1307.01	c Solving Time (sec) : 1291.67
1306.61/1307.01	c Solving Nodes      : 85649
1306.61/1307.01	c Primal Bound       : -1.40000000000000e+01 (11 solutions)
1306.61/1307.01	c Dual Bound         : -1.40000000000000e+01
1306.61/1307.01	c Gap                : 0.00 %
1306.61/1307.01	c NODE         85649
1306.61/1307.01	c DUAL BOUND   -14
1306.61/1307.01	c PRIMAL BOUND -14
1306.61/1307.01	c GAP          0
1306.61/1307.01	s OPTIMUM FOUND
1306.61/1307.01	v x98 x89 x90 -x56 -x96 -x76 -x55 -x95 x79 x92 -x71 -x75 -x88 -x54 -x65 -x57 -x53 -x74 -x81 -x83 -x80 x52 -x82 -x70 -x67 -x61 -x59 
1306.61/1307.01	v -x69 -x62 -x73 x77 -x64 x60 -x91 -x51 x99 x97 -x85 -x68 x58 -x63 -x72 -x100 x93 -x86 -x94 -x66 x78 x87 -x84 x50 -x49 -x48 -x47 
1306.61/1307.01	v -x46 x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 x34 x33 -x32 -x31 x30 -x29 -x28 -x27 x26 -x25 x24 -x23 x22 -x21 
1306.61/1307.01	v -x20 -x19 x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 x3 -x2 -x1 
1306.61/1307.01	c SCIP Status        : problem is solved [optimal solution found]
1306.61/1307.01	c Solving Time       :    1291.67
1306.61/1307.01	c Original Problem   :
1306.61/1307.01	c   Problem name     : HOME/instance-1870456-1245205128.opb
1306.61/1307.01	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1306.61/1307.01	c   Constraints      : 761 initial, 761 maximal
1306.61/1307.01	c Presolved Problem  :
1306.61/1307.01	c   Problem name     : t_HOME/instance-1870456-1245205128.opb
1306.61/1307.01	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1306.61/1307.01	c   Constraints      : 761 initial, 915 maximal
1306.61/1307.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1306.61/1307.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1306.61/1307.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   and              :       0.05          0          0          0          0          0          0          0          0
1306.61/1307.01	c   linear           :       0.01          0          0          0          0          0          0          0          0
1306.61/1307.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1306.61/1307.01	c   root node        :          -         35          -          -         35          -          -          -          -
1306.61/1307.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1306.61/1307.01	c   integral         :          0          0          0      44260          0        128       2411          0          0      86402
1306.61/1307.01	c   setppc           :        100          6     293733          2          0        286     156772          0          0          0
1306.61/1307.01	c   and              :        610      76115     293447          2          0         71    2178239      79876          0          0
1306.61/1307.01	c   linear           :          1          6     293376          2          0          4          5          0          0          0
1306.61/1307.01	c   logicor          :         50+         6      82618          2          0          0      68719          0          0          0
1306.61/1307.01	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1306.61/1307.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1306.61/1307.01	c   integral         :     195.99       0.00       0.00     195.99       0.00
1306.61/1307.01	c   setppc           :       1.30       0.00       1.30       0.00       0.00
1306.61/1307.01	c   and              :      21.95      12.64       9.31       0.00       0.00
1306.61/1307.01	c   linear           :       2.70       0.00       2.70       0.00       0.00
1306.61/1307.01	c   logicor          :       1.19       0.00       1.19       0.00       0.00
1306.61/1307.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1306.61/1307.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1306.61/1307.01	c   rootredcost      :       0.11          5          0          0
1306.61/1307.01	c   pseudoobj        :       1.45     294823          4        159
1306.61/1307.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1306.61/1307.01	c   propagation      :       0.00        365        363        411        7.3          3       35.0          -
1306.61/1307.01	c   infeasible LP    :       0.00         11         11         25       31.8          0        0.0          0
1306.61/1307.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1306.61/1307.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1306.61/1307.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1306.61/1307.01	c   applied globally :          -          -          -        413        7.4          -          -          -
1306.61/1307.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1306.61/1307.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1306.61/1307.01	c   cut pool         :       0.01          5          -          -          7          -    (maximal pool size: 1637)
1306.61/1307.01	c   redcost          :       4.15      83096          0     437937          0          0
1306.61/1307.01	c   impliedbounds    :       0.00          6          0          0        208          0
1306.61/1307.01	c   intobj           :       0.00          0          0          0          0          0
1306.61/1307.01	c   gomory           :       1.26          6          0          0         39          0
1306.61/1307.01	c   strongcg         :       1.20          6          0          0       2887          0
1306.61/1307.01	c   cmir             :       0.17          6          0          0         37          0
1306.61/1307.01	c   flowcover        :       0.11          6          0          0         74          0
1306.61/1307.01	c   clique           :       0.06          6          0          0         41          0
1306.61/1307.01	c   zerohalf         :       0.00          0          0          0          0          0
1306.61/1307.01	c   mcf              :       0.00          1          0          0          0          0
1306.61/1307.01	c Pricers            :       Time      Calls       Vars
1306.61/1307.01	c   problem variables:       0.00          0          0
1306.61/1307.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1306.61/1307.01	c   relpscost        :     195.92      44258        128       2411          0          0      86402
1306.61/1307.01	c   pscost           :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   inference        :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   mostinf          :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   leastinf         :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1306.61/1307.01	c   random           :       0.00          0          0          0          0          0          0
1306.61/1307.01	c Primal Heuristics  :       Time      Calls      Found
1306.61/1307.01	c   LP solutions     :       0.00          -          2
1306.61/1307.01	c   pseudo solutions :       0.00          -          0
1306.61/1307.01	c   feaspump         :       0.00          0          0
1306.61/1307.01	c   intshifting      :       0.00          0          0
1306.61/1307.01	c   oneopt           :       0.10          5          0
1306.61/1307.01	c   crossover        :       0.45         15          0
1306.61/1307.01	c   fracdiving       :       6.12         62          0
1306.61/1307.01	c   guideddiving     :       7.11         63          0
1306.61/1307.01	c   coefdiving       :       7.12         63          0
1306.61/1307.01	c   pscostdiving     :       6.92         63          0
1306.61/1307.01	c   linesearchdiving :       5.24         63          0
1306.61/1307.01	c   veclendiving     :       5.06         63          0
1306.61/1307.01	c   objpscostdiving  :       8.96         32          0
1306.61/1307.01	c   rootsoldiving    :       2.32         32          0
1306.61/1307.01	c   simplerounding   :       0.15          0          0
1306.61/1307.01	c   rounding         :       7.02      16977          2
1306.61/1307.01	c   shifting         :       5.68       5515          7
1306.61/1307.01	c   fixandinfer      :       0.00          0          0
1306.61/1307.01	c   intdiving        :       0.00          0          0
1306.61/1307.01	c   actconsdiving    :       0.00          0          0
1306.61/1307.01	c   octane           :       0.00          0          0
1306.61/1307.01	c   rens             :       0.00          0          0
1306.61/1307.01	c   rins             :       0.00          0          0
1306.61/1307.01	c   localbranching   :       0.00          0          0
1306.61/1307.01	c   mutation         :       0.00          0          0
1306.61/1307.01	c   dins             :       0.00          0          0
1306.61/1307.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1306.61/1307.01	c   primal LP        :       8.02          0          0       0.00       0.00
1306.61/1307.01	c   dual LP          :     917.54     113434    3679309      32.44    4009.97
1306.61/1307.01	c   barrier LP       :       0.00          0          0       0.00          -
1306.61/1307.01	c   diving/probing LP:      41.63      15827     157585       9.96    3785.37
1306.61/1307.01	c   strong branching :     191.23      10204     757527      74.24    3961.34
1306.61/1307.01	c     (at root node) :          -         23      21581     938.30          -
1306.61/1307.01	c   conflict analysis:       0.00          0          0       0.00          -
1306.61/1307.01	c B&B Tree           :
1306.61/1307.01	c   number of runs   :          1
1306.61/1307.01	c   nodes            :      85649
1306.61/1307.01	c   nodes (total)    :      85649
1306.61/1307.01	c   nodes left       :          0
1306.61/1307.01	c   max depth        :         48
1306.61/1307.01	c   max depth (total):         48
1306.61/1307.01	c   backtracks       :      13386 (15.6%)
1306.61/1307.01	c   delayed cutoffs  :          5
1306.61/1307.01	c   repropagations   :       3159 (2952 domain reductions, 0 cutoffs)
1306.61/1307.01	c   avg switch length:       5.15
1306.61/1307.01	c   switching time   :      22.60
1306.61/1307.01	c Solution           :
1306.61/1307.01	c   Solutions found  :         11 (7 improvements)
1306.61/1307.01	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 9298 nodes, 250.31 seconds, depth 31, found by <relaxation>)
1306.61/1307.01	c   Dual Bound       : -1.40000000000000e+01
1306.61/1307.01	c   Gap              :       0.00 %
1306.61/1307.01	c   Root Dual Bound  : -2.50000000000000e+01
1306.61/1307.03	c Time complete: 1306.63.

Verifier Data

OK	-14

Watcher Data

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

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

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: 0.99 0.97 0.99 3/64 7209
/proc/meminfo: memFree=1854192/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=4324 CPUtime=0
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 188112761 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/7209/statm: 1081 459 296 886 0 191 0

[startup+0.00710406 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7209
/proc/meminfo: memFree=1854192/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=7132 CPUtime=0
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 987 0 0 0 0 0 0 0 18 0 1 0 188112761 7303168 970 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/7209/statm: 1783 977 335 886 0 893 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7132

[startup+0.101113 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7209
/proc/meminfo: memFree=1854192/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=13976 CPUtime=0.08
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 2881 0 0 0 4 4 0 0 18 0 1 0 188112761 14311424 2509 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 3494 2509 404 886 0 2604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13976

[startup+0.301135 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7209
/proc/meminfo: memFree=1854192/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=17724 CPUtime=0.29
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 4049 0 0 0 21 8 0 0 19 0 1 0 188112761 18149376 3639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 4431 3639 520 886 0 3541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17724

[startup+0.70118 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7209
/proc/meminfo: memFree=1854192/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=18796 CPUtime=0.69
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 4263 0 0 0 61 8 0 0 22 0 1 0 188112761 19247104 3852 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 4699 3852 523 886 0 3809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18796

[startup+1.50127 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1840872/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=23184 CPUtime=1.49
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 5324 0 0 0 140 9 0 0 25 0 1 0 188112761 23740416 4913 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 5796 4913 565 886 0 4906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23184

[startup+3.10146 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1834088/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=29192 CPUtime=3.09
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 6902 0 0 0 297 12 0 0 25 0 1 0 188112761 29892608 6471 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 7298 6471 565 886 0 6408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29192

[startup+6.30182 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1817392/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=41740 CPUtime=6.29
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 10149 0 0 0 615 14 0 0 25 0 1 0 188112761 42741760 9696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10435 9696 569 886 0 9545 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41740

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1817456/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=41740 CPUtime=12.69
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 10149 0 0 0 1252 17 0 0 25 0 1 0 188112761 42741760 9696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10435 9696 569 886 0 9545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41740

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1817584/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=41740 CPUtime=25.48
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 10150 0 0 0 2525 23 0 0 25 0 1 0 188112761 42741760 9697 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10435 9697 570 886 0 9545 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41740

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1817584/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=41740 CPUtime=51.07
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 10156 0 0 0 5060 47 0 0 25 0 1 0 188112761 42741760 9703 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10435 9703 575 886 0 9545 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41740

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1818992/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=40240 CPUtime=102.26
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 12976 0 0 0 10134 92 0 0 25 0 1 0 188112761 41205760 9370 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10060 9370 586 886 0 9170 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40240

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1816688/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=42764 CPUtime=162.24
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 19527 0 0 0 16070 154 0 0 25 0 1 0 188112761 43790336 9950 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 10691 9950 586 886 0 9801 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 42764

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1813744/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=45504 CPUtime=222.22
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 22267 0 0 0 21998 224 0 0 25 0 1 0 188112761 46596096 10660 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 11376 10660 586 886 0 10486 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45504

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1812400/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=46348 CPUtime=282.2
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 30431 0 0 0 27926 294 0 0 25 0 1 0 188112761 47460352 10908 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 11587 10908 586 886 0 10697 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 46348

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1811888/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=47284 CPUtime=342.19
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 32579 0 0 0 33858 361 0 0 25 0 1 0 188112761 48418816 11110 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 11821 11110 586 886 0 10931 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 47284

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1811184/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=47832 CPUtime=402.17
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 34688 0 0 0 39788 429 0 0 25 0 1 0 188112761 48979968 11269 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 11958 11269 586 886 0 11068 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 47832

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1810416/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=48780 CPUtime=462.15
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 34895 0 0 0 45717 498 0 0 25 0 1 0 188112761 49950720 11476 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 12195 11476 586 886 0 11305 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 48780

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1808816/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=50256 CPUtime=522.13
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 37228 0 0 0 51645 568 0 0 25 0 1 0 188112761 51462144 11855 1992294400 4194304 7823515 548682068736 18446744073709551615 4787339 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 12564 11855 586 886 0 11674 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 50256

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1808304/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=50688 CPUtime=582.12
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 37348 0 0 0 57577 635 0 0 25 0 1 0 188112761 51904512 11975 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 12672 11975 586 886 0 11782 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 50688

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1807728/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=51352 CPUtime=642.1
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 37498 0 0 0 63503 707 0 0 25 0 1 0 188112761 52584448 12125 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 12838 12125 586 886 0 11948 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 51352

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1807216/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=51752 CPUtime=702.08
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 39534 0 0 0 69434 774 0 0 25 0 1 0 188112761 52994048 12254 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 12938 12254 586 886 0 12048 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 51752

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1806064/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=52888 CPUtime=762.07
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 39813 0 0 0 75363 844 0 0 25 0 1 0 188112761 54157312 12533 1992294400 4194304 7823515 548682068736 18446744073709551615 4265819 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13222 12533 586 886 0 12332 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 52888

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1805104/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=53936 CPUtime=822.05
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 40055 0 0 0 81290 915 0 0 25 0 1 0 188112761 55230464 12775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13484 12775 586 886 0 12594 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 53936

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1804144/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=54860 CPUtime=882.03
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 40286 0 0 0 87214 989 0 0 25 0 1 0 188112761 56176640 13006 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13715 13006 586 886 0 12825 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 54860

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1803952/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=55084 CPUtime=942.02
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 40319 0 0 0 93141 1061 0 0 25 0 1 0 188112761 56406016 13039 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13771 13039 586 886 0 12881 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 55084

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1803184/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=55700 CPUtime=1001.99
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42416 0 0 0 99068 1131 0 0 25 0 1 0 188112761 57036800 13243 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13925 13243 586 886 0 13035 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 55700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802992/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=55844 CPUtime=1061.98
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42447 0 0 0 104997 1201 0 0 25 0 1 0 188112761 57184256 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 13961 13274 586 886 0 13071 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 55844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802736/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56036 CPUtime=1121.96
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42491 0 0 0 110924 1272 0 0 25 0 1 0 188112761 57380864 13318 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14009 13318 586 886 0 13119 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 56036

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802672/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1181.94
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42515 0 0 0 116855 1339 0 0 25 0 1 0 188112761 57577472 13342 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13342 586 886 0 13167 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 56228

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802608/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1241.93
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42521 0 0 0 122780 1413 0 0 25 0 1 0 188112761 57577472 13348 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13348 586 886 0 13167 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 56228

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1301.91
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 128703 1488 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 56228

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

[startup+1305.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1305.11
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 129019 1492 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1305.11
Current children cumulated vsize (KiB) 56228

[startup+1306.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1305.9
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 129097 1493 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1305.9
Current children cumulated vsize (KiB) 56228

[startup+1306.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1306.31
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 129138 1493 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1306.31
Current children cumulated vsize (KiB) 56228

[startup+1306.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1306.5
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 129157 1493 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1306.5
Current children cumulated vsize (KiB) 56228

[startup+1307 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7210
/proc/meminfo: memFree=1802544/2055920 swapFree=4181924/4192956
[pid=7209] ppid=7207 vsize=56228 CPUtime=1306.61
/proc/7209/stat : 7209 (pbscip.linux.x8) R 7207 7209 7133 0 -1 4194304 42523 0 0 0 129167 1494 0 0 25 0 1 0 188112761 57577472 13350 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7209/statm: 14057 13350 586 886 0 13167 0
Current children cumulated CPU time (s) 1306.61
Current children cumulated vsize (KiB) 56228

Child status: 0
Real time (s): 1307.04
CPU time (s): 1306.65
CPU user time (s): 1291.7
CPU system time (s): 14.9507
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 64164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1291.7
system time used= 14.9507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2110

runsolver used 1.25481 second user time and 2.36864 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-17 04:18:48
IDJOB=1870456
IDBENCH=48227
IDSOLVER=683
FILE ID=node23/1870456-1245205128
PBS_JOBID= 9368372
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870456-1245205128/watcher-1870456-1245205128 -o /tmp/evaluation-result-1870456-1245205128/solver-1870456-1245205128 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870456-1245205128.opb

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=92320226

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1855440 kB
Buffers:         43592 kB
Cached:          94664 kB
SwapCached:       4748 kB
Active:          30412 kB
Inactive:       115632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855440 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:            9848 kB
Writeback:           0 kB
Mapped:          14364 kB
Slab:            40508 kB
Committed_AS:   168840 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node23 at 2009-06-17 04:40:36