Trace number 1885658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1797.37 1797.94

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
bioinfo/q_query_3_l42_lambda.opb
MD5SUMaae97dbfef6de6fea1314af67678704a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark72.074
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30006
Total number of constraints148836
Number of constraints which are clauses148836
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 constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.20/2.28	c SCIP version 1.1.0.7
2.20/2.28	c LP-Solver Clp 1.8.2
2.20/2.28	c user parameter file <scip.set> not found - using default parameters
2.20/2.28	c read problem <HOME/instance-1885658-1245268356.opb>
2.20/2.28	c original problem has 30006 variables (30006 bin, 0 int, 0 impl, 0 cont) and 148836 constraints
2.79/2.83	c No objective function, only one solution is needed.
2.79/2.83	c start presolving problem
2.79/2.83	c presolving:
3.69/3.74	c (round 1) 7246 del vars, 9968 del conss, 4554 chg bounds, 9 chg sides, 18 chg coeffs, 0 upgd conss, 344327 impls, 0 clqs
4.19/4.21	c (round 2) 10689 del vars, 22927 del conss, 4762 chg bounds, 36 chg sides, 121 chg coeffs, 0 upgd conss, 403312 impls, 0 clqs
4.69/4.77	c (round 3) 13310 del vars, 37695 del conss, 4875 chg bounds, 47 chg sides, 139 chg coeffs, 0 upgd conss, 636568 impls, 0 clqs
5.08/5.19	c (round 4) 14789 del vars, 50756 del conss, 4946 chg bounds, 47 chg sides, 141 chg coeffs, 0 upgd conss, 800872 impls, 0 clqs
5.29/5.39	c (round 5) 14930 del vars, 59402 del conss, 4990 chg bounds, 47 chg sides, 141 chg coeffs, 0 upgd conss, 813456 impls, 0 clqs
5.39/5.48	c (round 6) 14946 del vars, 60188 del conss, 5003 chg bounds, 48 chg sides, 145 chg coeffs, 0 upgd conss, 814313 impls, 0 clqs
5.49/5.56	c (round 7) 14950 del vars, 60353 del conss, 5005 chg bounds, 48 chg sides, 145 chg coeffs, 0 upgd conss, 814571 impls, 0 clqs
5.69/5.70	c (round 8) 14951 del vars, 60363 del conss, 5006 chg bounds, 48 chg sides, 145 chg coeffs, 0 upgd conss, 814585 impls, 0 clqs
6.50/6.58	c (round 9) 14951 del vars, 66997 del conss, 5006 chg bounds, 50 chg sides, 145 chg coeffs, 81841 upgd conss, 814585 impls, 0 clqs
6.69/6.74	c presolving (10 rounds):
6.69/6.74	c  14951 deleted vars, 66997 deleted constraints, 5006 tightened bounds, 0 added holes, 50 changed sides, 145 changed coefficients
6.69/6.74	c  814585 implications, 0 cliques
6.69/6.74	c presolved problem has 15055 variables (15055 bin, 0 int, 0 impl, 0 cont) and 81839 constraints
6.69/6.74	c   81839 constraints of type <logicor>
6.69/6.74	c transformed objective value is always integral (scale: 1)
6.69/6.74	c Presolving Time: 3.28
6.69/6.74	c PURESAT
6.69/6.74	c -----------------------------------------------------------------------------------------------
6.69/6.74	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.74	c separating/flowcover/freq = c -1
6.69/6.74	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.74	c separating/cmir/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/veclendiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/veclendiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/veclendiving/freq = c -1
6.69/6.74	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.74	c heuristics/simplerounding/freq = c -1
6.69/6.74	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/shifting/freq = c -1
6.69/6.74	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.74	c heuristics/rounding/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/rootsoldiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.69/6.74	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
6.69/6.74	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.74	c heuristics/rootsoldiving/freq = c -1
6.69/6.74	c # number of nodes added to the contingent of the total nodes
6.69/6.74	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.69/6.74	c heuristics/rens/nodesofs = c 2000
6.69/6.74	c # minimum percentage of integer variables that have to be fixable 
6.69/6.74	c # [type: real, range: [0,1], default: 0.5]
6.69/6.74	c heuristics/rens/minfixingrate = c 0.3
6.69/6.74	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.74	c heuristics/rens/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/pscostdiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/pscostdiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/pscostdiving/freq = c -1
6.69/6.74	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.74	c heuristics/oneopt/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/objpscostdiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to total iteration number
6.69/6.74	c # [type: real, range: [0,1], default: 0.01]
6.69/6.74	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
6.69/6.74	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.74	c heuristics/objpscostdiving/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/linesearchdiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/linesearchdiving/freq = c -1
6.69/6.74	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/intshifting/freq = c -1
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/intdiving/maxlpiterquot = c 0.075
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/guideddiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/guideddiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/guideddiving/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/fracdiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/fracdiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/fracdiving/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/feaspump/maxlpiterofs = c 2000
6.69/6.74	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 20]
6.69/6.74	c heuristics/feaspump/freq = c -1
6.69/6.74	c # minimum percentage of integer variables that have to be fixed 
6.69/6.74	c # [type: real, range: [0,1], default: 0.666]
6.69/6.74	c heuristics/crossover/minfixingrate = c 0.5
6.69/6.74	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.69/6.74	c # [type: real, range: [0,1], default: 0.1]
6.69/6.74	c heuristics/crossover/nodesquot = c 0.15
6.69/6.74	c # number of nodes without incumbent change that heuristic should wait
6.69/6.74	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.69/6.74	c heuristics/crossover/nwaitingnodes = c 100
6.69/6.74	c # number of nodes added to the contingent of the total nodes
6.69/6.74	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.69/6.74	c heuristics/crossover/nodesofs = c 750
6.69/6.74	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 30]
6.69/6.74	c heuristics/crossover/freq = c -1
6.69/6.74	c # additional number of allowed LP iterations
6.69/6.74	c # [type: int, range: [0,2147483647], default: 1000]
6.69/6.74	c heuristics/coefdiving/maxlpiterofs = c 1500
6.69/6.74	c # maximal fraction of diving LP iterations compared to node LP iterations
6.69/6.74	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.69/6.74	c heuristics/coefdiving/maxlpiterquot = c 0.075
6.69/6.74	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: 10]
6.69/6.74	c heuristics/coefdiving/freq = c -1
6.69/6.74	c # priority of node selection rule <dfs> in standard mode
6.69/6.74	c # [type: int, range: [-536870912,536870911], default: 0]
6.69/6.74	c nodeselection/dfs/stdpriority = c 1000000
6.69/6.74	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.69/6.74	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.74	c presolving/probing/maxrounds = c 0
6.69/6.74	c # should presolving try to simplify knapsacks
6.69/6.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.74	c constraints/knapsack/simplifyinequalities = c TRUE
6.69/6.74	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.69/6.74	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.69/6.74	c constraints/knapsack/disaggregation = c FALSE
6.69/6.74	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.77	c constraints/knapsack/maxnumcardlift = c 0
6.69/6.77	c # should presolving try to simplify inequalities
6.69/6.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.77	c constraints/linear/simplifyinequalities = c TRUE
6.69/6.77	c # maximal number of separation rounds in the root node (-1: unlimited)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.77	c separating/maxroundsroot = c 5
6.69/6.77	c # maximal number of separation rounds per node (-1: unlimited)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: 5]
6.69/6.77	c separating/maxrounds = c 1
6.69/6.77	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)
6.69/6.77	c # [type: char, range: {lafpsqd}, default: l]
6.69/6.77	c lp/pricing = c a
6.69/6.77	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: 1]
6.69/6.77	c lp/solvefreq = c 0
6.69/6.77	c # solving stops, if the given number of solutions were found (-1: no limit)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.77	c limits/solutions = c 1
6.69/6.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.69/6.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.77	c limits/memory = c 1620
6.69/6.77	c # maximal time in seconds to run
6.69/6.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.77	c limits/time = c 1791
6.69/6.77	c # frequency for displaying node information lines
6.69/6.77	c # [type: int, range: [-1,2147483647], default: 100]
6.69/6.77	c display/freq = c 10000
6.69/6.77	c # should enforcement of pseudo solution be disabled?
6.69/6.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.77	c constraints/disableenfops = c TRUE
6.69/6.77	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: 0]
6.69/6.77	c constraints/agelimit = c 1
6.69/6.77	c # should binary conflicts be preferred?
6.69/6.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.77	c conflict/preferbinary = c TRUE
6.69/6.77	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
6.69/6.77	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.77	c conflict/interconss = c 0
6.69/6.77	c -----------------------------------------------------------------------------------------------
6.69/6.77	c start solving problem
6.69/6.77	c 
8.69/8.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.69/8.72	c   5.5s|     1 |     0 |  4872 | 183M|   0 |2386 |  15k|  81k|  81k|  15k|  81k|   0 |   0 |   0 | 1.145300e+04 |      --      |    Inf 
14.59/14.61	c  11.3s|     1 |     0 |  6002 | 183M|   0 |2533 |  15k|  81k|  81k|  15k|  81k|  25 |   0 |   0 | 1.147000e+04 |      --      |    Inf 
28.78/28.87	c  25.6s|     1 |     0 |  7924 | 183M|   0 |2545 |  15k|  81k|  81k|  15k|  81k|  43 |   0 |   0 | 1.147700e+04 |      --      |    Inf 
60.48/60.52	c  57.2s|     1 |     0 | 11323 | 184M|   0 |2690 |  15k|  81k|  81k|  15k|  81k|  56 |   0 |   0 | 1.148100e+04 |      --      |    Inf 
90.37/90.44	c  87.1s|     1 |     0 | 13948 | 185M|   0 |2704 |  15k|  81k|  81k|  15k|  81k|  85 |   0 |   0 | 1.149750e+04 |      --      |    Inf 
137.95/138.06	c   135s|     1 |     0 | 18090 | 187M|   0 |2753 |  15k|  81k|  81k|  15k|  81k| 127 |   0 |   0 | 1.152070e+04 |      --      |    Inf 
310.69/310.89	c   307s|     1 |     2 | 18090 | 187M|   0 |2753 |  15k|  81k|  81k|  15k|  81k| 127 |   0 |  18 | 1.152070e+04 |      --      |    Inf 
645.58/645.83	c   642s| 10000 |    32 | 18090 | 192M| 285 |   - |  15k|  82k|  58k|   0 |   0 | 127 |7050 |  18 | 1.152920e+04 |      --      |    Inf 
975.58/975.97	c   971s| 20000 |    31 | 18090 | 193M| 285 |   - |  15k|  83k|  60k|   0 |   0 | 127 |  14k|  18 | 1.152920e+04 |      --      |    Inf 
1320.57/1321.05	c  1316s| 30000 |    29 | 18090 | 192M| 285 |   - |  15k|  82k|  63k|   0 |   0 | 127 |  21k|  18 | 1.152920e+04 |      --      |    Inf 
1642.96/1643.53	c  1637s| 40000 |    42 | 18090 | 193M| 285 |   - |  15k|  84k|  59k|   0 |   0 | 127 |  29k|  18 | 1.152920e+04 |      --      |    Inf 
1796.61/1797.29	c 
1796.61/1797.29	c SCIP Status        : solving was interrupted [time limit reached]
1796.61/1797.29	c Solving Time (sec) : 1791.00
1796.61/1797.29	c Solving Nodes      : 44669
1796.61/1797.29	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.61/1797.29	c Dual Bound         : +1.15292000000000e+04
1796.61/1797.29	c Gap                : infinite
1796.61/1797.29	c NODE         44669
1796.61/1797.29	c DUAL BOUND   11529.2
1796.61/1797.29	c PRIMAL BOUND 1e+20
1796.61/1797.29	c GAP          1e+20
1796.61/1797.29	s UNKNOWN
1796.61/1797.29	c SCIP Status        : solving was interrupted [time limit reached]
1796.61/1797.29	c Solving Time       :    1791.00
1796.61/1797.29	c Original Problem   :
1796.61/1797.29	c   Problem name     : HOME/instance-1885658-1245268356.opb
1796.61/1797.29	c   Variables        : 30006 (30006 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.61/1797.29	c   Constraints      : 148836 initial, 148836 maximal
1796.61/1797.29	c Presolved Problem  :
1796.61/1797.29	c   Problem name     : t_HOME/instance-1885658-1245268356.opb
1796.61/1797.29	c   Variables        : 15055 (15055 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.61/1797.29	c   Constraints      : 81839 initial, 85542 maximal
1796.61/1797.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.61/1797.29	c   trivial          :       0.04         31          0          0          0          0          0          0          0
1796.61/1797.29	c   dualfix          :       0.04          1          0          0          0          0          0          0          0
1796.61/1797.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.61/1797.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.61/1797.29	c   implics          :       0.46          0       9879          0          0          0          0          0          0
1796.61/1797.29	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.61/1797.29	c   linear           :       2.09       4975         65          0       5006          0      66995         50        145
1796.61/1797.29	c   logicor          :       0.27          0          0          0          0          0          2          0          0
1796.61/1797.29	c   root node        :          -          2          -          -          2          -          -          -          -
1796.61/1797.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.61/1797.29	c   integral         :          0          0          0          1          0          0          0          0          0          2
1796.61/1797.29	c   logicor          :      81839+         5     394883          0          0      22307    6019020          0          0          0
1796.61/1797.29	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.61/1797.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.61/1797.29	c   integral         :     172.56       0.00       0.00     172.56       0.00
1796.61/1797.29	c   logicor          :      94.64       0.07      94.57       0.00       0.00
1796.61/1797.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.61/1797.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.61/1797.29	c   rootredcost      :       0.47          0          0          0
1796.61/1797.29	c   pseudoobj        :    1091.90     420398          0          0
1796.61/1797.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.61/1797.29	c   propagation      :       7.01      22307      22307      22307       21.7      11533       12.2          -
1796.61/1797.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.61/1797.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.61/1797.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.61/1797.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.61/1797.29	c   applied globally :          -          -          -      33840       18.5          -          -          -
1796.61/1797.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.61/1797.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.61/1797.29	c   cut pool         :       0.00          4          -          -         15          -    (maximal pool size: 601)
1796.61/1797.29	c   redcost          :       0.01          5          0          0          0          0
1796.61/1797.29	c   impliedbounds    :       0.03          5          0          0          0          0
1796.61/1797.29	c   intobj           :       0.00          0          0          0          0          0
1796.61/1797.29	c   gomory           :      14.82          5          0          0       2500          0
1796.61/1797.29	c   strongcg         :       6.08          5          0          0       2500          0
1796.61/1797.29	c   cmir             :       0.00          0          0          0          0          0
1796.61/1797.29	c   flowcover        :       0.00          0          0          0          0          0
1796.61/1797.29	c   clique           :       0.57          5          0          0         30          0
1796.61/1797.29	c   zerohalf         :       0.00          0          0          0          0          0
1796.61/1797.29	c   mcf              :       0.31          1          0          0          0          0
1796.61/1797.29	c Pricers            :       Time      Calls       Vars
1796.61/1797.29	c   problem variables:       0.00          0          0
1796.61/1797.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.61/1797.29	c   relpscost        :     172.56          1          0          0          0          0          2
1796.61/1797.29	c   pscost           :       0.00          0          0          0          0          0          0
1796.61/1797.29	c   inference        :     238.08      32620          0          0          0          0      65240
1796.61/1797.29	c   mostinf          :       0.00          0          0          0          0          0          0
1796.61/1797.29	c   leastinf         :       0.00          0          0          0          0          0          0
1796.61/1797.29	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.61/1797.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.61/1797.29	c   random           :       0.00          0          0          0          0          0          0
1796.61/1797.29	c Primal Heuristics  :       Time      Calls      Found
1796.61/1797.29	c   LP solutions     :       0.00          -          0
1796.61/1797.29	c   pseudo solutions :       0.00          -          0
1796.61/1797.29	c   simplerounding   :       0.00          0          0
1796.61/1797.29	c   rounding         :       0.00          0          0
1796.61/1797.29	c   shifting         :       0.00          0          0
1796.61/1797.29	c   intshifting      :       0.00          0          0
1796.61/1797.29	c   oneopt           :       0.00          0          0
1796.61/1797.29	c   fixandinfer      :       0.00          0          0
1796.61/1797.29	c   feaspump         :       0.00          0          0
1796.61/1797.29	c   coefdiving       :       0.00          0          0
1796.61/1797.29	c   pscostdiving     :       0.00          0          0
1796.61/1797.29	c   fracdiving       :       0.00          0          0
1796.61/1797.29	c   veclendiving     :       0.00          0          0
1796.61/1797.29	c   intdiving        :       0.00          0          0
1796.61/1797.29	c   actconsdiving    :       0.00          0          0
1796.61/1797.29	c   objpscostdiving  :       0.00          0          0
1796.61/1797.29	c   rootsoldiving    :       0.00          0          0
1796.61/1797.29	c   linesearchdiving :       0.00          0          0
1796.61/1797.29	c   guideddiving     :       0.00          0          0
1796.61/1797.29	c   octane           :       0.00          0          0
1796.61/1797.30	c   rens             :       0.00          0          0
1796.61/1797.30	c   rins             :       0.00          0          0
1796.61/1797.30	c   localbranching   :       0.00          0          0
1796.61/1797.30	c   mutation         :       0.00          0          0
1796.61/1797.30	c   crossover        :       0.00          0          0
1796.61/1797.30	c   dins             :       0.00          0          0
1796.61/1797.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.61/1797.30	c   primal LP        :       0.19          0          0       0.00       0.00
1796.61/1797.30	c   dual LP          :     108.44          6      18090    3015.00     166.82
1796.61/1797.30	c   barrier LP       :       0.00          0          0       0.00          -
1796.61/1797.30	c   diving/probing LP:       0.00          0          0       0.00          -
1796.61/1797.30	c   strong branching :     172.55         18      13587     754.83      78.74
1796.61/1797.30	c     (at root node) :          -         18      13587     754.83          -
1796.61/1797.30	c   conflict analysis:       0.00          0          0       0.00          -
1796.61/1797.30	c B&B Tree           :
1796.61/1797.30	c   number of runs   :          1
1796.61/1797.30	c   nodes            :      44669
1796.61/1797.30	c   nodes (total)    :      44669
1796.61/1797.30	c   nodes left       :         39
1796.61/1797.30	c   max depth        :        285
1796.61/1797.30	c   max depth (total):        285
1796.61/1797.30	c   backtracks       :      11336 (25.4%)
1796.61/1797.30	c   delayed cutoffs  :      20535
1796.61/1797.30	c   repropagations   :      46472 (2581983 domain reductions, 10259 cutoffs)
1796.61/1797.30	c   avg switch length:       3.15
1796.61/1797.30	c   switching time   :      39.32
1796.61/1797.30	c Solution           :
1796.61/1797.30	c   Solutions found  :          0 (0 improvements)
1796.61/1797.30	c   Primal Bound     :          -
1796.61/1797.30	c   Dual Bound       : +1.15292000000000e+04
1796.61/1797.30	c   Gap              :   infinite
1796.61/1797.30	c   Root Dual Bound  : +1.15207000000000e+04
1797.32/1797.93	c Time complete: 1797.36.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6033
/proc/meminfo: memFree=1814568/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=5812 CPUtime=0
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 194436064 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 1453 512 341 1256 0 192 0

[startup+0.013936 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6033
/proc/meminfo: memFree=1814568/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=10372 CPUtime=0
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 1545 0 0 0 0 0 0 0 18 0 1 0 194436064 10620928 1529 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 2593 1537 376 1256 0 1332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10372

[startup+0.10195 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6033
/proc/meminfo: memFree=1814568/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=15752 CPUtime=0.09
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 2925 0 0 0 8 1 0 0 18 0 1 0 194436064 16130048 2909 1992294400 4194304 9342243 548682068736 18446744073709551615 5538372 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 3938 2909 376 1256 0 2677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15752

[startup+0.301983 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6033
/proc/meminfo: memFree=1814568/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=22840 CPUtime=0.29
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 4686 0 0 0 27 2 0 0 19 0 1 0 194436064 23388160 4670 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 5710 4670 376 1256 0 4449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22840

[startup+0.701049 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6033
/proc/meminfo: memFree=1814568/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=36596 CPUtime=0.69
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 8122 0 0 0 66 3 0 0 22 0 1 0 194436064 37474304 8106 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 9149 8106 376 1256 0 7888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36596

[startup+1.50218 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1774368/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=60672 CPUtime=1.49
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 14130 0 0 0 143 6 0 0 25 0 1 0 194436064 62128128 14114 1992294400 4194304 9342243 548682068736 18446744073709551615 8247739 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 15168 14114 376 1256 0 13907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60672

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1741152/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=208936 CPUtime=3.09
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 51003 0 0 0 285 24 0 0 25 0 1 0 194436064 213950464 50633 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 52234 50633 474 1256 0 50973 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208936

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1589288/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=255596 CPUtime=6.29
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 66043 0 0 0 543 86 0 0 25 0 1 0 194436064 261730304 62254 1992294400 4194304 9342243 548682068736 18446744073709551615 5854299 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 63899 62254 477 1256 0 62638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 255596

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1487720/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=356376 CPUtime=12.69
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 86096 0 0 0 1163 106 0 0 25 0 1 0 194436064 364929024 82246 1992294400 4194304 9342243 548682068736 18446744073709551615 5869987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 89094 82246 642 1256 0 87833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 356376

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1482856/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=359776 CPUtime=25.48
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 87266 0 0 0 2441 107 0 0 25 0 1 0 194436064 368410624 83416 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 89944 83416 644 1256 0 88683 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 359776

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1475240/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=366948 CPUtime=51.07
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 89183 0 0 0 4997 110 0 0 25 0 1 0 194436064 375754752 85333 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 91737 85333 644 1256 0 90476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 366948

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1465896/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=377772 CPUtime=102.26
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 91524 0 0 0 10112 114 0 0 25 0 1 0 194436064 386838528 87674 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 94443 87674 644 1256 0 93182 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 377772

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1453800/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=432704 CPUtime=162.23
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 107267 0 0 0 16101 122 0 0 25 0 1 0 194436064 443088896 90658 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 108176 90658 649 1256 0 106915 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 432704

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1453800/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=432704 CPUtime=222.22
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 117920 0 0 0 22093 129 0 0 25 0 1 0 194436064 443088896 90657 1992294400 4194304 9342243 548682068736 18446744073709551615 6938313 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 108176 90657 649 1256 0 106915 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 432704

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1453736/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=432704 CPUtime=282.2
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 126445 0 0 0 28085 135 0 0 25 0 1 0 194436064 443088896 90658 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 108176 90658 649 1256 0 106915 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 432704

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1457640/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=382940 CPUtime=342.18
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 131885 0 0 0 34077 141 0 0 25 0 1 0 194436064 392130560 89705 1992294400 4194304 9342243 548682068736 18446744073709551615 4769564 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 95735 89705 668 1256 0 94474 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 382940

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=382940 CPUtime=402.16
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 133770 0 0 0 40066 150 0 0 25 0 1 0 194436064 392130560 91590 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 95735 91590 668 1256 0 94474 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 382940

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6034
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=385848 CPUtime=462.14
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 134562 0 0 0 46056 158 0 0 25 0 1 0 194436064 395108352 92382 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 96462 92382 668 1256 0 95201 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 385848

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1443304/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=389532 CPUtime=522.12
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 135452 0 0 0 52046 166 0 0 25 0 1 0 194436064 398880768 93272 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 97383 93272 668 1256 0 96122 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 389532

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1441064/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=391752 CPUtime=582.09
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 136011 0 0 0 58034 175 0 0 25 0 1 0 194436064 401154048 93831 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 97938 93831 668 1256 0 96677 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 391752

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1440552/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=392348 CPUtime=642.09
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 136141 0 0 0 64025 184 0 0 25 0 1 0 194436064 401764352 93961 1992294400 4194304 9342243 548682068736 18446744073709551615 4538374 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 98087 93961 668 1256 0 96826 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 392348

[startup+702.302 s]

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

/proc/meminfo: memFree=1432040/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=401092 CPUtime=1061.95
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 138240 0 0 0 105950 245 0 0 25 0 1 0 194436064 410718208 96060 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 100273 96060 668 1256 0 99012 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 401092

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1431720/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=401440 CPUtime=1121.93
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 138327 0 0 0 111940 253 0 0 25 0 1 0 194436064 411074560 96147 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 100360 96147 668 1256 0 99099 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 401440

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1431400/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=401712 CPUtime=1181.91
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 138398 0 0 0 117929 262 0 0 25 0 1 0 194436064 411353088 96218 1992294400 4194304 9342243 548682068736 18446744073709551615 4769422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 100428 96218 668 1256 0 99167 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 401712

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1431208/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=401852 CPUtime=1241.89
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 138433 0 0 0 123918 271 0 0 25 0 1 0 194436064 411496448 96253 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 100463 96253 668 1256 0 99202 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 401852

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1429032/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=404040 CPUtime=1301.87
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 138962 0 0 0 129906 281 0 0 25 0 1 0 194436064 413736960 96782 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 101010 96782 668 1256 0 99749 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 404040

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1425064/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=408032 CPUtime=1361.85
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 139955 0 0 0 135896 289 0 0 25 0 1 0 194436064 417824768 97775 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 102008 97775 668 1256 0 100747 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 408032

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6040
/proc/meminfo: memFree=1422312/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=410844 CPUtime=1421.84
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 140650 0 0 0 141886 298 0 0 25 0 1 0 194436064 420704256 98470 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 102711 98470 668 1256 0 101450 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 410844

[startup+1482.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 6040
/proc/meminfo: memFree=1421992/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=411144 CPUtime=1481.81
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 140722 0 0 0 147874 307 0 0 25 0 1 0 194436064 421011456 98542 1992294400 4194304 9342243 548682068736 18446744073709551615 4770417 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 102786 98542 668 1256 0 101525 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 411144

[startup+1542.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 6040
/proc/meminfo: memFree=1421224/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=411988 CPUtime=1541.8
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 140912 0 0 0 153864 316 0 0 25 0 1 0 194436064 421875712 98732 1992294400 4194304 9342243 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 102997 98732 668 1256 0 101736 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 411988

[startup+1602.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 6040
/proc/meminfo: memFree=1420008/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=413260 CPUtime=1601.78
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141220 0 0 0 159853 325 0 0 25 0 1 0 194436064 423178240 99040 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103315 99040 668 1256 0 102054 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 413260

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 6040
/proc/meminfo: memFree=1419240/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=413904 CPUtime=1661.76
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141396 0 0 0 165843 333 0 0 25 0 1 0 194436064 423837696 99216 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103476 99216 668 1256 0 102215 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 413904

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 6040
/proc/meminfo: memFree=1417960/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415224 CPUtime=1721.74
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141719 0 0 0 171832 342 0 0 25 0 1 0 194436064 425189376 99539 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103806 99539 668 1256 0 102545 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 415224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417576/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415568 CPUtime=1781.73
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141789 0 0 0 177823 350 0 0 25 0 1 0 194436064 425541632 99609 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103892 99609 668 1256 0 102631 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 415568

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417576/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415568 CPUtime=1784.92
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141789 0 0 0 178142 350 0 0 25 0 1 0 194436064 425541632 99609 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103892 99609 668 1256 0 102631 0
Current children cumulated CPU time (s) 1784.92
Current children cumulated vsize (KiB) 415568

[startup+1791.91 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417512/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415568 CPUtime=1791.32
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141801 0 0 0 178781 351 0 0 25 0 1 0 194436064 425541632 99621 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103892 99621 668 1256 0 102631 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 415568

[startup+1795.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417512/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415704 CPUtime=1794.52
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141803 0 0 0 179101 351 0 0 25 0 1 0 194436064 425680896 99623 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103926 99623 668 1256 0 102665 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (KiB) 415704

[startup+1796.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417512/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415704 CPUtime=1796.11
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141803 0 0 0 179260 351 0 0 25 0 1 0 194436064 425680896 99623 1992294400 4194304 9342243 548682068736 18446744073709551615 4209539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6033/statm: 103926 99623 668 1256 0 102665 0
Current children cumulated CPU time (s) 1796.11
Current children cumulated vsize (KiB) 415704

[startup+1797.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417512/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=415704 CPUtime=1796.91
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141832 0 0 0 179340 351 0 0 25 0 1 0 194436064 425680896 99652 1992294400 4194304 9342243 548682068736 18446744073709551615 5854325 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 103926 99652 673 1256 0 102665 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 415704

[startup+1797.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6040
/proc/meminfo: memFree=1417512/2055920 swapFree=4192812/4192956
[pid=6033] ppid=6031 vsize=284072 CPUtime=1797.32
/proc/6033/stat : 6033 (pbscip.linux.x8) R 6031 6033 5374 0 -1 4194304 141834 0 0 0 179378 354 0 0 25 0 1 0 194436064 290889728 68648 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/6033/statm: 71018 68648 8265 1256 0 69757 0
Current children cumulated CPU time (s) 1797.32
Current children cumulated vsize (KiB) 284072

Child status: 0
Real time (s): 1797.94
CPU time (s): 1797.37
CPU user time (s): 1793.78
CPU system time (s): 3.58346
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 433996

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

runsolver used 1.44878 second user time and 3.85141 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-17 21:52:37
IDJOB=1885658
IDBENCH=72079
IDSOLVER=684
FILE ID=node15/1885658-1245268356
PBS_JOBID= 9372438
Free space on /tmp= 66296 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bioinfo/q_query_3_l42_lambda.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885658-1245268356/watcher-1885658-1245268356 -o /tmp/evaluation-result-1885658-1245268356/solver-1885658-1245268356 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885658-1245268356.opb

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

MD5SUM BENCH= aae97dbfef6de6fea1314af67678704a
RANDOM SEED=1031258603

node15.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1815048 kB
Buffers:         39724 kB
Cached:         128644 kB
SwapCached:          0 kB
Active:          88516 kB
Inactive:        93304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16728 kB
Writeback:           0 kB
Mapped:          23252 kB
Slab:            45008 kB
Committed_AS:   208164 kB
PageTables:       1464 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= 66288 MiB
End job on node15 at 2009-06-17 22:22:35