Trace number 3729110

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.54 1800.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-3729110-1338679238.opb>
0.00/0.01	c original problem has 428 variables (428 bin, 0 int, 0 impl, 0 cont) and 644 constraints
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 460 impls, 0 clqs
0.00/0.03	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  15484 implications, 0 cliques
0.00/0.03	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 644 constraints
0.00/0.03	c     290 constraints of type <knapsack>
0.00/0.03	c     354 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c SATUNSAT-LIN
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = c -1
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = c -1
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = c 2000
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = c 0.3
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = c -1
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = c 0.075
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = c 2000
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = c -1
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = c 0.5
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = c 0.15
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = c 100
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = c 750
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = c -1
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = c 0
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = c TRUE
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = c FALSE
0.00/0.03	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c constraints/knapsack/maxnumcardlift = c 0
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = c TRUE
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = c 5
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = c 1
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = c 1
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = c 13950
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = c 1791
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = c 10000
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving problem
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |   309 |2549k|   0 | 158 | 420 | 644 | 644 | 420 | 636 |   0 |   0 |   0 | 5.600000e+01 |      --      |    Inf 
0.08/0.10	c   0.1s|     1 |     0 |   539 |3634k|   0 | 233 | 420 | 644 | 644 | 420 | 948 | 312 |   0 |   0 | 5.800000e+01 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |  1070 |5782k|   0 | 390 | 420 | 644 | 644 | 420 |1500 | 864 |   0 |   0 | 6.161645e+01 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |  1268 |8571k|   0 | 409 | 420 | 644 | 644 | 420 |1505 | 869 |   0 |   0 | 6.190004e+01 |      --      |    Inf 
0.68/0.72	c   0.7s|     1 |     0 |  1498 |  10M|   0 | 402 | 420 | 644 | 644 | 420 |1510 | 874 |   0 |   0 | 6.203454e+01 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |  1772 |  10M|   0 | 397 | 420 | 644 | 644 | 420 |1515 | 879 |   0 |   0 | 6.215343e+01 |      --      |    Inf 
4.69/4.70	c   4.7s|     1 |     2 |  1772 |  10M|   0 | 397 | 420 | 644 | 644 | 420 |1515 | 879 |   0 |  25 | 6.215343e+01 |      --      |    Inf 
82.26/82.39	c  81.6s| 10000 |  4546 |442720 |  20M|  88 |   - | 420 | 760 | 186 |   0 |   0 | 879 | 464 |3129 | 6.687836e+01 |      --      |    Inf 
127.66/127.71	c   126s| 20000 |  8188 |803164 |  27M|  91 |  49 | 420 | 732 | 195 | 420 |1004 | 879 | 847 |3560 | 6.778995e+01 |      --      |    Inf 
171.05/171.17	c   169s| 30000 | 11467 |  1129k|  34M|  91 | 114 | 420 | 825 | 282 | 420 |1004 | 879 |1327 |4299 | 6.840870e+01 |      --      |    Inf 
219.34/219.48	c   217s| 40000 | 14684 |  1483k|  40M|  91 |  63 | 420 | 740 | 356 | 420 |1004 | 879 |1736 |5065 | 6.903250e+01 |      --      |    Inf 
265.93/266.07	c   263s| 50000 | 18147 |  1841k|  47M|  91 |  24 | 420 | 744 | 277 | 420 |1004 | 879 |2134 |5663 | 6.945531e+01 |      --      |    Inf 
307.61/307.74	c   305s| 60000 | 21282 |  2161k|  54M|  91 |   - | 420 | 772 | 271 |   0 |   0 | 879 |2584 |6270 | 6.975476e+01 |      --      |    Inf 
341.91/342.05	c   339s| 70000 | 23880 |  2427k|  60M|  91 |  20 | 420 | 815 | 126 | 420 |1004 | 879 |3220 |6553 | 7.002819e+01 |      --      |    Inf 
369.31/369.46	c   366s| 80000 | 25924 |  2641k|  64M|  91 |  31 | 420 | 796 | 343 | 420 |1004 | 879 |3742 |6988 | 7.019051e+01 |      --      |    Inf 
402.60/402.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.60/402.76	c   399s| 90000 | 28403 |  2894k|  69M|  91 |  88 | 420 | 881 | 311 | 420 |1004 | 879 |4306 |7407 | 7.037794e+01 |      --      |    Inf 
433.89/434.03	c   430s|100000 | 30790 |  3147k|  74M|  91 |   - | 420 | 918 | 107 | 420 |1004 | 879 |4837 |7697 | 7.052749e+01 |      --      |    Inf 
469.28/469.46	c   465s|110000 | 33596 |  3432k|  80M|  91 |  78 | 420 | 852 | 260 | 420 |1004 | 879 |5285 |7992 | 7.069300e+01 |      --      |    Inf 
501.48/501.68	c   496s|120000 | 35926 |  3689k|  85M|  91 |   - | 420 | 860 | 283 |   0 |   0 | 879 |5743 |8321 | 7.081396e+01 |      --      |    Inf 
529.88/530.08	c   525s|130000 | 38095 |  3919k|  89M|  91 |   - | 420 | 880 |  41 |   0 |   0 | 879 |6261 |8632 | 7.091244e+01 |      --      |    Inf 
560.17/560.32	c   554s|140000 | 40378 |  4160k|  94M|  92 |   - | 420 | 892 | 119 |   0 |   0 | 879 |6797 |8935 | 7.102135e+01 |      --      |    Inf 
586.76/586.91	c   581s|150000 | 42343 |  4375k|  98M|  92 |   - | 420 | 864 | 116 |   0 |   0 | 879 |7351 |9174 | 7.110562e+01 |      --      |    Inf 
615.06/615.23	c   609s|160000 | 44560 |  4608k| 103M|  93 |   - | 420 | 852 | 271 |   0 |   0 | 879 |7850 |9401 | 7.118901e+01 |      --      |    Inf 
641.35/641.51	c   635s|170000 | 46518 |  4822k| 107M|  93 |  48 | 420 | 908 | 169 | 420 |1004 | 879 |8375 |9672 | 7.126832e+01 |      --      |    Inf 
667.25/667.45	c   660s|180000 | 48406 |  5030k| 111M|  93 |   - | 420 | 978 | 219 |   0 |   0 | 879 |9032 |9971 | 7.133495e+01 |      --      |    Inf 
694.24/694.49	c   687s|190000 | 50366 |  5250k| 115M|  93 |  49 | 420 | 966 | 162 | 420 |1004 | 879 |9627 |  10k| 7.139208e+01 |      --      |    Inf 
718.74/718.95	c   711s|200000 | 52384 |  5446k| 119M|  94 |   - | 420 | 965 |  76 |   0 |   0 | 879 |  10k|  10k| 7.146220e+01 |      --      |    Inf 
739.63/739.84	c   732s|210000 | 53853 |  5612k| 123M|  94 |   - | 420 | 985 | 191 |   0 |   0 | 879 |  10k|  10k| 7.152336e+01 |      --      |    Inf 
767.33/767.52	c   759s|220000 | 55701 |  5831k| 127M|  94 |   - | 420 | 934 |  32 |   0 |   0 | 879 |  11k|  10k| 7.158890e+01 |      --      |    Inf 
790.03/790.21	c   782s|230000 | 57374 |  6016k| 131M|  94 |   - | 420 | 971 | 205 |   0 |   0 | 879 |  11k|  10k| 7.163152e+01 |      --      |    Inf 
814.33/814.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.33/814.54	c   806s|240000 | 59073 |  6219k| 134M|  95 |  52 | 420 | 935 | 216 | 420 |1004 | 879 |  12k|  11k| 7.168459e+01 |      --      |    Inf 
837.92/838.16	c   829s|250000 | 60627 |  6410k| 138M| 107 |   - | 420 | 999 | 267 |   0 |   0 | 879 |  13k|  11k| 7.172975e+01 |      --      |    Inf 
860.21/860.45	c   851s|260000 | 62020 |  6596k| 141M| 107 |   - | 420 |1003 | 147 |   0 |   0 | 879 |  13k|  11k| 7.176564e+01 |      --      |    Inf 
880.91/881.17	c   871s|270000 | 63485 |  6774k| 144M| 107 |  36 | 420 |1051 | 161 | 420 |1004 | 879 |  14k|  11k| 7.180163e+01 |      --      |    Inf 
902.61/902.86	c   893s|280000 | 64829 |  6954k| 147M| 107 |   - | 420 | 942 | 212 |   0 |   0 | 879 |  14k|  11k| 7.182927e+01 |      --      |    Inf 
923.60/923.81	c   914s|290000 | 66087 |  7130k| 150M| 107 |  98 | 420 | 991 | 300 | 420 |1004 | 879 |  15k|  12k| 7.185538e+01 |      --      |    Inf 
945.40/945.67	c   935s|300000 | 67371 |  7314k| 153M| 107 |  68 | 420 |1039 | 266 | 420 |1004 | 879 |  15k|  12k| 7.188149e+01 |      --      |    Inf 
967.70/967.93	c   957s|310000 | 68811 |  7497k| 156M| 107 |  29 | 420 |1031 | 147 | 420 |1004 | 879 |  16k|  12k| 7.191399e+01 |      --      |    Inf 
989.60/989.86	c   979s|320000 | 70159 |  7684k| 159M| 107 |  45 | 420 | 991 | 265 | 420 |1004 | 879 |  17k|  12k| 7.194458e+01 |      --      |    Inf 
1006.49/1006.77	c   996s|330000 | 71428 |  7817k| 162M| 107 |  49 | 420 |1078 | 147 | 420 |1004 | 879 |  17k|  12k| 7.196170e+01 |      --      |    Inf 
1027.28/1027.58	c  1016s|340000 | 72758 |  7998k| 165M| 108 |   - | 420 | 965 | 367 |   0 |   0 | 879 |  18k|  12k| 7.199157e+01 |      --      |    Inf 
1049.09/1049.33	c  1038s|350000 | 74153 |  8178k| 168M| 108 |  34 | 420 |1002 | 275 | 420 |1004 | 879 |  18k|  13k| 7.201728e+01 |      --      |    Inf 
1071.38/1071.66	c  1060s|360000 | 75497 |  8365k| 171M| 108 |   - | 420 |1037 | 157 |   0 |   0 | 879 |  19k|  13k| 7.204968e+01 |      --      |    Inf 
1090.98/1091.22	c  1079s|370000 | 76664 |  8526k| 174M| 108 |   - | 420 |1076 | 292 |   0 |   0 | 879 |  19k|  13k| 7.207784e+01 |      --      |    Inf 
1111.37/1111.68	c  1099s|380000 | 77968 |  8697k| 177M| 108 |  78 | 420 |1003 | 200 | 420 |1004 | 879 |  20k|  13k| 7.210276e+01 |      --      |    Inf 
1129.87/1130.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.87/1130.17	c  1117s|390000 | 79234 |  8851k| 180M| 108 |   - | 420 |1038 | 120 | 420 |1004 | 879 |  21k|  13k| 7.212385e+01 |      --      |    Inf 
1150.57/1150.86	c  1138s|400000 | 80565 |  9025k| 183M| 108 |   - | 420 |1028 | 147 |   0 |   0 | 879 |  21k|  13k| 7.215273e+01 |      --      |    Inf 
1170.96/1171.20	c  1158s|410000 | 81822 |  9196k| 185M| 108 |   - | 420 |1038 |  73 |   0 |   0 | 879 |  22k|  13k| 7.217456e+01 |      --      |    Inf 
1191.76/1192.09	c  1179s|420000 | 83093 |  9372k| 188M| 108 |  50 | 420 |1033 | 165 | 420 |1004 | 879 |  22k|  13k| 7.219849e+01 |      --      |    Inf 
1212.65/1212.91	c  1199s|430000 | 84367 |  9548k| 191M| 108 |  76 | 420 |1045 | 364 | 420 |1004 | 879 |  23k|  14k| 7.221846e+01 |      --      |    Inf 
1232.95/1233.22	c  1219s|440000 | 85682 |  9716k| 194M| 108 |   - | 420 | 990 | 132 |   0 |   0 | 879 |  23k|  14k| 7.224224e+01 |      --      |    Inf 
1254.04/1254.39	c  1240s|450000 | 86993 |  9892k| 197M| 108 | 169 | 420 | 982 | 446 | 420 |1004 | 879 |  24k|  14k| 7.227115e+01 |      --      |    Inf 
1275.24/1275.51	c  1261s|460000 | 88319 | 10070k| 200M| 109 |  53 | 420 | 990 | 228 | 420 |1004 | 879 |  25k|  14k| 7.229972e+01 |      --      |    Inf 
1295.84/1296.14	c  1281s|470000 | 89610 | 10243k| 203M| 109 |  43 | 420 | 944 | 289 | 420 |1004 | 879 |  25k|  14k| 7.232199e+01 |      --      |    Inf 
1315.44/1315.70	c  1301s|480000 | 90804 | 10407k| 205M| 109 |   - | 420 |1041 | 181 |   0 |   0 | 879 |  26k|  14k| 7.234992e+01 |      --      |    Inf 
1337.94/1338.21	c  1323s|490000 | 92198 | 10595k| 208M| 109 |  50 | 420 |1053 | 154 | 420 |1004 | 879 |  26k|  14k| 7.237731e+01 |      --      |    Inf 
1359.43/1359.77	c  1344s|500000 | 93492 | 10777k| 211M| 109 |  81 | 420 | 998 | 261 | 420 |1004 | 879 |  27k|  15k| 7.240122e+01 |      --      |    Inf 
1380.82/1381.10	c  1365s|510000 | 94611 | 10958k| 214M| 109 |  36 | 420 |1035 | 138 | 420 |1004 | 879 |  27k|  15k| 7.242329e+01 |      --      |    Inf 
1401.52/1401.89	c  1386s|520000 | 95848 | 11137k| 217M| 109 |   - | 420 |1118 | 125 |   0 |   0 | 879 |  28k|  15k| 7.243998e+01 |      --      |    Inf 
1422.52/1422.88	c  1406s|530000 | 96996 | 11312k| 219M| 109 |  38 | 420 |1104 | 276 | 420 |1004 | 879 |  29k|  15k| 7.246309e+01 |      --      |    Inf 
1443.71/1444.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.71/1444.08	c  1427s|540000 | 98287 | 11492k| 222M| 109 |  44 | 420 |1040 | 360 | 420 |1004 | 879 |  29k|  15k| 7.248733e+01 |      --      |    Inf 
1460.81/1461.13	c  1444s|550000 | 99295 | 11633k| 224M| 109 | 126 | 420 |1134 | 326 | 420 |1004 | 879 |  30k|  15k| 7.249727e+01 |      --      |    Inf 
1482.41/1482.79	c  1466s|560000 |100667 | 11819k| 227M| 109 |  42 | 420 |1017 | 185 | 420 |1004 | 879 |  30k|  15k| 7.252484e+01 |      --      |    Inf 
1503.11/1503.42	c  1486s|570000 |101862 | 11992k| 230M| 109 |   - | 420 |1014 | 252 |   0 |   0 | 879 |  31k|  16k| 7.254472e+01 |      --      |    Inf 
1522.40/1522.77	c  1505s|580000 |103090 | 12164k| 233M| 109 |   - | 420 | 956 | 113 | 420 |1004 | 879 |  31k|  16k| 7.256295e+01 |      --      |    Inf 
1542.70/1543.08	c  1525s|590000 |104191 | 12327k| 235M| 109 |   - | 420 |1044 | 294 |   0 |   0 | 879 |  32k|  16k| 7.258430e+01 |      --      |    Inf 
1562.40/1562.74	c  1545s|600000 |105427 | 12498k| 238M| 109 |  58 | 420 |1098 | 181 | 420 |1004 | 879 |  33k|  16k| 7.260142e+01 |      --      |    Inf 
1584.09/1584.45	c  1566s|610000 |106782 | 12678k| 241M| 109 |  60 | 420 |1047 | 279 | 420 |1004 | 879 |  33k|  16k| 7.262129e+01 |      --      |    Inf 
1601.78/1602.10	c  1583s|620000 |107868 | 12826k| 244M| 109 |   - | 420 |1238 | 286 |   0 |   0 | 879 |  34k|  16k| 7.264016e+01 |      --      |    Inf 
1621.79/1622.10	c  1603s|630000 |109026 | 12996k| 246M| 109 |  67 | 420 |1094 | 238 | 420 |1004 | 879 |  34k|  16k| 7.265933e+01 |      --      |    Inf 
1641.48/1641.89	c  1623s|640000 |110236 | 13157k| 249M| 109 |  18 | 420 |1018 | 173 | 420 |1004 | 879 |  35k|  16k| 7.267553e+01 |      --      |    Inf 
1658.38/1658.77	c  1639s|650000 |111235 | 13302k| 252M| 109 |   - | 420 |1105 | 110 | 420 |1004 | 879 |  36k|  16k| 7.269492e+01 |      --      |    Inf 
1678.58/1678.91	c  1659s|660000 |112370 | 13470k| 254M| 109 |  47 | 420 |1084 | 215 | 420 |1004 | 879 |  36k|  17k| 7.271349e+01 |      --      |    Inf 
1698.08/1698.41	c  1678s|670000 |113519 | 13638k| 257M| 109 |   - | 420 |1016 | 127 |   0 |   0 | 879 |  37k|  17k| 7.272703e+01 |      --      |    Inf 
1717.07/1717.46	c  1697s|680000 |114587 | 13803k| 259M| 109 |  33 | 420 |1098 | 133 | 420 |1004 | 879 |  37k|  17k| 7.274268e+01 |      --      |    Inf 
1736.48/1736.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1736.48/1736.85	c  1716s|690000 |115557 | 13965k| 262M| 109 |   - | 420 |1051 | 146 | 420 |1004 | 879 |  38k|  17k| 7.275731e+01 |      --      |    Inf 
1755.67/1756.05	c  1735s|700000 |116720 | 14131k| 264M| 109 |   - | 420 |1020 | 151 |   0 |   0 | 879 |  38k|  17k| 7.277784e+01 |      --      |    Inf 
1775.96/1776.34	c  1755s|710000 |117818 | 14299k| 267M| 109 |  29 | 420 |1078 | 160 | 420 |1004 | 879 |  39k|  17k| 7.279382e+01 |      --      |    Inf 
1796.55/1796.98	c  1776s|720000 |119009 | 14477k| 269M| 109 |   - | 420 |1093 | 150 | 420 |1004 | 879 |  40k|  17k| 7.280910e+01 |      --      |    Inf 
1800.06/1800.40	c 
1800.06/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.40	c Solving Time (sec) : 1779.19
1800.06/1800.40	c Solving Nodes      : 721717
1800.06/1800.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.40	c Dual Bound         : +7.28118604215177e+01
1800.06/1800.40	c Gap                : infinite
1800.06/1800.40	c NODE         721717
1800.06/1800.40	c DUAL BOUND   72.8119
1800.06/1800.40	c PRIMAL BOUND 1e+20
1800.06/1800.40	c GAP          1e+20
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.40	c Solving Time       :    1779.19
1800.06/1800.40	c Original Problem   :
1800.06/1800.40	c   Problem name     : HOME/instance-3729110-1338679238.opb
1800.06/1800.40	c   Variables        : 428 (428 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.40	c   Constraints      : 644 initial, 644 maximal
1800.06/1800.40	c Presolved Problem  :
1800.06/1800.40	c   Problem name     : t_HOME/instance-3729110-1338679238.opb
1800.06/1800.40	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.40	c   Constraints      : 644 initial, 1258 maximal
1800.06/1800.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.06/1800.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.40	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.40	c   integral         :          0          0          0     421171          0         70       1113          0          0     841334
1800.06/1800.40	c   knapsack         :        290          5    1871796          0          0     241048    7886632        363          0          0
1800.06/1800.40	c   logicor          :        354+         5    1172424          0          0       1564    2921962          0          0          0
1800.06/1800.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.40	c   integral         :     106.37       0.00       0.00     106.37       0.00
1800.06/1800.40	c   knapsack         :      14.68       0.00      14.68       0.00       0.00
1800.06/1800.40	c   logicor          :       7.35       0.00       7.35       0.00       0.00
1800.06/1800.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.40	c   rootredcost      :       0.33          0          0          0
1800.06/1800.40	c   pseudoobj        :      12.55    1879221          0          0
1800.06/1800.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.40	c   propagation      :       4.48      32464      31819     262431       89.0         19      107.2          -
1800.06/1800.40	c   infeasible LP    :       5.05      56584          0          0        0.0          0        0.0          0
1800.06/1800.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.40	c   applied globally :          -          -          -      39762       22.7          -          -          -
1800.06/1800.40	c   applied locally  :          -          -          -        566       50.1          -          -          -
1800.06/1800.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.40	c   cut pool         :       0.00          4          -          -        404          -    (maximal pool size: 3363)
1800.06/1800.40	c   redcost          :       3.69     420884          0          0          0          0
1800.06/1800.40	c   impliedbounds    :       0.00          5          0          0       1174          0
1800.06/1800.40	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.40	c   gomory           :       0.26          5          0          0        611          0
1800.06/1800.40	c   strongcg         :       0.24          5          0          0       2071          0
1800.06/1800.40	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.40	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.40	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.40	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.40	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.40	c Pricers            :       Time      Calls       Vars
1800.06/1800.40	c   problem variables:       0.00          0          0
1800.06/1800.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.40	c   relpscost        :     106.20     421171         70       1113          0          0     841334
1800.06/1800.40	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.40	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.40	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.40	c   LP solutions     :       0.00          -          0
1800.06/1800.40	c   pseudo solutions :       0.00          -          0
1800.06/1800.40	c   simplerounding   :       0.00          0          0
1800.06/1800.40	c   rounding         :       0.00          0          0
1800.06/1800.40	c   shifting         :       0.00          0          0
1800.06/1800.40	c   intshifting      :       0.00          0          0
1800.06/1800.40	c   oneopt           :       0.00          0          0
1800.06/1800.40	c   fixandinfer      :       0.00          0          0
1800.06/1800.40	c   feaspump         :       0.00          0          0
1800.06/1800.40	c   coefdiving       :       0.00          0          0
1800.06/1800.40	c   pscostdiving     :       0.00          0          0
1800.06/1800.40	c   fracdiving       :       0.00          0          0
1800.06/1800.40	c   veclendiving     :       0.00          0          0
1800.06/1800.40	c   intdiving        :       0.00          0          0
1800.06/1800.40	c   actconsdiving    :       0.00          0          0
1800.06/1800.40	c   objpscostdiving  :       0.00          0          0
1800.06/1800.40	c   rootsoldiving    :       0.00          0          0
1800.06/1800.40	c   linesearchdiving :       0.00          0          0
1800.06/1800.40	c   guideddiving     :       0.00          0          0
1800.06/1800.40	c   octane           :       0.00          0          0
1800.06/1800.40	c   rens             :       0.00          0          0
1800.06/1800.40	c   rins             :       0.00          0          0
1800.06/1800.40	c   localbranching   :       0.00          0          0
1800.06/1800.40	c   mutation         :       0.00          0          0
1800.06/1800.40	c   crossover        :       0.00          0          0
1800.06/1800.40	c   dins             :       0.00          0          0
1800.06/1800.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.40	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.40	c   dual LP          :    1540.69     479698   14507070      30.24    9415.96
1800.06/1800.40	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.40	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.40	c   strong branching :      97.55      17699     783044      44.24    8027.10
1800.06/1800.40	c     (at root node) :          -         25      16672     666.88          -
1800.06/1800.40	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.40	c B&B Tree           :
1800.06/1800.40	c   number of runs   :          1
1800.06/1800.40	c   nodes            :     721717
1800.06/1800.40	c   nodes (total)    :     721717
1800.06/1800.40	c   nodes left       :     119232
1800.06/1800.40	c   max depth        :        109
1800.06/1800.40	c   max depth (total):        109
1800.06/1800.40	c   backtracks       :      61906 (8.6%)
1800.06/1800.40	c   delayed cutoffs  :        386
1800.06/1800.40	c   repropagations   :     216368 (150744 domain reductions, 277 cutoffs)
1800.06/1800.40	c   avg switch length:       6.08
1800.06/1800.40	c   switching time   :      27.13
1800.06/1800.40	c Solution           :
1800.06/1800.40	c   Solutions found  :          0 (0 improvements)
1800.06/1800.40	c   Primal Bound     :          -
1800.06/1800.40	c   Dual Bound       : +7.28118604215177e+01
1800.06/1800.40	c   Gap              :   infinite
1800.06/1800.40	c   Root Dual Bound  : +6.21534336390213e+01
1800.45/1800.87	c Time complete: 1800.53.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.81 0.30 0.23 3/177 19528
/proc/meminfo: memFree=27330164/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=8868 CPUtime=0 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 1560 0 0 0 0 0 0 0 20 0 1 0 334048849 9080832 1513 33554432000 4194304 7823515 140737051646800 140737051512904 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 2217 1513 351 887 0 1327 0

[startup+0.0517189 s]
/proc/loadavg: 0.81 0.30 0.23 3/177 19528
/proc/meminfo: memFree=27330164/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=17412 CPUtime=0.04 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 3961 0 0 0 4 0 0 0 20 0 1 0 334048849 17829888 3560 33554432000 4194304 7823515 140737051646800 140737051512904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 4353 3560 534 887 0 3463 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17412

[startup+0.100322 s]
/proc/loadavg: 0.81 0.30 0.23 3/177 19528
/proc/meminfo: memFree=27330164/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=19220 CPUtime=0.08 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 4416 0 0 0 8 0 0 0 20 0 1 0 334048849 19681280 3996 33554432000 4194304 7823515 140737051646800 140737051512904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 4805 3996 544 887 0 3915 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19220

[startup+0.300271 s]
/proc/loadavg: 0.81 0.30 0.23 3/177 19528
/proc/meminfo: memFree=27330164/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=23568 CPUtime=0.29 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 5547 0 0 0 28 1 0 0 20 0 1 0 334048849 24133632 5113 33554432000 4194304 7823515 140737051646800 140737051643512 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 5892 5113 544 887 0 5002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23568

[startup+0.700283 s]
/proc/loadavg: 0.81 0.30 0.23 3/177 19528
/proc/meminfo: memFree=27330164/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=30548 CPUtime=0.68 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 7322 0 0 0 67 1 0 0 20 0 1 0 334048849 31281152 6865 33554432000 4194304 7823515 140737051646800 140737051643512 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 7637 6865 546 887 0 6747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30548

[startup+1.50023 s]
/proc/loadavg: 0.81 0.30 0.23 3/178 19529
/proc/meminfo: memFree=27303264/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=32348 CPUtime=1.49 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 7745 0 0 0 147 2 0 0 20 0 1 0 334048849 33124352 7288 33554432000 4194304 7823515 140737051646800 140737051641496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 8087 7288 549 887 0 7197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32348

[startup+3.10023 s]
/proc/loadavg: 0.81 0.30 0.23 3/178 19529
/proc/meminfo: memFree=27302768/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=32348 CPUtime=3.09 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 7779 0 0 0 307 2 0 0 20 0 1 0 334048849 33124352 7322 33554432000 4194304 7823515 140737051646800 140737051641848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 8087 7322 549 887 0 7197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32348

[startup+6.30023 s]
/proc/loadavg: 0.91 0.33 0.24 3/178 19529
/proc/meminfo: memFree=27302396/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=32928 CPUtime=6.29 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 7804 0 0 0 625 4 0 0 20 0 1 0 334048849 33718272 7347 33554432000 4194304 7823515 140737051646800 140737051641960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 8232 7347 551 887 0 7342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32928

[startup+12.7002 s]
/proc/loadavg: 1.00 0.35 0.25 3/178 19529
/proc/meminfo: memFree=27300296/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=32928 CPUtime=12.69 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 7960 0 0 0 1259 10 0 0 20 0 1 0 334048849 33718272 7503 33554432000 4194304 7823515 140737051646800 140737051641176 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 8232 7503 558 887 0 7342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32928

[startup+25.5002 s]
/proc/loadavg: 1.22 0.43 0.27 3/177 19529
/proc/meminfo: memFree=27299048/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=33552 CPUtime=25.48 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 8056 0 0 0 2528 20 0 0 20 0 1 0 334048849 34357248 7941 33554432000 4194304 7823515 140737051646800 140737051642600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 8388 7941 558 887 0 7498 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33552

[startup+51.1002 s]
/proc/loadavg: 1.48 0.56 0.32 3/177 19529
/proc/meminfo: memFree=27294884/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=37076 CPUtime=51.07 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 8947 0 0 0 5068 39 0 0 20 0 1 0 334048849 37965824 8845 33554432000 4194304 7823515 140737051646800 140737051641848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 9269 8845 558 887 0 8379 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37076

[startup+102.307 s]
/proc/loadavg: 1.77 0.78 0.40 3/177 19529
/proc/meminfo: memFree=27282660/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=47568 CPUtime=102.26 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 11585 0 0 0 10132 94 0 0 20 0 1 0 334048849 48709632 11477 33554432000 4194304 7823515 140737051646800 140737051642488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 11892 11477 558 887 0 11002 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47568

[startup+162.3 s]
/proc/loadavg: 1.98 1.01 0.51 3/177 19529
/proc/meminfo: memFree=27269128/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=60232 CPUtime=162.24 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 14752 0 0 0 16069 155 0 0 20 0 1 0 334048849 61677568 14640 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 15058 14640 558 887 0 14168 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60232

[startup+222.3 s]
/proc/loadavg: 1.99 1.19 0.60 3/177 19529
/proc/meminfo: memFree=27256728/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=71384 CPUtime=222.24 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 17557 0 0 0 22010 214 0 0 20 0 1 0 334048849 73097216 17445 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 17846 17445 558 887 0 16956 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 71384

[startup+282.3 s]
/proc/loadavg: 1.99 1.33 0.68 3/177 19530
/proc/meminfo: memFree=27247288/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=79520 CPUtime=282.22 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 19609 0 0 0 27948 274 0 0 20 0 1 0 334048849 81428480 19490 33554432000 4194304 7823515 140737051646800 140737051642008 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 19880 19490 558 887 0 18990 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 79520

[startup+342.3 s]
/proc/loadavg: 2.07 1.47 0.77 3/177 19530
/proc/meminfo: memFree=27233020/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=91404 CPUtime=342.21 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 22593 0 0 0 33885 336 0 0 20 0 1 0 334048849 93597696 22472 33554432000 4194304 7823515 140737051646800 140737051643704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 22851 22472 558 887 0 21961 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 91404

[startup+402.3 s]
/proc/loadavg: 2.02 1.56 0.84 3/177 19530
/proc/meminfo: memFree=27214044/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=109236 CPUtime=402.2 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 27024 0 0 0 39815 405 0 0 20 0 1 0 334048849 111857664 26903 33554432000 4194304 7823515 140737051646800 140737051641960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 27309 26903 558 887 0 26419 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 109236

[startup+462.3 s]
/proc/loadavg: 2.01 1.64 0.91 3/177 19530
/proc/meminfo: memFree=27205712/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=116852 CPUtime=462.19 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 28886 0 0 0 45751 468 0 0 20 0 1 0 334048849 119656448 28761 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 29213 28761 558 887 0 28323 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 116852

[startup+522.3 s]
/proc/loadavg: 2.00 1.70 0.98 3/177 19530
/proc/meminfo: memFree=27195480/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=125196 CPUtime=522.18 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 31043 0 0 0 51683 535 0 0 20 0 1 0 334048849 128200704 30918 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 31299 30918 558 887 0 30409 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 125196

[startup+582.3 s]
/proc/loadavg: 2.00 1.75 1.04 3/177 19533
/proc/meminfo: memFree=27183064/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=136368 CPUtime=582.17 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 33809 0 0 0 57612 605 0 0 20 0 1 0 334048849 139640832 33680 33554432000 4194304 7823515 140737051646800 140737051642488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 34092 33680 558 887 0 33202 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 136368

[startup+642.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.01 1.93 1.34 3/178 19536
/proc/meminfo: memFree=27119948/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=191640 CPUtime=942.11 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 47306 0 0 0 93185 1026 0 0 20 0 1 0 334048849 196239360 47169 33554432000 4194304 7823515 140737051646800 140737051642648 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 47910 47169 558 887 0 47020 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 191640

[startup+1002.3 s]
/proc/loadavg: 2.00 1.94 1.38 3/177 19536
/proc/meminfo: memFree=27104556/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=203020 CPUtime=1002.09 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 50130 0 0 0 99112 1097 0 0 20 0 1 0 334048849 207892480 50361 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 50755 50361 558 887 0 49865 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 203020

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.41 3/177 19536
/proc/meminfo: memFree=27088492/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=217856 CPUtime=1062.08 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 53785 0 0 0 105040 1168 0 0 20 0 1 0 334048849 223084544 54016 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 54464 54016 558 887 0 53574 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 217856

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.45 3/177 19536
/proc/meminfo: memFree=27080556/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=224556 CPUtime=1122.07 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 55511 0 0 0 110962 1245 0 0 20 0 1 0 334048849 229945344 55742 33554432000 4194304 7823515 140737051646800 140737051642552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 56139 55742 558 887 0 55249 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 224556

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/178 19539
/proc/meminfo: memFree=27073204/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=232052 CPUtime=1182.06 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 57395 0 0 0 116887 1319 0 0 20 0 1 0 334048849 237621248 57619 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 58013 57619 558 887 0 57123 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 232052

[startup+1242.3 s]
/proc/loadavg: 2.08 1.98 1.51 3/177 19540
/proc/meminfo: memFree=27064032/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=238148 CPUtime=1242.04 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 58920 0 0 0 122814 1390 0 0 20 0 1 0 334048849 243863552 59144 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 59537 59144 558 887 0 58647 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 238148

[startup+1302.3 s]
/proc/loadavg: 2.03 1.98 1.54 3/177 19540
/proc/meminfo: memFree=27055972/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=244820 CPUtime=1302.04 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 60591 0 0 0 128739 1465 0 0 20 0 1 0 334048849 250695680 60761 33554432000 4194304 7823515 140737051646800 140737051642600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 61205 60761 558 887 0 60315 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 244820

[startup+1362.3 s]
/proc/loadavg: 2.01 1.98 1.57 3/177 19540
/proc/meminfo: memFree=27046980/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=254016 CPUtime=1362.03 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 62932 0 0 0 134666 1537 0 0 20 0 1 0 334048849 260112384 63081 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 63504 63081 558 887 0 62614 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 254016

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.59 3/177 19540
/proc/meminfo: memFree=27032760/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=266016 CPUtime=1422.03 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 65953 0 0 0 140590 1613 0 0 20 0 1 0 334048849 272400384 66076 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 66504 66076 558 887 0 65614 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 266016

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.61 3/177 19540
/proc/meminfo: memFree=27023272/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=274500 CPUtime=1482.01 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 68136 0 0 0 146511 1690 0 0 20 0 1 0 334048849 281088000 68231 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 68625 68231 558 887 0 67735 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 274500

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/177 19541
/proc/meminfo: memFree=27018312/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=279324 CPUtime=1542 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 69298 0 0 0 152436 1764 0 0 20 0 1 0 334048849 286027776 69393 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 69831 69393 558 887 0 68941 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 279324

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/177 19541
/proc/meminfo: memFree=27013200/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=283888 CPUtime=1601.98 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 70470 0 0 0 158361 1837 0 0 20 0 1 0 334048849 290701312 70561 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 70972 70561 558 887 0 70082 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 283888

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.67 3/177 19541
/proc/meminfo: memFree=27002284/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=294288 CPUtime=1661.98 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 73063 0 0 0 164285 1913 0 0 20 0 1 0 334048849 301350912 73128 33554432000 4194304 7823515 140737051646800 140737051643288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 73572 73128 558 887 0 72682 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 294288

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.69 3/177 19541
/proc/meminfo: memFree=26994100/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=300724 CPUtime=1721.97 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 74713 0 0 0 170205 1992 0 0 20 0 1 0 334048849 307941376 74776 33554432000 4194304 7823515 140737051646800 140737051641848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 75181 74776 558 887 0 74291 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 300724

[startup+1782.3 s]
/proc/loadavg: 1.92 1.97 1.70 3/178 19583
/proc/meminfo: memFree=27005672/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=311528 CPUtime=1781.96 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 77488 0 0 0 176130 2066 0 0 20 0 1 0 334048849 319004672 77493 33554432000 4194304 7823515 140737051646800 140737051642136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 77882 77493 558 887 0 76992 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 311528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.94 1.97 1.71 3/177 19583
/proc/meminfo: memFree=25029188/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=313380 CPUtime=1800.06 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 77928 0 0 0 177919 2087 0 0 20 0 1 0 334048849 320901120 77933 33554432000 4194304 7823515 140737051646800 140737051642488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 78345 77933 558 887 0 77455 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 313380

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 1.94 1.97 1.71 3/178 19584
/proc/meminfo: memFree=25028816/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=313380 CPUtime=1800.26 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 77932 0 0 0 177939 2087 0 0 20 0 1 0 334048849 320901120 77937 33554432000 4194304 7823515 140737051646800 140737051642488 4733160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 78345 77937 562 887 0 77455 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 313380

[startup+1800.8 s]
/proc/loadavg: 1.94 1.97 1.71 3/178 19584
/proc/meminfo: memFree=25028816/32873844 swapFree=7116/7116
[pid=19528] ppid=19526 vsize=313380 CPUtime=1800.45 cores=1,3,5,7
/proc/19528/stat : 19528 (pbscip.linux.x8) R 19526 19528 10620 0 -1 4202496 77932 0 0 0 177958 2087 0 0 20 0 1 0 334048849 320901120 77937 33554432000 4194304 7823515 140737051646800 140737051642488 4745372 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19528/statm: 78345 77937 562 887 0 77455 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 313380

Child status: 0
Real time (s): 1800.88
CPU time (s): 1800.54
CPU user time (s): 1779.66
CPU system time (s): 20.8838
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 313380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.66
system time used= 20.8838
maximum resident set size= 311752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77937
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= 60
involuntary context switches= 1847

runsolver used 3.06153 second user time and 8.90465 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 01:20:38
IDJOB=3729110
IDBENCH=1168
IDSOLVER=2321
FILE ID=node138/3729110-1338679238
RUNJOBID= node138-1338679216-19463
PBS_JOBID= 14636675
Free space on /tmp= 70780 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.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-3729110-1338679238/watcher-3729110-1338679238 -o /tmp/evaluation-result-3729110-1338679238/solver-3729110-1338679238 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3729110-1338679238.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1032750829

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27330056 kB
Buffers:          707784 kB
Cached:          3887772 kB
SwapCached:          208 kB
Active:          2355008 kB
Inactive:        2286520 kB
Active(anon):      30440 kB
Inactive(anon):    11388 kB
Active(file):    2324568 kB
Inactive(file):  2275132 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             19824 kB
Writeback:             0 kB
AnonPages:         62340 kB
Mapped:            16412 kB
Shmem:               200 kB
Slab:             763548 kB
SReclaimable:     205492 kB
SUnreclaim:       558056 kB
KernelStack:        1480 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70740 MiB
End job on node138 at 2012-06-03 01:50:40