Trace number 2665565

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.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.14 1802.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark663.935
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665565-1276334543.opb>
4.40/4.41	c original problem has 84836 variables (84836 bin, 0 int, 0 impl, 0 cont) and 245062 constraints
4.40/4.41	c problem read
4.40/4.42	c No objective function, only one solution is needed.
4.40/4.43	c presolving settings loaded
5.69/5.74	c presolving:
9.80/9.81	c (round 1) 1663 del vars, 1804 del conss, 686 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4302008 impls, 0 clqs
10.09/10.17	c (round 2) 1810 del vars, 4310 del conss, 700 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304250 impls, 0 clqs
10.38/10.46	c (round 3) 1814 del vars, 4412 del conss, 704 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304250 impls, 0 clqs
10.69/10.74	c (round 4) 1825 del vars, 4429 del conss, 708 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304276 impls, 0 clqs
10.99/11.03	c (round 5) 1845 del vars, 4468 del conss, 714 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304312 impls, 0 clqs
11.29/11.32	c (round 6) 1874 del vars, 4533 del conss, 722 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304364 impls, 0 clqs
11.59/11.60	c (round 7) 1907 del vars, 4620 del conss, 732 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304434 impls, 0 clqs
11.78/11.89	c (round 8) 1935 del vars, 4711 del conss, 743 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304630 impls, 0 clqs
12.09/12.17	c (round 9) 1954 del vars, 4784 del conss, 754 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304814 impls, 0 clqs
12.39/12.46	c (round 10) 1965 del vars, 4831 del conss, 765 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4304958 impls, 0 clqs
12.69/12.74	c (round 11) 1977 del vars, 4862 del conss, 777 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4305086 impls, 0 clqs
12.99/13.03	c (round 12) 1993 del vars, 4899 del conss, 791 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4305308 impls, 0 clqs
13.28/13.31	c (round 13) 2015 del vars, 4951 del conss, 806 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4306302 impls, 0 clqs
13.59/13.60	c (round 14) 2048 del vars, 5028 del conss, 821 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4307204 impls, 0 clqs
13.79/13.88	c (round 15) 2059 del vars, 5095 del conss, 832 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4307550 impls, 0 clqs
14.09/14.17	c (round 16) 2074 del vars, 5128 del conss, 845 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4307688 impls, 0 clqs
14.39/14.45	c (round 17) 2087 del vars, 5174 del conss, 857 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4307892 impls, 0 clqs
14.69/14.73	c (round 18) 2095 del vars, 5200 del conss, 865 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308122 impls, 0 clqs
14.99/15.02	c (round 19) 2104 del vars, 5222 del conss, 874 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308154 impls, 0 clqs
15.29/15.30	c (round 20) 2117 del vars, 5250 del conss, 885 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308176 impls, 0 clqs
15.48/15.58	c (round 21) 2128 del vars, 5291 del conss, 895 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308248 impls, 0 clqs
15.79/15.87	c (round 22) 2136 del vars, 5313 del conss, 903 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308272 impls, 0 clqs
16.09/16.15	c (round 23) 2145 del vars, 5335 del conss, 912 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308304 impls, 0 clqs
16.40/16.43	c (round 24) 2158 del vars, 5363 del conss, 923 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308326 impls, 0 clqs
16.68/16.72	c (round 25) 2169 del vars, 5404 del conss, 933 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308510 impls, 0 clqs
16.98/17.00	c (round 26) 2177 del vars, 5426 del conss, 941 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308534 impls, 0 clqs
17.19/17.28	c (round 27) 2186 del vars, 5448 del conss, 950 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308566 impls, 0 clqs
17.50/17.57	c (round 28) 2199 del vars, 5476 del conss, 961 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308588 impls, 0 clqs
17.79/17.85	c (round 29) 2210 del vars, 5517 del conss, 971 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308636 impls, 0 clqs
18.09/18.13	c (round 30) 2218 del vars, 5539 del conss, 979 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308660 impls, 0 clqs
18.38/18.41	c (round 31) 2227 del vars, 5561 del conss, 988 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308692 impls, 0 clqs
18.59/18.70	c (round 32) 2240 del vars, 5589 del conss, 999 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308714 impls, 0 clqs
18.88/18.98	c (round 33) 2250 del vars, 5630 del conss, 1009 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308768 impls, 0 clqs
19.38/19.48	c (round 34) 2264 del vars, 5668 del conss, 1023 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308824 impls, 0 clqs
19.89/19.98	c (round 35) 2276 del vars, 5711 del conss, 1035 chg bounds, 5732 chg sides, 12000 chg coeffs, 0 upgd conss, 4308872 impls, 0 clqs
22.88/22.92	c (round 36) 2282 del vars, 5767 del conss, 1041 chg bounds, 5732 chg sides, 12000 chg coeffs, 239294 upgd conss, 4308920 impls, 0 clqs
23.69/23.80	c presolving (37 rounds):
23.69/23.80	c  2282 deleted vars, 5767 deleted constraints, 1041 tightened bounds, 0 added holes, 5732 changed sides, 12000 changed coefficients
23.69/23.80	c  4308920 implications, 0 cliques
23.69/23.80	c presolved problem has 82554 variables (82554 bin, 0 int, 0 impl, 0 cont) and 239295 constraints
23.69/23.80	c   11464 constraints of type <knapsack>
23.69/23.80	c  227831 constraints of type <logicor>
23.69/23.80	c transformed objective value is always integral (scale: 1)
23.69/23.80	c Presolving Time: 13.44
23.69/23.80	c - non default parameters ----------------------------------------------------------------------
23.69/23.80	c # SCIP version 1.2.1.2
23.69/23.80	c 
23.69/23.80	c # frequency for displaying node information lines
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 100]
23.78/23.80	c display/freq = 10000
23.78/23.80	c 
23.78/23.80	c # maximal time in seconds to run
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.78/23.80	c limits/time = 1795.58
23.78/23.80	c 
23.78/23.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.78/23.80	c limits/memory = 1620
23.78/23.80	c 
23.78/23.80	c # solving stops, if the given number of solutions were found (-1: no limit)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: -1]
23.78/23.80	c limits/solutions = 1
23.78/23.80	c 
23.78/23.80	c # maximal number of separation rounds per node (-1: unlimited)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 5]
23.78/23.80	c separating/maxrounds = 1
23.78/23.80	c 
23.78/23.80	c # maximal number of separation rounds in the root node (-1: unlimited)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: -1]
23.78/23.80	c separating/maxroundsroot = 5
23.78/23.80	c 
23.78/23.80	c # should presolving try to simplify inequalities
23.78/23.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.78/23.80	c constraints/linear/simplifyinequalities = TRUE
23.78/23.80	c 
23.78/23.80	c # should disaggregation of knapsack constraints be allowed in preprocessing?
23.78/23.80	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
23.78/23.80	c constraints/knapsack/disaggregation = FALSE
23.78/23.80	c 
23.78/23.80	c # should presolving try to simplify knapsacks
23.78/23.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.78/23.80	c constraints/knapsack/simplifyinequalities = TRUE
23.78/23.80	c 
23.78/23.80	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: -1]
23.78/23.80	c presolving/probing/maxrounds = 0
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/coefdiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/coefdiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/coefdiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 30]
23.78/23.80	c heuristics/crossover/freq = -1
23.78/23.80	c 
23.78/23.80	c # number of nodes added to the contingent of the total nodes
23.78/23.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.78/23.80	c heuristics/crossover/nodesofs = 750
23.78/23.80	c 
23.78/23.80	c # number of nodes without incumbent change that heuristic should wait
23.78/23.80	c # [type: longint, range: [0,9223372036854775807], default: 200]
23.78/23.80	c heuristics/crossover/nwaitingnodes = 100
23.78/23.80	c 
23.78/23.80	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
23.78/23.80	c # [type: real, range: [0,1], default: 0.1]
23.78/23.80	c heuristics/crossover/nodesquot = 0.15
23.78/23.80	c 
23.78/23.80	c # minimum percentage of integer variables that have to be fixed 
23.78/23.80	c # [type: real, range: [0,1], default: 0.666]
23.78/23.80	c heuristics/crossover/minfixingrate = 0.5
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 20]
23.78/23.80	c heuristics/feaspump/freq = -1
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/feaspump/maxlpiterofs = 2000
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/fracdiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/fracdiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/fracdiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/guideddiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/guideddiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/guideddiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/intdiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/intshifting/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/linesearchdiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/linesearchdiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/linesearchdiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/nlp/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 20]
23.78/23.80	c heuristics/objpscostdiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to total iteration number
23.78/23.80	c # [type: real, range: [0,1], default: 0.01]
23.78/23.80	c heuristics/objpscostdiving/maxlpiterquot = 0.015
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/objpscostdiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/oneopt/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/pscostdiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/pscostdiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/pscostdiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 0]
23.78/23.80	c heuristics/rens/freq = -1
23.78/23.80	c 
23.78/23.80	c # minimum percentage of integer variables that have to be fixable 
23.78/23.80	c # [type: real, range: [0,1], default: 0.5]
23.78/23.80	c heuristics/rens/minfixingrate = 0.3
23.78/23.80	c 
23.78/23.80	c # number of nodes added to the contingent of the total nodes
23.78/23.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.78/23.80	c heuristics/rens/nodesofs = 2000
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 20]
23.78/23.80	c heuristics/rootsoldiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
23.78/23.80	c heuristics/rootsoldiving/maxlpiterquot = 0.015
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/rootsoldiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/rounding/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/shifting/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/simplerounding/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 0]
23.78/23.80	c heuristics/trivial/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/trysol/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 10]
23.78/23.80	c heuristics/veclendiving/freq = -1
23.78/23.80	c 
23.78/23.80	c # maximal fraction of diving LP iterations compared to node LP iterations
23.78/23.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.78/23.80	c heuristics/veclendiving/maxlpiterquot = 0.075
23.78/23.80	c 
23.78/23.80	c # additional number of allowed LP iterations
23.78/23.80	c # [type: int, range: [0,2147483647], default: 1000]
23.78/23.80	c heuristics/veclendiving/maxlpiterofs = 1500
23.78/23.80	c 
23.78/23.80	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 1]
23.78/23.80	c heuristics/zirounding/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 0]
23.78/23.80	c separating/cmir/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: 0]
23.78/23.80	c separating/flowcover/freq = -1
23.78/23.80	c 
23.78/23.80	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
23.78/23.80	c # [type: int, range: [-1,2147483647], default: -1]
23.78/23.80	c separating/rapidlearning/freq = 0
23.78/23.80	c 
23.78/23.80	c -----------------------------------------------------------------------------------------------
23.78/23.80	c start solving
23.78/23.88	c 
38.68/38.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.68/38.74	c  28.3s|     1 |     0 | 12337 |     - | 611M|   0 |  11k|  82k| 239k|  82k| 239k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
303.89/304.06	c   291s|     1 |     0 | 33528 |     - | 611M|   0 |  21k|  82k| 239k|  82k| 239k| 185 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1483.13/1483.69	c  1467s|     1 |     0 | 77028 |     - | 611M|   0 |  21k|  82k| 239k|  82k| 239k| 314 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)

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

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.10 1.11 1.05 3/106 10594
/proc/meminfo: memFree=1846996/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=9288 CPUtime=0
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1090 0 0 0 0 0 0 0 20 0 1 0 9058356 9510912 1011 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 2322 1020 371 1374 0 943 0

