Trace number 1885188

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.27 1800.76

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.opb
MD5SUM3c4319ffd38f02e95ee935d907b6215e
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark232.405
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1677
Total number of constraints28863
Number of constraints which are clauses28863
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 constraint2
Maximum length of a constraint25
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.42	c SCIP version 1.1.0.7
0.39/0.42	c LP-Solver Clp 1.8.2
0.39/0.42	c user parameter file <scip.set> not found - using default parameters
0.39/0.42	c read problem <HOME/instance-1885188-1245264182.opb>
0.39/0.42	c original problem has 1677 variables (1677 bin, 0 int, 0 impl, 0 cont) and 28863 constraints
0.49/0.50	c No objective function, only one solution is needed.
0.49/0.50	c start presolving problem
0.49/0.50	c presolving:
0.79/0.86	c (round 1) 0 del vars, 400 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 28463 upgd conss, 75968 impls, 0 clqs
0.89/0.91	c presolving (2 rounds):
0.89/0.91	c  0 deleted vars, 400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  75968 implications, 0 cliques
0.89/0.91	c presolved problem has 1677 variables (1677 bin, 0 int, 0 impl, 0 cont) and 28463 constraints
0.89/0.91	c   28463 constraints of type <logicor>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.35
0.89/0.91	c PURESAT
0.89/0.91	c -----------------------------------------------------------------------------------------------
0.89/0.91	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.91	c separating/flowcover/freq = c -1
0.89/0.91	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.91	c separating/cmir/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/veclendiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/veclendiving/freq = c -1
0.89/0.91	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.91	c heuristics/simplerounding/freq = c -1
0.89/0.91	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/shifting/freq = c -1
0.89/0.91	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.91	c heuristics/rounding/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.91	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.89/0.91	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.91	c heuristics/rootsoldiving/freq = c -1
0.89/0.91	c # number of nodes added to the contingent of the total nodes
0.89/0.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.91	c heuristics/rens/nodesofs = c 2000
0.89/0.91	c # minimum percentage of integer variables that have to be fixable 
0.89/0.91	c # [type: real, range: [0,1], default: 0.5]
0.89/0.91	c heuristics/rens/minfixingrate = c 0.3
0.89/0.91	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.91	c heuristics/rens/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/pscostdiving/freq = c -1
0.89/0.91	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.91	c heuristics/oneopt/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.91	c # [type: real, range: [0,1], default: 0.01]
0.89/0.91	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.89/0.91	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.91	c heuristics/objpscostdiving/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/linesearchdiving/freq = c -1
0.89/0.91	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/intshifting/freq = c -1
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/intdiving/maxlpiterquot = c 0.075
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/guideddiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/guideddiving/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/fracdiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/fracdiving/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/feaspump/maxlpiterofs = c 2000
0.89/0.91	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.91	c heuristics/feaspump/freq = c -1
0.89/0.91	c # minimum percentage of integer variables that have to be fixed 
0.89/0.91	c # [type: real, range: [0,1], default: 0.666]
0.89/0.91	c heuristics/crossover/minfixingrate = c 0.5
0.89/0.91	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.91	c # [type: real, range: [0,1], default: 0.1]
0.89/0.91	c heuristics/crossover/nodesquot = c 0.15
0.89/0.91	c # number of nodes without incumbent change that heuristic should wait
0.89/0.91	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.91	c heuristics/crossover/nwaitingnodes = c 100
0.89/0.91	c # number of nodes added to the contingent of the total nodes
0.89/0.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.91	c heuristics/crossover/nodesofs = c 750
0.89/0.91	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.91	c heuristics/crossover/freq = c -1
0.89/0.91	c # additional number of allowed LP iterations
0.89/0.91	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.91	c heuristics/coefdiving/maxlpiterofs = c 1500
0.89/0.91	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.91	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.89/0.91	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.91	c heuristics/coefdiving/freq = c -1
0.89/0.91	c # priority of node selection rule <dfs> in standard mode
0.89/0.91	c # [type: int, range: [-536870912,536870911], default: 0]
0.89/0.91	c nodeselection/dfs/stdpriority = c 1000000
0.89/0.91	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c presolving/probing/maxrounds = c 0
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = c TRUE
0.89/0.91	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.91	c constraints/knapsack/disaggregation = c FALSE
0.89/0.91	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c constraints/knapsack/maxnumcardlift = c 0
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = c TRUE
0.89/0.92	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/maxroundsroot = c 5
0.89/0.92	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.92	c separating/maxrounds = c 1
0.89/0.92	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)
0.89/0.92	c # [type: char, range: {lafpsqd}, default: l]
0.89/0.92	c lp/pricing = c a
0.89/0.92	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c lp/solvefreq = c 0
0.89/0.92	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c limits/solutions = c 1
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = c 1620
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = c 1791
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = c 10000
0.89/0.92	c # should enforcement of pseudo solution be disabled?
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/disableenfops = c TRUE
0.89/0.92	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c constraints/agelimit = c 1
0.89/0.92	c # should binary conflicts be preferred?
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c conflict/preferbinary = c TRUE
0.89/0.92	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c conflict/interconss = c 0
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving problem
0.89/0.92	c 
6.18/6.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.18/6.27	c   5.7s|     1 |     0 |  1653 |  36M|   0 | 763 |1677 |  28k|  28k|1677 |  28k|   0 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
47.97/48.01	c  47.3s|     1 |     0 |  2169 |  45M|   0 | 752 |1677 |  28k|  28k|1677 |  28k|   3 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
90.97/91.08	c  90.4s|     1 |     0 |  2449 |  55M|   0 | 746 |1677 |  28k|  28k|1677 |  28k|   8 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
135.16/135.27	c   134s|     1 |     0 |  2912 |  64M|   0 | 818 |1677 |  28k|  28k|1677 |  28k|  15 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
183.44/183.54	c   183s|     1 |     0 |  3532 |  74M|   0 | 826 |1677 |  28k|  28k|1677 |  28k|  20 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
234.43/234.57	c   234s|     1 |     0 |  4664 |  84M|   0 | 828 |1677 |  28k|  28k|1677 |  28k|  25 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
351.09/351.24	c   350s|     1 |     2 |  4664 |  84M|   0 | 828 |1677 |  28k|  28k|1677 |  28k|  25 |   0 |  20 | 1.330000e+02 |      --      |    Inf 
370.79/370.97	c   370s| 10000 |    37 |  4664 |  85M| 210 |   - |1677 |  28k|  23k|   0 |   0 |  25 |6634 |  20 | 1.330000e+02 |      --      |    Inf 
393.38/393.56	c   392s| 20000 |    53 |  4664 |  86M| 210 |   - |1677 |  28k|  26k|   0 |   0 |  25 |  13k|  20 | 1.330000e+02 |      --      |    Inf 
413.38/413.51	c   412s| 30000 |    31 |  4664 |  86M| 210 |   - |1677 |  28k|  24k|   0 |   0 |  25 |  20k|  20 | 1.330000e+02 |      --      |    Inf 
433.07/433.23	c   431s| 40000 |    38 |  4664 |  86M| 210 |   - |1677 |  28k|  24k|   0 |   0 |  25 |  26k|  20 | 1.330000e+02 |      --      |    Inf 
452.27/452.40	c   450s| 50000 |    34 |  4664 |  86M| 210 |   - |1677 |  28k|  25k|   0 |   0 |  25 |  32k|  20 | 1.330000e+02 |      --      |    Inf 
473.56/473.71	c   471s| 60000 |    56 |  4664 |  86M| 210 |   - |1677 |  28k|  22k|   0 |   0 |  25 |  39k|  20 | 1.330000e+02 |      --      |    Inf 
493.76/493.95	c   491s| 70000 |    40 |  4664 |  86M| 210 |   - |1677 |  28k|  17k|   0 |   0 |  25 |  45k|  20 | 1.330000e+02 |      --      |    Inf 
512.36/512.52	c   509s| 80000 |    36 |  4664 |  86M| 210 |   - |1677 |  28k|  27k|   0 |   0 |  25 |  51k|  20 | 1.330000e+02 |      --      |    Inf 
531.74/531.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.74/531.90	c   529s| 90000 |    32 |  4664 |  86M| 210 |   - |1677 |  28k|  25k|   0 |   0 |  25 |  58k|  20 | 1.330000e+02 |      --      |    Inf 
551.24/551.42	c   548s|100000 |    35 |  4664 |  86M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 |  65k|  20 | 1.330000e+02 |      --      |    Inf 
572.74/572.90	c   569s|110000 |    31 |  4664 |  86M| 210 |   - |1677 |  30k|  23k|   0 |   0 |  25 |  73k|  20 | 1.330000e+02 |      --      |    Inf 
591.73/591.96	c   588s|120000 |    35 |  4664 |  87M| 210 |   - |1677 |  31k|  16k|   0 |   0 |  25 |  80k|  20 | 1.330000e+02 |      --      |    Inf 
611.33/611.58	c   607s|130000 |    37 |  4664 |  86M| 210 |   - |1677 |  28k|  23k|   0 |   0 |  25 |  87k|  20 | 1.330000e+02 |      --      |    Inf 
630.72/630.99	c   626s|140000 |    28 |  4664 |  86M| 210 |   - |1677 |  28k|  26k|   0 |   0 |  25 |  94k|  20 | 1.330000e+02 |      --      |    Inf 
650.82/651.03	c   646s|150000 |    63 |  4664 |  86M| 210 |   - |1677 |  28k|  17k|   0 |   0 |  25 | 101k|  20 | 1.330000e+02 |      --      |    Inf 
669.91/670.17	c   665s|160000 |    35 |  4664 |  86M| 210 |   - |1677 |  28k|  26k|   0 |   0 |  25 | 108k|  20 | 1.330000e+02 |      --      |    Inf 
689.91/690.19	c   685s|170000 |    30 |  4664 |  86M| 210 |   - |1677 |  28k|  25k|   0 |   0 |  25 | 114k|  20 | 1.330000e+02 |      --      |    Inf 
710.10/710.38	c   705s|180000 |    36 |  4664 |  86M| 210 |   - |1677 |  28k|  23k|   0 |   0 |  25 | 120k|  20 | 1.330000e+02 |      --      |    Inf 
729.09/729.34	c   724s|190000 |    32 |  4664 |  86M| 210 |   - |1677 |  28k|  26k|   0 |   0 |  25 | 126k|  20 | 1.330000e+02 |      --      |    Inf 
749.89/750.12	c   744s|200000 |    28 |  4664 |  86M| 210 |   - |1677 |  28k|  24k|   0 |   0 |  25 | 133k|  20 | 1.330000e+02 |      --      |    Inf 
770.89/771.15	c   765s|210000 |    39 |  4664 |  86M| 210 |   - |1677 |  28k|  22k|   0 |   0 |  25 | 141k|  20 | 1.330000e+02 |      --      |    Inf 
790.38/790.64	c   784s|220000 |    32 |  4664 |  86M| 210 |   - |1677 |  28k|  22k|   0 |   0 |  25 | 147k|  20 | 1.330000e+02 |      --      |    Inf 
810.87/811.12	c   804s|230000 |    44 |  4664 |  86M| 210 |   - |1677 |  28k|  21k|   0 |   0 |  25 | 154k|  20 | 1.330000e+02 |      --      |    Inf 
833.87/834.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
833.87/834.19	c   827s|240000 |    42 |  4664 |  86M| 210 |   - |1677 |  28k|  25k|   0 |   0 |  25 | 161k|  20 | 1.330000e+02 |      --      |    Inf 
858.06/858.37	c   851s|250000 |    25 |  4664 |  86M| 210 |   - |1677 |  29k|  26k|   0 |   0 |  25 | 169k|  20 | 1.330000e+02 |      --      |    Inf 
880.35/880.65	c   873s|260000 |    34 |  4664 |  86M| 210 |   - |1677 |  28k|  26k|   0 |   0 |  25 | 176k|  20 | 1.330000e+02 |      --      |    Inf 
901.65/901.98	c   894s|270000 |    38 |  4664 |  86M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 182k|  20 | 1.330000e+02 |      --      |    Inf 
924.05/924.36	c   916s|280000 |    37 |  4664 |  86M| 210 |   - |1677 |  29k|  20k|   0 |   0 |  25 | 189k|  20 | 1.330000e+02 |      --      |    Inf 
945.23/945.50	c   937s|290000 |    47 |  4664 |  86M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 196k|  20 | 1.330000e+02 |      --      |    Inf 
966.23/966.50	c   958s|300000 |    29 |  4664 |  86M| 210 |   - |1677 |  29k|  24k|   0 |   0 |  25 | 203k|  20 | 1.330000e+02 |      --      |    Inf 
987.22/987.56	c   979s|310000 |    28 |  4664 |  86M| 210 |   - |1677 |  29k|  23k|   0 |   0 |  25 | 210k|  20 | 1.330000e+02 |      --      |    Inf 
1008.12/1008.45	c   999s|320000 |    31 |  4664 |  86M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 217k|  20 | 1.330000e+02 |      --      |    Inf 
1028.41/1028.74	c  1019s|330000 |    38 |  4664 |  86M| 210 |   - |1677 |  29k|  24k|   0 |   0 |  25 | 224k|  20 | 1.330000e+02 |      --      |    Inf 
1049.71/1050.01	c  1040s|340000 |    30 |  4664 |  86M| 210 |   - |1677 |  29k|  24k|   0 |   0 |  25 | 231k|  20 | 1.330000e+02 |      --      |    Inf 
1071.20/1071.51	c  1062s|350000 |    35 |  4664 |  87M| 210 |   - |1677 |  29k|  20k|   0 |   0 |  25 | 238k|  20 | 1.330000e+02 |      --      |    Inf 
1092.89/1093.21	c  1083s|360000 |    37 |  4664 |  86M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 245k|  20 | 1.330000e+02 |      --      |    Inf 
1113.68/1114.07	c  1104s|370000 |    29 |  4664 |  87M| 210 |   - |1677 |  29k|  19k|   0 |   0 |  25 | 251k|  20 | 1.330000e+02 |      --      |    Inf 
1137.87/1138.28	c  1128s|380000 |    32 |  4664 |  87M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 259k|  20 | 1.330000e+02 |      --      |    Inf 
1158.17/1158.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1158.17/1158.54	c  1148s|390000 |    29 |  4664 |  87M| 210 |   - |1677 |  30k|  18k|   0 |   0 |  25 | 266k|  20 | 1.330000e+02 |      --      |    Inf 
1178.07/1178.41	c  1167s|400000 |    30 |  4664 |  87M| 210 |   - |1677 |  29k|  20k|   0 |   0 |  25 | 274k|  20 | 1.330000e+02 |      --      |    Inf 
1200.06/1200.42	c  1189s|410000 |    56 |  4664 |  87M| 210 |   - |1677 |  29k|  23k|   0 |   0 |  25 | 281k|  20 | 1.330000e+02 |      --      |    Inf 
1219.05/1219.45	c  1208s|420000 |    26 |  4664 |  87M| 210 |   - |1677 |  29k|  26k|   0 |   0 |  25 | 287k|  20 | 1.330000e+02 |      --      |    Inf 
1238.75/1239.10	c  1227s|430000 |    55 |  4664 |  87M| 210 |   - |1677 |  29k|  27k|   0 |   0 |  25 | 293k|  20 | 1.330000e+02 |      --      |    Inf 
1258.05/1258.50	c  1246s|440000 |    31 |  4664 |  87M| 210 |   - |1677 |  30k|  19k|   0 |   0 |  25 | 300k|  20 | 1.330000e+02 |      --      |    Inf 
1277.24/1277.63	c  1265s|450000 |    33 |  4664 |  87M| 210 |   - |1677 |  29k|  25k|   0 |   0 |  25 | 306k|  20 | 1.330000e+02 |      --      |    Inf 
1300.13/1300.53	c  1288s|460000 |    28 |  4664 |  87M| 210 |   - |1677 |  30k|  21k|   0 |   0 |  25 | 314k|  20 | 1.330000e+02 |      --      |    Inf 
1319.53/1319.91	c  1307s|470000 |    28 |  4664 |  87M| 210 |   - |1677 |  29k|  26k|   0 |   0 |  25 | 320k|  20 | 1.330000e+02 |      --      |    Inf 
1339.33/1339.72	c  1326s|480000 |    22 |  4664 |  87M| 210 |   - |1677 |  30k|  24k|   0 |   0 |  25 | 327k|  20 | 1.330000e+02 |      --      |    Inf 
1360.81/1361.24	c  1348s|490000 |    23 |  4664 |  87M| 210 |   - |1677 |  30k|  21k|   0 |   0 |  25 | 334k|  20 | 1.330000e+02 |      --      |    Inf 
1383.42/1383.81	c  1370s|500000 |    30 |  4664 |  87M| 210 |   - |1677 |  30k|  26k|   0 |   0 |  25 | 341k|  20 | 1.330000e+02 |      --      |    Inf 
1405.31/1405.80	c  1392s|510000 |    39 |  4664 |  87M| 210 |   - |1677 |  30k|  24k|   0 |   0 |  25 | 348k|  20 | 1.330000e+02 |      --      |    Inf 
1425.40/1425.83	c  1411s|520000 |    28 |  4664 |  87M| 210 |   - |1677 |  30k|  23k|   0 |   0 |  25 | 354k|  20 | 1.330000e+02 |      --      |    Inf 
1446.79/1447.22	c  1433s|530000 |    34 |  4664 |  87M| 210 |   - |1677 |  30k|  25k|   0 |   0 |  25 | 361k|  20 | 1.330000e+02 |      --      |    Inf 
1469.09/1469.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.09/1469.58	c  1455s|540000 |    22 |  4664 |  87M| 210 |   - |1677 |  30k|  25k|   0 |   0 |  25 | 368k|  20 | 1.330000e+02 |      --      |    Inf 
1487.08/1487.58	c  1472s|550000 |    34 |  4664 |  87M| 210 |   - |1677 |  30k|  20k|   0 |   0 |  25 | 374k|  20 | 1.330000e+02 |      --      |    Inf 
1507.08/1507.53	c  1492s|560000 |    27 |  4664 |  87M| 210 |   - |1677 |  30k|  23k|   0 |   0 |  25 | 380k|  20 | 1.330000e+02 |      --      |    Inf 
1528.07/1528.50	c  1513s|570000 |    41 |  4664 |  87M| 210 |   - |1677 |  31k|  23k|   0 |   0 |  25 | 388k|  20 | 1.330000e+02 |      --      |    Inf 
1545.36/1545.87	c  1530s|580000 |    26 |  4664 |  87M| 210 |   - |1677 |  30k|  25k|   0 |   0 |  25 | 394k|  20 | 1.330000e+02 |      --      |    Inf 
1564.36/1564.80	c  1549s|590000 |    37 |  4664 |  87M| 210 |   - |1677 |  30k|  19k|   0 |   0 |  25 | 400k|  20 | 1.330000e+02 |      --      |    Inf 
1586.06/1586.53	c  1570s|600000 |    29 |  4664 |  87M| 210 |   - |1677 |  30k|  24k|   0 |   0 |  25 | 407k|  20 | 1.330000e+02 |      --      |    Inf 
1608.15/1608.69	c  1592s|610000 |    31 |  4664 |  87M| 210 |   - |1677 |  30k|  21k|   0 |   0 |  25 | 414k|  20 | 1.330000e+02 |      --      |    Inf 
1631.05/1631.59	c  1615s|620000 |    35 |  4664 |  87M| 210 |   - |1677 |  30k|  23k|   0 |   0 |  25 | 421k|  20 | 1.330000e+02 |      --      |    Inf 
1653.64/1654.10	c  1637s|630000 |    48 |  4664 |  87M| 210 |   - |1677 |  30k|  18k|   0 |   0 |  25 | 428k|  20 | 1.330000e+02 |      --      |    Inf 
1675.03/1675.54	c  1658s|640000 |    36 |  4664 |  87M| 210 |   - |1677 |  30k|  19k|   0 |   0 |  25 | 435k|  20 | 1.330000e+02 |      --      |    Inf 
1696.83/1697.35	c  1680s|650000 |    30 |  4664 |  87M| 210 |   - |1677 |  30k|  21k|   0 |   0 |  25 | 441k|  20 | 1.330000e+02 |      --      |    Inf 
1718.12/1718.62	c  1701s|660000 |    27 |  4664 |  87M| 210 |   - |1677 |  30k|  25k|   0 |   0 |  25 | 449k|  20 | 1.330000e+02 |      --      |    Inf 
1740.22/1740.75	c  1723s|670000 |    36 |  4664 |  87M| 210 |   - |1677 |  30k|  25k|   0 |   0 |  25 | 456k|  20 | 1.330000e+02 |      --      |    Inf 
1761.00/1761.51	c  1743s|680000 |    34 |  4664 |  87M| 210 |   - |1677 |  30k|  24k|   0 |   0 |  25 | 463k|  20 | 1.330000e+02 |      --      |    Inf 
1782.51/1783.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.51/1783.08	c  1764s|690000 |    29 |  4664 |  87M| 210 |   - |1677 |  30k|  22k|   0 |   0 |  25 | 469k|  20 | 1.330000e+02 |      --      |    Inf 
1800.11/1800.61	c 
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time (sec) : 1781.64
1800.11/1800.61	c Solving Nodes      : 696814
1800.11/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.11/1800.61	c Dual Bound         : +1.33000000000005e+02
1800.11/1800.61	c Gap                : infinite
1800.11/1800.61	c NODE         696814
1800.11/1800.61	c DUAL BOUND   133
1800.11/1800.61	c PRIMAL BOUND 1e+20
1800.11/1800.61	c GAP          1e+20
1800.11/1800.61	s UNKNOWN
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time       :    1781.64
1800.11/1800.61	c Original Problem   :
1800.11/1800.61	c   Problem name     : HOME/instance-1885188-1245264182.opb
1800.11/1800.61	c   Variables        : 1677 (1677 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 28863 initial, 28863 maximal
1800.11/1800.61	c Presolved Problem  :
1800.11/1800.61	c   Problem name     : t_HOME/instance-1885188-1245264182.opb
1800.11/1800.61	c   Variables        : 1677 (1677 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 28463 initial, 32222 maximal
1800.11/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.11/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   linear           :       0.22          0          0          0          0          0        400          0          0
1800.11/1800.61	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1800.11/1800.61	c   root node        :          -         18          -          -         18          -          -          -          -
1800.11/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.11/1800.61	c   logicor          :      28463+         5    4217149          0          0     305417   31146763          0          0          0
1800.11/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.11/1800.61	c   integral         :     116.52       0.00       0.00     116.52       0.00
1800.11/1800.61	c   logicor          :     522.26       0.02     522.24       0.00       0.00
1800.11/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.11/1800.61	c   rootredcost      :       1.56          0          0          0
1800.11/1800.61	c   pseudoobj        :     370.81    4797048          0          0
1800.11/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.61	c   propagation      :      62.19     305417     305170     305170       17.7     169816       28.3          -
1800.11/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.11/1800.61	c   applied globally :          -          -          -     474917       21.5          -          -          -
1800.11/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.11/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.11/1800.61	c   cut pool         :       0.01          4          -          -         11          -    (maximal pool size: 1409)
1800.11/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.11/1800.61	c   impliedbounds    :       0.02          5          0          0          0          0
1800.11/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.11/1800.61	c   gomory           :     200.62          5          0          0         61          0
1800.11/1800.61	c   strongcg         :       6.42          5          0          0       2500          0
1800.11/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.11/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.11/1800.61	c   clique           :       0.13          5          0          0         40          0
1800.11/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.11/1800.61	c   mcf              :       0.05          1          0          0          0          0
1800.11/1800.61	c Pricers            :       Time      Calls       Vars
1800.11/1800.61	c   problem variables:       0.00          0          0
1800.11/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   relpscost        :     116.52          1          0          0          0          0          2
1800.11/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   inference        :     134.54     531172          0          0          0          0    1062344
1800.11/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.11/1800.61	c   LP solutions     :       0.00          -          0
1800.11/1800.61	c   pseudo solutions :       0.00          -          0
1800.11/1800.61	c   simplerounding   :       0.00          0          0
1800.11/1800.61	c   rounding         :       0.00          0          0
1800.11/1800.61	c   shifting         :       0.00          0          0
1800.11/1800.61	c   intshifting      :       0.00          0          0
1800.11/1800.61	c   oneopt           :       0.00          0          0
1800.11/1800.61	c   fixandinfer      :       0.00          0          0
1800.11/1800.61	c   feaspump         :       0.00          0          0
1800.11/1800.61	c   coefdiving       :       0.00          0          0
1800.11/1800.61	c   pscostdiving     :       0.00          0          0
1800.11/1800.61	c   fracdiving       :       0.00          0          0
1800.11/1800.61	c   veclendiving     :       0.00          0          0
1800.11/1800.61	c   intdiving        :       0.00          0          0
1800.11/1800.61	c   actconsdiving    :       0.00          0          0
1800.11/1800.61	c   objpscostdiving  :       0.00          0          0
1800.11/1800.61	c   rootsoldiving    :       0.00          0          0
1800.11/1800.61	c   linesearchdiving :       0.00          0          0
1800.11/1800.61	c   guideddiving     :       0.00          0          0
1800.11/1800.61	c   octane           :       0.00          0          0
1800.11/1800.61	c   rens             :       0.00          0          0
1800.11/1800.61	c   rins             :       0.00          0          0
1800.11/1800.61	c   localbranching   :       0.00          0          0
1800.11/1800.61	c   mutation         :       0.00          0          0
1800.11/1800.61	c   crossover        :       0.00          0          0
1800.11/1800.61	c   dins             :       0.00          0          0
1800.11/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.61	c   primal LP        :       0.04          0          0       0.00       0.00
1800.11/1800.61	c   dual LP          :      25.66          6       4664     777.33     181.76
1800.11/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.61	c   strong branching :     116.52         20      14471     723.55     124.19
1800.11/1800.61	c     (at root node) :          -         20      14471     723.55          -
1800.11/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.61	c B&B Tree           :
1800.11/1800.61	c   number of runs   :          1
1800.11/1800.61	c   nodes            :     696814
1800.11/1800.61	c   nodes (total)    :     696814
1800.11/1800.61	c   nodes left       :         44
1800.11/1800.61	c   max depth        :        210
1800.11/1800.61	c   max depth (total):        210
1800.11/1800.61	c   backtracks       :     176619 (25.3%)
1800.11/1800.61	c   delayed cutoffs  :     365489
1800.11/1800.61	c   repropagations   :     870315 (15039821 domain reductions, 139776 cutoffs)
1800.11/1800.61	c   avg switch length:       3.70
1800.11/1800.61	c   switching time   :     267.71
1800.11/1800.61	c Solution           :
1800.11/1800.61	c   Solutions found  :          0 (0 improvements)
1800.11/1800.61	c   Primal Bound     :          -
1800.11/1800.61	c   Dual Bound       : +1.33000000000005e+02
1800.11/1800.61	c   Gap              :   infinite
1800.11/1800.61	c   Root Dual Bound  : +1.33000000000000e+02
1800.21/1800.76	c Time complete: 1800.26.

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-1885188-1245264182/watcher-1885188-1245264182 -o /tmp/evaluation-result-1885188-1245264182/solver-1885188-1245264182 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885188-1245264182.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: 1.00 1.00 0.93 3/64 3726
/proc/meminfo: memFree=1877448/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=5812 CPUtime=0
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 1897619 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3726/statm: 1453 501 332 1256 0 192 0

[startup+0.093807 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3726
/proc/meminfo: memFree=1877448/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=14708 CPUtime=0.09
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 2635 0 0 0 8 1 0 0 18 0 1 0 1897619 15060992 2619 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3726/statm: 3677 2619 376 1256 0 2416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14708

[startup+0.101805 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3726
/proc/meminfo: memFree=1877448/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=14708 CPUtime=0.09
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 2636 0 0 0 8 1 0 0 18 0 1 0 1897619 15060992 2620 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3726/statm: 3677 2620 376 1256 0 2416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14708

[startup+0.301829 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3726
/proc/meminfo: memFree=1877448/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=19612 CPUtime=0.29
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 3874 0 0 0 28 1 0 0 19 0 1 0 1897619 20082688 3858 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3726/statm: 4903 3858 376 1256 0 3642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19612

[startup+0.701877 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3726
/proc/meminfo: memFree=1877448/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=49996 CPUtime=0.69
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 12419 0 0 0 62 7 0 0 22 0 1 0 1897619 51195904 11295 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 12499 11295 465 1256 0 11238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49996

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1814720/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=96744 CPUtime=1.49
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 21799 0 0 0 135 14 0 0 20 0 1 0 1897619 99065856 20534 1992294400 4194304 9342243 548682068736 18446744073709551615 6962220 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 24186 20534 602 1256 0 22925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96744

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1794048/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=99412 CPUtime=3.08
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 22850 0 0 0 294 14 0 0 25 0 1 0 1897619 101797888 21585 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 24853 21585 602 1256 0 23592 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99412

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1791616/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=101388 CPUtime=6.29
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 24092 0 0 0 613 16 0 0 25 0 1 0 1897619 103821312 22232 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 25347 22232 619 1256 0 24086 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101388

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1790536/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=101388 CPUtime=12.69
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 24092 0 0 0 1253 16 0 0 25 0 1 0 1897619 103821312 22232 1992294400 4194304 9342243 548682068736 18446744073709551615 6952845 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 25347 22232 619 1256 0 24086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101388

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1790536/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=101388 CPUtime=25.48
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 24092 0 0 0 2530 18 0 0 25 0 1 0 1897619 103821312 22232 1992294400 4194304 9342243 548682068736 18446744073709551615 6939133 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 25347 22232 619 1256 0 24086 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101388

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1769544/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=123012 CPUtime=51.07
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 29371 0 0 0 5082 25 0 0 25 0 1 0 1897619 125964288 27511 1992294400 4194304 9342243 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 30753 27511 635 1256 0 29492 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 123012

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1760776/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=130704 CPUtime=102.27
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 31555 0 0 0 10196 31 0 0 25 0 1 0 1897619 133840896 29695 1992294400 4194304 9342243 548682068736 18446744073709551615 4386116 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 32676 29695 635 1256 0 31415 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 130704

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1749512/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=141544 CPUtime=162.24
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 34356 0 0 0 16185 39 0 0 25 0 1 0 1897619 144941056 32496 1992294400 4194304 9342243 548682068736 18446744073709551615 4339152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 35386 32496 635 1256 0 34125 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 141544

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1739720/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=150652 CPUtime=222.23
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 36804 0 0 0 22176 47 0 0 25 0 1 0 1897619 154267648 34944 1992294400 4194304 9342243 548682068736 18446744073709551615 6939156 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 37663 34944 635 1256 0 36402 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 150652

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1724808/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180344 CPUtime=282.21
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 47028 0 0 0 28166 55 0 0 25 0 1 0 1897619 184672256 38626 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45086 38626 640 1256 0 43825 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 180344

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1724808/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180344 CPUtime=342.2
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 54698 0 0 0 34159 61 0 0 25 0 1 0 1897619 184672256 38626 1992294400 4194304 9342243 548682068736 18446744073709551615 6938443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45086 38626 640 1256 0 43825 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 180344

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1717512/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=168104 CPUtime=402.18
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 58081 0 0 0 40098 120 0 0 25 0 1 0 1897619 172138496 40475 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 42026 40475 663 1256 0 40765 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 168104

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1715592/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=170096 CPUtime=462.17
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 58556 0 0 0 46021 196 0 0 25 0 1 0 1897619 174178304 40950 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 42524 40950 663 1256 0 41263 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 170096

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1714568/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=171072 CPUtime=522.15
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 58793 0 0 0 51947 268 0 0 25 0 1 0 1897619 175177728 41187 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 42768 41187 663 1256 0 41507 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 171072

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1712136/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=173596 CPUtime=582.14
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 59382 0 0 0 57878 336 0 0 25 0 1 0 1897619 177762304 41776 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 43399 41776 663 1256 0 42138 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 173596

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1710280/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=175484 CPUtime=642.12
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 59841 0 0 0 63802 410 0 0 25 0 1 0 1897619 179695616 42235 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 43871 42235 663 1256 0 42610 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 175484

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1708296/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=177488 CPUtime=882.05
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60290 0 0 0 87516 689 0 0 25 0 1 0 1897619 181747712 42684 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44372 42684 663 1256 0 43111 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 177488

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1707912/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=177780 CPUtime=942.04
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60373 0 0 0 93439 765 0 0 25 0 1 0 1897619 182046720 42767 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44445 42767 663 1256 0 43184 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 177780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1707272/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=178384 CPUtime=1002.02
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60518 0 0 0 99370 832 0 0 25 0 1 0 1897619 182665216 42912 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44596 42912 663 1256 0 43335 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 178384

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3727
/proc/meminfo: memFree=1706952/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=178668 CPUtime=1062
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60601 0 0 0 105294 906 0 0 25 0 1 0 1897619 182956032 42995 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44667 42995 663 1256 0 43406 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 178668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3733
/proc/meminfo: memFree=1706568/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=178948 CPUtime=1121.98
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60654 0 0 0 111216 982 0 0 25 0 1 0 1897619 183242752 43048 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44737 43048 663 1256 0 43476 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 178948

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3733
/proc/meminfo: memFree=1706056/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=179472 CPUtime=1181.96
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60770 0 0 0 117144 1052 0 0 25 0 1 0 1897619 183779328 43164 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44868 43164 663 1256 0 43607 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 179472

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3733
/proc/meminfo: memFree=1705544/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=179888 CPUtime=1241.95
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60861 0 0 0 123070 1125 0 0 25 0 1 0 1897619 184205312 43255 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 44972 43255 663 1256 0 43711 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 179888

[startup+1302.3 s]
/proc/loadavg: 1.03 1.01 0.94 2/65 3733
/proc/meminfo: memFree=1705352/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180028 CPUtime=1301.94
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60894 0 0 0 128995 1199 0 0 25 0 1 0 1897619 184348672 43288 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45007 43288 663 1256 0 43746 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 180028

[startup+1362.3 s]
/proc/loadavg: 1.01 1.01 0.94 2/65 3733
/proc/meminfo: memFree=1705032/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180316 CPUtime=1361.92
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 60976 0 0 0 134917 1275 0 0 25 0 1 0 1897619 184643584 43370 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45079 43370 663 1256 0 43818 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 180316

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1704712/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180584 CPUtime=1421.9
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61042 0 0 0 140840 1350 0 0 25 0 1 0 1897619 184918016 43436 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45146 43436 663 1256 0 43885 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 180584

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1704648/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180732 CPUtime=1481.88
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61055 0 0 0 146764 1424 0 0 25 0 1 0 1897619 185069568 43449 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45183 43449 663 1256 0 43922 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 180732

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1704456/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=180872 CPUtime=1541.87
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61090 0 0 0 152688 1499 0 0 25 0 1 0 1897619 185212928 43484 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45218 43484 663 1256 0 43957 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 180872

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1704264/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181016 CPUtime=1601.85
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61134 0 0 0 158613 1572 0 0 25 0 1 0 1897619 185360384 43528 1992294400 4194304 9342243 548682068736 18446744073709551615 4235625 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45254 43528 663 1256 0 43993 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 181016

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1704072/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181168 CPUtime=1661.84
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61177 0 0 0 164539 1645 0 0 25 0 1 0 1897619 185516032 43571 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45292 43571 663 1256 0 44031 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 181168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1703880/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181304 CPUtime=1721.82
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61214 0 0 0 170466 1716 0 0 25 0 1 0 1897619 185655296 43608 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45326 43608 663 1256 0 44065 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 181304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1703560/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181592 CPUtime=1781.81
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61259 0 0 0 176392 1789 0 0 25 0 1 0 1897619 185950208 43653 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45398 43653 663 1256 0 44137 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 181592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1703432/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181592 CPUtime=1800.11
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61263 0 0 0 178204 1807 0 0 25 0 1 0 1897619 185950208 43657 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3726/statm: 45398 43657 663 1256 0 44137 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 181592

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 3733
/proc/meminfo: memFree=1703432/2055920 swapFree=4192956/4192956
[pid=3726] ppid=3724 vsize=181592 CPUtime=1800.21
/proc/3726/stat : 3726 (pbscip.linux.x8) R 3724 3726 2926 0 -1 4194304 61269 0 0 0 178214 1807 0 0 25 0 1 0 1897619 185950208 43663 1992294400 4194304 9342243 548682068736 18446744073709551615 5854902 0 0 4096 0 0 0 0 17 1 0 0
/proc/3726/statm: 45398 43663 669 1256 0 44137 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 181592

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.27
CPU user time (s): 1782.17
CPU system time (s): 18.1002
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 181592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.17
system time used= 18.1002
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61274
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= 2202

runsolver used 1.19682 second user time and 3.9284 second system time

The end

Launcher Data

Begin job on node1 at 2009-06-17 20:43:02
IDJOB=1885188
IDBENCH=72032
IDSOLVER=684
FILE ID=node1/1885188-1245264182
PBS_JOBID= 9372452
Free space on /tmp= 66204 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/edgematching/fbcolors/em_7_4_9_fbc.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-1885188-1245264182/watcher-1885188-1245264182 -o /tmp/evaluation-result-1885188-1245264182/solver-1885188-1245264182 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885188-1245264182.opb

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

MD5SUM BENCH= 3c4319ffd38f02e95ee935d907b6215e
RANDOM SEED=1323159554

node1.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.198
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.198
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1877928 kB
Buffers:         17584 kB
Cached:         117804 kB
SwapCached:          0 kB
Active:          95280 kB
Inactive:        52912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12644 kB
Writeback:           0 kB
Mapped:          22632 kB
Slab:            15840 kB
Committed_AS:    55080 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node1 at 2009-06-17 21:13:05