Trace number 1868273

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.2UNSAT 1611.4 1611.93

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark151.416
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.05	c SCIP version 1.1.0.7
0.01/0.05	c LP-Solver Clp 1.8.2
0.01/0.05	c user parameter file <scip.set> not found - using default parameters
0.01/0.05	c read problem <HOME/instance-1868273-1245118806.opb>
0.01/0.05	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.01/0.06	c No objective function, only one solution is needed.
0.01/0.06	c start presolving problem
0.01/0.06	c presolving:
0.09/0.10	c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.11	c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.12	c presolving (3 rounds):
0.09/0.12	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  242 implications, 22 cliques
0.09/0.12	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      22 constraints of type <setppc>
0.09/0.12	c    2541 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.05
0.09/0.12	c SATUNSAT-LIN
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.12	c separating/flowcover/freq = c -1
0.09/0.12	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.12	c separating/cmir/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/veclendiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/veclendiving/freq = c -1
0.09/0.12	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.12	c heuristics/simplerounding/freq = c -1
0.09/0.12	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/shifting/freq = c -1
0.09/0.12	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.12	c heuristics/rounding/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.12	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.09/0.12	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.12	c heuristics/rootsoldiving/freq = c -1
0.09/0.12	c # number of nodes added to the contingent of the total nodes
0.09/0.12	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.12	c heuristics/rens/nodesofs = c 2000
0.09/0.12	c # minimum percentage of integer variables that have to be fixable 
0.09/0.12	c # [type: real, range: [0,1], default: 0.5]
0.09/0.12	c heuristics/rens/minfixingrate = c 0.3
0.09/0.12	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.12	c heuristics/rens/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/pscostdiving/freq = c -1
0.09/0.12	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.12	c heuristics/oneopt/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.12	c # [type: real, range: [0,1], default: 0.01]
0.09/0.12	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.09/0.12	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.12	c heuristics/objpscostdiving/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/linesearchdiving/freq = c -1
0.09/0.12	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/intshifting/freq = c -1
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/intdiving/maxlpiterquot = c 0.075
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/guideddiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/guideddiving/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/fracdiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/fracdiving/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/feaspump/maxlpiterofs = c 2000
0.09/0.12	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.12	c heuristics/feaspump/freq = c -1
0.09/0.12	c # minimum percentage of integer variables that have to be fixed 
0.09/0.12	c # [type: real, range: [0,1], default: 0.666]
0.09/0.12	c heuristics/crossover/minfixingrate = c 0.5
0.09/0.12	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.12	c # [type: real, range: [0,1], default: 0.1]
0.09/0.12	c heuristics/crossover/nodesquot = c 0.15
0.09/0.12	c # number of nodes without incumbent change that heuristic should wait
0.09/0.12	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.12	c heuristics/crossover/nwaitingnodes = c 100
0.09/0.12	c # number of nodes added to the contingent of the total nodes
0.09/0.12	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.12	c heuristics/crossover/nodesofs = c 750
0.09/0.12	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.12	c heuristics/crossover/freq = c -1
0.09/0.12	c # additional number of allowed LP iterations
0.09/0.12	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.12	c heuristics/coefdiving/maxlpiterofs = c 1500
0.09/0.12	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.12	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.09/0.12	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.12	c heuristics/coefdiving/freq = c -1
0.09/0.12	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c presolving/probing/maxrounds = c 0
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = c TRUE
0.09/0.12	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.12	c constraints/knapsack/disaggregation = c FALSE
0.09/0.12	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c constraints/knapsack/maxnumcardlift = c 0
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = c TRUE
0.09/0.12	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/maxroundsroot = c 5
0.09/0.12	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.12	c separating/maxrounds = c 1
0.09/0.12	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c limits/solutions = c 1
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = c 1620
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = c 1791
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = c 10000
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving problem
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    69 |3513k|   0 |  32 | 231 |2564 |2564 | 231 |2564 |   0 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   108 |3734k|   0 |  34 | 231 |2564 |2564 | 231 |2576 |  12 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   205 |4295k|   0 |  45 | 231 |2564 |2564 | 231 |2582 |  18 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   377 |4539k|   0 |  52 | 231 |2564 |2564 | 231 |2587 |  23 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.79/0.80	c   0.7s|     1 |     0 |   520 |4855k|   0 |  46 | 231 |2564 |2564 | 231 |2591 |  27 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
0.89/0.96	c   0.9s|     1 |     0 |   586 |5118k|   0 |  49 | 231 |2564 |2564 | 231 |2595 |  31 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.09/2.11	c   2.0s|     1 |     2 |   586 |5118k|   0 |  49 | 231 |2564 |2564 | 231 |2595 |  31 |   0 |  18 | 1.100000e+01 |      --      |    Inf 
135.83/135.90	c   135s| 10000 |  1542 |347382 |8949k|  54 |  22 | 231 |3014 |1351 | 231 |2571 |  31 |1012 |2022 | 1.400000e+01 |      --      |    Inf 
228.90/229.07	c   228s| 20000 |  2341 |661429 |  10M|  57 |  14 | 231 |2974 |1579 | 231 |2571 |  31 |2176 |2281 | 1.500000e+01 |      --      |    Inf 
326.27/326.43	c   324s| 30000 |  3134 |960717 |  12M|  57 |   - | 231 |3187 | 843 | 231 |2571 |  31 |3483 |2908 | 1.500000e+01 |      --      |    Inf 
423.85/424.06	c   421s| 40000 |  3975 |  1268k|  14M|  57 |  36 | 231 |2881 |1536 | 231 |2571 |  31 |4258 |3355 | 1.500000e+01 |      --      |    Inf 
519.41/519.64	c   517s| 50000 |  4676 |  1564k|  16M|  57 |  24 | 231 |2900 |1071 | 231 |2571 |  31 |5133 |3798 | 1.500000e+01 |      --      |    Inf 
609.68/609.92	c   606s| 60000 |  4857 |  1840k|  17M|  61 |  14 | 231 |3252 | 923 | 231 |2571 |  31 |6463 |4212 | 1.600000e+01 |      --      |    Inf 
696.25/696.53	c   692s| 70000 |  5035 |  2105k|  18M|  61 |  26 | 231 |3229 | 761 | 231 |2571 |  31 |7627 |4545 | 1.600000e+01 |      --      |    Inf 
785.32/785.67	c   781s| 80000 |  5256 |  2376k|  19M|  61 |   - | 231 |3122 |1460 | 231 |2571 |  31 |8381 |4907 | 1.600000e+01 |      --      |    Inf 
875.39/875.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.39/875.78	c   871s| 90000 |  5365 |  2654k|  19M|  61 |   - | 231 |3033 |1384 | 231 |2571 |  31 |9025 |5206 | 1.600000e+01 |      --      |    Inf 
964.07/964.43	c   959s|100000 |  5192 |  2917k|  19M|  61 |  25 | 231 |3160 |1235 | 231 |2571 |  31 |9883 |5585 | 1.600000e+01 |      --      |    Inf 
1043.05/1043.44	c  1038s|110000 |  5036 |  3140k|  19M|  61 |  19 | 231 |3470 |1360 | 231 |2571 |  31 |  11k|5850 | 1.700000e+01 |      --      |    Inf 
1122.73/1123.18	c  1117s|120000 |  4999 |  3368k|  19M|  61 |   - | 231 |3306 |1230 | 231 |2571 |  31 |  12k|6120 | 1.700000e+01 |      --      |    Inf 
1207.69/1208.18	c  1201s|130000 |  4866 |  3614k|  19M|  61 |   - | 231 |3073 |1219 | 231 |2571 |  31 |  12k|6405 | 1.700000e+01 |      --      |    Inf 
1294.96/1295.45	c  1288s|140000 |  4588 |  3868k|  19M|  61 |  23 | 231 |2829 |1116 | 231 |2571 |  31 |  13k|6644 | 1.700000e+01 |      --      |    Inf 
1370.54/1371.00	c  1364s|150000 |  3974 |  4066k|  18M|  61 |   - | 231 |3413 |1027 | 231 |2571 |  31 |  14k|6926 | 1.700000e+01 |      --      |    Inf 
1436.02/1436.53	c  1429s|160000 |  3242 |  4227k|  16M|  64 |   - | 231 |3451 |1303 | 231 |2571 |  31 |  15k|7048 | 1.800000e+01 |      --      |    Inf 
1505.79/1506.36	c  1498s|170000 |  2502 |  4405k|  14M|  64 |  29 | 231 |3312 | 938 | 231 |2571 |  31 |  16k|7173 | 1.800000e+01 |      --      |    Inf 
1577.67/1578.23	c  1570s|180000 |  1152 |  4571k|  10M|  64 |  17 | 231 |3357 | 696 | 231 |2571 |  31 |  17k|7543 | 1.900000e+01 |      --      |    Inf 
1611.36/1611.90	c 
1611.36/1611.90	c SCIP Status        : problem is solved [infeasible]
1611.36/1611.90	c Solving Time (sec) : 1603.14
1611.36/1611.90	c Solving Nodes      : 185206
1611.36/1611.90	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1611.36/1611.90	c Dual Bound         : +1.00000000000000e+20
1611.36/1611.90	c Gap                : 0.00 %
1611.36/1611.90	c NODE         185206
1611.36/1611.90	c DUAL BOUND   1e+20
1611.36/1611.90	c PRIMAL BOUND 1e+20
1611.36/1611.90	c GAP          0
1611.36/1611.90	s UNSATISFIABLE
1611.36/1611.90	c SCIP Status        : problem is solved [infeasible]
1611.36/1611.90	c Solving Time       :    1603.14
1611.36/1611.90	c Original Problem   :
1611.36/1611.90	c   Problem name     : HOME/instance-1868273-1245118806.opb
1611.36/1611.90	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1611.36/1611.90	c   Constraints      : 2707 initial, 2707 maximal
1611.36/1611.90	c Presolved Problem  :
1611.36/1611.90	c   Problem name     : t_HOME/instance-1868273-1245118806.opb
1611.36/1611.90	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1611.36/1611.90	c   Constraints      : 2564 initial, 3588 maximal
1611.36/1611.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1611.36/1611.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   probing          :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1611.36/1611.90	c   linear           :       0.02          0          0          0          0          0        143          0          0
1611.36/1611.90	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1611.36/1611.90	c   root node        :          -          1          -          -          1          -          -          -          -
1611.36/1611.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1611.36/1611.90	c   integral         :          0          0          0      94661          0        374       2585          0          0     185734
1611.36/1611.90	c   knapsack         :          1          5     396938          0          0       1484     360229          0          0          0
1611.36/1611.90	c   setppc           :         22          5     396043          0          0       4084     875334          0          0          0
1611.36/1611.90	c   logicor          :       2541+         5     351179          0          0       1423    1232990          0          0          0
1611.36/1611.90	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1611.36/1611.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1611.36/1611.90	c   integral         :     119.65       0.00       0.00     119.65       0.00
1611.36/1611.90	c   knapsack         :       1.34       0.00       1.34       0.00       0.00
1611.36/1611.90	c   setppc           :       4.14       0.00       4.14       0.00       0.00
1611.36/1611.90	c   logicor          :      28.48       0.00      28.48       0.00       0.00
1611.36/1611.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1611.36/1611.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1611.36/1611.90	c   rootredcost      :       0.16          0          0          0
1611.36/1611.90	c   pseudoobj        :       5.51     397542          1          0
1611.36/1611.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1611.36/1611.90	c   propagation      :       0.54       6991       6991      40416       19.7         86       16.6          -
1611.36/1611.90	c   infeasible LP    :       3.55      85502          0          0        0.0          0        0.0          0
1611.36/1611.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1611.36/1611.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1611.36/1611.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1611.36/1611.90	c   applied globally :          -          -          -      17941       16.8          -          -          -
1611.36/1611.90	c   applied locally  :          -          -          -         65       33.3          -          -          -
1611.36/1611.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1611.36/1611.90	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 585)
1611.36/1611.90	c   redcost          :       1.78      93355          0          0          0          0
1611.36/1611.90	c   impliedbounds    :       0.00          5          0          0          0          0
1611.36/1611.90	c   intobj           :       0.00          0          0          0          0          0
1611.36/1611.90	c   gomory           :       0.31          5          0          0       2500          0
1611.36/1611.91	c   strongcg         :       0.29          5          0          0       2500          0
1611.36/1611.91	c   cmir             :       0.00          0          0          0          0          0
1611.36/1611.91	c   flowcover        :       0.00          0          0          0          0          0
1611.36/1611.91	c   clique           :       0.02          5          0          0          0          0
1611.36/1611.91	c   zerohalf         :       0.00          0          0          0          0          0
1611.36/1611.91	c   mcf              :       0.00          1          0          0          0          0
1611.36/1611.91	c Pricers            :       Time      Calls       Vars
1611.36/1611.91	c   problem variables:       0.00          0          0
1611.36/1611.91	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1611.36/1611.91	c   relpscost        :     119.39      94661        374       2585          0          0     185734
1611.36/1611.91	c   pscost           :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   inference        :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   mostinf          :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   leastinf         :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   fullstrong       :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   allfullstrong    :       0.00          0          0          0          0          0          0
1611.36/1611.91	c   random           :       0.00          0          0          0          0          0          0
1611.36/1611.91	c Primal Heuristics  :       Time      Calls      Found
1611.36/1611.91	c   LP solutions     :       0.00          -          0
1611.36/1611.91	c   pseudo solutions :       0.00          -          0
1611.36/1611.91	c   simplerounding   :       0.00          0          0
1611.36/1611.91	c   rounding         :       0.00          0          0
1611.36/1611.91	c   shifting         :       0.00          0          0
1611.36/1611.91	c   intshifting      :       0.00          0          0
1611.36/1611.91	c   oneopt           :       0.00          0          0
1611.36/1611.91	c   fixandinfer      :       0.00          0          0
1611.36/1611.91	c   feaspump         :       0.00          0          0
1611.36/1611.91	c   coefdiving       :       0.00          0          0
1611.36/1611.91	c   pscostdiving     :       0.00          0          0
1611.36/1611.91	c   fracdiving       :       0.00          0          0
1611.36/1611.91	c   veclendiving     :       0.00          0          0
1611.36/1611.91	c   intdiving        :       0.00          0          0
1611.36/1611.91	c   actconsdiving    :       0.00          0          0
1611.36/1611.91	c   objpscostdiving  :       0.00          0          0
1611.36/1611.91	c   rootsoldiving    :       0.00          0          0
1611.36/1611.91	c   linesearchdiving :       0.00          0          0
1611.36/1611.91	c   guideddiving     :       0.00          0          0
1611.36/1611.91	c   octane           :       0.00          0          0
1611.36/1611.91	c   rens             :       0.00          0          0
1611.36/1611.91	c   rins             :       0.00          0          0
1611.36/1611.91	c   localbranching   :       0.00          0          0
1611.36/1611.91	c   mutation         :       0.00          0          0
1611.36/1611.91	c   crossover        :       0.00          0          0
1611.36/1611.91	c   dins             :       0.00          0          0
1611.36/1611.91	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1611.36/1611.91	c   primal LP        :       0.02          0          0       0.00       0.00
1611.36/1611.91	c   dual LP          :    1345.96     179900    4642627      25.81    3449.31
1611.36/1611.91	c   barrier LP       :       0.00          0          0       0.00          -
1611.36/1611.91	c   diving/probing LP:       0.00          0          0       0.00          -
1611.36/1611.91	c   strong branching :     115.69       7605     457755      60.19    3956.74
1611.36/1611.91	c     (at root node) :          -         18       3410     189.44          -
1611.36/1611.91	c   conflict analysis:       0.00          0          0       0.00          -
1611.36/1611.91	c B&B Tree           :
1611.36/1611.91	c   number of runs   :          1
1611.36/1611.91	c   nodes            :     185206
1611.36/1611.91	c   nodes (total)    :     185206
1611.36/1611.91	c   nodes left       :          0
1611.36/1611.91	c   max depth        :         64
1611.36/1611.91	c   max depth (total):         64
1611.36/1611.91	c   backtracks       :      23621 (12.8%)
1611.36/1611.91	c   delayed cutoffs  :        529
1611.36/1611.91	c   repropagations   :      14324 (51266 domain reductions, 529 cutoffs)
1611.36/1611.91	c   avg switch length:       6.27
1611.36/1611.91	c   switching time   :      30.91
1611.36/1611.91	c Solution           :
1611.36/1611.91	c   Solutions found  :          0 (0 improvements)
1611.36/1611.91	c   Primal Bound     : infeasible
1611.36/1611.91	c   Dual Bound       :          -
1611.36/1611.91	c   Gap              :       0.00 %
1611.36/1611.91	c   Root Dual Bound  : +1.10000000000000e+01
1611.36/1611.92	c Time complete: 1611.38.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868273-1245118806/watcher-1868273-1245118806 -o /tmp/evaluation-result-1868273-1245118806/solver-1868273-1245118806 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868273-1245118806.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 31200
/proc/meminfo: memFree=1349156/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=5812 CPUtime=0
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 179477772 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/31200/statm: 1453 502 332 1256 0 192 0