[startup+0.0404339 s]
/proc/loadavg: 1.10 1.11 1.05 3/106 10594
/proc/meminfo: memFree=1846996/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=12060 CPUtime=0.03
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1941 0 0 0 3 0 0 0 20 0 1 0 9058356 12349440 1861 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 3015 1861 386 1374 0 1636 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12060

[startup+0.10144 s]
/proc/loadavg: 1.10 1.11 1.05 3/106 10594
/proc/meminfo: memFree=1846996/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=16540 CPUtime=0.09
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 3060 0 0 0 9 0 0 0 20 0 1 0 9058356 16936960 2980 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 4135 2980 386 1374 0 2756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16540

[startup+0.301464 s]
/proc/loadavg: 1.10 1.11 1.05 3/106 10594
/proc/meminfo: memFree=1846996/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=23576 CPUtime=0.29
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 4643 0 0 0 28 1 0 0 20 0 1 0 9058356 24141824 4563 1992294400 4194304 9819077 140733889772608 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 5894 4575 386 1374 0 4515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23576

[startup+0.700511 s]
/proc/loadavg: 1.10 1.11 1.05 3/106 10594
/proc/meminfo: memFree=1846996/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=37660 CPUtime=0.69
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 8349 0 0 0 67 2 0 0 20 0 1 0 9058356 38563840 8269 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 9415 8269 386 1374 0 8036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37660

