Trace number 2663695

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPT3 347.181 347.273

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
MD5SUM9b7cb599a49db47c0ffbf25416bcef37
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark10.6474
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2663695-1276650337.opb>
0.00/0.01	c original problem has 792 variables (792 bin, 0 int, 0 impl, 0 cont) and 595 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.09/0.17	c (round 1) 9 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 60 chg coeffs, 0 upgd conss, 3600 impls, 0 clqs
0.09/0.18	c (round 2) 25 del vars, 14 del conss, 0 chg bounds, 0 chg sides, 74 chg coeffs, 10 upgd conss, 5392 impls, 0 clqs
0.09/0.18	c (round 3) 41 del vars, 28 del conss, 0 chg bounds, 0 chg sides, 88 chg coeffs, 10 upgd conss, 6960 impls, 0 clqs
0.09/0.19	c (round 4) 57 del vars, 42 del conss, 0 chg bounds, 0 chg sides, 102 chg coeffs, 10 upgd conss, 8304 impls, 0 clqs
0.09/0.19	c (round 5) 73 del vars, 56 del conss, 0 chg bounds, 0 chg sides, 116 chg coeffs, 10 upgd conss, 9424 impls, 0 clqs
0.19/0.20	c (round 6) 89 del vars, 70 del conss, 0 chg bounds, 0 chg sides, 130 chg coeffs, 10 upgd conss, 10320 impls, 0 clqs
0.19/0.20	c (round 7) 105 del vars, 84 del conss, 0 chg bounds, 0 chg sides, 144 chg coeffs, 10 upgd conss, 10992 impls, 0 clqs
0.19/0.21	c (round 8) 121 del vars, 98 del conss, 0 chg bounds, 0 chg sides, 158 chg coeffs, 10 upgd conss, 11440 impls, 0 clqs
0.19/0.21	c (round 9) 137 del vars, 112 del conss, 0 chg bounds, 0 chg sides, 172 chg coeffs, 10 upgd conss, 11664 impls, 0 clqs
0.19/0.21	c (round 10) 153 del vars, 126 del conss, 0 chg bounds, 0 chg sides, 186 chg coeffs, 10 upgd conss, 11664 impls, 0 clqs
0.19/0.25	c    (0.1s) probing: 221/639 (34.6%) - 0 fixings, 0 aggregations, 18 implications, 0 bound changes
0.19/0.25	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.25	c presolving (11 rounds):
0.19/0.25	c  153 deleted vars, 126 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 186 changed coefficients
0.19/0.25	c  11700 implications, 0 cliques
0.19/0.25	c presolved problem has 639 variables (639 bin, 0 int, 0 impl, 0 cont) and 460 constraints
0.19/0.25	c     441 constraints of type <and>
0.19/0.25	c       9 constraints of type <linear>
0.19/0.25	c      10 constraints of type <logicor>
0.19/0.25	c transformed objective value is always integral (scale: 2)
0.19/0.25	c Presolving Time: 0.12
0.19/0.25	c - non default parameters ----------------------------------------------------------------------
0.19/0.25	c # SCIP version 1.2.1.2
0.19/0.25	c 
0.19/0.25	c # frequency for displaying node information lines
0.19/0.25	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.25	c display/freq = 10000
0.19/0.25	c 
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/time = 1800
0.19/0.25	c 
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/memory = 1620
0.19/0.25	c 
0.19/0.25	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.25	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.25	c lp/solvefreq = -1
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify inequalities
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/linear/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify knapsacks
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.25	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.25	c heuristics/undercover/freq = 0
0.19/0.25	c 
0.19/0.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.25	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.25	c separating/rapidlearning/freq = 0
0.19/0.25	c 
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c start solving
0.19/0.25	c 
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c   0.1s|     1 |     2 |     0 |     - |2073k|   0 |   - | 639 | 460 |   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
3.09/3.18	c   2.8s| 10000 |  7960 |     0 |   0.0 |8085k| 409 |   - | 639 | 712 |   0 |   0 |   0 |1480 |   0 | 1.000000e+00 |      --      |    Inf 
5.89/5.99	c   5.4s| 20000 | 16195 |     0 |   0.0 |  13M| 409 |   - | 639 | 786 |   0 |   0 |   0 |2806 |   0 | 1.000000e+00 |      --      |    Inf 
8.89/8.92	c   8.1s| 30000 | 24114 |     0 |   0.0 |  19M| 409 |   - | 639 | 749 |   0 |   0 |   0 |4377 |   0 | 1.000000e+00 |      --      |    Inf 
12.00/12.04	c  11.0s| 40000 | 31697 |     0 |   0.0 |  24M| 409 |   - | 639 | 983 |   0 |   0 |   0 |6426 |   0 | 1.000000e+00 |      --      |    Inf 
15.18/15.30	c  14.0s| 50000 | 39269 |     0 |   0.0 |  30M| 409 |   - | 639 |1197 |   0 |   0 |   0 |8342 |   0 | 1.000000e+00 |      --      |    Inf 
18.09/18.15	c  16.6s| 60000 | 47330 |     0 |   0.0 |  36M| 409 |   - | 639 |1289 |   0 |   0 |   0 |9793 |   0 | 1.000000e+00 |      --      |    Inf 
21.38/21.49	c  19.7s| 70000 | 54274 |     0 |   0.0 |  41M| 409 |   - | 639 |1446 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 |      --      |    Inf 
25.79/25.82	c  23.8s| 80000 | 58559 |     0 |   0.0 |  46M| 409 |   - | 639 |1489 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 |      --      |    Inf 
28.59/28.63	c  26.3s| 90000 | 66908 |     0 |   0.0 |  51M| 409 |   - | 639 | 825 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 |      --      |    Inf 
31.48/31.55	c  29.0s|100000 | 75123 |     0 |   0.0 |  57M| 409 |   - | 639 | 871 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 |      --      |    Inf 
34.38/34.45	c  31.7s|110000 | 83313 |     0 |   0.0 |  62M| 409 |   - | 639 | 818 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 |      --      |    Inf 
37.39/37.41	c  34.4s|120000 | 91410 |     0 |   0.0 |  68M| 409 |   - | 639 | 882 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 |      --      |    Inf 
40.48/40.51	c  37.2s|130000 | 99363 |     0 |   0.0 |  74M| 409 |   - | 639 | 885 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 |      --      |    Inf 
43.68/43.71	c  40.2s|140000 |107152 |     0 |   0.0 |  79M| 409 |   - | 639 | 892 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 |      --      |    Inf 
46.88/46.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.88/46.94	c  43.1s|150000 |114839 |     0 |   0.0 |  84M| 409 |   - | 639 | 935 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 |      --      |    Inf 
50.18/50.22	c  46.2s|160000 |122534 |     0 |   0.0 |  90M| 409 |   - | 639 | 908 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 |      --      |    Inf 
53.47/53.57	c  49.3s|170000 |129930 |     0 |   0.0 |  95M| 409 |   - | 639 |1155 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 |      --      |    Inf 
56.87/56.93	c  52.4s|180000 |137501 |     0 |   0.0 | 101M| 409 |   - | 639 |1028 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 |      --      |    Inf 
60.28/60.31	c  55.5s|190000 |144924 |     0 |   0.0 | 106M| 409 |   - | 639 | 973 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 |      --      |    Inf 
63.78/63.88	c  58.8s|200000 |151746 |     0 |   0.0 | 111M| 409 |   - | 639 |1244 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 |      --      |    Inf 
67.37/67.41	c  62.1s|210000 |158905 |     0 |   0.0 | 116M| 409 |   - | 639 |1135 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 |      --      |    Inf 
70.97/71.01	c  65.5s|220000 |165899 |     0 |   0.0 | 121M| 409 |   - | 639 |1404 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 |      --      |    Inf 
74.47/74.56	c  68.8s|230000 |173075 |     0 |   0.0 | 126M| 409 |   - | 639 |1310 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 |      --      |    Inf 
78.08/78.14	c  72.1s|240000 |180236 |     0 |   0.0 | 131M| 409 |   - | 639 |1441 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 |      --      |    Inf 
81.57/81.61	c  75.3s|250000 |187611 |     0 |   0.0 | 136M| 409 |   - | 639 |1129 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 |      --      |    Inf 
84.97/85.06	c  78.5s|260000 |194895 |     0 |   0.0 | 142M| 409 |   - | 639 |1335 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 |      --      |    Inf 
88.46/88.53	c  81.8s|270000 |202284 |     0 |   0.0 | 147M| 409 |   - | 639 |1164 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 |      --      |    Inf 
92.17/92.27	c  85.2s|280000 |209205 |     0 |   0.0 | 152M| 409 |   - | 639 |1548 |   0 |   0 |   0 |  55k|   0 | 1.000000e+00 |      --      |    Inf 
95.76/95.80	c  88.5s|290000 |216535 |     0 |   0.0 | 157M| 409 |   - | 639 |1332 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 |      --      |    Inf 
99.36/99.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
99.36/99.49	c  92.0s|300000 |223526 |     0 |   0.0 | 162M| 409 |   - | 639 |1444 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 |      --      |    Inf 
103.17/103.29	c  95.5s|310000 |230439 |     0 |   0.0 | 167M| 409 |   - | 639 |1262 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 |      --      |    Inf 
106.96/107.05	c  99.0s|320000 |237317 |     0 |   0.0 | 172M| 409 |   - | 639 |1496 |   0 |   0 |   0 |  65k|   0 | 1.000000e+00 |      --      |    Inf 
110.66/110.76	c   102s|330000 |244346 |     0 |   0.0 | 177M| 409 |   - | 639 |1340 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 |      --      |    Inf 
114.56/114.62	c   106s|340000 |251066 |     0 |   0.0 | 182M| 409 |   - | 639 |1493 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 |      --      |    Inf 
118.36/118.45	c   110s|350000 |257936 |     0 |   0.0 | 187M| 409 |   - | 639 |1494 |   0 |   0 |   0 |  73k|   0 | 1.000000e+00 |      --      |    Inf 
122.46/122.56	c   114s|360000 |264388 |     0 |   0.0 | 192M| 409 |   - | 639 |1446 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 |      --      |    Inf 
126.66/126.73	c   117s|370000 |270754 |     0 |   0.0 | 197M| 409 |   - | 639 |1404 |   0 |   0 |   0 |  79k|   0 | 1.000000e+00 |      --      |    Inf 
130.86/130.99	c   121s|380000 |277088 |     0 |   0.0 | 202M| 409 |   - | 639 |1614 |   0 |   0 |   0 |  83k|   0 | 1.000000e+00 |      --      |    Inf 
135.05/135.14	c   125s|390000 |283562 |     0 |   0.0 | 207M| 409 |   - | 639 |1721 |   0 |   0 |   0 |  85k|   0 | 1.000000e+00 |      --      |    Inf 
139.05/139.18	c   129s|400000 |290212 |     0 |   0.0 | 212M| 409 |   - | 639 |1722 |   0 |   0 |   0 |  88k|   0 | 1.000000e+00 |      --      |    Inf 
143.05/143.17	c   133s|410000 |297013 |     0 |   0.0 | 217M| 409 |   - | 639 |1656 |   0 |   0 |   0 |  91k|   0 | 1.000000e+00 |      --      |    Inf 
147.26/147.32	c   137s|420000 |303612 |     0 |   0.0 | 222M| 409 |   - | 639 |1890 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 |      --      |    Inf 
151.35/151.41	c   141s|430000 |310416 |     0 |   0.0 | 227M| 409 |   - | 639 |1924 |   0 |   0 |   0 |  96k|   0 | 1.000000e+00 |      --      |    Inf 
155.25/155.36	c   144s|440000 |317309 |     0 |   0.0 | 232M| 409 |   - | 639 |2015 |   0 |   0 |   0 |  99k|   0 | 1.000000e+00 |      --      |    Inf 
159.15/159.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.15/159.26	c   148s|450000 |324345 |     0 |   0.0 | 237M| 409 |   - | 639 |1980 |   0 |   0 |   0 | 101k|   0 | 1.000000e+00 |      --      |    Inf 
163.24/163.30	c   152s|460000 |331121 |     0 |   0.0 | 242M| 409 |   - | 639 |2112 |   0 |   0 |   0 | 104k|   0 | 1.000000e+00 |      --      |    Inf 
166.95/167.08	c   155s|470000 |338265 |     0 |   0.0 | 248M| 409 |   - | 639 |2149 |   0 |   0 |   0 | 106k|   0 | 1.000000e+00 |      --      |    Inf 
170.55/170.65	c   159s|480000 |345721 |     0 |   0.0 | 253M| 409 |   - | 639 |2038 |   0 |   0 |   0 | 108k|   0 | 1.000000e+00 |      --      |    Inf 
174.04/174.10	c   162s|490000 |353237 |     0 |   0.0 | 258M| 409 |   - | 639 |1973 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 |      --      |    Inf 
177.64/177.70	c   165s|500000 |360438 |     0 |   0.0 | 264M| 409 |   - | 639 |2087 |   0 |   0 |   0 | 112k|   0 | 1.000000e+00 |      --      |    Inf 
181.24/181.32	c   169s|510000 |367681 |     0 |   0.0 | 269M| 409 |   - | 639 |2047 |   0 |   0 |   0 | 114k|   0 | 1.000000e+00 |      --      |    Inf 
184.94/185.03	c   172s|520000 |374594 |     0 |   0.0 | 275M| 409 |   - | 639 |2269 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 |      --      |    Inf 
188.24/188.38	o 137
188.24/188.38	c * 175s|528714 |380507 |     0 |   0.0 | 279M| 409 |   - | 639 |2423 |   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
188.84/188.90	c   176s|530000 |381322 |     0 |   0.0 | 280M| 409 |   - | 639 |2462 |   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
192.54/192.67	c   179s|540000 |388162 |     0 |   0.0 | 285M| 409 |   - | 639 |2606 |   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
196.44/196.50	c   183s|550000 |394972 |     0 |   0.0 | 290M| 409 |   - | 639 |2600 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
200.04/200.18	c   186s|560000 |402162 |     0 |   0.0 | 295M| 409 |   - | 639 |2532 |   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
203.93/204.01	c   190s|570000 |409080 |     0 |   0.0 | 300M| 409 |   - | 639 |2610 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
207.64/207.79	c   193s|580000 |415958 |     0 |   0.0 | 306M| 409 |   - | 639 |2508 |   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
211.53/211.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.53/211.68	c   197s|590000 |422645 |     0 |   0.0 | 311M| 409 |   - | 639 |2681 |   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
215.54/215.69	c   201s|600000 |429235 |     0 |   0.0 | 316M| 409 |   - | 639 |2722 |   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
219.53/219.64	c   204s|610000 |435931 |     0 |   0.0 | 321M| 409 |   - | 639 |2699 |   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
223.83/223.96	c   208s|620000 |441936 |     0 |   0.0 | 326M| 409 |   - | 639 |2798 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
228.23/228.36	c   212s|630000 |447691 |     0 |   0.0 | 331M| 409 |   - | 639 |2890 |   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
233.13/233.25	c   217s|640000 |452668 |     0 |   0.0 | 335M| 409 |   - | 639 |2902 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
238.43/238.55	c   222s|650000 |456635 |     0 |   0.0 | 339M| 409 |   - | 639 |2671 |   0 |   0 |   0 | 152k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
243.13/243.29	c   227s|660000 |460806 |     0 |   0.0 | 343M| 409 |   - | 639 |2908 |   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
248.23/248.35	c   231s|670000 |464507 |     0 |   0.0 | 346M| 409 |   - | 639 |2842 |   0 |   0 |   0 | 159k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
252.02/252.12	c   235s|680000 |470254 |     0 |   0.0 | 350M| 409 |   - | 639 |1080 |   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
255.04/255.19	c   238s|690000 |478420 |     0 |   0.0 | 355M| 409 |   - | 639 |1066 |   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
258.22/258.38	c   241s|700000 |486233 |     0 |   0.0 | 361M| 409 |   - | 639 | 944 |   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
261.73/261.81	c   244s|710000 |493477 |     0 |   0.0 | 366M| 409 |   - | 639 |1045 |   0 |   0 |   0 | 167k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
264.93/265.10	c   247s|720000 |500941 |     0 |   0.0 | 371M| 409 |   - | 639 |1032 |   0 |   0 |   0 | 169k|   0 | 1.000000e+00 | 1.370000e+02 |  Large 
267.92/268.03	o 3
267.92/268.03	c * 250s|727749 |460954 |     0 |   0.0 | 344M| 409 |   - | 639 |1156 |   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
347.10/347.22	c 
347.10/347.22	c SCIP Status        : problem is solved [optimal solution found]
347.10/347.22	c Solving Time (sec) : 327.96
347.10/347.22	c Solving Nodes      : 727750
347.10/347.22	c Primal Bound       : +3.00000000000000e+00 (2 solutions)
347.10/347.22	c Dual Bound         : +3.00000000000000e+00
347.10/347.22	c Gap                : 0.00 %
347.10/347.22	s OPTIMUM FOUND
347.10/347.22	v -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x144 -x143 x142 -x141 -x140 -x139 
347.10/347.22	v -x138 x137 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x136 -x135 -x134 -x133 -x132 -x131 x130 x129 -x192 -x191 -x190 
347.10/347.22	v -x189 -x188 -x187 -x186 -x185 -x128 -x127 -x126 -x125 -x124 x123 x122 x121 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x120 
347.10/347.22	v -x119 -x118 -x117 -x116 -x115 -x114 x113 -x176 -x175 -x174 -x173 x172 x171 x170 -x169 -x112 -x111 -x110 -x109 -x108 -x107 
347.10/347.22	v x106 x105 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x104 -x103 -x102 x101 -x100 -x99 -x98 x97 -x160 -x159 -x158 -x157 
347.10/347.22	v -x156 -x155 x154 -x153 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x88 -x87 -x86 
347.10/347.22	v -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 x73 -x72 -x71 -x70 -x69 x68 -x67 x66 x65 -x64 -x63 x62 -x61 -x60 x59 
347.10/347.22	v -x58 x57 -x56 -x55 -x54 -x53 -x52 x51 x50 x49 x48 -x47 x46 -x45 x44 -x43 x42 x41 x40 x39 -x38 x37 -x36 -x35 x34 x33 -x32 -x31 
347.10/347.22	v -x30 x29 -x28 -x27 -x26 x25 -x24 -x23 x22 x21 x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 
347.10/347.22	v x2 x1 
347.10/347.22	c SCIP Status        : problem is solved [optimal solution found]
347.10/347.22	c Solving Time       :     327.96
347.10/347.22	c Original Problem   :
347.10/347.22	c   Problem name     : HOME/instance-2663695-1276650337.opb
347.10/347.22	c   Variables        : 792 (792 binary, 0 integer, 0 implicit integer, 0 continuous)
347.10/347.22	c   Constraints      : 595 initial, 595 maximal
347.10/347.22	c Presolved Problem  :
347.10/347.22	c   Problem name     : t_HOME/instance-2663695-1276650337.opb
347.10/347.22	c   Variables        : 639 (639 binary, 0 integer, 0 implicit integer, 0 continuous)
347.10/347.22	c   Constraints      : 460 initial, 3008 maximal
347.10/347.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
347.10/347.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   probing          :       0.03          0          0          0          0          0          0          0          0
347.10/347.22	c   and              :       0.07         18        126          0          0          0        126          0        126
347.10/347.22	c   linear           :       0.00          1          8          0          0          0          0          0         60
347.10/347.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0
347.10/347.22	c   root node        :          -         64          -          -         64          -          -          -          -
347.10/347.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
347.10/347.22	c   integral         :          0          0          0          0          0          0          0          0          0          0
347.10/347.22	c   and              :        441          0    1717491          0     647999      19483    3219920          0          0          0
347.10/347.22	c   linear           :          9          0    1698007          0     647999     104451    1291995          0          0          0
347.10/347.22	c   logicor          :         10+         0     717289          0     647992       5914     196244          0          0          0
347.10/347.22	c   countsols        :          0          0          0          0     648001          0          0          0          0          0
347.10/347.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
347.10/347.22	c   integral         :       0.00       0.00       0.00       0.00       0.00
347.10/347.22	c   and              :      40.62       0.00      25.76       0.00      14.86
347.10/347.22	c   linear           :      66.28       0.00      65.67       0.00       0.61
347.10/347.22	c   logicor          :      18.10       0.00      16.40       0.00       1.70
347.10/347.22	c   countsols        :       0.28       0.00       0.00       0.00       0.28
347.10/347.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
347.10/347.22	c   vbounds          :       0.58          2          0          0
347.10/347.22	c   rootredcost      :       0.86          0          0          0
347.10/347.22	c   pseudoobj        :       2.11    1717038          2         26
347.10/347.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
347.10/347.22	c   propagation      :      36.82     129850     129398    1613417       62.6       9420       56.6          -
347.10/347.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
347.10/347.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
347.10/347.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
347.10/347.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
347.10/347.22	c   applied globally :          -          -          -     167343       33.8          -          -          -
347.10/347.22	c   applied locally  :          -          -          -       3868       79.5          -          -          -
347.10/347.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
347.10/347.22	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
347.10/347.22	c   redcost          :       0.00          0          0          0          0          0
347.10/347.22	c   impliedbounds    :       0.00          0          0          0          0          0
347.10/347.22	c   intobj           :       0.00          0          0          0          0          0
347.10/347.22	c   cgmip            :       0.00          0          0          0          0          0
347.10/347.22	c   gomory           :       0.00          0          0          0          0          0
347.10/347.22	c   strongcg         :       0.00          0          0          0          0          0
347.10/347.22	c   cmir             :       0.00          0          0          0          0          0
347.10/347.22	c   flowcover        :       0.00          0          0          0          0          0
347.10/347.22	c   clique           :       0.00          0          0          0          0          0
347.10/347.22	c   zerohalf         :       0.00          0          0          0          0          0
347.10/347.22	c   mcf              :       0.00          0          0          0          0          0
347.10/347.22	c   rapidlearning    :       0.00          0          0          0          0          0
347.10/347.22	c Pricers            :       Time      Calls       Vars
347.10/347.22	c   problem variables:       0.00          0          0
347.10/347.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
347.10/347.22	c   relpscost        :       0.00          0          0          0          0          0          0
347.10/347.22	c   pscost           :       0.00          0          0          0          0          0          0
347.10/347.22	c   inference        :      47.00     647999          0          0          0          0    1295998
347.10/347.22	c   mostinf          :       0.00          0          0          0          0          0          0
347.10/347.22	c   leastinf         :       0.00          0          0          0          0          0          0
347.10/347.22	c   fullstrong       :       0.00          0          0          0          0          0          0
347.10/347.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
347.10/347.22	c   random           :       0.00          0          0          0          0          0          0
347.10/347.22	c Primal Heuristics  :       Time      Calls      Found
347.10/347.22	c   LP solutions     :       0.00          -          0
347.10/347.22	c   pseudo solutions :       0.15          -          2
347.10/347.22	c   oneopt           :       0.43          0          0
347.10/347.22	c   trivial          :       0.00          2          0
347.10/347.22	c   simplerounding   :       0.00          0          0
347.10/347.22	c   zirounding       :       0.00          0          0
347.10/347.22	c   rounding         :       0.00          0          0
347.10/347.22	c   shifting         :       0.00          0          0
347.10/347.22	c   intshifting      :       0.00          0          0
347.10/347.22	c   twoopt           :       0.00          0          0
347.10/347.22	c   fixandinfer      :       0.00          0          0
347.10/347.22	c   feaspump         :       0.00          0          0
347.10/347.22	c   coefdiving       :       0.00          0          0
347.10/347.22	c   pscostdiving     :       0.00          0          0
347.10/347.22	c   fracdiving       :       0.00          0          0
347.10/347.22	c   veclendiving     :       0.00          0          0
347.10/347.22	c   intdiving        :       0.00          0          0
347.10/347.22	c   actconsdiving    :       0.00          0          0
347.10/347.22	c   objpscostdiving  :       0.00          0          0
347.10/347.22	c   rootsoldiving    :       0.00          0          0
347.10/347.22	c   linesearchdiving :       0.00          0          0
347.10/347.22	c   guideddiving     :       0.00          0          0
347.10/347.22	c   octane           :       0.00          0          0
347.10/347.22	c   rens             :       0.00          0          0
347.10/347.22	c   rins             :       0.00          0          0
347.10/347.22	c   localbranching   :       0.00          0          0
347.10/347.22	c   mutation         :       0.00          0          0
347.10/347.22	c   crossover        :       0.00          0          0
347.10/347.22	c   dins             :       0.00          0          0
347.10/347.22	c   undercover       :       0.00          0          0
347.10/347.22	c   nlp              :       0.30          0          0
347.10/347.22	c   trysol           :       0.19          0          0
347.10/347.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
347.10/347.22	c   primal LP        :       0.00          0          0       0.00          -
347.10/347.22	c   dual LP          :       0.00          0          0       0.00          -
347.10/347.22	c   lex dual LP      :       0.00          0          0       0.00          -
347.10/347.22	c   barrier LP       :       0.00          0          0       0.00          -
347.10/347.22	c   diving/probing LP:       0.00          0          0       0.00          -
347.10/347.22	c   strong branching :       0.00          0          0       0.00          -
347.10/347.22	c     (at root node) :          -          0          0       0.00          -
347.10/347.22	c   conflict analysis:       0.00          0          0       0.00          -
347.10/347.22	c B&B Tree           :
347.10/347.22	c   number of runs   :          1
347.10/347.22	c   nodes            :     727750
347.10/347.22	c   nodes (total)    :     727750
347.10/347.22	c   nodes left       :          0
347.10/347.22	c   max depth        :        409
347.10/347.22	c   max depth (total):        409
347.10/347.22	c   backtracks       :      53842 (7.4%)
347.10/347.22	c   delayed cutoffs  :     523194
347.10/347.22	c   repropagations   :     131617 (526897 domain reductions, 50101 cutoffs)
347.10/347.22	c   avg switch length:       5.74
347.10/347.22	c   switching time   :     121.55
347.10/347.22	c Solution           :
347.10/347.22	c   Solutions found  :          2 (2 improvements)
347.10/347.22	c   First Solution   : +1.37000000000000e+02   (in run 1, after 528714 nodes, 175.06 seconds, depth 122, found by <relaxation>)
347.10/347.22	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 727749 nodes, 249.43 seconds, depth 97, found by <relaxation>)
347.10/347.22	c   Dual Bound       : +3.00000000000000e+00
347.10/347.22	c   Gap              :       0.00 %
347.10/347.22	c   Root Dual Bound  : +1.00000000000000e+00
347.10/347.22	c   Root Iterations  :          0
347.10/347.27	c Time complete: 347.17.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663695-1276650337/watcher-2663695-1276650337 -o /tmp/evaluation-result-2663695-1276650337/solver-2663695-1276650337 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663695-1276650337.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: 0.85 0.97 0.99 3/106 5587
/proc/meminfo: memFree=1847892/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=5552 CPUtime=0
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 838 0 0 0 0 0 0 0 19 0 1 0 40635428 5685248 760 1992294400 4194304 7136930 140735354261488 18446744073709551615 6346856 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5587/statm: 1388 767 243 719 0 667 0

