Trace number 1883955

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.39 1801.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM63e69821c215670f44649de0f2905f57
Bench CategoryPURE-SAT (instances containing only clauses)
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 variables2750
Total number of constraints74305
Number of constraints which are clauses74305
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.89/1.00	c SCIP version 1.1.0.7
0.89/1.00	c LP-Solver SoPlex 1.4.1
0.89/1.00	c user parameter file <scip.set> not found - using default parameters
0.89/1.00	c read problem <HOME/instance-1883955-1245238132.opb>
0.89/1.00	c original problem has 2750 variables (2750 bin, 0 int, 0 impl, 0 cont) and 74305 constraints
1.10/1.16	c No objective function, only one solution is needed.
1.10/1.16	c start presolving problem
1.10/1.16	c presolving:
1.89/1.91	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 74305 upgd conss, 148500 impls, 0 clqs
1.99/2.02	c presolving (2 rounds):
1.99/2.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.99/2.02	c  148500 implications, 0 cliques
1.99/2.02	c presolved problem has 2750 variables (2750 bin, 0 int, 0 impl, 0 cont) and 74305 constraints
1.99/2.02	c   74305 constraints of type <logicor>
1.99/2.02	c transformed objective value is always integral (scale: 1)
1.99/2.02	c Presolving Time: 0.69
1.99/2.02	c PURESAT
1.99/2.02	c -----------------------------------------------------------------------------------------------
1.99/2.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 0]
1.99/2.02	c separating/flowcover/freq = c -1
1.99/2.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 0]
1.99/2.02	c separating/cmir/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/veclendiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/veclendiving/freq = c -1
1.99/2.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 1]
1.99/2.02	c heuristics/simplerounding/freq = c -1
1.99/2.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/shifting/freq = c -1
1.99/2.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 1]
1.99/2.02	c heuristics/rounding/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.99/2.02	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.99/2.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 20]
1.99/2.02	c heuristics/rootsoldiving/freq = c -1
1.99/2.02	c # number of nodes added to the contingent of the total nodes
1.99/2.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.99/2.02	c heuristics/rens/nodesofs = c 2000
1.99/2.02	c # minimum percentage of integer variables that have to be fixable 
1.99/2.02	c # [type: real, range: [0,1], default: 0.5]
1.99/2.02	c heuristics/rens/minfixingrate = c 0.3
1.99/2.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 0]
1.99/2.02	c heuristics/rens/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/pscostdiving/freq = c -1
1.99/2.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 1]
1.99/2.02	c heuristics/oneopt/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to total iteration number
1.99/2.02	c # [type: real, range: [0,1], default: 0.01]
1.99/2.02	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.99/2.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 20]
1.99/2.02	c heuristics/objpscostdiving/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/linesearchdiving/freq = c -1
1.99/2.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/intshifting/freq = c -1
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/intdiving/maxlpiterquot = c 0.075
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/guideddiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/guideddiving/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/fracdiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/fracdiving/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/feaspump/maxlpiterofs = c 2000
1.99/2.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 20]
1.99/2.02	c heuristics/feaspump/freq = c -1
1.99/2.02	c # minimum percentage of integer variables that have to be fixed 
1.99/2.02	c # [type: real, range: [0,1], default: 0.666]
1.99/2.02	c heuristics/crossover/minfixingrate = c 0.5
1.99/2.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.99/2.02	c # [type: real, range: [0,1], default: 0.1]
1.99/2.02	c heuristics/crossover/nodesquot = c 0.15
1.99/2.02	c # number of nodes without incumbent change that heuristic should wait
1.99/2.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.99/2.02	c heuristics/crossover/nwaitingnodes = c 100
1.99/2.02	c # number of nodes added to the contingent of the total nodes
1.99/2.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.99/2.02	c heuristics/crossover/nodesofs = c 750
1.99/2.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 30]
1.99/2.02	c heuristics/crossover/freq = c -1
1.99/2.02	c # additional number of allowed LP iterations
1.99/2.02	c # [type: int, range: [0,2147483647], default: 1000]
1.99/2.02	c heuristics/coefdiving/maxlpiterofs = c 1500
1.99/2.02	c # maximal fraction of diving LP iterations compared to node LP iterations
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.99/2.02	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.99/2.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 10]
1.99/2.02	c heuristics/coefdiving/freq = c -1
1.99/2.02	c # priority of node selection rule <dfs> in standard mode
1.99/2.02	c # [type: int, range: [-536870912,536870911], default: 0]
1.99/2.02	c nodeselection/dfs/stdpriority = c 1000000
1.99/2.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.02	c presolving/probing/maxrounds = c 0
1.99/2.02	c # should presolving try to simplify knapsacks
1.99/2.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.02	c constraints/knapsack/simplifyinequalities = c TRUE
1.99/2.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.99/2.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.99/2.02	c constraints/knapsack/disaggregation = c FALSE
1.99/2.02	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.02	c constraints/knapsack/maxnumcardlift = c 0
1.99/2.02	c # should presolving try to simplify inequalities
1.99/2.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.02	c constraints/linear/simplifyinequalities = c TRUE
1.99/2.02	c # maximal number of separation rounds in the root node (-1: unlimited)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.02	c separating/maxroundsroot = c 5
1.99/2.02	c # maximal number of separation rounds per node (-1: unlimited)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 5]
1.99/2.02	c separating/maxrounds = c 1
1.99/2.02	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.99/2.02	c # [type: char, range: {lafpsqd}, default: l]
1.99/2.02	c lp/pricing = c a
1.99/2.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 1]
1.99/2.02	c lp/solvefreq = c 0
1.99/2.02	c # solving stops, if the given number of solutions were found (-1: no limit)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.02	c limits/solutions = c 1
1.99/2.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.02	c limits/memory = c 1620
1.99/2.02	c # maximal time in seconds to run
1.99/2.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.02	c limits/time = c 1791
1.99/2.02	c # frequency for displaying node information lines
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 100]
1.99/2.02	c display/freq = c 10000
1.99/2.02	c # should enforcement of pseudo solution be disabled?
1.99/2.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.02	c constraints/disableenfops = c TRUE
1.99/2.02	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: 0]
1.99/2.02	c constraints/agelimit = c 1
1.99/2.02	c # should binary conflicts be preferred?
1.99/2.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.02	c conflict/preferbinary = c TRUE
1.99/2.02	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.99/2.02	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.02	c conflict/interconss = c 0
1.99/2.02	c -----------------------------------------------------------------------------------------------
1.99/2.02	c start solving problem
1.99/2.02	c 
2.59/2.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.62	c   1.3s|     1 |     0 |   110 |  86M|   0 | 110 |2750 |  74k|  74k|2750 |  74k|   0 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
5.09/5.16	c   3.8s|     1 |     0 |   522 |  86M|   0 |  86 |2750 |  74k|  74k|2750 |  74k|   3 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
7.99/8.06	c   6.7s|     1 |     0 |   701 |  86M|   0 |  66 |2750 |  74k|  74k|2750 |  74k|  16 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
11.18/11.26	c   9.8s|     1 |     0 |   910 |  86M|   0 |  52 |2750 |  74k|  74k|2750 |  74k|  24 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
14.59/14.68	c  13.2s|     1 |     0 |  1059 |  87M|   0 |  43 |2750 |  74k|  74k|2750 |  74k|  33 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
18.28/18.30	c  16.9s|     1 |     0 |  1217 |  87M|   0 |  46 |2750 |  74k|  74k|2750 |  74k|  39 |   0 |   0 | 5.500000e+01 |      --      |    Inf 
48.67/48.78	c  47.3s|     1 |     2 |  1217 |  87M|   0 |  46 |2750 |  74k|  74k|2750 |  74k|  39 |   0 |  33 | 5.500000e+01 |      --      |    Inf 
78.16/78.29	c  76.6s| 10000 |  1572 |  1217 |  89M|1617 |   - |2750 |  74k|  65k|   0 |   0 |  39 |5488 |  33 | 5.500000e+01 |      --      |    Inf 
113.05/113.13	c   111s| 20000 |  1577 |  1217 |  90M|1617 |   - |2750 |  74k|  64k|   0 |   0 |  39 |  11k|  33 | 5.500000e+01 |      --      |    Inf 
145.34/145.44	c   143s| 30000 |  1573 |  1217 |  90M|1617 |   - |2750 |  75k|  64k|   0 |   0 |  39 |  18k|  33 | 5.500000e+01 |      --      |    Inf 
178.53/178.61	c   176s| 40000 |  1569 |  1217 |  90M|1617 |   - |2750 |  75k|  65k|   0 |   0 |  39 |  24k|  33 | 5.500000e+01 |      --      |    Inf 
210.52/210.67	c   208s| 50000 |  1564 |  1217 |  90M|1617 |   - |2750 |  75k|  65k|   0 |   0 |  39 |  31k|  33 | 5.500000e+01 |      --      |    Inf 
239.31/239.49	c   237s| 60000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  37k|  33 | 5.500000e+01 |      --      |    Inf 
277.00/277.18	c   274s| 70000 |  1570 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  44k|  33 | 5.500000e+01 |      --      |    Inf 
315.59/315.72	c   312s| 80000 |  1565 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  50k|  33 | 5.500000e+01 |      --      |    Inf 
347.87/348.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.87/348.07	c   344s| 90000 |  1572 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  56k|  33 | 5.500000e+01 |      --      |    Inf 
379.96/380.10	c   376s|100000 |  1571 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  62k|  33 | 5.500000e+01 |      --      |    Inf 
410.35/410.52	c   406s|110000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  68k|  33 | 5.500000e+01 |      --      |    Inf 
444.14/444.36	c   440s|120000 |  1574 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  74k|  33 | 5.500000e+01 |      --      |    Inf 
476.33/476.52	c   472s|130000 |  1577 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  81k|  33 | 5.500000e+01 |      --      |    Inf 
508.82/509.09	c   504s|140000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  87k|  33 | 5.500000e+01 |      --      |    Inf 
542.81/543.03	c   538s|150000 |  1572 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 |  93k|  33 | 5.500000e+01 |      --      |    Inf 
578.10/578.38	c   573s|160000 |  1576 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 100k|  33 | 5.500000e+01 |      --      |    Inf 
610.88/611.19	c   605s|170000 |  1571 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 106k|  33 | 5.500000e+01 |      --      |    Inf 
645.07/645.39	c   639s|180000 |  1572 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 112k|  33 | 5.500000e+01 |      --      |    Inf 
680.16/680.44	c   674s|190000 |  1571 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 118k|  33 | 5.500000e+01 |      --      |    Inf 
715.04/715.31	c   709s|200000 |  1567 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 125k|  33 | 5.500000e+01 |      --      |    Inf 
750.74/751.05	c   744s|210000 |  1570 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 131k|  33 | 5.500000e+01 |      --      |    Inf 
787.82/788.10	c   781s|220000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 137k|  33 | 5.500000e+01 |      --      |    Inf 
821.32/821.63	c   814s|230000 |  1570 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 143k|  33 | 5.500000e+01 |      --      |    Inf 
856.60/856.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
856.60/856.92	c   849s|240000 |  1566 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 149k|  33 | 5.500000e+01 |      --      |    Inf 
890.48/890.82	c   883s|250000 |  1566 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 156k|  33 | 5.500000e+01 |      --      |    Inf 
925.38/925.71	c   917s|260000 |  1565 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 162k|  33 | 5.500000e+01 |      --      |    Inf 
959.47/959.85	c   951s|270000 |  1574 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 168k|  33 | 5.500000e+01 |      --      |    Inf 
993.84/994.28	c   985s|280000 |  1564 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 174k|  33 | 5.500000e+01 |      --      |    Inf 
1028.94/1029.40	c  1020s|290000 |  1570 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 181k|  33 | 5.500000e+01 |      --      |    Inf 
1060.62/1061.05	c  1052s|300000 |  1576 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 187k|  33 | 5.500000e+01 |      --      |    Inf 
1095.41/1095.84	c  1086s|310000 |  1561 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 193k|  33 | 5.500000e+01 |      --      |    Inf 
1131.60/1132.07	c  1122s|320000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 199k|  33 | 5.500000e+01 |      --      |    Inf 
1170.08/1170.52	c  1160s|330000 |  1562 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 205k|  33 | 5.500000e+01 |      --      |    Inf 
1206.37/1206.81	c  1196s|340000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 212k|  33 | 5.500000e+01 |      --      |    Inf 
1238.37/1238.82	c  1228s|350000 |  1574 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 218k|  33 | 5.500000e+01 |      --      |    Inf 
1271.45/1271.97	c  1261s|360000 |  1564 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 224k|  33 | 5.500000e+01 |      --      |    Inf 
1304.74/1305.20	c  1294s|370000 |  1565 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 230k|  33 | 5.500000e+01 |      --      |    Inf 
1336.93/1337.47	c  1326s|380000 |  1563 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 236k|  33 | 5.500000e+01 |      --      |    Inf 
1370.52/1371.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.52/1371.02	c  1359s|390000 |  1566 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 242k|  33 | 5.500000e+01 |      --      |    Inf 
1404.51/1405.09	c  1393s|400000 |  1557 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 248k|  33 | 5.500000e+01 |      --      |    Inf 
1437.70/1438.26	c  1426s|410000 |  1564 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 254k|  33 | 5.500000e+01 |      --      |    Inf 
1470.59/1471.17	c  1459s|420000 |  1568 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 261k|  33 | 5.500000e+01 |      --      |    Inf 
1503.27/1503.82	c  1491s|430000 |  1561 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 267k|  33 | 5.500000e+01 |      --      |    Inf 
1536.17/1536.71	c  1524s|440000 |  1566 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 273k|  33 | 5.500000e+01 |      --      |    Inf 
1568.45/1569.03	c  1556s|450000 |  1569 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 279k|  33 | 5.500000e+01 |      --      |    Inf 
1603.93/1604.55	c  1591s|460000 |  1566 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 285k|  33 | 5.500000e+01 |      --      |    Inf 
1639.92/1640.50	c  1627s|470000 |  1561 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 291k|  33 | 5.500000e+01 |      --      |    Inf 
1676.71/1677.33	c  1663s|480000 |  1560 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 298k|  33 | 5.500000e+01 |      --      |    Inf 
1711.80/1712.42	c  1698s|490000 |  1561 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 304k|  33 | 5.500000e+01 |      --      |    Inf 
1745.59/1746.30	c  1732s|500000 |  1558 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 310k|  33 | 5.500000e+01 |      --      |    Inf 
1780.28/1780.98	c  1766s|510000 |  1567 |  1217 |  89M|1617 |   - |2750 |  74k|  63k|   0 |   0 |  39 | 316k|  33 | 5.500000e+01 |      --      |    Inf 
1800.08/1800.71	c 
1800.08/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.71	c Solving Time (sec) : 1785.64
1800.08/1800.71	c Solving Nodes      : 516054
1800.08/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.71	c Dual Bound         : +5.50000000000000e+01
1800.08/1800.71	c Gap                : infinite
1800.08/1800.71	c NODE         516054
1800.08/1800.71	c DUAL BOUND   55
1800.08/1800.71	c PRIMAL BOUND 1e+20
1800.08/1800.71	c GAP          1e+20
1800.08/1800.71	s UNKNOWN
1800.08/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.71	c Solving Time       :    1785.64
1800.08/1800.71	c Original Problem   :
1800.08/1800.71	c   Problem name     : HOME/instance-1883955-1245238132.opb
1800.08/1800.71	c   Variables        : 2750 (2750 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.71	c   Constraints      : 74305 initial, 74305 maximal
1800.08/1800.71	c Presolved Problem  :
1800.08/1800.71	c   Problem name     : t_HOME/instance-1883955-1245238132.opb
1800.08/1800.71	c   Variables        : 2750 (2750 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.71	c   Constraints      : 74305 initial, 75636 maximal
1800.08/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.71	c   logicor          :       0.17          0          0          0          0          0          0          0          0
1800.08/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.08/1800.71	c   logicor          :      74305+         5    3220454          0          0     313490   17372605          0          0          0
1800.08/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.71	c   integral         :      30.44       0.00       0.00      30.44       0.00
1800.08/1800.71	c   logicor          :     902.34       0.05     902.29       0.00       0.00
1800.08/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.71	c   rootredcost      :       1.45          0          0          0
1800.08/1800.71	c   pseudoobj        :     513.28    3585721          0          0
1800.08/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.71	c   propagation      :     605.58     313490     313490     313490      415.9      12254      271.2          -
1800.08/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.71	c   applied globally :          -          -          -      57455      188.9          -          -          -
1800.08/1800.71	c   applied locally  :          -          -          -     263142      457.5          -          -          -
1800.08/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.71	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 210)
1800.08/1800.71	c   redcost          :       0.00          5          0          0          0          0
1800.08/1800.71	c   impliedbounds    :       0.00          5          0          0          0          0
1800.08/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.71	c   gomory           :       4.82          5          0          0       2110          0
1800.08/1800.71	c   strongcg         :       4.30          5          0          0       2110          0
1800.08/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.71	c   clique           :       0.19          5          0          0         11          0
1800.08/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.71	c   mcf              :       0.13          1          0          0          0          0
1800.08/1800.71	c Pricers            :       Time      Calls       Vars
1800.08/1800.71	c   problem variables:       0.00          0          0
1800.08/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.71	c   relpscost        :      30.44          1          0          0          0          0          2
1800.08/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.71	c   inference        :      11.62     363254          0          0          0          0     726508
1800.08/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.71	c   LP solutions     :       0.00          -          0
1800.08/1800.71	c   pseudo solutions :       0.00          -          0
1800.08/1800.71	c   simplerounding   :       0.00          0          0
1800.08/1800.71	c   rounding         :       0.00          0          0
1800.08/1800.71	c   shifting         :       0.00          0          0
1800.08/1800.71	c   intshifting      :       0.00          0          0
1800.08/1800.71	c   oneopt           :       0.00          0          0
1800.08/1800.71	c   fixandinfer      :       0.00          0          0
1800.08/1800.71	c   feaspump         :       0.00          0          0
1800.08/1800.71	c   coefdiving       :       0.00          0          0
1800.08/1800.71	c   pscostdiving     :       0.00          0          0
1800.08/1800.71	c   fracdiving       :       0.00          0          0
1800.08/1800.71	c   veclendiving     :       0.00          0          0
1800.08/1800.71	c   intdiving        :       0.00          0          0
1800.08/1800.71	c   actconsdiving    :       0.00          0          0
1800.08/1800.71	c   objpscostdiving  :       0.00          0          0
1800.08/1800.71	c   rootsoldiving    :       0.00          0          0
1800.08/1800.71	c   linesearchdiving :       0.00          0          0
1800.08/1800.71	c   guideddiving     :       0.00          0          0
1800.08/1800.71	c   octane           :       0.00          0          0
1800.08/1800.71	c   rens             :       0.00          0          0
1800.08/1800.71	c   rins             :       0.00          0          0
1800.08/1800.71	c   localbranching   :       0.00          0          0
1800.08/1800.71	c   mutation         :       0.00          0          0
1800.08/1800.71	c   crossover        :       0.00          0          0
1800.08/1800.71	c   dins             :       0.00          0          0
1800.08/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.71	c   primal LP        :       0.04          0          0       0.00       0.00
1800.08/1800.71	c   dual LP          :       6.09          6       1217     202.83     199.84
1800.08/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.71	c   strong branching :      30.44         33       4086     123.82     134.23
1800.08/1800.71	c     (at root node) :          -         33       4086     123.82          -
1800.08/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.71	c B&B Tree           :
1800.08/1800.71	c   number of runs   :          1
1800.08/1800.71	c   nodes            :     516054
1800.08/1800.71	c   nodes (total)    :     516054
1800.08/1800.71	c   nodes left       :       1564
1800.08/1800.71	c   max depth        :       1617
1800.08/1800.71	c   max depth (total):       1617
1800.08/1800.71	c   backtracks       :     172387 (33.4%)
1800.08/1800.71	c   delayed cutoffs  :     208893
1800.08/1800.71	c   repropagations   :     437024 (9227607 domain reductions, 160691 cutoffs)
1800.08/1800.71	c   avg switch length:       2.56
1800.08/1800.71	c   switching time   :     188.79
1800.08/1800.71	c Solution           :
1800.08/1800.71	c   Solutions found  :          0 (0 improvements)
1800.08/1800.71	c   Primal Bound     :          -
1800.08/1800.71	c   Dual Bound       : +5.50000000000000e+01
1800.08/1800.71	c   Gap              :   infinite
1800.08/1800.71	c   Root Dual Bound  : +5.50000000000000e+01
1800.37/1801.00	c Time complete: 1800.38.

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-1883955-1245238132/watcher-1883955-1245238132 -o /tmp/evaluation-result-1883955-1245238132/solver-1883955-1245238132 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883955-1245238132.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.18 1.13 0.90 3/64 7060
/proc/meminfo: memFree=1731464/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=4328 CPUtime=0
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 191414152 4431872 469 1992294400 4194304 7823515 548682068736 18446744073709551615 5862928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 1162 482 315 886 0 272 0

[startup+0.0706211 s]
/proc/loadavg: 1.18 1.13 0.90 3/64 7060
/proc/meminfo: memFree=1731464/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=12816 CPUtime=0.06
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 2518 0 0 0 6 0 0 0 18 0 1 0 191414152 13123584 2500 1992294400 4194304 7823515 548682068736 18446744073709551615 5879328 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 3204 2500 351 886 0 2314 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12816

[startup+0.101626 s]
/proc/loadavg: 1.18 1.13 0.90 3/64 7060
/proc/meminfo: memFree=1731464/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=14420 CPUtime=0.09
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 2909 0 0 0 8 1 0 0 18 0 1 0 191414152 14766080 2891 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 3605 2891 351 886 0 2715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14420

[startup+0.301664 s]
/proc/loadavg: 1.18 1.13 0.90 3/64 7060
/proc/meminfo: memFree=1731464/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=20076 CPUtime=0.29
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 4324 0 0 0 28 1 0 0 19 0 1 0 191414152 20557824 4306 1992294400 4194304 7823515 548682068736 18446744073709551615 5010339 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 5019 4306 351 886 0 4129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20076

[startup+0.701741 s]
/proc/loadavg: 1.18 1.13 0.90 3/64 7060
/proc/meminfo: memFree=1731464/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=29820 CPUtime=0.69
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 6786 0 0 0 67 2 0 0 22 0 1 0 191414152 30535680 6768 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 7455 6768 351 886 0 6565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29820

[startup+1.50189 s]
/proc/loadavg: 1.18 1.13 0.90 2/65 7061
/proc/meminfo: memFree=1699904/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=86232 CPUtime=1.49
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 22518 0 0 0 135 14 0 0 25 0 1 0 191414152 88301568 20541 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 21558 20541 420 886 0 20668 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86232

[startup+3.1012 s]
/proc/loadavg: 1.18 1.13 0.90 2/65 7061
/proc/meminfo: memFree=1621888/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=181828 CPUtime=3.09
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 45050 0 0 0 274 35 0 0 25 0 1 0 191414152 186191872 41929 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 45457 41929 518 886 0 44567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181828

[startup+6.30181 s]
/proc/loadavg: 1.25 1.15 0.90 2/65 7061
/proc/meminfo: memFree=1555968/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=193300 CPUtime=6.29
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 47833 0 0 0 587 42 0 0 25 0 1 0 191414152 197939200 44214 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 48325 44214 533 886 0 47435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 193300

[startup+12.701 s]
/proc/loadavg: 1.23 1.14 0.90 2/65 7061
/proc/meminfo: memFree=1547904/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=197020 CPUtime=12.68
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 49885 0 0 0 1222 46 0 0 25 0 1 0 191414152 201748480 46266 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 49255 46266 533 886 0 48365 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 197020

[startup+25.5015 s]
/proc/loadavg: 1.18 1.14 0.91 2/65 7061
/proc/meminfo: memFree=1540480/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=204084 CPUtime=25.48
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51725 0 0 0 2499 49 0 0 25 0 1 0 191414152 208982016 48103 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51021 48103 536 886 0 50131 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 204084

[startup+51.1014 s]
/proc/loadavg: 1.12 1.12 0.91 2/65 7061
/proc/meminfo: memFree=1540288/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=51.07
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51809 0 0 0 5054 53 0 0 25 0 1 0 191414152 211361792 48187 1992294400 4194304 7823515 548682068736 18446744073709551615 5752648 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48187 545 886 0 50712 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 206408

[startup+102.305 s]
/proc/loadavg: 1.05 1.10 0.91 2/65 7061
/proc/meminfo: memFree=1540224/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=102.26
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51816 0 0 0 10137 89 0 0 25 0 1 0 191414152 211361792 48194 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48194 545 886 0 50712 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 206408

[startup+162.302 s]
/proc/loadavg: 1.02 1.08 0.91 2/65 7061
/proc/meminfo: memFree=1540160/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=162.23
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51816 0 0 0 16092 131 0 0 25 0 1 0 191414152 211361792 48194 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48194 545 886 0 50712 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 206408

[startup+222.301 s]
/proc/loadavg: 1.00 1.06 0.91 2/65 7061
/proc/meminfo: memFree=1540160/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=222.22
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 22046 176 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 206408

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 0.91 2/65 7061
/proc/meminfo: memFree=1540096/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=282.19
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 27997 222 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 206408

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 0.91 2/65 7061
/proc/meminfo: memFree=1540032/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=342.18
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 33954 264 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 206408

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 0.91 2/65 7061
/proc/meminfo: memFree=1539968/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=402.15
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 39909 306 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 206408

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 0.91 2/65 7061
/proc/meminfo: memFree=1539968/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=462.13
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 45860 353 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 206408

[startup+522.303 s]
/proc/loadavg: 1.00 1.02 0.91 2/65 7061
/proc/meminfo: memFree=1539904/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=522.12
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 51811 401 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 206408

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 7061
/proc/meminfo: memFree=1539904/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=582.09
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 57761 448 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 206408

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539840/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=642.08
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 63716 492 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 206408

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539648/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=881.98
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 87532 666 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 206408

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539584/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=941.96
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51817 0 0 0 93481 715 0 0 25 0 1 0 191414152 211361792 48195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48195 545 886 0 50712 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 206408

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539520/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1001.95
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51834 0 0 0 99438 757 0 0 25 0 1 0 191414152 211361792 48212 1992294400 4194304 7823515 548682068736 18446744073709551615 4831908 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48212 545 886 0 50712 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 206408

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539392/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1061.93
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51846 0 0 0 105391 802 0 0 25 0 1 0 191414152 211361792 48224 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48224 545 886 0 50712 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 206408

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539328/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1121.9
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51864 0 0 0 111344 846 0 0 25 0 1 0 191414152 211361792 48242 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48242 545 886 0 50712 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 206408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539264/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1181.89
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51872 0 0 0 117300 889 0 0 25 0 1 0 191414152 211361792 48250 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48250 545 886 0 50712 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 206408

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539072/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1241.87
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51894 0 0 0 123255 932 0 0 25 0 1 0 191414152 211361792 48272 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48272 545 886 0 50712 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 206408

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1539008/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1301.85
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51900 0 0 0 129209 976 0 0 25 0 1 0 191414152 211361792 48278 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48278 545 886 0 50712 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 206408

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7061
/proc/meminfo: memFree=1538880/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1361.83
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51927 0 0 0 135159 1024 0 0 25 0 1 0 191414152 211361792 48305 1992294400 4194304 7823515 548682068736 18446744073709551615 4788726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48305 545 886 0 50712 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 206408

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538624/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1421.81
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51961 0 0 0 141113 1068 0 0 25 0 1 0 191414152 211361792 48339 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48339 545 886 0 50712 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 206408

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538560/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1481.78
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51977 0 0 0 147065 1113 0 0 25 0 1 0 191414152 211361792 48355 1992294400 4194304 7823515 548682068736 18446744073709551615 5763103 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48355 545 886 0 50712 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 206408

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538496/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1541.75
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 51989 0 0 0 153017 1158 0 0 25 0 1 0 191414152 211361792 48367 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48367 545 886 0 50712 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 206408

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538368/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1601.74
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52001 0 0 0 158972 1202 0 0 25 0 1 0 191414152 211361792 48379 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48379 545 886 0 50712 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 206408

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538176/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1661.72
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52042 0 0 0 164924 1248 0 0 25 0 1 0 191414152 211361792 48420 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48420 545 886 0 50712 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 206408

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1538176/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1721.69
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52048 0 0 0 170880 1289 0 0 25 0 1 0 191414152 211361792 48426 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48426 545 886 0 50712 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 206408

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1537920/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1781.67
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52081 0 0 0 176834 1333 0 0 25 0 1 0 191414152 211361792 48459 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48459 545 886 0 50712 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 206408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1537920/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=206408 CPUtime=1800.08
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52081 0 0 0 178660 1348 0 0 25 0 1 0 191414152 211361792 48459 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7060/statm: 51602 48459 545 886 0 50712 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 206408

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 7063
/proc/meminfo: memFree=1537920/2055920 swapFree=4181928/4192956
[pid=7060] ppid=7058 vsize=50480 CPUtime=1800.37
/proc/7060/stat : 7060 (pbscip.linux.x8) R 7058 7060 6989 0 -1 4194304 52105 0 0 0 178687 1350 0 0 25 0 1 0 191414152 51691520 12235 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/7060/statm: 12620 12235 2512 886 0 11730 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 50480

Child status: 0
Real time (s): 1801.01
CPU time (s): 1800.39
CPU user time (s): 1786.87
CPU system time (s): 13.5149
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 206408

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

runsolver used 1.3088 second user time and 3.85341 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-17 13:28:53
IDJOB=1883955
IDBENCH=2591
IDSOLVER=683
FILE ID=node5/1883955-1245238132
PBS_JOBID= 9372331
Free space on /tmp= 66256 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-55-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-1883955-1245238132/watcher-1883955-1245238132 -o /tmp/evaluation-result-1883955-1245238132/solver-1883955-1245238132 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883955-1245238132.opb

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

MD5SUM BENCH= 63e69821c215670f44649de0f2905f57
RANDOM SEED=1565180656

node5.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.259
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.259
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:       1731880 kB
Buffers:         23108 kB
Cached:         211668 kB
SwapCached:       4788 kB
Active:          68788 kB
Inactive:       173776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731880 kB
SwapTotal:     4192956 kB
SwapFree:      4181928 kB
Dirty:           11684 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            67472 kB
Committed_AS:   170520 kB
PageTables:       1392 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= 66248 MiB
End job on node5 at 2009-06-17 13:58:55