[startup+1.5006 s]
/proc/loadavg: 1.10 1.11 1.05 2/107 10595
/proc/meminfo: memFree=1805200/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=65224 CPUtime=1.49
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 15232 0 0 0 143 6 0 0 23 0 1 0 9058356 66789376 15152 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 16306 15152 386 1374 0 14927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65224

[startup+3.10079 s]
/proc/loadavg: 1.09 1.10 1.05 2/107 10595
/proc/meminfo: memFree=1767008/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=121532 CPUtime=3.09
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 29250 0 0 0 298 11 0 0 25 0 1 0 9058356 124448768 29170 1992294400 4194304 9819077 140733889772608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10594/statm: 30383 29170 386 1374 0 29004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121532

[startup+6.30117 s]
/proc/loadavg: 1.09 1.10 1.05 2/107 10595
/proc/meminfo: memFree=1475484/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=422880 CPUtime=6.29
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 102978 0 0 0 588 41 0 0 25 0 1 0 9058356 433029120 102478 1992294400 4194304 9819077 140733889772608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 105720 102478 490 1374 0 104341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 422880

[startup+12.7009 s]
/proc/loadavg: 1.08 1.10 1.05 2/107 10595
/proc/meminfo: memFree=1314540/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=549796 CPUtime=12.69
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 136075 0 0 0 1089 180 0 0 25 0 1 0 9058356 562991104 133005 1992294400 4194304 9819077 140733889772608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 137449 133005 491 1374 0 136070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 549796