[startup+0.074279 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 5587
/proc/meminfo: memFree=1847892/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=12236 CPUtime=0.06
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 2943 0 0 0 3 3 0 0 20 0 1 0 40635428 12529664 2255 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 3059 2255 328 719 0 2338 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12236

[startup+0.101282 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 5587
/proc/meminfo: memFree=1847892/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=12236 CPUtime=0.09
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 2943 0 0 0 4 5 0 0 20 0 1 0 40635428 12529664 2255 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 3059 2255 328 719 0 2338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12236

[startup+0.300305 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 5587
/proc/meminfo: memFree=1847892/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=14128 CPUtime=0.29
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 8649 0 0 0 18 11 0 0 20 0 1 0 40635428 14467072 2821 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 3532 2821 389 719 0 2811 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14128

[startup+0.700349 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 5587
/proc/meminfo: memFree=1847892/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=15400 CPUtime=0.69
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 8974 0 0 0 54 15 0 0 20 0 1 0 40635428 15769600 3146 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 3850 3146 394 719 0 3129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15400

[startup+1.50044 s]
/proc/loadavg: 0.85 0.97 0.99 2/107 5588
/proc/meminfo: memFree=1835484/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=18308 CPUtime=1.49
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 9692 0 0 0 127 22 0 0 22 0 1 0 40635428 18747392 3864 1992294400 4194304 7136930 140735354261488 18446744073709551615 5908910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 4577 3864 394 719 0 3856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18308

[startup+3.10061 s]
/proc/loadavg: 0.85 0.97 0.99 2/107 5588
/proc/meminfo: memFree=1831640/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=22056 CPUtime=3.09
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 10655 0 0 0 275 34 0 0 25 0 1 0 40635428 22585344 4827 1992294400 4194304 7136930 140735354261488 18446744073709551615 4979111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 5514 4827 394 719 0 4793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22056

[startup+6.30097 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 5588
/proc/meminfo: memFree=1823580/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=31364 CPUtime=6.29
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 13019 0 0 0 571 58 0 0 25 0 1 0 40635428 32116736 7191 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 7841 7191 394 719 0 7120 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31364

[startup+12.7007 s]
/proc/loadavg: 0.87 0.97 0.99 2/107 5588
/proc/meminfo: memFree=1808824/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=43628 CPUtime=12.68
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 16143 0 0 0 1157 111 0 0 25 0 1 0 40635428 44675072 10315 1992294400 4194304 7136930 140735354261488 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 10907 10315 394 719 0 10186 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43628

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.99 2/107 5588
/proc/meminfo: memFree=1784148/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=67336 CPUtime=25.49
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 22164 0 0 0 2345 204 0 0 25 0 1 0 40635428 68952064 16336 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 16834 16336 394 719 0 16113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67336

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/107 5590
/proc/meminfo: memFree=1736780/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=115800 CPUtime=51.07
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 34025 0 0 0 4697 410 0 0 25 0 1 0 40635428 118579200 28197 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 28950 28197 394 719 0 28229 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 115800

[startup+102.309 s]
/proc/loadavg: 0.97 0.97 0.99 2/107 5590
/proc/meminfo: memFree=1656676/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=197352 CPUtime=102.28
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 53782 0 0 0 9458 770 0 0 25 0 1 0 40635428 202088448 47954 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 49338 47954 394 719 0 48617 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 197352

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5592
/proc/meminfo: memFree=1574712/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=279516 CPUtime=162.25
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 74707 0 0 0 15084 1141 0 0 25 0 1 0 40635428 286224384 68879 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 69879 68879 394 719 0 69158 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 279516

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5594
/proc/meminfo: memFree=1488904/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=361380 CPUtime=222.23
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 95598 0 0 0 20677 1546 0 0 25 0 1 0 40635428 370053120 89770 1992294400 4194304 7136930 140735354261488 18446744073709551615 6166606 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 90345 89770 394 719 0 89624 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 361380

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 3/107 5596
/proc/meminfo: memFree=1435336/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=421840 CPUtime=282.22
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 26370 1852 0 0 25 0 1 0 40635428 431964160 103094 1992294400 4194304 7136930 140735354261488 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 105460 103094 394 719 0 104739 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 421840

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1435336/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=421840 CPUtime=342.2
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32320 1900 0 0 25 0 1 0 40635428 431964160 103094 1992294400 4194304 7136930 140735354261488 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 105460 103094 394 719 0 104739 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 421840

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

[startup+345.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1435336/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=421324 CPUtime=345.4
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32631 1909 0 0 25 0 1 0 40635428 431435776 102965 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 105331 102965 394 719 0 104610 0
Current children cumulated CPU time (s) 345.4
Current children cumulated vsize (KiB) 421324

[startup+346.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1435336/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=417984 CPUtime=346.2
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32709 1911 0 0 25 0 1 0 40635428 428015616 102130 1992294400 4194304 7136930 140735354261488 18446744073709551615 6165594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 104496 102130 394 719 0 103775 0
Current children cumulated CPU time (s) 346.2
Current children cumulated vsize (KiB) 417984

[startup+346.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1438560/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=417984 CPUtime=346.6
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32747 1913 0 0 25 0 1 0 40635428 428015616 102130 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 104496 102130 394 719 0 103775 0
Current children cumulated CPU time (s) 346.6
Current children cumulated vsize (KiB) 417984

[startup+347.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1438560/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=409092 CPUtime=347
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32786 1914 0 0 25 0 1 0 40635428 418910208 99907 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 102273 99907 394 719 0 101552 0
Current children cumulated CPU time (s) 347
Current children cumulated vsize (KiB) 409092

[startup+347.201 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 5598
/proc/meminfo: memFree=1438560/2059040 swapFree=4140260/4192956
[pid=5587] ppid=5585 vsize=393256 CPUtime=347.1
/proc/5587/stat : 5587 (pbscip.linux.x8) R 5585 5587 5562 0 -1 4202496 108922 0 0 0 32795 1915 0 0 25 0 1 0 40635428 402694144 95948 1992294400 4194304 7136930 140735354261488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5587/statm: 98314 95948 394 719 0 97593 0
Current children cumulated CPU time (s) 347.1
Current children cumulated vsize (KiB) 393256

Child status: 0
Real time (s): 347.273
CPU time (s): 347.181
CPU user time (s): 327.979
CPU system time (s): 19.2021
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 421840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.979
system time used= 19.2021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108934
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= 4
involuntary context switches= 1016

runsolver used 0.540917 second user time and 1.68174 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 03:05:37
IDJOB=2663695
IDBENCH=48068
IDSOLVER=1167
FILE ID=node009/2663695-1276650337
PBS_JOBID= 11172455
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663695-1276650337/watcher-2663695-1276650337 -o /tmp/evaluation-result-2663695-1276650337/solver-2663695-1276650337 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663695-1276650337.opb -t 1800 -m 1800

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

MD5SUM BENCH= 9b7cb599a49db47c0ffbf25416bcef37
RANDOM SEED=1415608068

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848420 kB
Buffers:         31468 kB
Cached:          98076 kB
SwapCached:       6172 kB
Active:          94768 kB
Inactive:        47968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848420 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            3396 kB
Writeback:           0 kB
AnonPages:       11500 kB
Mapped:          13008 kB
Slab:            46140 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182160 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= 62552 MiB
End job on node009 at 2010-06-16 03:11:24