Trace number 1884048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.28 1800.77

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
MD5SUM486eb539b6ad9b8d831ece9c8d259369
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark472.142
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1133
Total number of constraints56210
Number of constraints which are clauses56210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.00/1.03	c SCIP version 1.1.0.7
1.00/1.03	c LP-Solver Clp 1.8.2
1.00/1.03	c user parameter file <scip.set> not found - using default parameters
1.00/1.03	c read problem <HOME/instance-1884048-1245254146.opb>
1.00/1.03	c original problem has 1133 variables (1133 bin, 0 int, 0 impl, 0 cont) and 56210 constraints
1.29/1.32	c No objective function, only one solution is needed.
1.29/1.32	c start presolving problem
1.29/1.32	c presolving:
1.69/1.79	c (round 1) 447 del vars, 1139 del conss, 46 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 39824 impls, 0 clqs
2.20/2.26	c (round 2) 456 del vars, 2580 del conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 40154 impls, 0 clqs
2.79/2.84	c (round 3) 456 del vars, 12426 del conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 43784 upgd conss, 40154 impls, 0 clqs
2.88/2.95	c presolving (4 rounds):
2.88/2.95	c  456 deleted vars, 12426 deleted constraints, 55 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.88/2.95	c  40154 implications, 0 cliques
2.88/2.95	c presolved problem has 677 variables (677 bin, 0 int, 0 impl, 0 cont) and 43784 constraints
2.88/2.95	c   43784 constraints of type <logicor>
2.88/2.95	c transformed objective value is always integral (scale: 1)
2.88/2.95	c Presolving Time: 1.43
2.88/2.95	c PURESAT
2.88/2.95	c -----------------------------------------------------------------------------------------------
2.88/2.95	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.95	c separating/flowcover/freq = c -1
2.88/2.95	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.95	c separating/cmir/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/veclendiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/veclendiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/veclendiving/freq = c -1
2.88/2.95	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.95	c heuristics/simplerounding/freq = c -1
2.88/2.95	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/shifting/freq = c -1
2.88/2.95	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.95	c heuristics/rounding/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/rootsoldiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.88/2.95	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
2.88/2.95	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.95	c heuristics/rootsoldiving/freq = c -1
2.88/2.95	c # number of nodes added to the contingent of the total nodes
2.88/2.95	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.95	c heuristics/rens/nodesofs = c 2000
2.88/2.95	c # minimum percentage of integer variables that have to be fixable 
2.88/2.95	c # [type: real, range: [0,1], default: 0.5]
2.88/2.95	c heuristics/rens/minfixingrate = c 0.3
2.88/2.95	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.95	c heuristics/rens/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/pscostdiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/pscostdiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/pscostdiving/freq = c -1
2.88/2.95	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.95	c heuristics/oneopt/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/objpscostdiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to total iteration number
2.88/2.95	c # [type: real, range: [0,1], default: 0.01]
2.88/2.95	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
2.88/2.95	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.95	c heuristics/objpscostdiving/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/linesearchdiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/linesearchdiving/freq = c -1
2.88/2.95	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/intshifting/freq = c -1
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/intdiving/maxlpiterquot = c 0.075
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/guideddiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/guideddiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/guideddiving/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/fracdiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/fracdiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/fracdiving/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/feaspump/maxlpiterofs = c 2000
2.88/2.95	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.95	c heuristics/feaspump/freq = c -1
2.88/2.95	c # minimum percentage of integer variables that have to be fixed 
2.88/2.95	c # [type: real, range: [0,1], default: 0.666]
2.88/2.95	c heuristics/crossover/minfixingrate = c 0.5
2.88/2.95	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.88/2.95	c # [type: real, range: [0,1], default: 0.1]
2.88/2.95	c heuristics/crossover/nodesquot = c 0.15
2.88/2.95	c # number of nodes without incumbent change that heuristic should wait
2.88/2.95	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.88/2.95	c heuristics/crossover/nwaitingnodes = c 100
2.88/2.95	c # number of nodes added to the contingent of the total nodes
2.88/2.95	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.95	c heuristics/crossover/nodesofs = c 750
2.88/2.95	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 30]
2.88/2.95	c heuristics/crossover/freq = c -1
2.88/2.95	c # additional number of allowed LP iterations
2.88/2.95	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.95	c heuristics/coefdiving/maxlpiterofs = c 1500
2.88/2.95	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.95	c heuristics/coefdiving/maxlpiterquot = c 0.075
2.88/2.95	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.95	c heuristics/coefdiving/freq = c -1
2.88/2.95	c # priority of node selection rule <dfs> in standard mode
2.88/2.95	c # [type: int, range: [-536870912,536870911], default: 0]
2.88/2.95	c nodeselection/dfs/stdpriority = c 1000000
2.88/2.95	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.95	c presolving/probing/maxrounds = c 0
2.88/2.95	c # should presolving try to simplify knapsacks
2.88/2.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.95	c constraints/knapsack/simplifyinequalities = c TRUE
2.88/2.95	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.88/2.95	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.88/2.95	c constraints/knapsack/disaggregation = c FALSE
2.88/2.95	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.95	c constraints/knapsack/maxnumcardlift = c 0
2.88/2.95	c # should presolving try to simplify inequalities
2.88/2.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.95	c constraints/linear/simplifyinequalities = c TRUE
2.88/2.95	c # maximal number of separation rounds in the root node (-1: unlimited)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.95	c separating/maxroundsroot = c 5
2.88/2.95	c # maximal number of separation rounds per node (-1: unlimited)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 5]
2.88/2.95	c separating/maxrounds = c 1
2.88/2.95	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.88/2.95	c # [type: char, range: {lafpsqd}, default: l]
2.88/2.95	c lp/pricing = c a
2.88/2.95	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.95	c lp/solvefreq = c 0
2.88/2.95	c # solving stops, if the given number of solutions were found (-1: no limit)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.95	c limits/solutions = c 1
2.88/2.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.95	c limits/memory = c 1620
2.88/2.95	c # maximal time in seconds to run
2.88/2.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.95	c limits/time = c 1791
2.88/2.95	c # frequency for displaying node information lines
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 100]
2.88/2.95	c display/freq = c 10000
2.88/2.95	c # should enforcement of pseudo solution be disabled?
2.88/2.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.95	c constraints/disableenfops = c TRUE
2.88/2.95	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.95	c constraints/agelimit = c 1
2.88/2.95	c # should binary conflicts be preferred?
2.88/2.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.95	c conflict/preferbinary = c TRUE
2.88/2.95	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.88/2.95	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.95	c conflict/interconss = c 0
2.88/2.95	c -----------------------------------------------------------------------------------------------
2.88/2.95	c start solving problem
2.88/2.95	c 
3.79/3.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.80	c   2.4s|     1 |     0 |    95 |  75M|   0 |  59 | 677 |  43k|  43k| 677 |  43k|   0 |   0 |   0 | 2.406250e+02 |      --      |    Inf 
5.18/5.29	c   3.9s|     1 |     0 |   166 |  75M|   0 |  50 | 677 |  43k|  43k| 677 |  43k|  12 |   0 |   0 | 2.490000e+02 |      --      |    Inf 
6.59/6.61	c   5.2s|     1 |     0 |   219 |  75M|   0 |  52 | 677 |  43k|  43k| 677 |  43k|  21 |   0 |   0 | 2.540000e+02 |      --      |    Inf 
7.99/8.03	c   6.6s|     1 |     0 |   264 |  75M|   0 |  47 | 677 |  43k|  43k| 677 |  43k|  31 |   0 |   0 | 2.570000e+02 |      --      |    Inf 
9.39/9.40	c   8.0s|     1 |     0 |   300 |  75M|   0 |  46 | 677 |  43k|  43k| 677 |  43k|  39 |   0 |   0 | 2.570000e+02 |      --      |    Inf 
19.48/19.56	c  18.1s|     1 |     0 |   994 |  75M|   0 |  47 | 677 |  43k|  43k| 677 |  43k|  48 |   0 |   0 | 2.574000e+02 |      --      |    Inf 
31.48/31.59	c  30.1s|     1 |     2 |   994 |  75M|   0 |  47 | 677 |  43k|  43k| 677 |  43k|  48 |   0 |  18 | 2.574000e+02 |      --      |    Inf 
34.78/34.88	c  33.3s| 10000 |    36 |   994 |  76M| 543 |   - | 677 |  43k|  24k|   0 |   0 |  48 |1543 |  18 | 2.578000e+02 |      --      |    Inf 
41.78/41.81	c  40.1s| 20000 |    43 |   994 |  76M| 543 |   - | 677 |  43k|  18k|   0 |   0 |  48 |4358 |  18 | 2.578000e+02 |      --      |    Inf 
50.37/50.42	c  48.5s| 30000 |    42 |   994 |  76M| 543 |   - | 677 |  43k|  18k|   0 |   0 |  48 |7071 |  18 | 2.578000e+02 |      --      |    Inf 
67.67/67.74	c  65.7s| 40000 |    24 |   994 |  76M| 543 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  11k|  18 | 2.578000e+02 |      --      |    Inf 
93.36/93.43	c  91.2s| 50000 |    21 |   994 |  76M| 543 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  15k|  18 | 2.578000e+02 |      --      |    Inf 
106.96/107.06	c   105s| 60000 |    51 |   994 |  76M| 544 |   - | 677 |  43k|  15k|   0 |   0 |  48 |  18k|  18 | 2.578000e+02 |      --      |    Inf 
115.55/115.68	c   113s| 70000 |    60 |   994 |  76M| 544 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  21k|  18 | 2.578000e+02 |      --      |    Inf 
128.05/128.19	c   125s| 80000 |    37 |   994 |  76M| 544 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  25k|  18 | 2.578000e+02 |      --      |    Inf 
138.14/138.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.14/138.25	c   135s| 90000 |    52 |   994 |  76M| 544 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  27k|  18 | 2.578000e+02 |      --      |    Inf 
150.34/150.40	c   147s|100000 |    78 |   994 |  76M| 544 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  30k|  18 | 2.578000e+02 |      --      |    Inf 
167.34/167.44	c   164s|110000 |    35 |   994 |  76M| 544 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  34k|  18 | 2.578000e+02 |      --      |    Inf 
178.43/178.57	c   175s|120000 |    31 |   994 |  76M| 549 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  37k|  18 | 2.578000e+02 |      --      |    Inf 
184.73/184.90	c   182s|130000 |   222 |   994 |  76M| 549 |   - | 677 |  43k|  13k|   0 |   0 |  48 |  39k|  18 | 2.578000e+02 |      --      |    Inf 
194.03/194.18	c   191s|140000 |    30 |   994 |  76M| 550 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  42k|  18 | 2.578000e+02 |      --      |    Inf 
204.53/204.68	c   201s|150000 |    24 |   994 |  76M| 550 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  45k|  18 | 2.578000e+02 |      --      |    Inf 
215.02/215.14	c   211s|160000 |    40 |   994 |  76M| 550 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  48k|  18 | 2.578000e+02 |      --      |    Inf 
225.12/225.26	c   221s|170000 |    28 |   994 |  76M| 550 |   - | 677 |  43k|  13k|   0 |   0 |  48 |  51k|  18 | 2.578000e+02 |      --      |    Inf 
236.22/236.33	c   232s|180000 |    36 |   994 |  76M| 550 |   - | 677 |  43k|  14k|   0 |   0 |  48 |  54k|  18 | 2.578000e+02 |      --      |    Inf 
242.62/242.76	c   239s|190000 |    39 |   994 |  76M| 550 |   - | 677 |  43k|  12k|   0 |   0 |  48 |  56k|  18 | 2.578000e+02 |      --      |    Inf 
255.81/255.99	c   252s|200000 |    34 |   994 |  76M| 550 |   - | 677 |  43k|  13k|   0 |   0 |  48 |  60k|  18 | 2.578000e+02 |      --      |    Inf 
293.71/293.82	c   289s|210000 |    36 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 |  65k|  18 | 2.578000e+02 |      --      |    Inf 
326.09/326.27	c   322s|220000 |    41 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 |  70k|  18 | 2.578000e+02 |      --      |    Inf 
357.48/357.62	c   353s|230000 |    34 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 |  74k|  18 | 2.578000e+02 |      --      |    Inf 
390.28/390.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.28/390.43	c   385s|240000 |    32 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 |  79k|  18 | 2.578000e+02 |      --      |    Inf 
426.26/426.47	c   421s|250000 |    25 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 |  85k|  18 | 2.578000e+02 |      --      |    Inf 
454.55/454.76	c   449s|260000 |    27 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 |  89k|  18 | 2.578000e+02 |      --      |    Inf 
485.14/485.30	c   480s|270000 |    42 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 |  94k|  18 | 2.578000e+02 |      --      |    Inf 
520.43/520.66	c   515s|280000 |    25 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 |  99k|  18 | 2.578000e+02 |      --      |    Inf 
548.03/548.22	c   542s|290000 |    29 |   994 |  76M| 550 |   - | 677 |  43k|  12k|   0 |   0 |  48 | 104k|  18 | 2.578000e+02 |      --      |    Inf 
586.72/586.96	c   581s|300000 |    24 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 109k|  18 | 2.578000e+02 |      --      |    Inf 
625.21/625.45	c   619s|310000 |    27 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 115k|  18 | 2.578000e+02 |      --      |    Inf 
652.21/652.46	c   646s|320000 |    30 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 119k|  18 | 2.578000e+02 |      --      |    Inf 
678.39/678.66	c   672s|330000 |    33 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 124k|  18 | 2.578000e+02 |      --      |    Inf 
704.39/704.69	c   698s|340000 |    31 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 128k|  18 | 2.578000e+02 |      --      |    Inf 
730.08/730.35	c   723s|350000 |    34 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 132k|  18 | 2.578000e+02 |      --      |    Inf 
756.58/756.82	c   750s|360000 |    32 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 137k|  18 | 2.578000e+02 |      --      |    Inf 
783.46/783.78	c   776s|370000 |    35 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 142k|  18 | 2.578000e+02 |      --      |    Inf 
812.96/813.27	c   806s|380000 |    36 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 147k|  18 | 2.578000e+02 |      --      |    Inf 
850.55/850.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
850.55/850.89	c   843s|390000 |    27 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 153k|  18 | 2.578000e+02 |      --      |    Inf 
881.04/881.33	c   873s|400000 |    29 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 158k|  18 | 2.578000e+02 |      --      |    Inf 
908.34/908.64	c   900s|410000 |    40 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 163k|  18 | 2.578000e+02 |      --      |    Inf 
941.03/941.30	c   933s|420000 |    37 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 168k|  18 | 2.578000e+02 |      --      |    Inf 
969.72/970.08	c   962s|430000 |    43 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 174k|  18 | 2.578000e+02 |      --      |    Inf 
995.60/995.97	c   987s|440000 |    28 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 178k|  18 | 2.578000e+02 |      --      |    Inf 
1020.51/1020.87	c  1012s|450000 |    29 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 183k|  18 | 2.578000e+02 |      --      |    Inf 
1044.90/1045.21	c  1036s|460000 |   205 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 188k|  18 | 2.578000e+02 |      --      |    Inf 
1069.29/1069.69	c  1060s|470000 |    30 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 193k|  18 | 2.578000e+02 |      --      |    Inf 
1086.09/1086.47	c  1077s|480000 |    54 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 197k|  18 | 2.578000e+02 |      --      |    Inf 
1101.89/1102.22	c  1093s|490000 |    25 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 201k|  18 | 2.578000e+02 |      --      |    Inf 
1129.28/1129.63	c  1120s|500000 |    41 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 206k|  18 | 2.578000e+02 |      --      |    Inf 
1157.77/1158.19	c  1148s|510000 |    36 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 211k|  18 | 2.578000e+02 |      --      |    Inf 
1192.95/1193.36	c  1183s|520000 |    44 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 216k|  18 | 2.578000e+02 |      --      |    Inf 
1219.65/1220.05	c  1210s|530000 |    33 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 221k|  18 | 2.578000e+02 |      --      |    Inf 
1249.25/1249.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.25/1249.63	c  1239s|540000 |    40 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 226k|  18 | 2.578000e+02 |      --      |    Inf 
1284.13/1284.55	c  1274s|550000 |    35 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 232k|  18 | 2.578000e+02 |      --      |    Inf 
1311.62/1312.08	c  1301s|560000 |    37 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 237k|  18 | 2.578000e+02 |      --      |    Inf 
1342.82/1343.30	c  1332s|570000 |    31 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 242k|  18 | 2.578000e+02 |      --      |    Inf 
1377.11/1377.54	c  1366s|580000 |    30 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 247k|  18 | 2.578000e+02 |      --      |    Inf 
1406.70/1407.10	c  1396s|590000 |    50 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 252k|  18 | 2.578000e+02 |      --      |    Inf 
1437.70/1438.17	c  1427s|600000 |    34 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 257k|  18 | 2.578000e+02 |      --      |    Inf 
1465.49/1465.97	c  1454s|610000 |    43 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 262k|  18 | 2.578000e+02 |      --      |    Inf 
1496.28/1496.79	c  1485s|620000 |    37 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 267k|  18 | 2.578000e+02 |      --      |    Inf 
1525.07/1525.59	c  1513s|630000 |    40 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 272k|  18 | 2.578000e+02 |      --      |    Inf 
1558.56/1559.01	c  1547s|640000 |    37 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 277k|  18 | 2.578000e+02 |      --      |    Inf 
1594.05/1594.56	c  1582s|650000 |    37 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 282k|  18 | 2.578000e+02 |      --      |    Inf 
1625.44/1625.97	c  1613s|660000 |    32 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 287k|  18 | 2.578000e+02 |      --      |    Inf 
1661.94/1662.45	c  1650s|670000 |    33 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 293k|  18 | 2.578000e+02 |      --      |    Inf 
1695.83/1696.31	c  1683s|680000 |    28 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 298k|  18 | 2.578000e+02 |      --      |    Inf 
1723.82/1724.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.82/1724.34	c  1711s|690000 |    31 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 303k|  18 | 2.578000e+02 |      --      |    Inf 
1747.42/1747.99	c  1734s|700000 |    36 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 308k|  18 | 2.578000e+02 |      --      |    Inf 
1771.91/1772.41	c  1759s|710000 |    31 |   994 |  76M| 550 |   - | 677 |  43k|  11k|   0 |   0 |  48 | 313k|  18 | 2.578000e+02 |      --      |    Inf 
1799.29/1799.84	c  1786s|720000 |    44 |   994 |  76M| 550 |   - | 677 |  43k|  10k|   0 |   0 |  48 | 317k|  18 | 2.578000e+02 |      --      |    Inf 
1800.01/1800.50	c 
1800.01/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.50	c Solving Time (sec) : 1786.64
1800.01/1800.50	c Solving Nodes      : 720194
1800.01/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.50	c Dual Bound         : +2.57800000000000e+02
1800.01/1800.50	c Gap                : infinite
1800.01/1800.50	c NODE         720194
1800.01/1800.50	c DUAL BOUND   257.8
1800.01/1800.50	c PRIMAL BOUND 1e+20
1800.01/1800.50	c GAP          1e+20
1800.01/1800.50	s UNKNOWN
1800.01/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.50	c Solving Time       :    1786.64
1800.01/1800.50	c Original Problem   :
1800.01/1800.50	c   Problem name     : HOME/instance-1884048-1245254146.opb
1800.01/1800.50	c   Variables        : 1133 (1133 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.50	c   Constraints      : 56210 initial, 56210 maximal
1800.01/1800.50	c Presolved Problem  :
1800.01/1800.50	c   Problem name     : t_HOME/instance-1884048-1245254146.opb
1800.01/1800.50	c   Variables        : 677 (677 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.50	c   Constraints      : 43784 initial, 44028 maximal
1800.01/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
1800.01/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   implics          :       0.11          0        392          0          0          0          0          0          0
1800.01/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.50	c   linear           :       0.99         55          5          0         55          0      12426          0          0
1800.01/1800.50	c   logicor          :       0.21          0          0          0          0          0          0          0          0
1800.01/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.50	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.01/1800.50	c   logicor          :      43784+         5    2370699          0          0     292222    5812121          0          0          0
1800.01/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.50	c   integral         :      11.98       0.00       0.00      11.98       0.00
1800.01/1800.50	c   logicor          :     842.61       0.04     842.57       0.00       0.00
1800.01/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.50	c   rootredcost      :       1.05          0          0          0
1800.01/1800.50	c   pseudoobj        :     121.10    3239983          0          0
1800.01/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.50	c   propagation      :      17.81     292222     292210     292210       18.6      25623       16.9          -
1800.01/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.50	c   applied globally :          -          -          -     317833       18.4          -          -          -
1800.01/1800.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.50	c   cut pool         :       0.00          4          -          -          7          -    (maximal pool size: 324)
1800.01/1800.50	c   redcost          :       0.00          5          0          0          0          0
1800.01/1800.50	c   impliedbounds    :       0.00          5          0          0          0          0
1800.01/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.50	c   gomory           :       2.07          5          0          0       2500          0
1800.01/1800.50	c   strongcg         :       2.06          5          0          0       2500          0
1800.01/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.50	c   clique           :       0.00          5          0          0         32          0
1800.01/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.50	c   mcf              :       0.10          1          0          0          0          0
1800.01/1800.50	c Pricers            :       Time      Calls       Vars
1800.01/1800.50	c   problem variables:       0.00          0          0
1800.01/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.50	c   relpscost        :      11.98          1          0          0          0          0          2
1800.01/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.50	c   inference        :      82.73     563144          0          0          0          0    1126288
1800.01/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.50	c   LP solutions     :       0.00          -          0
1800.01/1800.50	c   pseudo solutions :       0.00          -          0
1800.01/1800.50	c   simplerounding   :       0.00          0          0
1800.01/1800.50	c   rounding         :       0.00          0          0
1800.01/1800.50	c   shifting         :       0.00          0          0
1800.01/1800.50	c   intshifting      :       0.00          0          0
1800.01/1800.50	c   oneopt           :       0.00          0          0
1800.01/1800.50	c   fixandinfer      :       0.00          0          0
1800.01/1800.50	c   feaspump         :       0.00          0          0
1800.01/1800.50	c   coefdiving       :       0.00          0          0
1800.01/1800.50	c   pscostdiving     :       0.00          0          0
1800.01/1800.50	c   fracdiving       :       0.00          0          0
1800.01/1800.50	c   veclendiving     :       0.00          0          0
1800.01/1800.50	c   intdiving        :       0.00          0          0
1800.01/1800.50	c   actconsdiving    :       0.00          0          0
1800.01/1800.50	c   objpscostdiving  :       0.00          0          0
1800.01/1800.50	c   rootsoldiving    :       0.00          0          0
1800.01/1800.50	c   linesearchdiving :       0.00          0          0
1800.01/1800.50	c   guideddiving     :       0.00          0          0
1800.01/1800.50	c   octane           :       0.00          0          0
1800.01/1800.50	c   rens             :       0.00          0          0
1800.01/1800.50	c   rins             :       0.00          0          0
1800.01/1800.50	c   localbranching   :       0.00          0          0
1800.01/1800.50	c   mutation         :       0.00          0          0
1800.01/1800.50	c   crossover        :       0.00          0          0
1800.01/1800.50	c   dins             :       0.00          0          0
1800.01/1800.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.50	c   primal LP        :       0.10          0          0       0.00       0.00
1800.01/1800.50	c   dual LP          :      11.86          6        994     165.67      83.81
1800.01/1800.50	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.50	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.50	c   strong branching :      11.98         18       1087      60.39      90.73
1800.01/1800.50	c     (at root node) :          -         18       1087      60.39          -
1800.01/1800.50	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.50	c B&B Tree           :
1800.01/1800.50	c   number of runs   :          1
1800.01/1800.50	c   nodes            :     720194
1800.01/1800.50	c   nodes (total)    :     720194
1800.01/1800.50	c   nodes left       :         39
1800.01/1800.50	c   max depth        :        550
1800.01/1800.50	c   max depth (total):        550
1800.01/1800.50	c   backtracks       :     145827 (20.2%)
1800.01/1800.50	c   delayed cutoffs  :     406058
1800.01/1800.50	c   repropagations   :     772443 (2828153 domain reductions, 135173 cutoffs)
1800.01/1800.50	c   avg switch length:       3.37
1800.01/1800.50	c   switching time   :     424.36
1800.01/1800.50	c Solution           :
1800.01/1800.50	c   Solutions found  :          0 (0 improvements)
1800.01/1800.50	c   Primal Bound     :          -
1800.01/1800.50	c   Dual Bound       : +2.57800000000000e+02
1800.01/1800.50	c   Gap              :   infinite
1800.01/1800.50	c   Root Dual Bound  : +2.57400000000000e+02
1800.20/1800.76	c Time complete: 1800.27.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884048-1245254146/watcher-1884048-1245254146 -o /tmp/evaluation-result-1884048-1245254146/solver-1884048-1245254146 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884048-1245254146.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.00 0.00 0.00 3/64 3045
/proc/meminfo: memFree=1840424/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=7616 CPUtime=0
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 563 0 0 0 0 0 0 0 20 0 1 0 193008868 7798784 548 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 1904 558 353 1256 0 643 0

[startup+0.0727289 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3045
/proc/meminfo: memFree=1840424/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=12936 CPUtime=0.06
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 2215 0 0 0 6 0 0 0 20 0 1 0 193008868 13246464 2199 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 3234 2199 376 1256 0 1973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12936

[startup+0.101732 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3045
/proc/meminfo: memFree=1840424/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=13920 CPUtime=0.09
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 2439 0 0 0 9 0 0 0 20 0 1 0 193008868 14254080 2423 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 3480 2423 376 1256 0 2219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13920

[startup+0.301755 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3045
/proc/meminfo: memFree=1840424/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=19332 CPUtime=0.29
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 3802 0 0 0 28 1 0 0 22 0 1 0 193008868 19795968 3786 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 4833 3786 376 1256 0 3572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19332

[startup+0.701798 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3045
/proc/meminfo: memFree=1840424/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=28504 CPUtime=0.69
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 6069 0 0 0 67 2 0 0 25 0 1 0 193008868 29188096 6053 1992294400 4194304 9342243 548682068736 18446744073709551615 8315898 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 7126 6053 376 1256 0 5865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28504

[startup+1.50189 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 3046
/proc/meminfo: memFree=1810848/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=121084 CPUtime=1.49
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 29168 0 0 0 136 13 0 0 25 0 1 0 193008868 123990016 28798 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 30271 28798 474 1256 0 29010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121084

[startup+3.10107 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 3046
/proc/meminfo: memFree=1716832/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=162912 CPUtime=3.09
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 40967 0 0 0 277 32 0 0 17 0 1 0 193008868 166821888 38992 1992294400 4194304 9342243 548682068736 18446744073709551615 4298194 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 40728 38992 524 1256 0 39467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162912

[startup+6.30143 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 3046
/proc/meminfo: memFree=1642016/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=236376 CPUtime=6.29
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 52887 0 0 0 591 38 0 0 25 0 1 0 193008868 242049024 50807 1992294400 4194304 9342243 548682068736 18446744073709551615 6960250 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 59094 50807 643 1256 0 57833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 236376

[startup+12.7011 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 3046
/proc/meminfo: memFree=1624544/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=238712 CPUtime=12.69
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 56610 0 0 0 1229 40 0 0 25 0 1 0 193008868 244441088 54530 1992294400 4194304 9342243 548682068736 18446744073709551615 5874707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 59678 54530 645 1256 0 58417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 238712

[startup+25.5016 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 3046
/proc/meminfo: memFree=1616288/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=282088 CPUtime=25.49
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 64099 0 0 0 2505 44 0 0 25 0 1 0 193008868 288858112 56499 1992294400 4194304 9342243 548682068736 18446744073709551615 5868826 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 70522 56499 650 1256 0 69261 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282088

[startup+51.1015 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 3046
/proc/meminfo: memFree=1618784/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=51.07
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70556 0 0 0 5020 87 0 0 25 0 1 0 193008868 250101760 55883 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55883 669 1256 0 59799 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 244240

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 3046
/proc/meminfo: memFree=1618848/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=102.26
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70556 0 0 0 10098 128 0 0 25 0 1 0 193008868 250101760 55883 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55883 669 1256 0 59799 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 244240

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 3046
/proc/meminfo: memFree=1618784/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=162.23
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70556 0 0 0 16021 202 0 0 25 0 1 0 193008868 250101760 55883 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55883 669 1256 0 59799 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 244240

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 3046
/proc/meminfo: memFree=1618784/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=222.22
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70556 0 0 0 21944 278 0 0 25 0 1 0 193008868 250101760 55883 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55883 669 1256 0 59799 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 244240

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 3046
/proc/meminfo: memFree=1618592/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=282.2
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 27888 332 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 244240

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 3052
/proc/meminfo: memFree=1618328/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=342.18
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 33851 367 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 244240

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 3052
/proc/meminfo: memFree=1618328/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=402.17
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 39815 402 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 244240

[startup+462.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 3052
/proc/meminfo: memFree=1618328/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=462.15
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 45776 439 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 244240

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 3052
/proc/meminfo: memFree=1618328/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=522.13
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 51742 471 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 244240

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 3052
/proc/meminfo: memFree=1618328/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=582.12
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 57708 504 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 244240

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 3052
/proc/meminfo: memFree=1618272/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=642.11
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 63673 538 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 244240

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 3052
/proc/meminfo: memFree=1618144/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=942.02
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 93489 713 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 244240

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 3052
/proc/meminfo: memFree=1618080/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1002
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 99447 753 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 244240

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 3052
/proc/meminfo: memFree=1618080/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1061.99
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 105402 797 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 244240

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 3052
/proc/meminfo: memFree=1618016/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1121.98
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 111354 844 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 244240

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 3052
/proc/meminfo: memFree=1618016/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1181.96
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 117318 878 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4235657 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 244240

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/65 3052
/proc/meminfo: memFree=1617824/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1241.95
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 123279 916 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 244240

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 3052
/proc/meminfo: memFree=1617824/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1301.94
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 129244 950 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 244240

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 3052
/proc/meminfo: memFree=1617760/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1361.92
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 135209 983 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 244240

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 3052
/proc/meminfo: memFree=1617696/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1421.9
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 141173 1017 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 244240

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 3052
/proc/meminfo: memFree=1617696/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1481.88
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 147136 1052 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 244240

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 3052
/proc/meminfo: memFree=1617632/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1541.86
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 153097 1089 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 244240

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 3052
/proc/meminfo: memFree=1617632/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1601.85
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 159068 1117 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4243083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 244240

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 3052
/proc/meminfo: memFree=1617568/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1661.84
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 165036 1148 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 244240

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 3052
/proc/meminfo: memFree=1617504/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1721.82
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 171000 1182 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4770417 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 244240

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 3052
/proc/meminfo: memFree=1617440/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1781.8
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 176955 1225 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 244240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 3052
/proc/meminfo: memFree=1617376/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1800.01
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70573 0 0 0 178764 1237 0 0 25 0 1 0 193008868 250101760 55900 1992294400 4194304 9342243 548682068736 18446744073709551615 4219061 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55900 669 1256 0 59799 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 244240

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

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

[startup+1800.61 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 3053
/proc/meminfo: memFree=1617368/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1800.11
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70578 0 0 0 178774 1237 0 0 25 0 1 0 193008868 250101760 55905 1992294400 4194304 9342243 548682068736 18446744073709551615 5855009 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55905 674 1256 0 59799 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 244240

[startup+1800.71 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 3053
/proc/meminfo: memFree=1617368/2055920 swapFree=4181640/4192956
[pid=3045] ppid=3043 vsize=244240 CPUtime=1800.2
/proc/3045/stat : 3045 (pbscip.linux.x8) R 3043 3045 3008 0 -1 4194304 70579 0 0 0 178783 1237 0 0 25 0 1 0 193008868 250101760 55906 1992294400 4194304 9342243 548682068736 18446744073709551615 4401518 0 0 4096 0 0 0 0 17 1 0 0
/proc/3045/statm: 61060 55906 675 1256 0 59799 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 244240

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.28
CPU user time (s): 1787.87
CPU system time (s): 12.4071
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 282088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.87
system time used= 12.4071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70584
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= 5
involuntary context switches= 3227

runsolver used 1.60875 second user time and 4.25135 second system time

The end

Launcher Data

Begin job on node63 at 2009-06-17 17:55:46
IDJOB=1884048
IDBENCH=71918
IDSOLVER=684
FILE ID=node63/1884048-1245254146
PBS_JOBID= 9372396
Free space on /tmp= 66452 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884048-1245254146/watcher-1884048-1245254146 -o /tmp/evaluation-result-1884048-1245254146/solver-1884048-1245254146 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884048-1245254146.opb

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

MD5SUM BENCH= 486eb539b6ad9b8d831ece9c8d259369
RANDOM SEED=1635784906

node63.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.240
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.240
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840904 kB
Buffers:         24820 kB
Cached:         119088 kB
SwapCached:       4604 kB
Active:          43256 kB
Inactive:       108448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840904 kB
SwapTotal:     4192956 kB
SwapFree:      4181640 kB
Dirty:           15112 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            49148 kB
Committed_AS:   100888 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node63 at 2009-06-17 18:25:49