Trace number 1883856

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.31 1800.99

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-51-50.opb
MD5SUM60bac2da31df829d5469efd732e15a50
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints63801
Number of constraints which are clauses63801
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 constraint50
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
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

0.78/0.86	c SCIP version 1.1.0.7
0.78/0.86	c LP-Solver SoPlex 1.4.1
0.78/0.86	c user parameter file <scip.set> not found - using default parameters
0.78/0.86	c read problem <HOME/instance-1883856-1245236328.opb>
0.78/0.86	c original problem has 2550 variables (2550 bin, 0 int, 0 impl, 0 cont) and 63801 constraints
0.89/1.00	c No objective function, only one solution is needed.
0.89/1.00	c start presolving problem
0.89/1.00	c presolving:
1.58/1.68	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 63801 upgd conss, 127500 impls, 0 clqs
1.69/1.78	c presolving (2 rounds):
1.69/1.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.69/1.78	c  127500 implications, 0 cliques
1.69/1.78	c presolved problem has 2550 variables (2550 bin, 0 int, 0 impl, 0 cont) and 63801 constraints
1.69/1.78	c   63801 constraints of type <logicor>
1.69/1.78	c transformed objective value is always integral (scale: 1)
1.69/1.78	c Presolving Time: 0.64
1.69/1.78	c PURESAT
1.69/1.78	c -----------------------------------------------------------------------------------------------
1.69/1.78	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.78	c separating/flowcover/freq = c -1
1.69/1.78	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.78	c separating/cmir/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/veclendiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/veclendiving/freq = c -1
1.69/1.78	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.78	c heuristics/simplerounding/freq = c -1
1.69/1.78	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/shifting/freq = c -1
1.69/1.78	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.78	c heuristics/rounding/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.69/1.78	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.69/1.78	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.78	c heuristics/rootsoldiving/freq = c -1
1.69/1.78	c # number of nodes added to the contingent of the total nodes
1.69/1.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.69/1.78	c heuristics/rens/nodesofs = c 2000
1.69/1.78	c # minimum percentage of integer variables that have to be fixable 
1.69/1.78	c # [type: real, range: [0,1], default: 0.5]
1.69/1.78	c heuristics/rens/minfixingrate = c 0.3
1.69/1.78	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.78	c heuristics/rens/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/pscostdiving/freq = c -1
1.69/1.78	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.78	c heuristics/oneopt/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to total iteration number
1.69/1.78	c # [type: real, range: [0,1], default: 0.01]
1.69/1.78	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.69/1.78	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.78	c heuristics/objpscostdiving/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/linesearchdiving/freq = c -1
1.69/1.78	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/intshifting/freq = c -1
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/intdiving/maxlpiterquot = c 0.075
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/guideddiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/guideddiving/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/fracdiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/fracdiving/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/feaspump/maxlpiterofs = c 2000
1.69/1.78	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 20]
1.69/1.78	c heuristics/feaspump/freq = c -1
1.69/1.78	c # minimum percentage of integer variables that have to be fixed 
1.69/1.78	c # [type: real, range: [0,1], default: 0.666]
1.69/1.78	c heuristics/crossover/minfixingrate = c 0.5
1.69/1.78	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.69/1.78	c # [type: real, range: [0,1], default: 0.1]
1.69/1.78	c heuristics/crossover/nodesquot = c 0.15
1.69/1.78	c # number of nodes without incumbent change that heuristic should wait
1.69/1.78	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.69/1.78	c heuristics/crossover/nwaitingnodes = c 100
1.69/1.78	c # number of nodes added to the contingent of the total nodes
1.69/1.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.69/1.78	c heuristics/crossover/nodesofs = c 750
1.69/1.78	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 30]
1.69/1.78	c heuristics/crossover/freq = c -1
1.69/1.78	c # additional number of allowed LP iterations
1.69/1.78	c # [type: int, range: [0,2147483647], default: 1000]
1.69/1.78	c heuristics/coefdiving/maxlpiterofs = c 1500
1.69/1.78	c # maximal fraction of diving LP iterations compared to node LP iterations
1.69/1.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.69/1.78	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.69/1.78	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: 10]
1.69/1.78	c heuristics/coefdiving/freq = c -1
1.69/1.78	c # priority of node selection rule <dfs> in standard mode
1.69/1.78	c # [type: int, range: [-536870912,536870911], default: 0]
1.69/1.78	c nodeselection/dfs/stdpriority = c 1000000
1.69/1.78	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.69/1.78	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.78	c presolving/probing/maxrounds = c 0
1.69/1.78	c # should presolving try to simplify knapsacks
1.69/1.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.78	c constraints/knapsack/simplifyinequalities = c TRUE
1.69/1.78	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.69/1.78	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.69/1.78	c constraints/knapsack/disaggregation = c FALSE
1.69/1.78	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.79	c constraints/knapsack/maxnumcardlift = c 0
1.69/1.79	c # should presolving try to simplify inequalities
1.69/1.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.79	c constraints/linear/simplifyinequalities = c TRUE
1.69/1.79	c # maximal number of separation rounds in the root node (-1: unlimited)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.79	c separating/maxroundsroot = c 5
1.69/1.79	c # maximal number of separation rounds per node (-1: unlimited)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: 5]
1.69/1.79	c separating/maxrounds = c 1
1.69/1.79	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)
1.69/1.79	c # [type: char, range: {lafpsqd}, default: l]
1.69/1.79	c lp/pricing = c a
1.69/1.79	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.79	c lp/solvefreq = c 0
1.69/1.79	c # solving stops, if the given number of solutions were found (-1: no limit)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.79	c limits/solutions = c 1
1.69/1.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.79	c limits/memory = c 1620
1.69/1.79	c # maximal time in seconds to run
1.69/1.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.79	c limits/time = c 1791
1.69/1.79	c # frequency for displaying node information lines
1.69/1.79	c # [type: int, range: [-1,2147483647], default: 100]
1.69/1.79	c display/freq = c 10000
1.69/1.79	c # should enforcement of pseudo solution be disabled?
1.69/1.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.79	c constraints/disableenfops = c TRUE
1.69/1.79	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: 0]
1.69/1.79	c constraints/agelimit = c 1
1.69/1.79	c # should binary conflicts be preferred?
1.69/1.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.79	c conflict/preferbinary = c TRUE
1.69/1.79	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.69/1.79	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.79	c conflict/interconss = c 0
1.69/1.79	c -----------------------------------------------------------------------------------------------
1.69/1.79	c start solving problem
1.69/1.79	c 
2.29/2.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.30	c   1.2s|     1 |     0 |   102 |  76M|   0 | 102 |2550 |  63k|  63k|2550 |  63k|   0 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
3.69/3.70	c   2.5s|     1 |     0 |   298 |  76M|   0 |  82 |2550 |  63k|  63k|2550 |  63k|   3 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
6.08/6.15	c   5.0s|     1 |     0 |   491 |  76M|   0 | 102 |2550 |  63k|  63k|2550 |  63k|   7 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
12.38/12.46	c  11.2s|     1 |     0 |   611 |  76M|   0 | 103 |2550 |  63k|  63k|2550 |  63k|  14 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
19.18/19.24	c  18.0s|     1 |     0 |   861 |  76M|   0 |  71 |2550 |  63k|  63k|2550 |  63k|  20 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
26.58/26.65	c  25.4s|     1 |     0 |  1036 |  76M|   0 |  67 |2550 |  63k|  63k|2550 |  63k|  27 |   0 |   0 | 5.100000e+01 |      --      |    Inf 
42.26/42.38	c  41.1s|     1 |     2 |  1036 |  76M|   0 |  67 |2550 |  63k|  63k|2550 |  63k|  27 |   0 |  33 | 5.100000e+01 |      --      |    Inf 
66.85/66.92	c  65.3s| 10000 |  1574 |  1036 |  78M|1607 |   - |2550 |  63k|  57k|   0 |   0 |  27 |5397 |  33 | 5.100000e+01 |      --      |    Inf 
95.55/95.63	c  93.8s| 20000 |  1574 |  1036 |  78M|1607 |   - |2550 |  63k|  57k|   0 |   0 |  27 |  11k|  33 | 5.100000e+01 |      --      |    Inf 
123.13/123.24	c   121s| 30000 |  1571 |  1036 |  78M|1607 |   - |2550 |  63k|  57k|   0 |   0 |  27 |  17k|  33 | 5.100000e+01 |      --      |    Inf 
150.22/150.35	c   148s| 40000 |  1571 |  1036 |  78M|1607 |   - |2550 |  63k|  57k|   0 |   0 |  27 |  24k|  33 | 5.100000e+01 |      --      |    Inf 
178.51/178.66	c   176s| 50000 |  1572 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  30k|  33 | 5.100000e+01 |      --      |    Inf 
205.80/205.94	c   203s| 60000 |  1568 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  37k|  33 | 5.100000e+01 |      --      |    Inf 
233.79/233.90	c   231s| 70000 |  1567 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  43k|  33 | 5.100000e+01 |      --      |    Inf 
261.58/261.79	c   258s| 80000 |  1571 |  1036 |  78M|1607 |   - |2550 |  63k|  57k|   0 |   0 |  27 |  49k|  33 | 5.100000e+01 |      --      |    Inf 
288.27/288.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.27/288.45	c   285s| 90000 |  1565 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  56k|  33 | 5.100000e+01 |      --      |    Inf 
315.25/315.43	c   312s|100000 |  1565 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  62k|  33 | 5.100000e+01 |      --      |    Inf 
343.45/343.66	c   340s|110000 |  1573 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  69k|  33 | 5.100000e+01 |      --      |    Inf 
373.14/373.30	c   369s|120000 |  1569 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  75k|  33 | 5.100000e+01 |      --      |    Inf 
401.53/401.71	c   397s|130000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  82k|  33 | 5.100000e+01 |      --      |    Inf 
430.22/430.41	c   425s|140000 |  1567 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  88k|  33 | 5.100000e+01 |      --      |    Inf 
458.20/458.49	c   453s|150000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 |  95k|  33 | 5.100000e+01 |      --      |    Inf 
487.00/487.21	c   482s|160000 |  1565 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 101k|  33 | 5.100000e+01 |      --      |    Inf 
515.78/516.01	c   510s|170000 |  1563 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 107k|  33 | 5.100000e+01 |      --      |    Inf 
543.08/543.31	c   537s|180000 |  1566 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 114k|  33 | 5.100000e+01 |      --      |    Inf 
570.67/570.96	c   565s|190000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 120k|  33 | 5.100000e+01 |      --      |    Inf 
598.56/598.81	c   592s|200000 |  1563 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 127k|  33 | 5.100000e+01 |      --      |    Inf 
626.75/627.08	c   620s|210000 |  1566 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 133k|  33 | 5.100000e+01 |      --      |    Inf 
655.13/655.46	c   648s|220000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 140k|  33 | 5.100000e+01 |      --      |    Inf 
683.22/683.54	c   676s|230000 |  1568 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 146k|  33 | 5.100000e+01 |      --      |    Inf 
711.01/711.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.01/711.35	c   704s|240000 |  1563 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 152k|  33 | 5.100000e+01 |      --      |    Inf 
738.70/739.06	c   731s|250000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 159k|  33 | 5.100000e+01 |      --      |    Inf 
766.40/766.70	c   759s|260000 |  1560 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 165k|  33 | 5.100000e+01 |      --      |    Inf 
793.68/794.05	c   786s|270000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 172k|  33 | 5.100000e+01 |      --      |    Inf 
819.87/820.27	c   812s|280000 |  1565 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 178k|  33 | 5.100000e+01 |      --      |    Inf 
846.76/847.11	c   838s|290000 |  1563 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 185k|  33 | 5.100000e+01 |      --      |    Inf 
874.06/874.43	c   865s|300000 |  1562 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 191k|  33 | 5.100000e+01 |      --      |    Inf 
902.84/903.22	c   894s|310000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 198k|  33 | 5.100000e+01 |      --      |    Inf 
930.13/930.60	c   921s|320000 |  1568 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 204k|  33 | 5.100000e+01 |      --      |    Inf 
955.93/956.33	c   947s|330000 |  1568 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 211k|  33 | 5.100000e+01 |      --      |    Inf 
983.92/984.40	c   974s|340000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 217k|  33 | 5.100000e+01 |      --      |    Inf 
1011.40/1011.83	c  1002s|350000 |  1560 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 224k|  33 | 5.100000e+01 |      --      |    Inf 
1039.49/1039.99	c  1029s|360000 |  1563 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 230k|  33 | 5.100000e+01 |      --      |    Inf 
1067.48/1067.91	c  1057s|370000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 236k|  33 | 5.100000e+01 |      --      |    Inf 
1094.37/1094.81	c  1084s|380000 |  1567 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 243k|  33 | 5.100000e+01 |      --      |    Inf 
1123.17/1123.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.17/1123.61	c  1112s|390000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 249k|  33 | 5.100000e+01 |      --      |    Inf 
1152.15/1152.64	c  1141s|400000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 256k|  33 | 5.100000e+01 |      --      |    Inf 
1179.25/1179.76	c  1168s|410000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 262k|  33 | 5.100000e+01 |      --      |    Inf 
1207.74/1208.27	c  1196s|420000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 269k|  33 | 5.100000e+01 |      --      |    Inf 
1236.42/1236.95	c  1225s|430000 |  1565 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 275k|  33 | 5.100000e+01 |      --      |    Inf 
1263.72/1264.23	c  1252s|440000 |  1572 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 282k|  33 | 5.100000e+01 |      --      |    Inf 
1290.21/1290.76	c  1278s|450000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 288k|  33 | 5.100000e+01 |      --      |    Inf 
1317.69/1318.26	c  1305s|460000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 295k|  33 | 5.100000e+01 |      --      |    Inf 
1345.49/1346.04	c  1333s|470000 |  1569 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 301k|  33 | 5.100000e+01 |      --      |    Inf 
1372.38/1372.91	c  1359s|480000 |  1570 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 308k|  33 | 5.100000e+01 |      --      |    Inf 
1399.66/1400.25	c  1386s|490000 |  1562 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 314k|  33 | 5.100000e+01 |      --      |    Inf 
1426.95/1427.54	c  1414s|500000 |  1559 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 321k|  33 | 5.100000e+01 |      --      |    Inf 
1454.34/1454.91	c  1441s|510000 |  1569 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 327k|  33 | 5.100000e+01 |      --      |    Inf 
1481.33/1481.96	c  1467s|520000 |  1558 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 333k|  33 | 5.100000e+01 |      --      |    Inf 
1508.52/1509.13	c  1494s|530000 |  1562 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 340k|  33 | 5.100000e+01 |      --      |    Inf 
1535.71/1536.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1535.71/1536.37	c  1521s|540000 |  1558 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 346k|  33 | 5.100000e+01 |      --      |    Inf 
1564.50/1565.14	c  1550s|550000 |  1560 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 353k|  33 | 5.100000e+01 |      --      |    Inf 
1590.79/1591.49	c  1576s|560000 |  1555 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 359k|  33 | 5.100000e+01 |      --      |    Inf 
1617.49/1618.11	c  1602s|570000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 365k|  33 | 5.100000e+01 |      --      |    Inf 
1645.67/1646.37	c  1630s|580000 |  1564 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 372k|  33 | 5.100000e+01 |      --      |    Inf 
1673.57/1674.21	c  1658s|590000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 378k|  33 | 5.100000e+01 |      --      |    Inf 
1700.85/1701.52	c  1685s|600000 |  1556 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 385k|  33 | 5.100000e+01 |      --      |    Inf 
1728.54/1729.23	c  1712s|610000 |  1561 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 391k|  33 | 5.100000e+01 |      --      |    Inf 
1756.04/1756.76	c  1740s|620000 |  1557 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 397k|  33 | 5.100000e+01 |      --      |    Inf 
1783.13/1783.81	c  1767s|630000 |  1562 |  1036 |  78M|1607 |   - |2550 |  63k|  56k|   0 |   0 |  27 | 404k|  33 | 5.100000e+01 |      --      |    Inf 
1800.02/1800.71	c 
1800.02/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.71	c Solving Time (sec) : 1783.33
1800.02/1800.71	c Solving Nodes      : 636475
1800.02/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.71	c Dual Bound         : +5.10000000000000e+01
1800.02/1800.71	c Gap                : infinite
1800.02/1800.71	c NODE         636475
1800.02/1800.71	c DUAL BOUND   51
1800.02/1800.71	c PRIMAL BOUND 1e+20
1800.02/1800.71	c GAP          1e+20
1800.02/1800.71	s UNKNOWN
1800.02/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.71	c Solving Time       :    1783.33
1800.02/1800.71	c Original Problem   :
1800.02/1800.71	c   Problem name     : HOME/instance-1883856-1245236328.opb
1800.02/1800.71	c   Variables        : 2550 (2550 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.71	c   Constraints      : 63801 initial, 63801 maximal
1800.02/1800.71	c Presolved Problem  :
1800.02/1800.71	c   Problem name     : t_HOME/instance-1883856-1245236328.opb
1800.02/1800.71	c   Variables        : 2550 (2550 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.71	c   Constraints      : 63801 initial, 63819 maximal
1800.02/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   logicor          :       0.19          0          0          0          0          0          0          0          0
1800.02/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.02/1800.71	c   logicor          :      63801+         5    3734331          0          0     405497   10715279          0          0          0
1800.02/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.71	c   integral         :      15.69       0.00       0.00      15.69       0.00
1800.02/1800.71	c   logicor          :     997.49       0.03     997.46       0.00       0.00
1800.02/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.71	c   rootredcost      :       1.37          0          0          0
1800.02/1800.71	c   pseudoobj        :     530.38    4191984          0          0
1800.02/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.71	c   propagation      :     810.29     405497     405497     405497      404.6       6250      289.8          -
1800.02/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.71	c   applied globally :          -          -          -      27318      165.2          -          -          -
1800.02/1800.71	c   applied locally  :          -          -          -     381245      419.5          -          -          -
1800.02/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.71	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 83)
1800.02/1800.71	c   redcost          :       0.00          5          0          0          0          0
1800.02/1800.71	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.71	c   gomory           :      12.93          5          0          0       2102          0
1800.02/1800.71	c   strongcg         :       6.36          5          0          0       2102          0
1800.02/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.71	c   clique           :       0.17          5          0          0         11          0
1800.02/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.71	c   mcf              :       0.11          1          0          0          0          0
1800.02/1800.71	c Pricers            :       Time      Calls       Vars
1800.02/1800.71	c   problem variables:       0.00          0          0
1800.02/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.71	c   relpscost        :      15.69          1          0          0          0          0          2
1800.02/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   inference        :       7.57     446157          0          0          0          0     892314
1800.02/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.71	c   LP solutions     :       0.00          -          0
1800.02/1800.71	c   pseudo solutions :       0.00          -          0
1800.02/1800.71	c   simplerounding   :       0.00          0          0
1800.02/1800.71	c   rounding         :       0.00          0          0
1800.02/1800.71	c   shifting         :       0.00          0          0
1800.02/1800.71	c   intshifting      :       0.00          0          0
1800.02/1800.71	c   oneopt           :       0.00          0          0
1800.02/1800.71	c   fixandinfer      :       0.00          0          0
1800.02/1800.71	c   feaspump         :       0.00          0          0
1800.02/1800.71	c   coefdiving       :       0.00          0          0
1800.02/1800.71	c   pscostdiving     :       0.00          0          0
1800.02/1800.71	c   fracdiving       :       0.00          0          0
1800.02/1800.71	c   veclendiving     :       0.00          0          0
1800.02/1800.71	c   intdiving        :       0.00          0          0
1800.02/1800.71	c   actconsdiving    :       0.00          0          0
1800.02/1800.71	c   objpscostdiving  :       0.00          0          0
1800.02/1800.71	c   rootsoldiving    :       0.00          0          0
1800.02/1800.71	c   linesearchdiving :       0.00          0          0
1800.02/1800.71	c   guideddiving     :       0.00          0          0
1800.02/1800.71	c   octane           :       0.00          0          0
1800.02/1800.71	c   rens             :       0.00          0          0
1800.02/1800.71	c   rins             :       0.00          0          0
1800.02/1800.71	c   localbranching   :       0.00          0          0
1800.02/1800.71	c   mutation         :       0.00          0          0
1800.02/1800.71	c   crossover        :       0.00          0          0
1800.02/1800.71	c   dins             :       0.00          0          0
1800.02/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.71	c   primal LP        :       0.04          0          0       0.00       0.00
1800.02/1800.71	c   dual LP          :       4.63          6       1036     172.67     223.76
1800.02/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.71	c   strong branching :      15.69         33       2234      67.70     142.38
1800.02/1800.71	c     (at root node) :          -         33       2234      67.70          -
1800.02/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.71	c B&B Tree           :
1800.02/1800.71	c   number of runs   :          1
1800.02/1800.71	c   nodes            :     636475
1800.02/1800.71	c   nodes (total)    :     636475
1800.02/1800.71	c   nodes left       :       1569
1800.02/1800.71	c   max depth        :       1607
1800.02/1800.71	c   max depth (total):       1607
1800.02/1800.71	c   backtracks       :     224240 (35.2%)
1800.02/1800.71	c   delayed cutoffs  :     254273
1800.02/1800.71	c   repropagations   :     538409 (5943988 domain reductions, 215180 cutoffs)
1800.02/1800.71	c   avg switch length:       2.48
1800.02/1800.71	c   switching time   :     112.17
1800.02/1800.71	c Solution           :
1800.02/1800.71	c   Solutions found  :          0 (0 improvements)
1800.02/1800.71	c   Primal Bound     :          -
1800.02/1800.71	c   Dual Bound       : +5.10000000000000e+01
1800.02/1800.71	c   Gap              :   infinite
1800.02/1800.71	c   Root Dual Bound  : +5.10000000000000e+01
1800.21/1800.98	c Time complete: 1800.29.

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-1883856-1245236328/watcher-1883856-1245236328 -o /tmp/evaluation-result-1883856-1245236328/solver-1883856-1245236328 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883856-1245236328.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 12992
/proc/meminfo: memFree=1835648/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=4328 CPUtime=0
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 191233615 4431872 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6863653 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 1122 473 307 886 0 232 0

[startup+0.084117 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12992
/proc/meminfo: memFree=1835648/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=13292 CPUtime=0.07
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 2638 0 0 0 7 0 0 0 18 0 1 0 191233615 13611008 2620 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 3323 2620 351 886 0 2433 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13292

[startup+0.101119 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12992
/proc/meminfo: memFree=1835648/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=14424 CPUtime=0.08
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 2910 0 0 0 8 0 0 0 18 0 1 0 191233615 14770176 2892 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 3606 2892 351 886 0 2716 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14424

[startup+0.301157 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12992
/proc/meminfo: memFree=1835648/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=20080 CPUtime=0.29
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 4325 0 0 0 28 1 0 0 19 0 1 0 191233615 20561920 4307 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 5020 4307 351 886 0 4130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20080

[startup+0.701231 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12992
/proc/meminfo: memFree=1835648/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=29824 CPUtime=0.69
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 6788 0 0 0 67 2 0 0 22 0 1 0 191233615 30539776 6770 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 7456 6770 351 886 0 6566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29824

[startup+1.50138 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 12993
/proc/meminfo: memFree=1769336/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=94744 CPUtime=1.49
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 24662 0 0 0 132 17 0 0 25 0 1 0 191233615 97017856 22685 1992294400 4194304 7823515 548682068736 18446744073709551615 5875875 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 23686 22685 421 886 0 22796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94744

[startup+3.10167 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 12993
/proc/meminfo: memFree=1695096/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=164428 CPUtime=3.09
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 41403 0 0 0 272 37 0 0 25 0 1 0 191233615 168374272 38010 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 41107 38010 531 886 0 40217 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164428

[startup+6.30126 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 12993
/proc/meminfo: memFree=1682296/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=168916 CPUtime=6.28
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 42149 0 0 0 591 37 0 0 25 0 1 0 191233615 172969984 38756 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 42229 38756 533 886 0 41339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 168916

[startup+12.7014 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 12993
/proc/meminfo: memFree=1673912/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=175396 CPUtime=12.68
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 44222 0 0 0 1228 40 0 0 25 0 1 0 191233615 179605504 40829 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 43849 40829 533 886 0 42959 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 175396

[startup+25.5018 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 12993
/proc/meminfo: memFree=1665400/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=184120 CPUtime=25.48
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 46332 0 0 0 2504 44 0 0 25 0 1 0 191233615 188538880 42939 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 46030 42939 533 886 0 45140 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 184120

[startup+51.1015 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 12993
/proc/meminfo: memFree=1661944/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=51.06
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47219 0 0 0 5051 55 0 0 25 0 1 0 191233615 193134592 43826 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43826 545 886 0 46262 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 188608

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 12993
/proc/meminfo: memFree=1661944/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=102.25
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47220 0 0 0 10124 101 0 0 25 0 1 0 191233615 193134592 43827 1992294400 4194304 7823515 548682068736 18446744073709551615 5751980 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43827 545 886 0 46262 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 188608

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 12999
/proc/meminfo: memFree=1661680/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=162.21
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47220 0 0 0 16067 154 0 0 25 0 1 0 191233615 193134592 43827 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43827 545 886 0 46262 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 188608

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 12999
/proc/meminfo: memFree=1661680/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=222.19
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47224 0 0 0 22010 209 0 0 25 0 1 0 191233615 193134592 43831 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43831 545 886 0 46262 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 188608

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 12999
/proc/meminfo: memFree=1661424/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=282.17
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47321 0 0 0 27952 265 0 0 25 0 1 0 191233615 193134592 43928 1992294400 4194304 7823515 548682068736 18446744073709551615 5746115 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43928 545 886 0 46262 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 188608

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 12999
/proc/meminfo: memFree=1661360/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=342.15
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47356 0 0 0 33901 314 0 0 25 0 1 0 191233615 193134592 43963 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 43963 545 886 0 46262 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 188608

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.34 2/65 12999
/proc/meminfo: memFree=1660976/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=402.12
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47436 0 0 0 39844 368 0 0 25 0 1 0 191233615 193134592 44043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44043 545 886 0 46262 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 188608

[startup+462.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 12999
/proc/meminfo: memFree=1660664/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=462.1
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47509 0 0 0 45791 419 0 0 25 0 1 0 191233615 193134592 44116 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44116 545 886 0 46262 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 188608

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 12999
/proc/meminfo: memFree=1660536/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=522.08
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47576 0 0 0 51734 474 0 0 25 0 1 0 191233615 193134592 44183 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44183 545 886 0 46262 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 188608

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 12999
/proc/meminfo: memFree=1660152/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=582.06
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47660 0 0 0 57678 528 0 0 25 0 1 0 191233615 193134592 44267 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44267 545 886 0 46262 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 188608

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 12999
/proc/meminfo: memFree=1659960/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=642.04
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47698 0 0 0 63623 581 0 0 25 0 1 0 191233615 193134592 44305 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44305 545 886 0 46262 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 188608

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 12999
/proc/meminfo: memFree=1659384/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=941.93
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47802 0 0 0 93347 846 0 0 25 0 1 0 191233615 193134592 44409 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44409 545 886 0 46262 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 188608

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 12999
/proc/meminfo: memFree=1659384/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1001.91
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47815 0 0 0 99289 902 0 0 25 0 1 0 191233615 193134592 44422 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44422 545 886 0 46262 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 188608

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 12999
/proc/meminfo: memFree=1659320/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1061.89
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47825 0 0 0 105233 956 0 0 25 0 1 0 191233615 193134592 44432 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44432 545 886 0 46262 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 188608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 12999
/proc/meminfo: memFree=1659192/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1121.87
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47841 0 0 0 111179 1008 0 0 25 0 1 0 191233615 193134592 44448 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44448 545 886 0 46262 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 188608

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 12999
/proc/meminfo: memFree=1659128/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1181.84
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47847 0 0 0 117125 1059 0 0 25 0 1 0 191233615 193134592 44454 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44454 545 886 0 46262 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 188608

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/65 12999
/proc/meminfo: memFree=1658936/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1241.82
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47888 0 0 0 123074 1108 0 0 25 0 1 0 191233615 193134592 44495 1992294400 4194304 7823515 548682068736 18446744073709551615 5768214 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44495 545 886 0 46262 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 188608

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 12999
/proc/meminfo: memFree=1658808/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1301.8
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47909 0 0 0 129020 1160 0 0 25 0 1 0 191233615 193134592 44516 1992294400 4194304 7823515 548682068736 18446744073709551615 5100864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44516 545 886 0 46262 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 188608

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 12999
/proc/meminfo: memFree=1658680/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1361.78
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47927 0 0 0 134966 1212 0 0 25 0 1 0 191233615 193134592 44534 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44534 545 886 0 46262 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 188608

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 12999
/proc/meminfo: memFree=1658616/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1421.75
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47935 0 0 0 140913 1262 0 0 25 0 1 0 191233615 193134592 44542 1992294400 4194304 7823515 548682068736 18446744073709551615 5100864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44542 545 886 0 46262 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 188608

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 12999
/proc/meminfo: memFree=1658552/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1481.73
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47951 0 0 0 146855 1318 0 0 25 0 1 0 191233615 193134592 44558 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44558 545 886 0 46262 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 188608

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 12999
/proc/meminfo: memFree=1658552/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1541.71
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47959 0 0 0 152803 1368 0 0 25 0 1 0 191233615 193134592 44566 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44566 545 886 0 46262 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 188608

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 12999
/proc/meminfo: memFree=1658424/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1601.68
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47970 0 0 0 158747 1421 0 0 25 0 1 0 191233615 193134592 44577 1992294400 4194304 7823515 548682068736 18446744073709551615 4775524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44577 545 886 0 46262 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 188608

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 12999
/proc/meminfo: memFree=1658360/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1661.67
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47975 0 0 0 164695 1472 0 0 25 0 1 0 191233615 193134592 44582 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44582 545 886 0 46262 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 188608

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 12999
/proc/meminfo: memFree=1658296/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1721.65
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47986 0 0 0 170644 1521 0 0 25 0 1 0 191233615 193134592 44593 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44593 545 886 0 46262 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 188608

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 12999
/proc/meminfo: memFree=1658296/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1781.63
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 47999 0 0 0 176592 1571 0 0 25 0 1 0 191233615 193134592 44606 1992294400 4194304 7823515 548682068736 18446744073709551615 4363413 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44606 545 886 0 46262 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 188608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 12999
/proc/meminfo: memFree=1658232/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1800.02
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 48001 0 0 0 178415 1587 0 0 25 0 1 0 191233615 193134592 44608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44608 545 886 0 46262 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 188608

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

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

[startup+1800.81 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 12999
/proc/meminfo: memFree=1658232/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1800.11
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 48022 0 0 0 178424 1587 0 0 25 0 1 0 191233615 193134592 44629 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44629 550 886 0 46262 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 188608

[startup+1800.9 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 12999
/proc/meminfo: memFree=1658232/2055920 swapFree=4188244/4192956
[pid=12992] ppid=12990 vsize=188608 CPUtime=1800.21
/proc/12992/stat : 12992 (pbscip.linux.x8) R 12990 12992 12955 0 -1 4194304 48023 0 0 0 178434 1587 0 0 25 0 1 0 191233615 193134592 44630 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 47152 44630 551 886 0 46262 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 188608

Child status: 0
Real time (s): 1800.99
CPU time (s): 1800.31
CPU user time (s): 1784.4
CPU system time (s): 15.9086
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 188608

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

runsolver used 1.78473 second user time and 3.21751 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-17 12:58:48
IDJOB=1883856
IDBENCH=2570
IDSOLVER=683
FILE ID=node7/1883856-1245236328
PBS_JOBID= 9372330
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-51-50.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883856-1245236328/watcher-1883856-1245236328 -o /tmp/evaluation-result-1883856-1245236328/solver-1883856-1245236328 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883856-1245236328.opb

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

MD5SUM BENCH= 60bac2da31df829d5469efd732e15a50
RANDOM SEED=358009004

node7.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.274
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.274
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:       1836128 kB
Buffers:         51392 kB
Cached:         101768 kB
SwapCached:       2424 kB
Active:          92024 kB
Inactive:        72816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836128 kB
SwapTotal:     4192956 kB
SwapFree:      4188244 kB
Dirty:           11608 kB
Writeback:           0 kB
Mapped:          18648 kB
Slab:            40912 kB
Committed_AS:   180608 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node7 at 2009-06-17 13:28:51