[startup+25.5014 s]
/proc/loadavg: 1.07 1.10 1.05 2/107 10595
/proc/meminfo: memFree=1043600/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=979572 CPUtime=25.49
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 260143 0 0 0 1980 569 0 0 25 0 1 0 9058356 1003081728 213773 1992294400 4194304 9819077 140733889772608 18446744073709551615 6513004 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 244893 213773 616 1374 0 243514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 979572

[startup+51.1014 s]
/proc/loadavg: 1.04 1.09 1.05 2/107 10595
/proc/meminfo: memFree=979244/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1009108 CPUtime=51.08
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 364127 0 0 0 4492 616 0 0 25 0 1 0 9058356 1033326592 217000 1992294400 4194304 9819077 140733889772608 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 252277 217000 657 1374 0 250898 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1009108

[startup+102.309 s]
/proc/loadavg: 1.02 1.07 1.04 2/107 10597
/proc/meminfo: memFree=963000/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1032180 CPUtime=102.27
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 425442 0 0 0 9440 787 0 0 25 0 1 0 9058356 1056952320 221094 1992294400 4194304 9819077 140733889772608 18446744073709551615 7290944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 258045 221094 672 1374 0 256666 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1032180

[startup+162.301 s]
/proc/loadavg: 1.00 1.05 1.04 2/107 10599
/proc/meminfo: memFree=961760/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1037596 CPUtime=162.23
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 482270 0 0 0 15404 819 0 0 25 0 1 0 9058356 1062498304 221473 1992294400 4194304 9819077 140733889772608 18446744073709551615 7294771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 259399 221473 672 1374 0 258020 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1037596

