Trace number 1884357

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)? 1798.85 1799.37

General information on the benchmark

Name/PURE-SAT/SAT_RACE08/cnf/
velev-engi-uns-1.0-4nd.opb
MD5SUM0e3c73efc3ce07132cf5437313103a25
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.97
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7000
Total number of constraints67586
Number of constraints which are clauses67586
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 constraint58
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 53
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 111
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.02	c SCIP version 1.1.0.7
0.99/1.02	c LP-Solver SoPlex 1.4.1
0.99/1.02	c user parameter file <scip.set> not found - using default parameters
0.99/1.02	c read problem <HOME/instance-1884357-1245257455.opb>
0.99/1.02	c original problem has 7000 variables (7000 bin, 0 int, 0 impl, 0 cont) and 67586 constraints
1.19/1.25	c No objective function, only one solution is needed.
1.19/1.25	c start presolving problem
1.19/1.25	c presolving:
1.69/1.79	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 412492 impls, 0 clqs
1.79/1.84	c (round 2) 58 del vars, 91 del conss, 58 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 413130 impls, 0 clqs
1.89/1.93	c (round 3) 88 del vars, 354 del conss, 141 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 413667 impls, 0 clqs
1.89/1.98	c (round 4) 141 del vars, 1232 del conss, 141 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 413667 impls, 0 clqs
2.49/2.57	c (round 5) 141 del vars, 1235 del conss, 141 chg bounds, 0 chg sides, 0 chg coeffs, 66354 upgd conss, 413667 impls, 0 clqs
2.59/2.69	c presolving (6 rounds):
2.59/2.69	c  141 deleted vars, 1235 deleted constraints, 141 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.59/2.69	c  413667 implications, 0 cliques
2.59/2.69	c presolved problem has 6859 variables (6859 bin, 0 int, 0 impl, 0 cont) and 66351 constraints
2.59/2.69	c   66351 constraints of type <logicor>
2.59/2.69	c transformed objective value is always integral (scale: 1)
2.59/2.69	c Presolving Time: 1.19
2.59/2.69	c PURESAT
2.59/2.69	c -----------------------------------------------------------------------------------------------
2.59/2.69	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 0]
2.59/2.69	c separating/flowcover/freq = c -1
2.59/2.69	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 0]
2.59/2.69	c separating/cmir/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/veclendiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/veclendiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/veclendiving/freq = c -1
2.59/2.69	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 1]
2.59/2.69	c heuristics/simplerounding/freq = c -1
2.59/2.69	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/shifting/freq = c -1
2.59/2.69	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 1]
2.59/2.69	c heuristics/rounding/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/rootsoldiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.59/2.69	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
2.59/2.69	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 20]
2.59/2.69	c heuristics/rootsoldiving/freq = c -1
2.59/2.69	c # number of nodes added to the contingent of the total nodes
2.59/2.69	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.59/2.69	c heuristics/rens/nodesofs = c 2000
2.59/2.69	c # minimum percentage of integer variables that have to be fixable 
2.59/2.69	c # [type: real, range: [0,1], default: 0.5]
2.59/2.69	c heuristics/rens/minfixingrate = c 0.3
2.59/2.69	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 0]
2.59/2.69	c heuristics/rens/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/pscostdiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/pscostdiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/pscostdiving/freq = c -1
2.59/2.69	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 1]
2.59/2.69	c heuristics/oneopt/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/objpscostdiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to total iteration number
2.59/2.69	c # [type: real, range: [0,1], default: 0.01]
2.59/2.69	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
2.59/2.69	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 20]
2.59/2.69	c heuristics/objpscostdiving/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/linesearchdiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/linesearchdiving/freq = c -1
2.59/2.69	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/intshifting/freq = c -1
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/intdiving/maxlpiterquot = c 0.075
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/guideddiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/guideddiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/guideddiving/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/fracdiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/fracdiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/fracdiving/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/feaspump/maxlpiterofs = c 2000
2.59/2.69	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 20]
2.59/2.69	c heuristics/feaspump/freq = c -1
2.59/2.69	c # minimum percentage of integer variables that have to be fixed 
2.59/2.69	c # [type: real, range: [0,1], default: 0.666]
2.59/2.69	c heuristics/crossover/minfixingrate = c 0.5
2.59/2.69	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.59/2.69	c # [type: real, range: [0,1], default: 0.1]
2.59/2.69	c heuristics/crossover/nodesquot = c 0.15
2.59/2.69	c # number of nodes without incumbent change that heuristic should wait
2.59/2.69	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.59/2.69	c heuristics/crossover/nwaitingnodes = c 100
2.59/2.69	c # number of nodes added to the contingent of the total nodes
2.59/2.69	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.59/2.69	c heuristics/crossover/nodesofs = c 750
2.59/2.69	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 30]
2.59/2.69	c heuristics/crossover/freq = c -1
2.59/2.69	c # additional number of allowed LP iterations
2.59/2.69	c # [type: int, range: [0,2147483647], default: 1000]
2.59/2.69	c heuristics/coefdiving/maxlpiterofs = c 1500
2.59/2.69	c # maximal fraction of diving LP iterations compared to node LP iterations
2.59/2.69	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.59/2.69	c heuristics/coefdiving/maxlpiterquot = c 0.075
2.59/2.69	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: 10]
2.59/2.69	c heuristics/coefdiving/freq = c -1
2.59/2.69	c # priority of node selection rule <dfs> in standard mode
2.59/2.69	c # [type: int, range: [-536870912,536870911], default: 0]
2.59/2.69	c nodeselection/dfs/stdpriority = c 1000000
2.59/2.69	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.59/2.69	c # [type: int, range: [-1,2147483647], default: -1]
2.59/2.69	c presolving/probing/maxrounds = c 0
2.59/2.69	c # should presolving try to simplify knapsacks
2.59/2.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.69	c constraints/knapsack/simplifyinequalities = c TRUE
2.59/2.69	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.59/2.69	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.59/2.69	c constraints/knapsack/disaggregation = c FALSE
2.59/2.69	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: -1]
2.69/2.70	c constraints/knapsack/maxnumcardlift = c 0
2.69/2.70	c # should presolving try to simplify inequalities
2.69/2.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.69/2.70	c constraints/linear/simplifyinequalities = c TRUE
2.69/2.70	c # maximal number of separation rounds in the root node (-1: unlimited)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: -1]
2.69/2.70	c separating/maxroundsroot = c 5
2.69/2.70	c # maximal number of separation rounds per node (-1: unlimited)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: 5]
2.69/2.70	c separating/maxrounds = c 1
2.69/2.70	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.69/2.70	c # [type: char, range: {lafpsqd}, default: l]
2.69/2.70	c lp/pricing = c a
2.69/2.70	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: 1]
2.69/2.70	c lp/solvefreq = c 0
2.69/2.70	c # solving stops, if the given number of solutions were found (-1: no limit)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: -1]
2.69/2.70	c limits/solutions = c 1
2.69/2.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.69/2.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.69/2.70	c limits/memory = c 1620
2.69/2.70	c # maximal time in seconds to run
2.69/2.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.69/2.70	c limits/time = c 1791
2.69/2.70	c # frequency for displaying node information lines
2.69/2.70	c # [type: int, range: [-1,2147483647], default: 100]
2.69/2.70	c display/freq = c 10000
2.69/2.70	c # should enforcement of pseudo solution be disabled?
2.69/2.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.69/2.70	c constraints/disableenfops = c TRUE
2.69/2.70	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: 0]
2.69/2.70	c constraints/agelimit = c 1
2.69/2.70	c # should binary conflicts be preferred?
2.69/2.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.69/2.70	c conflict/preferbinary = c TRUE
2.69/2.70	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.69/2.70	c # [type: int, range: [-1,2147483647], default: -1]
2.69/2.70	c conflict/interconss = c 0
2.69/2.70	c -----------------------------------------------------------------------------------------------
2.69/2.70	c start solving problem
2.69/2.70	c 
13.29/13.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.29/13.32	c  11.9s|     1 |     0 |  1664 | 100M|   0 | 509 |6859 |  66k|  66k|6859 |  66k|   0 |   0 |   0 | 1.560400e+02 |      --      |    Inf 
22.88/23.00	c  21.4s|     1 |     0 |  2417 | 101M|   0 | 495 |6859 |  66k|  66k|6859 |  66k|   6 |   0 |   0 | 1.623333e+02 |      --      |    Inf 
29.69/29.79	c  28.2s|     1 |     0 |  2950 | 102M|   0 | 544 |6859 |  66k|  66k|6859 |  66k|  18 |   0 |   0 | 1.645184e+02 |      --      |    Inf 
109.24/109.33	c   108s|     1 |     0 |  3487 | 103M|   0 | 564 |6859 |  66k|  66k|6859 |  66k|  27 |   0 |   0 | 1.665306e+02 |      --      |    Inf 
121.23/121.37	c   120s|     1 |     0 |  3996 | 103M|   0 | 548 |6859 |  66k|  66k|6859 |  66k|  37 |   0 |   0 | 1.678306e+02 |      --      |    Inf 
279.70/279.81	c   278s|     1 |     0 |  4367 | 104M|   0 | 544 |6859 |  66k|  66k|6859 |  66k|  45 |   0 |   0 | 1.684047e+02 |      --      |    Inf 
388.27/388.48	c   386s|     1 |     2 |  4367 | 104M|   0 | 544 |6859 |  66k|  66k|6859 |  66k|  45 |   0 |  20 | 1.684047e+02 |      --      |    Inf 
529.82/530.07	c   527s| 10000 |    71 |  4367 | 107M| 176 |   - |6859 |  66k|  16k|   0 |   0 |  45 |5146 |  20 | 1.691756e+02 |      --      |    Inf 
661.99/662.24	c   659s| 20000 |    71 |  4367 | 107M| 176 |   - |6859 |  66k|  15k|   0 |   0 |  45 |  10k|  20 | 1.691756e+02 |      --      |    Inf 
815.15/815.41	c   811s| 30000 |    66 |  4367 | 107M| 176 |   - |6859 |  66k|  17k|   0 |   0 |  45 |  15k|  20 | 1.691756e+02 |      --      |    Inf 
957.61/957.99	c   953s| 40000 |    64 |  4367 | 107M| 176 |   - |6859 |  66k|  21k|   0 |   0 |  45 |  19k|  20 | 1.691756e+02 |      --      |    Inf 
1095.27/1095.64	c  1091s| 50000 |    53 |  4367 | 107M| 176 |   - |6859 |  66k|  19k|   0 |   0 |  45 |  24k|  20 | 1.691756e+02 |      --      |    Inf 
1242.13/1242.55	c  1237s| 60000 |    52 |  4367 | 107M| 176 |   - |6859 |  66k|  14k|   0 |   0 |  45 |  29k|  20 | 1.691756e+02 |      --      |    Inf 
1376.39/1376.88	c  1371s| 70000 |    52 |  4367 | 107M| 176 |   - |6859 |  66k|  13k|   0 |   0 |  45 |  34k|  20 | 1.691756e+02 |      --      |    Inf 
1494.56/1495.01	c  1488s| 80000 |    45 |  4367 | 107M| 176 |   - |6859 |  66k|8565 |   0 |   0 |  45 |  38k|  20 | 1.691756e+02 |      --      |    Inf 
1614.33/1614.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1614.33/1614.87	c  1608s| 90000 |    41 |  4367 | 107M| 176 |   - |6859 |  66k|  10k|   0 |   0 |  45 |  43k|  20 | 1.691756e+02 |      --      |    Inf 
1745.79/1746.30	c  1739s|100000 |    47 |  4367 | 107M| 176 |   - |6859 |  66k|7406 |   0 |   0 |  45 |  49k|  20 | 1.691756e+02 |      --      |    Inf 
1798.37/1798.95	c 
1798.37/1798.95	c SCIP Status        : solving was interrupted [time limit reached]
1798.37/1798.95	c Solving Time (sec) : 1791.00
1798.37/1798.95	c Solving Nodes      : 104816
1798.37/1798.95	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.37/1798.95	c Dual Bound         : +1.69175646521235e+02
1798.37/1798.95	c Gap                : infinite
1798.37/1798.95	c NODE         104816
1798.37/1798.95	c DUAL BOUND   169.176
1798.37/1798.95	c PRIMAL BOUND 1e+20
1798.37/1798.95	c GAP          1e+20
1798.37/1798.95	s UNKNOWN
1798.37/1798.95	c SCIP Status        : solving was interrupted [time limit reached]
1798.37/1798.95	c Solving Time       :    1791.00
1798.37/1798.95	c Original Problem   :
1798.37/1798.95	c   Problem name     : HOME/instance-1884357-1245257455.opb
1798.37/1798.95	c   Variables        : 7000 (7000 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.37/1798.95	c   Constraints      : 67586 initial, 67586 maximal
1798.37/1798.95	c Presolved Problem  :
1798.37/1798.95	c   Problem name     : t_HOME/instance-1884357-1245257455.opb
1798.37/1798.95	c   Variables        : 6859 (6859 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.37/1798.95	c   Constraints      : 66351 initial, 66692 maximal
1798.37/1798.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.37/1798.95	c   trivial          :       0.00         53          0          0          0          0          0          0          0
1798.37/1798.95	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1798.37/1798.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   probing          :       0.00          0          0          0          0          0          0          0          0
1798.37/1798.95	c   linear           :       0.84         88          0          0        141          0       1232          0          0
1798.37/1798.95	c   logicor          :       0.24          0          0          0          0          0          3          0          0
1798.37/1798.95	c   root node        :          -          0          -          -          0          -          -          -          -
1798.37/1798.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.37/1798.95	c   integral         :          0          0          0          1          0          0          0          0          0          2
1798.37/1798.95	c   logicor          :      66351+         5    1055986          0          0      47237   14627981          0          0          0
1798.37/1798.95	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1798.37/1798.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.37/1798.95	c   integral         :     108.54       0.00       0.00     108.54       0.00
1798.37/1798.95	c   logicor          :     217.00       0.02     216.98       0.00       0.00
1798.37/1798.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.37/1798.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.37/1798.95	c   rootredcost      :       0.81          0          0          0
1798.37/1798.95	c   pseudoobj        :    1009.13    1098387          0          0
1798.37/1798.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.37/1798.95	c   propagation      :      23.26      47237      47237      47237       37.5       4498       43.1          -
1798.37/1798.95	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.37/1798.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.37/1798.95	c   applied globally :          -          -          -      51735       38.0          -          -          -
1798.37/1798.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.37/1798.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.37/1798.95	c   cut pool         :       0.01          4          -          -         68          -    (maximal pool size: 832)
1798.37/1798.95	c   redcost          :       0.01          5          0          0          0          0
1798.37/1798.95	c   impliedbounds    :       0.04          5          0          0          0          0
1798.37/1798.95	c   intobj           :       0.00          0          0          0          0          0
1798.37/1798.95	c   gomory           :     161.53          5          0          0       1553          0
1798.37/1798.95	c   strongcg         :      80.56          5          0          0       2041          0
1798.37/1798.95	c   cmir             :       0.00          0          0          0          0          0
1798.37/1798.95	c   flowcover        :       0.00          0          0          0          0          0
1798.37/1798.95	c   clique           :       0.58          5          0          0         41          0
1798.37/1798.95	c   zerohalf         :       0.00          0          0          0          0          0
1798.37/1798.95	c   mcf              :       0.27          1          0          0          0          0
1798.37/1798.95	c Pricers            :       Time      Calls       Vars
1798.37/1798.95	c   problem variables:       0.00          0          0
1798.37/1798.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.37/1798.95	c   relpscost        :     108.54          1          0          0          0          0          2
1798.37/1798.95	c   pscost           :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   inference        :      37.18      84189          0          0          0          0     168378
1798.37/1798.95	c   mostinf          :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   leastinf         :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.37/1798.95	c   random           :       0.00          0          0          0          0          0          0
1798.37/1798.95	c Primal Heuristics  :       Time      Calls      Found
1798.37/1798.95	c   LP solutions     :       0.00          -          0
1798.37/1798.95	c   pseudo solutions :       0.00          -          0
1798.37/1798.95	c   simplerounding   :       0.00          0          0
1798.37/1798.95	c   rounding         :       0.00          0          0
1798.37/1798.95	c   shifting         :       0.00          0          0
1798.37/1798.95	c   intshifting      :       0.00          0          0
1798.37/1798.95	c   oneopt           :       0.00          0          0
1798.37/1798.95	c   fixandinfer      :       0.00          0          0
1798.37/1798.95	c   feaspump         :       0.00          0          0
1798.37/1798.95	c   coefdiving       :       0.00          0          0
1798.37/1798.95	c   pscostdiving     :       0.00          0          0
1798.37/1798.95	c   fracdiving       :       0.00          0          0
1798.37/1798.95	c   veclendiving     :       0.00          0          0
1798.37/1798.95	c   intdiving        :       0.00          0          0
1798.37/1798.95	c   actconsdiving    :       0.00          0          0
1798.37/1798.95	c   objpscostdiving  :       0.00          0          0
1798.37/1798.95	c   rootsoldiving    :       0.00          0          0
1798.37/1798.95	c   linesearchdiving :       0.00          0          0
1798.37/1798.95	c   guideddiving     :       0.00          0          0
1798.37/1798.95	c   octane           :       0.00          0          0
1798.37/1798.95	c   rens             :       0.00          0          0
1798.37/1798.95	c   rins             :       0.00          0          0
1798.37/1798.95	c   localbranching   :       0.00          0          0
1798.37/1798.95	c   mutation         :       0.00          0          0
1798.37/1798.95	c   crossover        :       0.00          0          0
1798.37/1798.95	c   dins             :       0.00          0          0
1798.37/1798.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.37/1798.95	c   primal LP        :       0.06          0          0       0.00       0.00
1798.37/1798.95	c   dual LP          :      32.81          6       4367     727.83     133.10
1798.37/1798.95	c   barrier LP       :       0.00          0          0       0.00          -
1798.37/1798.95	c   diving/probing LP:       0.00          0          0       0.00          -
1798.37/1798.95	c   strong branching :     108.53         20      12088     604.40     111.38
1798.37/1798.95	c     (at root node) :          -         20      12088     604.40          -
1798.37/1798.95	c   conflict analysis:       0.00          0          0       0.00          -
1798.37/1798.95	c B&B Tree           :
1798.37/1798.95	c   number of runs   :          1
1798.37/1798.95	c   nodes            :     104816
1798.37/1798.95	c   nodes (total)    :     104816
1798.37/1798.95	c   nodes left       :         42
1798.37/1798.95	c   max depth        :        176
1798.37/1798.95	c   max depth (total):        176
1798.37/1798.95	c   backtracks       :      27489 (26.2%)
1798.37/1798.95	c   delayed cutoffs  :      63523
1798.37/1798.95	c   repropagations   :      91500 (6916543 domain reductions, 26611 cutoffs)
1798.37/1798.95	c   avg switch length:       2.87
1798.37/1798.95	c   switching time   :      90.84
1798.37/1798.95	c Solution           :
1798.37/1798.95	c   Solutions found  :          0 (0 improvements)
1798.37/1798.95	c   Primal Bound     :          -
1798.37/1798.95	c   Dual Bound       : +1.69175646521235e+02
1798.37/1798.95	c   Gap              :   infinite
1798.37/1798.95	c   Root Dual Bound  : +1.68404696318375e+02
1798.78/1799.36	c Time complete: 1798.84.

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-1884357-1245257455/watcher-1884357-1245257455 -o /tmp/evaluation-result-1884357-1245257455/solver-1884357-1245257455 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884357-1245257455.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.99 0.97 0.91 3/64 7624
/proc/meminfo: memFree=1786672/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=4324 CPUtime=0
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 193345714 4427776 447 1992294400 4194304 7823515 548682068736 18446744073709551615 5876624 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 1081 448 286 886 0 191 0

[startup+0.030797 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7624
/proc/meminfo: memFree=1786672/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=9668 CPUtime=0.02
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 1723 0 0 0 2 0 0 0 18 0 1 0 193345714 9900032 1705 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 2417 1706 351 886 0 1527 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9668

[startup+0.101805 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7624
/proc/meminfo: memFree=1786672/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=12720 CPUtime=0.09
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 2502 0 0 0 9 0 0 0 18 0 1 0 193345714 13025280 2484 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 3180 2484 351 886 0 2290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12720

[startup+0.301822 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7624
/proc/meminfo: memFree=1786672/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=19064 CPUtime=0.29
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 4098 0 0 0 28 1 0 0 19 0 1 0 193345714 19521536 4080 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 4766 4080 351 886 0 3876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19064

[startup+0.701861 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7624
/proc/meminfo: memFree=1786672/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=30628 CPUtime=0.69
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 6954 0 0 0 67 2 0 0 22 0 1 0 193345714 31363072 6936 1992294400 4194304 7823515 548682068736 18446744073709551615 6896792 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 7657 6936 351 886 0 6767 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30628

[startup+1.50194 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1752552/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=99368 CPUtime=1.49
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 24137 0 0 0 138 11 0 0 25 0 1 0 193345714 101752832 23765 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 24842 23765 419 886 0 23952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99368

[startup+3.10109 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1684520/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=195932 CPUtime=3.08
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 49676 0 0 0 267 41 0 0 19 0 1 0 193345714 200634368 46457 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 48983 46457 494 886 0 48093 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 195932

[startup+6.3014 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1592552/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=215760 CPUtime=6.29
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 53008 0 0 0 586 43 0 0 25 0 1 0 193345714 220938240 49201 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 53940 49201 507 886 0 53050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 215760

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1582632/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=221592 CPUtime=12.68
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 55350 0 0 0 1224 44 0 0 25 0 1 0 193345714 226910208 51378 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 55398 51378 510 886 0 54508 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 221592

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1567208/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=233744 CPUtime=25.48
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 59510 0 0 0 2491 57 0 0 25 0 1 0 193345714 239353856 55243 1992294400 4194304 7823515 548682068736 18446744073709551615 6908052 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 58436 55243 538 886 0 57546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 233744

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7625
/proc/meminfo: memFree=1566632/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=235816 CPUtime=51.06
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 59634 0 0 0 5045 61 0 0 25 0 1 0 193345714 241475584 55367 1992294400 4194304 7823515 548682068736 18446744073709551615 6911702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 58954 55367 538 886 0 58064 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 235816

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1566504/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=235816 CPUtime=102.24
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 59634 0 0 0 10154 70 0 0 25 0 1 0 193345714 241475584 55367 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 58954 55367 538 886 0 58064 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 235816

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1553640/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=243936 CPUtime=162.23
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 62878 0 0 0 16142 81 0 0 25 0 1 0 193345714 249790464 58610 1992294400 4194304 7823515 548682068736 18446744073709551615 6908072 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 60984 58610 539 886 0 60094 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 243936

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1553640/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=243936 CPUtime=222.21
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 62878 0 0 0 22129 92 0 0 25 0 1 0 193345714 249790464 58610 1992294400 4194304 7823515 548682068736 18446744073709551615 4252378 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 60984 58610 539 886 0 60094 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 243936

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1552872/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=249048 CPUtime=282.19
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 63152 0 0 0 28115 104 0 0 25 0 1 0 193345714 255025152 58882 1992294400 4194304 7823515 548682068736 18446744073709551615 6212443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 62262 58882 542 886 0 61372 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 249048

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1550056/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=249796 CPUtime=342.18
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 63896 0 0 0 34108 110 0 0 25 0 1 0 193345714 255791104 59478 1992294400 4194304 7823515 548682068736 18446744073709551615 5924519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 62449 59478 542 886 0 61559 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 249796

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1548968/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=251788 CPUtime=402.17
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 64172 0 0 0 40098 119 0 0 25 0 1 0 193345714 257830912 59754 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 62947 59754 549 886 0 62057 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 251788

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1532968/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=263248 CPUtime=462.14
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 68169 0 0 0 46072 142 0 0 25 0 1 0 193345714 269565952 63751 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 65812 63751 549 886 0 64922 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 263248

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1517288/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=279288 CPUtime=522.13
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 72097 0 0 0 52048 165 0 0 25 0 1 0 193345714 285990912 67679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 69822 67679 549 886 0 68932 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 279288

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7627
/proc/meminfo: memFree=1506024/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=290828 CPUtime=582.11
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 74958 0 0 0 58023 188 0 0 25 0 1 0 193345714 297807872 70540 1992294400 4194304 7823515 548682068736 18446744073709551615 5432969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 72707 70540 549 886 0 71817 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 290828

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1486944/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=309684 CPUtime=642.1
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 79632 0 0 0 64000 210 0 0 25 0 1 0 193345714 317116416 75214 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 77421 75214 549 886 0 76531 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 309684

[startup+702.301 s]

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

/proc/meminfo: memFree=1402984/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=394072 CPUtime=1061.98
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 100552 0 0 0 105828 370 0 0 25 0 1 0 193345714 403529728 96134 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 98518 96134 549 886 0 97628 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 394072

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1399784/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=397284 CPUtime=1121.96
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 101328 0 0 0 111805 391 0 0 25 0 1 0 193345714 406818816 96910 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 99321 96910 549 886 0 98431 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 397284

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1395560/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=401884 CPUtime=1181.94
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 102440 0 0 0 117780 414 0 0 25 0 1 0 193345714 411529216 98022 1992294400 4194304 7823515 548682068736 18446744073709551615 5433489 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 100471 98022 549 886 0 99581 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 401884

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1388840/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=408428 CPUtime=1241.93
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 104056 0 0 0 123757 436 0 0 25 0 1 0 193345714 418230272 99638 1992294400 4194304 7823515 548682068736 18446744073709551615 5433119 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 102107 99638 549 886 0 101217 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 408428

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1382376/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=414868 CPUtime=1301.91
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 105661 0 0 0 129732 459 0 0 25 0 1 0 193345714 424824832 101243 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 103717 101243 549 886 0 102827 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 414868

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1380520/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=416824 CPUtime=1361.89
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 106116 0 0 0 135708 481 0 0 25 0 1 0 193345714 426827776 101698 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 104206 101698 549 886 0 103316 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 416824

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1377960/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=419432 CPUtime=1421.88
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 106749 0 0 0 141683 505 0 0 25 0 1 0 193345714 429498368 102331 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 104858 102331 549 886 0 103968 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 419432

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1377448/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=420112 CPUtime=1481.86
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 106884 0 0 0 147657 529 0 0 25 0 1 0 193345714 430194688 102466 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 105028 102466 549 886 0 104138 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 420112

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1369576/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=427980 CPUtime=1541.85
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 108838 0 0 0 153632 553 0 0 25 0 1 0 193345714 438251520 104420 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 106995 104420 549 886 0 106105 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 427980

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1363944/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=433804 CPUtime=1601.83
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 110259 0 0 0 159608 575 0 0 25 0 1 0 193345714 444215296 105841 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 108451 105841 549 886 0 107561 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 433804

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1361000/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=436836 CPUtime=1661.81
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 110969 0 0 0 165584 597 0 0 25 0 1 0 193345714 447320064 106551 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109209 106551 549 886 0 108319 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 436836

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1360552/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=437336 CPUtime=1721.8
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111074 0 0 0 171562 618 0 0 25 0 1 0 193345714 447832064 106656 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109334 106656 549 886 0 108444 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 437336

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359720/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438224 CPUtime=1781.79
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111275 0 0 0 177539 640 0 0 25 0 1 0 193345714 448741376 106857 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109556 106857 549 886 0 108666 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 438224

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359720/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438224 CPUtime=1791.38
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111279 0 0 0 178495 643 0 0 25 0 1 0 193345714 448741376 106861 1992294400 4194304 7823515 548682068736 18446744073709551615 5102411 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109556 106861 549 886 0 108666 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 438224

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359720/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438224 CPUtime=1794.58
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111283 0 0 0 178814 644 0 0 25 0 1 0 193345714 448741376 106865 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109556 106865 549 886 0 108666 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 438224

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359656/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438380 CPUtime=1796.17
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111310 0 0 0 178973 644 0 0 25 0 1 0 193345714 448901120 106892 1992294400 4194304 7823515 548682068736 18446744073709551615 4245067 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109595 106892 549 886 0 108705 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 438380

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359592/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438380 CPUtime=1797.78
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111310 0 0 0 179133 645 0 0 25 0 1 0 193345714 448901120 106892 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7624/statm: 109595 106892 549 886 0 108705 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 438380

[startup+1799.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359592/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=438732 CPUtime=1798.57
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111407 0 0 0 179212 645 0 0 25 0 1 0 193345714 449261568 106989 1992294400 4194304 7823515 548682068736 18446744073709551615 5875880 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 109683 106989 554 886 0 108793 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 438732

[startup+1799.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7633
/proc/meminfo: memFree=1359592/2055920 swapFree=4181660/4192956
[pid=7624] ppid=7622 vsize=401508 CPUtime=1798.78
/proc/7624/stat : 7624 (pbscip.linux.x8) R 7622 7624 7509 0 -1 4194304 111408 0 0 0 179232 646 0 0 25 0 1 0 193345714 411144192 97850 1992294400 4194304 7823515 548682068736 18446744073709551615 4798507 0 0 4096 0 0 0 0 17 1 0 0
/proc/7624/statm: 100377 97850 555 886 0 99487 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 401508

Child status: 0
Real time (s): 1799.37
CPU time (s): 1798.85
CPU user time (s): 1792.33
CPU system time (s): 6.52301
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 438732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.33
system time used= 6.52301
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111412
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= 6
involuntary context switches= 3325

runsolver used 1.3398 second user time and 3.9354 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-17 18:50:55
IDJOB=1884357
IDBENCH=71949
IDSOLVER=683
FILE ID=node18/1884357-1245257455
PBS_JOBID= 9372435
Free space on /tmp= 66172 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.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-1884357-1245257455/watcher-1884357-1245257455 -o /tmp/evaluation-result-1884357-1245257455/solver-1884357-1245257455 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884357-1245257455.opb

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

MD5SUM BENCH= 0e3c73efc3ce07132cf5437313103a25
RANDOM SEED=1624691820

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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:       1787088 kB
Buffers:         43444 kB
Cached:         152380 kB
SwapCached:       5592 kB
Active:          80936 kB
Inactive:       122812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787088 kB
SwapTotal:     4192956 kB
SwapFree:      4181660 kB
Dirty:           11920 kB
Writeback:           0 kB
Mapped:          12996 kB
Slab:            51128 kB
Committed_AS:   171540 kB
PageTables:       1376 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= 66160 MiB
End job on node18 at 2009-06-17 19:20:55