Trace number 1884078

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

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG7a-gensys-ukn005.sat05-3845.reshuffled-07.opb
MD5SUM4ce1127a8ad8373c72d2715df326072b
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 benchmark34.9507
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2765
Total number of constraints18046
Number of constraints which are clauses18046
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint13
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 22
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.29/0.39	c SCIP version 1.1.0.7
0.29/0.39	c LP-Solver Clp 1.8.2
0.29/0.39	c user parameter file <scip.set> not found - using default parameters
0.29/0.39	c read problem <HOME/instance-1884078-1245254150.opb>
0.29/0.39	c original problem has 2765 variables (2765 bin, 0 int, 0 impl, 0 cont) and 18046 constraints
0.50/0.52	c No objective function, only one solution is needed.
0.50/0.52	c start presolving problem
0.50/0.52	c presolving:
0.59/0.65	c (round 1) 54 del vars, 389 del conss, 45 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1532 impls, 0 clqs
0.59/0.67	c (round 2) 56 del vars, 541 del conss, 47 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2236 impls, 0 clqs
0.89/0.94	c (round 3) 56 del vars, 1925 del conss, 47 chg bounds, 2 chg sides, 0 chg coeffs, 16125 upgd conss, 2236 impls, 0 clqs
0.89/0.98	c presolving (4 rounds):
0.89/0.98	c  56 deleted vars, 1925 deleted constraints, 47 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.89/0.98	c  2236 implications, 0 cliques
0.89/0.98	c presolved problem has 2709 variables (2709 bin, 0 int, 0 impl, 0 cont) and 16121 constraints
0.89/0.98	c   16121 constraints of type <logicor>
0.89/0.98	c transformed objective value is always integral (scale: 1)
0.89/0.98	c Presolving Time: 0.40
0.89/0.98	c PURESAT
0.89/0.98	c -----------------------------------------------------------------------------------------------
0.89/0.98	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.98	c separating/flowcover/freq = c -1
0.89/0.98	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.98	c separating/cmir/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/veclendiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.89/0.98	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/veclendiving/freq = c -1
0.89/0.98	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.98	c heuristics/simplerounding/freq = c -1
0.89/0.98	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/shifting/freq = c -1
0.89/0.98	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.98	c heuristics/rounding/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.98	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.89/0.98	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.98	c heuristics/rootsoldiving/freq = c -1
0.89/0.98	c # number of nodes added to the contingent of the total nodes
0.89/0.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.98	c heuristics/rens/nodesofs = c 2000
0.89/0.98	c # minimum percentage of integer variables that have to be fixable 
0.89/0.98	c # [type: real, range: [0,1], default: 0.5]
0.89/0.98	c heuristics/rens/minfixingrate = c 0.3
0.89/0.98	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.98	c heuristics/rens/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.89/0.98	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/pscostdiving/freq = c -1
0.89/0.98	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.98	c heuristics/oneopt/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.98	c # [type: real, range: [0,1], default: 0.01]
0.89/0.98	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.89/0.98	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.98	c heuristics/objpscostdiving/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.89/0.98	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/linesearchdiving/freq = c -1
0.89/0.98	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/intshifting/freq = c -1
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/intdiving/maxlpiterquot = c 0.075
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/guideddiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.89/0.98	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/guideddiving/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/fracdiving/maxlpiterofs = c 1500
0.89/0.98	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.98	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.89/0.98	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.98	c heuristics/fracdiving/freq = c -1
0.89/0.98	c # additional number of allowed LP iterations
0.89/0.98	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.98	c heuristics/feaspump/maxlpiterofs = c 2000
0.89/0.98	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.98	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.98	c heuristics/feaspump/freq = c -1
0.89/0.98	c # minimum percentage of integer variables that have to be fixed 
0.89/0.98	c # [type: real, range: [0,1], default: 0.666]
0.89/0.99	c heuristics/crossover/minfixingrate = c 0.5
0.89/0.99	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.99	c # [type: real, range: [0,1], default: 0.1]
0.89/0.99	c heuristics/crossover/nodesquot = c 0.15
0.89/0.99	c # number of nodes without incumbent change that heuristic should wait
0.89/0.99	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.99	c heuristics/crossover/nwaitingnodes = c 100
0.89/0.99	c # number of nodes added to the contingent of the total nodes
0.89/0.99	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.99	c heuristics/crossover/nodesofs = c 750
0.89/0.99	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.99	c heuristics/crossover/freq = c -1
0.89/0.99	c # additional number of allowed LP iterations
0.89/0.99	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.99	c heuristics/coefdiving/maxlpiterofs = c 1500
0.89/0.99	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.99	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.89/0.99	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.99	c heuristics/coefdiving/freq = c -1
0.89/0.99	c # priority of node selection rule <dfs> in standard mode
0.89/0.99	c # [type: int, range: [-536870912,536870911], default: 0]
0.89/0.99	c nodeselection/dfs/stdpriority = c 1000000
0.89/0.99	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c presolving/probing/maxrounds = c 0
0.89/0.99	c # should presolving try to simplify knapsacks
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/knapsack/simplifyinequalities = c TRUE
0.89/0.99	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.99	c constraints/knapsack/disaggregation = c FALSE
0.89/0.99	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c constraints/knapsack/maxnumcardlift = c 0
0.89/0.99	c # should presolving try to simplify inequalities
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/linear/simplifyinequalities = c TRUE
0.89/0.99	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c separating/maxroundsroot = c 5
0.89/0.99	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.99	c separating/maxrounds = c 1
0.89/0.99	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.99	c # [type: char, range: {lafpsqd}, default: l]
0.89/0.99	c lp/pricing = c a
0.89/0.99	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.99	c lp/solvefreq = c 0
0.89/0.99	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c limits/solutions = c 1
0.89/0.99	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.99	c limits/memory = c 1620
0.89/0.99	c # maximal time in seconds to run
0.89/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.99	c limits/time = c 1791
0.89/0.99	c # frequency for displaying node information lines
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.99	c display/freq = c 10000
0.89/0.99	c # should enforcement of pseudo solution be disabled?
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/disableenfops = c TRUE
0.89/0.99	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.99	c constraints/agelimit = c 1
0.89/0.99	c # should binary conflicts be preferred?
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c conflict/preferbinary = c TRUE
0.89/0.99	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c conflict/interconss = c 0
0.89/0.99	c -----------------------------------------------------------------------------------------------
0.89/0.99	c start solving problem
0.89/0.99	c 
1.29/1.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.30	c   0.8s|     1 |     0 |   448 |  31M|   0 | 345 |2709 |  16k|  16k|2709 |  16k|   0 |   0 |   0 | 1.741572e+02 |      --      |    Inf 
2.29/2.37	c   1.8s|     1 |     0 |   971 |  32M|   0 | 412 |2709 |  16k|  16k|2709 |  16k|  72 |   0 |   0 | 2.022785e+02 |      --      |    Inf 
5.59/5.62	c   5.0s|     1 |     0 |  2142 |  33M|   0 | 422 |2709 |  16k|  16k|2709 |  16k| 128 |   0 |   0 | 2.178746e+02 |      --      |    Inf 
12.69/12.73	c  12.1s|     1 |     0 |  3723 |  36M|   0 | 407 |2709 |  16k|  16k|2709 |  16k| 158 |   0 |   0 | 2.269324e+02 |      --      |    Inf 
22.09/22.12	c  21.5s|     1 |     0 |  4767 |  41M|   0 | 435 |2709 |  16k|  16k|2709 |  16k| 184 |   0 |   0 | 2.320460e+02 |      --      |    Inf 
34.38/34.48	c  33.8s|     1 |     0 |  5765 |  46M|   0 | 436 |2709 |  16k|  16k|2709 |  16k| 220 |   0 |   0 | 2.376773e+02 |      --      |    Inf 
62.07/62.18	c  61.5s|     1 |     2 |  5765 |  46M|   0 | 436 |2709 |  16k|  16k|2709 |  16k| 220 |   0 |  22 | 2.376773e+02 |      --      |    Inf 
84.57/84.61	c  83.6s| 10000 |   312 |  5765 |  47M| 843 |   - |2709 |  16k|8650 |   0 |   0 | 220 |6181 |  22 | 2.386773e+02 |      --      |    Inf 
106.85/106.95	c   106s| 20000 |   122 |  5765 |  48M| 843 |   - |2709 |  16k|9426 |   0 |   0 | 220 |  12k|  22 | 2.386773e+02 |      --      |    Inf 
130.25/130.30	c   129s| 30000 |   140 |  5765 |  48M| 843 |   - |2709 |  16k|9772 |   0 |   0 | 220 |  19k|  22 | 2.386773e+02 |      --      |    Inf 
153.05/153.17	c   151s| 40000 |   117 |  5765 |  48M| 843 |   - |2709 |  16k|9690 |   0 |   0 | 220 |  26k|  22 | 2.386773e+02 |      --      |    Inf 
177.93/178.01	c   176s| 50000 |   113 |  5765 |  48M| 843 |   - |2709 |  16k|9830 |   0 |   0 | 220 |  34k|  22 | 2.386773e+02 |      --      |    Inf 
202.62/202.76	c   200s| 60000 |   110 |  5765 |  48M| 843 |   - |2709 |  16k|9666 |   0 |   0 | 220 |  41k|  22 | 2.386773e+02 |      --      |    Inf 
224.72/224.87	c   222s| 70000 |   109 |  5765 |  48M| 843 |   - |2709 |  16k|9388 |   0 |   0 | 220 |  47k|  22 | 2.386773e+02 |      --      |    Inf 
249.22/249.39	c   246s| 80000 |   114 |  5765 |  48M| 843 |   - |2709 |  16k|9575 |   0 |   0 | 220 |  54k|  22 | 2.386773e+02 |      --      |    Inf 
273.20/273.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.20/273.39	c   270s| 90000 |   110 |  5765 |  48M| 843 |   - |2709 |  16k|9718 |   0 |   0 | 220 |  62k|  22 | 2.386773e+02 |      --      |    Inf 
296.90/297.00	c   294s|100000 |   111 |  5765 |  48M| 843 |   - |2709 |  16k|9594 |   0 |   0 | 220 |  69k|  22 | 2.386773e+02 |      --      |    Inf 
322.19/322.33	c   319s|110000 |   129 |  5765 |  48M| 843 |   - |2709 |  16k|9264 |   0 |   0 | 220 |  76k|  22 | 2.386773e+02 |      --      |    Inf 
342.18/342.37	c   338s|120000 |   116 |  5765 |  48M|1024 |   - |2709 |  16k|9538 |   0 |   0 | 220 |  82k|  22 | 2.386773e+02 |      --      |    Inf 
363.17/363.34	c   359s|130000 |   468 |  5765 |  48M|1024 |   - |2709 |  16k|8195 |   0 |   0 | 220 |  87k|  22 | 2.386773e+02 |      --      |    Inf 
387.46/387.60	c   383s|140000 |   118 |  5765 |  48M|1024 |   - |2709 |  16k|9177 |   0 |   0 | 220 |  94k|  22 | 2.386773e+02 |      --      |    Inf 
406.55/406.73	c   402s|150000 |   113 |  5765 |  48M|1024 |   - |2709 |  16k|9455 |   0 |   0 | 220 |  99k|  22 | 2.386773e+02 |      --      |    Inf 
430.84/431.03	c   426s|160000 |   115 |  5765 |  48M|1024 |   - |2709 |  16k|9153 |   0 |   0 | 220 | 107k|  22 | 2.386773e+02 |      --      |    Inf 
448.85/449.04	c   444s|170000 |   116 |  5765 |  48M|1146 |   - |2709 |  16k|9329 |   0 |   0 | 220 | 111k|  22 | 2.386773e+02 |      --      |    Inf 
473.83/474.07	c   468s|180000 |   107 |  5765 |  48M|1146 |   - |2709 |  16k|9874 |   0 |   0 | 220 | 118k|  22 | 2.386773e+02 |      --      |    Inf 
499.82/500.01	c   494s|190000 |   106 |  5765 |  48M|1146 |   - |2709 |  16k|9832 |   0 |   0 | 220 | 126k|  22 | 2.386773e+02 |      --      |    Inf 
523.72/523.96	c   518s|200000 |   108 |  5765 |  48M|1146 |   - |2709 |  16k|9949 |   0 |   0 | 220 | 133k|  22 | 2.386773e+02 |      --      |    Inf 
548.31/548.53	c   542s|210000 |   109 |  5765 |  48M|1146 |   - |2709 |  16k|9873 |   0 |   0 | 220 | 140k|  22 | 2.386773e+02 |      --      |    Inf 
571.81/572.05	c   565s|220000 |   111 |  5765 |  48M|1146 |   - |2709 |  16k|9710 |   0 |   0 | 220 | 147k|  22 | 2.386773e+02 |      --      |    Inf 
597.49/597.75	c   591s|230000 |   109 |  5765 |  48M|1146 |   - |2709 |  16k|9501 |   0 |   0 | 220 | 155k|  22 | 2.386773e+02 |      --      |    Inf 
619.59/619.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.59/619.83	c   613s|240000 |   139 |  5765 |  48M|1146 |   - |2709 |  16k|9306 |   0 |   0 | 220 | 161k|  22 | 2.386773e+02 |      --      |    Inf 
642.88/643.17	c   636s|250000 |   109 |  5765 |  48M|1146 |   - |2709 |  16k|9415 |   0 |   0 | 220 | 168k|  22 | 2.386773e+02 |      --      |    Inf 
668.27/668.50	c   661s|260000 |   105 |  5765 |  48M|1146 |   - |2709 |  16k|9843 |   0 |   0 | 220 | 175k|  22 | 2.386773e+02 |      --      |    Inf 
691.57/691.90	c   684s|270000 |   103 |  5765 |  48M|1146 |   - |2709 |  16k|9637 |   0 |   0 | 220 | 182k|  22 | 2.386773e+02 |      --      |    Inf 
715.65/715.94	c   707s|280000 |   104 |  5765 |  48M|1146 |   - |2709 |  16k|9418 |   0 |   0 | 220 | 190k|  22 | 2.386773e+02 |      --      |    Inf 
740.65/740.97	c   732s|290000 |   103 |  5765 |  48M|1146 |   - |2709 |  16k|9590 |   0 |   0 | 220 | 197k|  22 | 2.386773e+02 |      --      |    Inf 
765.74/766.00	c   757s|300000 |   102 |  5765 |  48M|1146 |   - |2709 |  16k|9445 |   0 |   0 | 220 | 205k|  22 | 2.386773e+02 |      --      |    Inf 
789.63/789.99	c   781s|310000 |   104 |  5765 |  48M|1146 |   - |2709 |  16k|9472 |   0 |   0 | 220 | 212k|  22 | 2.386773e+02 |      --      |    Inf 
814.92/815.27	c   806s|320000 |   101 |  5765 |  48M|1146 |   - |2709 |  16k|9542 |   0 |   0 | 220 | 220k|  22 | 2.386773e+02 |      --      |    Inf 
840.81/841.10	c   831s|330000 |    98 |  5765 |  48M|1146 |   - |2709 |  16k|9949 |   0 |   0 | 220 | 228k|  22 | 2.386773e+02 |      --      |    Inf 
854.71/855.04	c   845s|340000 |   102 |  5765 |  48M|1370 |   - |2709 |  16k|9153 |   0 |   0 | 220 | 231k|  22 | 2.386773e+02 |      --      |    Inf 
878.20/878.52	c   868s|350000 |   105 |  5765 |  48M|1370 |   - |2709 |  16k|9223 |   0 |   0 | 220 | 238k|  22 | 2.386773e+02 |      --      |    Inf 
901.39/901.71	c   891s|360000 |   100 |  5765 |  48M|1370 |   - |2709 |  16k|9296 |   0 |   0 | 220 | 245k|  22 | 2.386773e+02 |      --      |    Inf 
924.98/925.32	c   914s|370000 |   101 |  5765 |  48M|1370 |   - |2709 |  16k|9443 |   0 |   0 | 220 | 252k|  22 | 2.386773e+02 |      --      |    Inf 
949.18/949.59	c   938s|380000 |   108 |  5765 |  48M|1370 |   - |2709 |  16k|9432 |   0 |   0 | 220 | 259k|  22 | 2.386773e+02 |      --      |    Inf 
973.17/973.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.17/973.52	c   962s|390000 |   104 |  5765 |  48M|1370 |   - |2709 |  16k|9372 |   0 |   0 | 220 | 266k|  22 | 2.386773e+02 |      --      |    Inf 
998.87/999.28	c   987s|400000 |    99 |  5765 |  48M|1370 |   - |2709 |  16k|9227 |   0 |   0 | 220 | 274k|  22 | 2.386773e+02 |      --      |    Inf 
1023.46/1023.83	c  1012s|410000 |   104 |  5765 |  48M|1370 |   - |2709 |  16k|9783 |   0 |   0 | 220 | 281k|  22 | 2.386773e+02 |      --      |    Inf 
1048.75/1049.18	c  1037s|420000 |   101 |  5765 |  48M|1370 |   - |2709 |  16k|9615 |   0 |   0 | 220 | 289k|  22 | 2.386773e+02 |      --      |    Inf 
1073.24/1073.69	c  1061s|430000 |    99 |  5765 |  48M|1370 |   - |2709 |  16k|9534 |   0 |   0 | 220 | 296k|  22 | 2.386773e+02 |      --      |    Inf 
1097.73/1098.10	c  1085s|440000 |   105 |  5765 |  48M|1370 |   - |2709 |  16k|9071 |   0 |   0 | 220 | 303k|  22 | 2.386773e+02 |      --      |    Inf 
1122.13/1122.54	c  1109s|450000 |   100 |  5765 |  48M|1370 |   - |2709 |  16k|9333 |   0 |   0 | 220 | 311k|  22 | 2.386773e+02 |      --      |    Inf 
1147.62/1148.06	c  1135s|460000 |   105 |  5765 |  48M|1370 |   - |2709 |  16k|9071 |   0 |   0 | 220 | 318k|  22 | 2.386773e+02 |      --      |    Inf 
1172.80/1173.24	c  1159s|470000 |   106 |  5765 |  48M|1370 |   - |2709 |  16k|9243 |   0 |   0 | 220 | 326k|  22 | 2.386773e+02 |      --      |    Inf 
1197.10/1197.56	c  1183s|480000 |    98 |  5765 |  48M|1370 |   - |2709 |  16k|9384 |   0 |   0 | 220 | 334k|  22 | 2.386773e+02 |      --      |    Inf 
1220.49/1220.95	c  1207s|490000 |   100 |  5765 |  48M|1370 |   - |2709 |  16k|9208 |   0 |   0 | 220 | 341k|  22 | 2.386773e+02 |      --      |    Inf 
1243.08/1243.58	c  1229s|500000 |   104 |  5765 |  48M|1370 |   - |2709 |  16k|9487 |   0 |   0 | 220 | 348k|  22 | 2.386773e+02 |      --      |    Inf 
1263.18/1263.66	c  1249s|510000 |   108 |  5765 |  48M|1370 |   - |2709 |  16k|9256 |   0 |   0 | 220 | 354k|  22 | 2.386773e+02 |      --      |    Inf 
1286.27/1286.77	c  1272s|520000 |   104 |  5765 |  48M|1370 |   - |2709 |  16k|9336 |   0 |   0 | 220 | 361k|  22 | 2.386773e+02 |      --      |    Inf 
1308.66/1309.15	c  1294s|530000 |   101 |  5765 |  48M|1370 |   - |2709 |  16k|9217 |   0 |   0 | 220 | 367k|  22 | 2.386773e+02 |      --      |    Inf 
1333.45/1333.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.45/1333.91	c  1318s|540000 |   100 |  5765 |  48M|1370 |   - |2709 |  16k|9234 |   0 |   0 | 220 | 374k|  22 | 2.386773e+02 |      --      |    Inf 
1359.15/1359.65	c  1344s|550000 |   103 |  5765 |  48M|1370 |   - |2709 |  16k|9424 |   0 |   0 | 220 | 382k|  22 | 2.386773e+02 |      --      |    Inf 
1384.34/1384.84	c  1368s|560000 |   106 |  5765 |  48M|1370 |   - |2709 |  16k|9445 |   0 |   0 | 220 | 390k|  22 | 2.386773e+02 |      --      |    Inf 
1408.03/1408.53	c  1392s|570000 |    99 |  5765 |  48M|1370 |   - |2709 |  16k|9542 |   0 |   0 | 220 | 397k|  22 | 2.386773e+02 |      --      |    Inf 
1431.93/1432.41	c  1416s|580000 |   109 |  5765 |  48M|1370 |   - |2709 |  16k|9219 |   0 |   0 | 220 | 404k|  22 | 2.386773e+02 |      --      |    Inf 
1451.52/1452.00	c  1435s|590000 |   106 |  5765 |  48M|1370 |   - |2709 |  16k|9806 |   0 |   0 | 220 | 409k|  22 | 2.386773e+02 |      --      |    Inf 
1467.82/1468.32	c  1451s|600000 |  1382 |  5765 |  49M|1473 |   - |2709 |  16k|6660 |   0 |   0 | 220 | 414k|  22 | 2.386773e+02 |      --      |    Inf 
1488.11/1488.68	c  1471s|610000 |   100 |  5765 |  48M|1526 |   - |2709 |  16k|9091 |   0 |   0 | 220 | 420k|  22 | 2.386773e+02 |      --      |    Inf 
1508.30/1508.80	c  1491s|620000 |   868 |  5765 |  49M|1526 |   - |2709 |  16k|7684 |   0 |   0 | 220 | 425k|  22 | 2.386773e+02 |      --      |    Inf 
1531.59/1532.15	c  1514s|630000 |   102 |  5765 |  48M|1526 |   - |2709 |  16k|9468 |   0 |   0 | 220 | 432k|  22 | 2.386773e+02 |      --      |    Inf 
1555.49/1556.03	c  1538s|640000 |   105 |  5765 |  48M|1526 |   - |2709 |  16k|9647 |   0 |   0 | 220 | 440k|  22 | 2.386773e+02 |      --      |    Inf 
1580.37/1580.99	c  1562s|650000 |   105 |  5765 |  48M|1526 |   - |2709 |  16k|9339 |   0 |   0 | 220 | 447k|  22 | 2.386773e+02 |      --      |    Inf 
1604.46/1605.07	c  1586s|660000 |   112 |  5765 |  48M|1526 |   - |2709 |  16k|9588 |   0 |   0 | 220 | 454k|  22 | 2.386773e+02 |      --      |    Inf 
1629.27/1629.87	c  1611s|670000 |   102 |  5765 |  48M|1526 |   - |2709 |  16k|9342 |   0 |   0 | 220 | 462k|  22 | 2.386773e+02 |      --      |    Inf 
1653.95/1654.54	c  1635s|680000 |    97 |  5765 |  48M|1526 |   - |2709 |  16k|9622 |   0 |   0 | 220 | 470k|  22 | 2.386773e+02 |      --      |    Inf 
1676.25/1676.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.25/1676.82	c  1657s|690000 |   103 |  5765 |  48M|1526 |   - |2709 |  16k|9245 |   0 |   0 | 220 | 476k|  22 | 2.386773e+02 |      --      |    Inf 
1695.65/1696.25	c  1676s|700000 |  1266 |  5765 |  49M|1526 |   - |2709 |  16k|6649 |   0 |   0 | 220 | 482k|  22 | 2.386773e+02 |      --      |    Inf 
1712.53/1713.15	c  1693s|710000 |   103 |  5765 |  48M|1680 |   - |2709 |  16k|9337 |   0 |   0 | 220 | 486k|  22 | 2.386773e+02 |      --      |    Inf 
1735.43/1736.07	c  1716s|720000 |   401 |  5765 |  48M|1680 |   - |2709 |  16k|8168 |   0 |   0 | 220 | 493k|  22 | 2.386773e+02 |      --      |    Inf 
1758.01/1758.69	c  1738s|730000 |   103 |  5765 |  48M|1680 |   - |2709 |  16k|9169 |   0 |   0 | 220 | 500k|  22 | 2.386773e+02 |      --      |    Inf 
1780.32/1780.92	c  1760s|740000 |    99 |  5765 |  48M|1680 |   - |2709 |  16k|9028 |   0 |   0 | 220 | 507k|  22 | 2.386773e+02 |      --      |    Inf 
1800.02/1800.60	c 
1800.02/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.60	c Solving Time (sec) : 1779.47
1800.02/1800.60	c Solving Nodes      : 747971
1800.02/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.61	c Dual Bound         : +2.38677346040090e+02
1800.02/1800.61	c Gap                : infinite
1800.02/1800.61	c NODE         747971
1800.02/1800.61	c DUAL BOUND   238.677
1800.02/1800.61	c PRIMAL BOUND 1e+20
1800.02/1800.61	c GAP          1e+20
1800.02/1800.61	s UNKNOWN
1800.02/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.61	c Solving Time       :    1779.47
1800.02/1800.61	c Original Problem   :
1800.02/1800.61	c   Problem name     : HOME/instance-1884078-1245254150.opb
1800.02/1800.61	c   Variables        : 2765 (2765 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.61	c   Constraints      : 18046 initial, 18046 maximal
1800.02/1800.61	c Presolved Problem  :
1800.02/1800.61	c   Problem name     : t_HOME/instance-1884078-1245254150.opb
1800.02/1800.61	c   Variables        : 2709 (2709 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.61	c   Constraints      : 16121 initial, 16613 maximal
1800.02/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.61	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.02/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.61	c   linear           :       0.23         47          7          0         47          0       1921          2          0
1800.02/1800.61	c   logicor          :       0.12          0          0          0          0          0          4          0          0
1800.02/1800.61	c   root node        :          -          1          -          -          1          -          -          -          -
1800.02/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.02/1800.61	c   logicor          :      16121+         5    4745700          0          0     378697   14459658          0          0          0
1800.02/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.61	c   integral         :      27.65       0.00       0.00      27.65       0.00
1800.02/1800.61	c   logicor          :     319.27       0.00     319.27       0.00       0.00
1800.02/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.61	c   rootredcost      :       2.49          0          0          0
1800.02/1800.61	c   pseudoobj        :     734.23    5607374          0          0
1800.02/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.61	c   propagation      :      65.72     378697     378697     378697       55.7     134748       30.8          -
1800.02/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.61	c   applied globally :          -          -          -     513445       49.1          -          -          -
1800.02/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.61	c   cut pool         :       0.01          4          -          -         17          -    (maximal pool size: 2302)
1800.02/1800.61	c   redcost          :       0.01          5          0          0          0          0
1800.02/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.61	c   gomory           :      17.25          5          0          0       2500          0
1800.02/1800.61	c   strongcg         :       2.08          5          0          0       2500          0
1800.02/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.61	c   clique           :       0.01          5          0          0         30          0
1800.02/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.61	c   mcf              :       0.05          1          0          0          0          0
1800.02/1800.61	c Pricers            :       Time      Calls       Vars
1800.02/1800.61	c   problem variables:       0.00          0          0
1800.02/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.61	c   relpscost        :      27.65          1          0          0          0          0          2
1800.02/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   inference        :     412.56     524322          0          0          0          0    1048644
1800.02/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.61	c   LP solutions     :       0.00          -          0
1800.02/1800.61	c   pseudo solutions :       0.00          -          0
1800.02/1800.61	c   simplerounding   :       0.00          0          0
1800.02/1800.61	c   rounding         :       0.00          0          0
1800.02/1800.61	c   shifting         :       0.00          0          0
1800.02/1800.61	c   intshifting      :       0.00          0          0
1800.02/1800.61	c   oneopt           :       0.00          0          0
1800.02/1800.61	c   fixandinfer      :       0.00          0          0
1800.02/1800.61	c   feaspump         :       0.00          0          0
1800.02/1800.61	c   coefdiving       :       0.00          0          0
1800.02/1800.61	c   pscostdiving     :       0.00          0          0
1800.02/1800.61	c   fracdiving       :       0.00          0          0
1800.02/1800.61	c   veclendiving     :       0.00          0          0
1800.02/1800.61	c   intdiving        :       0.00          0          0
1800.02/1800.61	c   actconsdiving    :       0.00          0          0
1800.02/1800.61	c   objpscostdiving  :       0.00          0          0
1800.02/1800.61	c   rootsoldiving    :       0.00          0          0
1800.02/1800.61	c   linesearchdiving :       0.00          0          0
1800.02/1800.61	c   guideddiving     :       0.00          0          0
1800.02/1800.61	c   octane           :       0.00          0          0
1800.02/1800.61	c   rens             :       0.00          0          0
1800.02/1800.61	c   rins             :       0.00          0          0
1800.02/1800.61	c   localbranching   :       0.00          0          0
1800.02/1800.61	c   mutation         :       0.00          0          0
1800.02/1800.61	c   crossover        :       0.00          0          0
1800.02/1800.61	c   dins             :       0.00          0          0
1800.02/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.61	c   primal LP        :       0.04          0          0       0.00       0.00
1800.02/1800.61	c   dual LP          :      13.63          6       5765     960.83     422.96
1800.02/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.61	c   strong branching :      27.65         22       7313     332.41     264.48
1800.02/1800.61	c     (at root node) :          -         22       7313     332.41          -
1800.02/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.61	c B&B Tree           :
1800.02/1800.61	c   number of runs   :          1
1800.02/1800.61	c   nodes            :     747971
1800.02/1800.61	c   nodes (total)    :     747971
1800.02/1800.61	c   nodes left       :        103
1800.02/1800.61	c   max depth        :       1680
1800.02/1800.61	c   max depth (total):       1680
1800.02/1800.61	c   backtracks       :     170075 (22.7%)
1800.02/1800.61	c   delayed cutoffs  :     300573
1800.02/1800.61	c   repropagations   :    1045240 (6308886 domain reductions, 155049 cutoffs)
1800.02/1800.61	c   avg switch length:       3.85
1800.02/1800.61	c   switching time   :     160.52
1800.02/1800.61	c Solution           :
1800.02/1800.61	c   Solutions found  :          0 (0 improvements)
1800.02/1800.61	c   Primal Bound     :          -
1800.02/1800.61	c   Dual Bound       : +2.38677346040090e+02
1800.02/1800.61	c   Gap              :   infinite
1800.02/1800.61	c   Root Dual Bound  : +2.37677346040090e+02
1800.11/1800.75	c Time complete: 1800.16.

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-1884078-1245254150/watcher-1884078-1245254150 -o /tmp/evaluation-result-1884078-1245254150/solver-1884078-1245254150 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884078-1245254150.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 5411
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=5812 CPUtime=0
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 193015411 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/5411/statm: 1453 504 333 1256 0 192 0

[startup+0.0842239 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 5411
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=14616 CPUtime=0.07
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 2621 0 0 0 7 0 0 0 18 0 1 0 193015411 14966784 2605 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5411/statm: 3654 2605 376 1256 0 2393 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14616

[startup+0.102227 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 5411
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=14616 CPUtime=0.09
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 2636 0 0 0 9 0 0 0 18 0 1 0 193015411 14966784 2620 1992294400 4194304 9342243 548682068736 18446744073709551615 5011232 0 0 4096 0 0 0 0 17 1 0 0
/proc/5411/statm: 3654 2620 376 1256 0 2393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14616

[startup+0.302261 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 5411
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=19908 CPUtime=0.29
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 3933 0 0 0 28 1 0 0 19 0 1 0 193015411 20385792 3917 1992294400 4194304 9342243 548682068736 18446744073709551615 8143631 0 0 4096 0 0 0 0 17 1 0 0
/proc/5411/statm: 4977 3917 376 1256 0 3716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19908

[startup+0.701329 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 5411
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=51392 CPUtime=0.69
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 12009 0 0 0 61 8 0 0 22 0 1 0 193015411 52625408 11639 1992294400 4194304 9342243 548682068736 18446744073709551615 4401518 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 12848 11639 474 1256 0 11587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51392

[startup+1.50146 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 5412
/proc/meminfo: memFree=1790568/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=91296 CPUtime=1.49
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 20732 0 0 0 136 13 0 0 19 0 1 0 193015411 93487104 19758 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 22824 19758 632 1256 0 21563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91296

[startup+3.10174 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 5412
/proc/meminfo: memFree=1763496/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=97020 CPUtime=3.09
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 22727 0 0 0 294 15 0 0 25 0 1 0 193015411 99348480 21068 1992294400 4194304 9342243 548682068736 18446744073709551615 6960742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 24255 21068 645 1256 0 22994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97020

[startup+6.30128 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 5412
/proc/meminfo: memFree=1759272/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=97096 CPUtime=6.29
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 24070 0 0 0 611 18 0 0 25 0 1 0 193015411 99426304 21123 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 24274 21123 645 1256 0 23013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97096

[startup+12.7014 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 5412
/proc/meminfo: memFree=1751592/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=103460 CPUtime=12.69
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 26395 0 0 0 1249 20 0 0 25 0 1 0 193015411 105943040 23258 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 25865 23258 645 1256 0 24604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103460

[startup+25.5025 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 5412
/proc/meminfo: memFree=1745576/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=110364 CPUtime=25.49
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 28175 0 0 0 2526 23 0 0 25 0 1 0 193015411 113012736 24776 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 27591 24776 645 1256 0 26330 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110364

[startup+51.1029 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 5412
/proc/meminfo: memFree=1738536/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=131204 CPUtime=51.08
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 33816 0 0 0 5080 28 0 0 25 0 1 0 193015411 134352896 26579 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 32801 26579 650 1256 0 31540 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 131204

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 5412
/proc/meminfo: memFree=1737448/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=102.26
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35176 0 0 0 10149 77 0 0 25 0 1 0 193015411 119054336 26853 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 26853 669 1256 0 27805 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 116264

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 5412
/proc/meminfo: memFree=1736936/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=162.24
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35286 0 0 0 16080 144 0 0 25 0 1 0 193015411 119054336 26963 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 26963 669 1256 0 27805 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 116264

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 5412
/proc/meminfo: memFree=1736872/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=222.22
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35303 0 0 0 22011 211 0 0 25 0 1 0 193015411 119054336 26980 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 26980 669 1256 0 27805 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 116264

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 5412
/proc/meminfo: memFree=1736744/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=282.2
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35316 0 0 0 27939 281 0 0 25 0 1 0 193015411 119054336 26993 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 26993 669 1256 0 27805 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 116264

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=342.18
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35327 0 0 0 33867 351 0 0 25 0 1 0 193015411 119054336 27004 1992294400 4194304 9342243 548682068736 18446744073709551615 4771374 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27004 669 1256 0 27805 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 116264

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=402.16
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35334 0 0 0 39797 419 0 0 25 0 1 0 193015411 119054336 27011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27011 669 1256 0 27805 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 116264

[startup+462.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=462.13
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35334 0 0 0 45723 490 0 0 25 0 1 0 193015411 119054336 27011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27011 669 1256 0 27805 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 116264

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=522.12
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35334 0 0 0 51649 563 0 0 25 0 1 0 193015411 119054336 27011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27011 669 1256 0 27805 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 116264

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=582.1
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35334 0 0 0 57581 629 0 0 25 0 1 0 193015411 119054336 27011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27011 669 1256 0 27805 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 116264

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 5418
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=642.09
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35334 0 0 0 63512 697 0 0 25 0 1 0 193015411 119054336 27011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27011 669 1256 0 27805 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 116264

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 5418
/proc/meminfo: memFree=1736232/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=882
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35363 0 0 0 87221 979 0 0 25 0 1 0 193015411 119054336 27040 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27040 669 1256 0 27805 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 116264

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 5418
/proc/meminfo: memFree=1736232/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=941.98
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35371 0 0 0 93150 1048 0 0 25 0 1 0 193015411 119054336 27048 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27048 669 1256 0 27805 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 116264

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 5418
/proc/meminfo: memFree=1736104/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1001.96
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35376 0 0 0 99082 1114 0 0 25 0 1 0 193015411 119054336 27053 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27053 669 1256 0 27805 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 116264

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 5418
/proc/meminfo: memFree=1736104/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1061.95
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35380 0 0 0 105015 1180 0 0 25 0 1 0 193015411 119054336 27057 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27057 669 1256 0 27805 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 116264

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 5418
/proc/meminfo: memFree=1735976/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1121.93
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35405 0 0 0 110945 1248 0 0 25 0 1 0 193015411 119054336 27082 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27082 669 1256 0 27805 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 116264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 5418
/proc/meminfo: memFree=1735848/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1181.9
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35414 0 0 0 116877 1313 0 0 25 0 1 0 193015411 119054336 27091 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27091 669 1256 0 27805 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 116264

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/65 5418
/proc/meminfo: memFree=1735592/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1241.89
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35421 0 0 0 122806 1383 0 0 25 0 1 0 193015411 119054336 27098 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27098 669 1256 0 27805 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 116264

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 5418
/proc/meminfo: memFree=1735592/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1301.87
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35423 0 0 0 128732 1455 0 0 25 0 1 0 193015411 119054336 27100 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27100 669 1256 0 27805 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 116264

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 5418
/proc/meminfo: memFree=1735528/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1361.84
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35426 0 0 0 134661 1523 0 0 25 0 1 0 193015411 119054336 27103 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27103 669 1256 0 27805 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 116264

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 5418
/proc/meminfo: memFree=1735528/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1421.83
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35433 0 0 0 140592 1591 0 0 25 0 1 0 193015411 119054336 27110 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27110 669 1256 0 27805 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 116264

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 5418
/proc/meminfo: memFree=1735464/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1481.81
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35445 0 0 0 146519 1662 0 0 25 0 1 0 193015411 119054336 27122 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27122 669 1256 0 27805 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 116264

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 5418
/proc/meminfo: memFree=1735464/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1541.79
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35451 0 0 0 152448 1731 0 0 25 0 1 0 193015411 119054336 27128 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27128 669 1256 0 27805 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 116264

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 5418
/proc/meminfo: memFree=1735336/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1601.77
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35455 0 0 0 158380 1797 0 0 25 0 1 0 193015411 119054336 27132 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27132 669 1256 0 27805 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 116264

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 5418
/proc/meminfo: memFree=1735336/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1661.75
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35463 0 0 0 164314 1861 0 0 25 0 1 0 193015411 119054336 27140 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27140 669 1256 0 27805 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 116264

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 5418
/proc/meminfo: memFree=1735208/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1721.74
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35479 0 0 0 170240 1934 0 0 25 0 1 0 193015411 119054336 27156 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27156 669 1256 0 27805 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 116264

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 5418
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1781.72
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35525 0 0 0 176174 1998 0 0 25 0 1 0 193015411 119054336 27202 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27202 669 1256 0 27805 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 116264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 5418
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1800.02
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35525 0 0 0 177985 2017 0 0 25 0 1 0 193015411 119054336 27202 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27202 669 1256 0 27805 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 116264

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: 0.99 0.97 0.82 2/65 5418
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=5411] ppid=5409 vsize=116264 CPUtime=1800.11
/proc/5411/stat : 5411 (pbscip.linux.x8) R 5409 5411 5374 0 -1 4194304 35533 0 0 0 177994 2017 0 0 25 0 1 0 193015411 119054336 27210 1992294400 4194304 9342243 548682068736 18446744073709551615 4802903 0 0 4096 0 0 0 0 17 1 0 0
/proc/5411/statm: 29066 27210 675 1256 0 27805 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 116264

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.17
CPU user time (s): 1779.98
CPU system time (s): 20.1929
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 131208

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

runsolver used 1.59376 second user time and 3.43548 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-17 17:55:50
IDJOB=1884078
IDBENCH=71921
IDSOLVER=684
FILE ID=node15/1884078-1245254150
PBS_JOBID= 9372438
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 4ce1127a8ad8373c72d2715df326072b
RANDOM SEED=1180400024

node15.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.261
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	: 5931.00
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.261
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:       1843088 kB
Buffers:         31676 kB
Cached:         109220 kB
SwapCached:          0 kB
Active:          55684 kB
Inactive:        98580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13156 kB
Writeback:           0 kB
Mapped:          23104 kB
Slab:            44504 kB
Committed_AS:   204364 kB
PageTables:       1460 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= 66292 MiB
End job on node15 at 2009-06-17 18:25:53