[startup+222.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/107 10601
/proc/meminfo: memFree=962256/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1044532 CPUtime=222.22
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 539195 0 0 0 21373 849 0 0 25 0 1 0 9058356 1069600768 221276 1992294400 4194304 9819077 140733889772608 18446744073709551615 7311352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 261133 221276 672 1374 0 259754 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1044532

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.03 2/107 10601
/proc/meminfo: memFree=957792/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1048408 CPUtime=282.2
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 580379 0 0 0 27348 872 0 0 25 0 1 0 9058356 1073569792 222443 1992294400 4194304 9819077 140733889772608 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 262102 222443 672 1374 0 260723 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1048408

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 10603
/proc/meminfo: memFree=961636/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1049908 CPUtime=342.18
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 611267 0 0 0 33329 889 0 0 25 0 1 0 9058356 1075105792 221407 1992294400 4194304 9819077 140733889772608 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 262477 221407 672 1374 0 261098 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1049908

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 10605
/proc/meminfo: memFree=959280/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1050192 CPUtime=402.17
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 639665 0 0 0 39311 906 0 0 25 0 1 0 9058356 1075396608 222086 1992294400 4194304 9819077 140733889772608 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 262548 222086 672 1374 0 261169 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1050192

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 10607
/proc/meminfo: memFree=944772/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1054196 CPUtime=462.15
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 669629 0 0 0 45294 921 0 0 25 0 1 0 9058356 1079496704 225617 1992294400 4194304 9819077 140733889772608 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 263549 225617 672 1374 0 262170 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1054196

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10609
/proc/meminfo: memFree=958908/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1055608 CPUtime=522.13
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 705662 0 0 0 51272 941 0 0 25 0 1 0 9058356 1080942592 222145 1992294400 4194304 9819077 140733889772608 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 263902 222145 672 1374 0 262523 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1055608

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10609
/proc/meminfo: memFree=951840/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1056436 CPUtime=582.11
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 734119 0 0 0 57255 956 0 0 25 0 1 0 9058356 1081790464 223964 1992294400 4194304 9819077 140733889772608 18446744073709551615 7294720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 264109 223964 672 1374 0 262730 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1056436

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10611
/proc/meminfo: memFree=943532/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1057044 CPUtime=642.1
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 762640 0 0 0 63239 971 0 0 25 0 1 0 9058356 1082413056 225892 1992294400 4194304 9819077 140733889772608 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 264261 225892 672 1374 0 262882 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1057044

[startup+702.301 s]

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

/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 989459 0 0 0 105100 1096 0 0 25 0 1 0 9058356 1087782912 224636 1992294400 4194304 9819077 140733889772608 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 265572 224636 672 1374 0 264193 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1062288

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10625
/proc/meminfo: memFree=957916/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1063352 CPUtime=1121.95
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1027707 0 0 0 111080 1115 0 0 25 0 1 0 9058356 1088872448 222226 1992294400 4194304 9819077 140733889772608 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 265838 222226 672 1374 0 264459 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1063352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10625
/proc/meminfo: memFree=952088/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1063892 CPUtime=1181.93
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1056758 0 0 0 117061 1132 0 0 25 0 1 0 9058356 1089425408 223908 1992294400 4194304 9819077 140733889772608 18446744073709551615 6198323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 265973 223908 672 1374 0 264594 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1063892

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10627
/proc/meminfo: memFree=940928/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1064276 CPUtime=1241.91
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1086421 0 0 0 123043 1148 0 0 25 0 1 0 9058356 1089818624 226392 1992294400 4194304 9819077 140733889772608 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266069 226392 672 1374 0 264690 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 1064276

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10629
/proc/meminfo: memFree=953824/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1065168 CPUtime=1301.89
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1124225 0 0 0 129022 1167 0 0 25 0 1 0 9058356 1090732032 223165 1992294400 4194304 9819077 140733889772608 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266292 223165 672 1374 0 264913 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1065168

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10631
/proc/meminfo: memFree=950972/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1065556 CPUtime=1361.86
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1152829 0 0 0 135005 1181 0 0 25 0 1 0 9058356 1091129344 224040 1992294400 4194304 9819077 140733889772608 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266389 224040 672 1374 0 265010 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 1065556

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10633
/proc/meminfo: memFree=939936/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1065872 CPUtime=1421.86
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1182669 0 0 0 140988 1198 0 0 25 0 1 0 9058356 1091452928 226611 1992294400 4194304 9819077 140733889772608 18446744073709551615 7312766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266468 226611 672 1374 0 265089 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1065872

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10633
/proc/meminfo: memFree=955064/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1066512 CPUtime=1481.83
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1220591 0 0 0 146965 1218 0 0 25 0 1 0 9058356 1092108288 222956 1992294400 4194304 9819077 140733889772608 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266628 222956 672 1374 0 265249 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1066512

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10635
/proc/meminfo: memFree=956056/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1067160 CPUtime=1541.81
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1260315 0 0 0 152941 1240 0 0 25 0 1 0 9058356 1092771840 222615 1992294400 4194304 9819077 140733889772608 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 266790 222615 672 1374 0 265411 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1067160

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10637
/proc/meminfo: memFree=939564/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1068120 CPUtime=1601.8
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1279007 0 0 0 158930 1250 0 0 25 0 1 0 9058356 1093754880 226745 1992294400 4194304 9819077 140733889772608 18446744073709551615 7291116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267030 226745 672 1374 0 265651 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1068120

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10639
/proc/meminfo: memFree=941920/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1068760 CPUtime=1661.77
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1307366 0 0 0 164915 1262 0 0 25 0 1 0 9058356 1094410240 226170 1992294400 4194304 9819077 140733889772608 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267190 226170 672 1374 0 265811 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1068760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10641
/proc/meminfo: memFree=952956/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069336 CPUtime=1721.76
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1333562 0 0 0 170901 1275 0 0 25 0 1 0 9058356 1095000064 223548 1992294400 4194304 9819077 140733889772608 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267334 223548 672 1374 0 265955 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1069336

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10641
/proc/meminfo: memFree=955436/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069808 CPUtime=1781.73
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1361492 0 0 0 176884 1289 0 0 25 0 1 0 9058356 1095483392 222711 1992294400 4194304 9819077 140733889772608 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267452 222711 672 1374 0 266073 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1069808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10643
/proc/meminfo: memFree=939192/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069808 CPUtime=1800.05
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1365524 0 0 0 178713 1292 0 0 25 0 1 0 9058356 1095483392 226743 1992294400 4194304 9819077 140733889772608 18446744073709551615 7309259 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267452 226743 672 1374 0 266073 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1069808

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10594

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10643
/proc/meminfo: memFree=939192/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069808 CPUtime=1800.84
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1365563 0 0 0 178792 1292 0 0 25 0 1 0 9058356 1095483392 226782 1992294400 4194304 9819077 140733889772608 18446744073709551615 7294712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267452 226782 672 1374 0 266073 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 1069808

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10644
/proc/meminfo: memFree=938936/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069808 CPUtime=1801.63
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1365604 0 0 0 178871 1292 0 0 25 0 1 0 9058356 1095483392 226823 1992294400 4194304 9819077 140733889772608 18446744073709551615 7480839 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267452 226823 672 1374 0 266073 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 1069808

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10644
/proc/meminfo: memFree=938936/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=1069808 CPUtime=1802.03
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4202496 1365612 0 0 0 178911 1292 0 0 25 0 1 0 9058356 1095483392 226831 1992294400 4194304 9819077 140733889772608 18446744073709551615 7306664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10594/statm: 267452 226831 672 1374 0 266073 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1069808

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10644
/proc/meminfo: memFree=938936/2059040 swapFree=4136452/4192956
[pid=10594] ppid=10592 vsize=0 CPUtime=1802.13
/proc/10594/stat : 10594 (pbscip.linux.x8) R 10592 10594 9226 0 -1 4203524 1365612 0 0 0 178913 1300 0 0 25 0 1 0 9058356 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/10594/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.7
CPU time (s): 1802.14
CPU user time (s): 1789.14
CPU system time (s): 13.008
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 1069808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.14
system time used= 13.008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1365612
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= 3
involuntary context switches= 6894

runsolver used 3.01654 second user time and 8.49071 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 11:22:23
IDJOB=2665565
IDBENCH=1465
IDSOLVER=1168
FILE ID=node001/2665565-1276334543
PBS_JOBID= 11173164
Free space on /tmp= 62384 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665565-1276334543/watcher-2665565-1276334543 -o /tmp/evaluation-result-2665565-1276334543/solver-2665565-1276334543 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665565-1276334543.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=123406115

node001.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1847524 kB
Buffers:         17740 kB
Cached:         122168 kB
SwapCached:      16744 kB
Active:         121816 kB
Inactive:        37756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1847524 kB
SwapTotal:     4192956 kB
SwapFree:      4136452 kB
Dirty:           14636 kB
Writeback:           0 kB
AnonPages:       10788 kB
Mapped:           9196 kB
Slab:            30360 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62376 MiB
End job on node001 at 2010-06-12 11:52:26