[startup+0.0288311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31200
/proc/meminfo: memFree=1349156/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=11064 CPUtime=0.01
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 1730 0 0 0 1 0 0 0 18 0 1 0 179477772 11329536 1714 1992294400 4194304 9342243 548682068736 18446744073709551615 8247739 0 0 4096 0 0 0 0 17 1 0 0
/proc/31200/statm: 2766 1714 376 1256 0 1505 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11064

[startup+0.101843 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31200
/proc/meminfo: memFree=1349156/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=18752 CPUtime=0.09
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 3847 0 0 0 7 2 0 0 18 0 1 0 179477772 19202048 3477 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 4688 3477 471 1256 0 3427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18752

[startup+0.301877 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31200
/proc/meminfo: memFree=1349156/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=26100 CPUtime=0.29
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 5465 0 0 0 26 3 0 0 17 0 1 0 179477772 26726400 5095 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 6525 5095 649 1256 0 5264 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26100

[startup+0.701944 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31200
/proc/meminfo: memFree=1349156/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=30676 CPUtime=0.69
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 6571 0 0 0 65 4 0 0 20 0 1 0 179477772 31412224 6201 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 7669 6201 649 1256 0 6408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30676

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1324508/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=34812 CPUtime=1.49
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 7164 0 0 0 145 4 0 0 25 0 1 0 179477772 35647488 6794 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8703 6794 654 1256 0 7442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34812

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1324316/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=35452 CPUtime=3.09
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 7347 0 0 0 304 5 0 0 25 0 1 0 179477772 36302848 6901 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8863 6901 670 1256 0 7602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35452

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1323548/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=35440 CPUtime=6.29
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 8082 0 0 0 622 7 0 0 25 0 1 0 179477772 36290560 6954 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8860 6954 674 1256 0 7599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35440

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 31201
/proc/meminfo: memFree=1323556/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=35012 CPUtime=12.69
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 10898 0 0 0 1259 10 0 0 25 0 1 0 179477772 35852288 6966 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8753 6966 675 1256 0 7492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35012

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1323620/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=34980 CPUtime=25.48
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 16280 0 0 0 2531 17 0 0 25 0 1 0 179477772 35819520 7002 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8745 7002 678 1256 0 7484 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34980

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1322532/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=33604 CPUtime=51.07
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 30321 0 0 0 5070 37 0 0 25 0 1 0 179477772 34410496 7167 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 8401 7167 678 1256 0 7140 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33604

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1319012/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=39648 CPUtime=102.25
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 43716 0 0 0 10159 66 0 0 25 0 1 0 179477772 40599552 8162 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 9912 8162 678 1256 0 8651 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 39648

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1318564/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=38900 CPUtime=162.22
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 65567 0 0 0 16117 105 0 0 25 0 1 0 179477772 39833600 8295 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 9725 8295 678 1256 0 8464 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 38900

[startup+222.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 31201
/proc/meminfo: memFree=1316068/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=42424 CPUtime=222.21
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 77764 0 0 0 22084 137 0 0 25 0 1 0 179477772 43442176 8873 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 10606 8873 678 1256 0 9345 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 42424

[startup+282.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 31201
/proc/meminfo: memFree=1314916/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=42036 CPUtime=282.18
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 83774 0 0 0 28053 165 0 0 25 0 1 0 179477772 43044864 9133 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 10509 9133 678 1256 0 9248 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 42036

[startup+342.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1313764/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=43212 CPUtime=342.17
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 93866 0 0 0 34019 198 0 0 25 0 1 0 179477772 44249088 9426 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 10803 9426 678 1256 0 9542 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 43212

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1310436/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=48236 CPUtime=402.15
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 102263 0 0 0 39987 228 0 0 25 0 1 0 179477772 49393664 10227 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 12059 10227 678 1256 0 10798 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 48236

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1309924/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=47392 CPUtime=462.13
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 109891 0 0 0 45955 258 0 0 25 0 1 0 179477772 48529408 10371 1992294400 4194304 9342243 548682068736 18446744073709551615 4266414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 11848 10371 678 1256 0 10587 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 47392

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1308452/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=48492 CPUtime=522.11
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 117921 0 0 0 51922 289 0 0 25 0 1 0 179477772 49655808 10717 1992294400 4194304 9342243 548682068736 18446744073709551615 6059584 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 12123 10717 678 1256 0 10862 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 48492

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1309028/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=48516 CPUtime=582.09
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 125826 0 0 0 57886 323 0 0 25 0 1 0 179477772 49680384 10609 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 12129 10609 678 1256 0 10868 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 48516

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1308644/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=48828 CPUtime=642.08
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 135112 0 0 0 63852 356 0 0 25 0 1 0 179477772 49999872 10656 1992294400 4194304 9342243 548682068736 18446744073709551615 6897558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 12207 10656 678 1256 0 10946 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 48828

[startup+702.301 s]

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

/proc/meminfo: memFree=1305316/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52952 CPUtime=822.01
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 146650 0 0 0 81759 442 0 0 25 0 1 0 179477772 54222848 11441 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13238 11441 678 1256 0 11977 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 52952

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1304804/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=53680 CPUtime=882
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 148439 0 0 0 87731 469 0 0 25 0 1 0 179477772 54968320 11579 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13420 11579 678 1256 0 12159 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 53680

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1304164/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52916 CPUtime=941.97
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 149851 0 0 0 93699 498 0 0 25 0 1 0 179477772 54185984 11724 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13229 11724 678 1256 0 11968 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 52916

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1304100/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=54440 CPUtime=1001.95
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 152015 0 0 0 99666 529 0 0 25 0 1 0 179477772 55746560 11755 1992294400 4194304 9342243 548682068736 18446744073709551615 5890028 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13610 11755 678 1256 0 12349 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 54440

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303972/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=54428 CPUtime=1061.94
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 155207 0 0 0 105636 558 0 0 25 0 1 0 179477772 55734272 11780 1992294400 4194304 9342243 548682068736 18446744073709551615 6224550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13607 11780 678 1256 0 12346 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 54428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303972/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=54236 CPUtime=1121.92
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 158808 0 0 0 111608 584 0 0 25 0 1 0 179477772 55537664 11762 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13559 11762 678 1256 0 12298 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 54236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1304036/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52928 CPUtime=1181.9
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 160792 0 0 0 117579 611 0 0 25 0 1 0 179477772 54198272 11751 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13232 11751 678 1256 0 11971 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 52928

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303908/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52900 CPUtime=1241.88
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 163758 0 0 0 123549 639 0 0 25 0 1 0 179477772 54169600 11752 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13225 11752 678 1256 0 11964 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 52900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303908/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=54224 CPUtime=1301.86
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 167777 0 0 0 129521 665 0 0 25 0 1 0 179477772 55525376 11765 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13556 11765 678 1256 0 12295 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 54224

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303908/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52916 CPUtime=1361.84
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 171192 0 0 0 135492 692 0 0 25 0 1 0 179477772 54185984 11727 1992294400 4194304 9342243 548682068736 18446744073709551615 6213705 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13229 11727 678 1256 0 11968 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 52916

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303908/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52908 CPUtime=1421.82
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 172140 0 0 0 141460 722 0 0 25 0 1 0 179477772 54177792 11745 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13227 11745 678 1256 0 11966 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 52908

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303844/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52896 CPUtime=1481.8
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 176890 0 0 0 147426 754 0 0 25 0 1 0 179477772 54165504 11747 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13224 11747 678 1256 0 11963 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 52896

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303844/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52896 CPUtime=1541.78
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 179000 0 0 0 153393 785 0 0 25 0 1 0 179477772 54165504 11745 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13224 11745 678 1256 0 11963 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 52896

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52932 CPUtime=1601.76
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 187879 0 0 0 159362 814 0 0 25 0 1 0 179477772 54202368 11755 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13233 11755 678 1256 0 11972 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 52932

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

[startup+1606.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52916 CPUtime=1605.76
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 187984 0 0 0 159760 816 0 0 25 0 1 0 179477772 54185984 11756 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13229 11756 678 1256 0 11968 0
Current children cumulated CPU time (s) 1605.76
Current children cumulated vsize (KiB) 52916

[startup+1609.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52916 CPUtime=1608.96
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 187984 0 0 0 160078 818 0 0 25 0 1 0 179477772 54185984 11756 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13229 11756 678 1256 0 11968 0
Current children cumulated CPU time (s) 1608.96
Current children cumulated vsize (KiB) 52916

[startup+1611.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52892 CPUtime=1610.56
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 188038 0 0 0 160238 818 0 0 25 0 1 0 179477772 54161408 11748 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13223 11748 678 1256 0 11962 0
Current children cumulated CPU time (s) 1610.56
Current children cumulated vsize (KiB) 52892

[startup+1611.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52892 CPUtime=1610.96
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 188039 0 0 0 160278 818 0 0 25 0 1 0 179477772 54161408 11749 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13223 11749 678 1256 0 11962 0
Current children cumulated CPU time (s) 1610.96
Current children cumulated vsize (KiB) 52892

[startup+1611.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31201
/proc/meminfo: memFree=1303780/2055920 swapFree=4181368/4192956
[pid=31200] ppid=31198 vsize=52892 CPUtime=1611.36
/proc/31200/stat : 31200 (pbscip.linux.x8) R 31198 31200 29817 0 -1 4194304 188040 0 0 0 160318 818 0 0 25 0 1 0 179477772 54161408 11750 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31200/statm: 13223 11750 679 1256 0 11962 0
Current children cumulated CPU time (s) 1611.36
Current children cumulated vsize (KiB) 52892

Child status: 0
Real time (s): 1611.93
CPU time (s): 1611.4
CPU user time (s): 1603.2
CPU system time (s): 8.19775
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 55744

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

runsolver used 1.05784 second user time and 3.41448 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-16 04:20:06
IDJOB=1868273
IDBENCH=1303
IDSOLVER=684
FILE ID=node43/1868273-1245118806
PBS_JOBID= 9363666
Free space on /tmp= 66192 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.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-1868273-1245118806/watcher-1868273-1245118806 -o /tmp/evaluation-result-1868273-1245118806/solver-1868273-1245118806 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868273-1245118806.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=827467181

node43.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.281
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.281
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:       1349572 kB
Buffers:         41356 kB
Cached:         594260 kB
SwapCached:       5352 kB
Active:          78872 kB
Inactive:       564512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349572 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            48956 kB
Committed_AS:   161112 kB
PageTables:       1448 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= 66180 MiB
End job on node43 at 2009-06-16 04:46:58