Trace number 2663790

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 solverOPT5 983.644 983.894

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_1.opb
MD5SUM27fb9f28c418482a39889bf496c3dc4e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark11.4833
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)610
Sum of products size (including duplicates)1220
Number of different products610
Sum of products size1220

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-2663790-1276658511.opb>
0.00/0.01	c original problem has 660 variables (660 bin, 0 int, 0 impl, 0 cont) and 660 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.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 17062 impls, 0 clqs
0.19/0.21	c    (0.1s) probing: 101/660 (15.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (2 rounds):
0.19/0.21	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  17062 implications, 0 cliques
0.19/0.21	c presolved problem has 660 variables (660 bin, 0 int, 0 impl, 0 cont) and 660 constraints
0.19/0.21	c     610 constraints of type <and>
0.19/0.21	c      50 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.10
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 1.2.1.2
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1799.99
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 1620
0.19/0.21	c 
0.19/0.21	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.21	c lp/solvefreq = -1
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c heuristics/undercover/freq = 0
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.21	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.21	c   0.1s|     1 |     2 |     0 |     - |2273k|   0 |   - | 660 | 660 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	o 10
0.89/0.97	c * 0.8s|  3281 |  3279 |     0 |   0.0 |5602k|  52 |   - | 660 | 660 |   0 |   0 |   0 |   0 |   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
1.79/1.80	o 8
1.79/1.80	c * 1.5s|  6821 |  6799 |     0 |   0.0 |9382k|  52 |   - | 660 | 660 |   0 |   0 |   0 |  11 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
2.60/2.64	c   2.3s| 10000 |  9969 |     0 |   0.0 |  12M|  52 |   - | 660 | 667 |   0 |   0 |   0 |  33 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
4.49/4.54	o 7
4.49/4.54	c * 4.0s| 18615 | 18503 |     0 |   0.0 |  21M|  52 |   - | 660 | 699 |   0 |   0 |   0 | 147 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
4.79/4.85	c   4.3s| 20000 | 19875 |     0 |   0.0 |  22M|  52 |   - | 660 | 732 |   0 |   0 |   0 | 213 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
7.70/7.72	c   6.9s| 30000 | 29215 |     0 |   0.0 |  34M|  52 |   - | 660 |2315 |   0 |   0 |   0 |2794 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
11.19/11.25	o 6
11.19/11.25	c *10.2s| 39386 | 34803 |     0 |   0.0 |  42M|  55 |   - | 660 |2388 |   0 |   0 |   0 |8504 |   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
11.49/11.51	c  10.5s| 40000 | 35276 |     0 |   0.0 |  43M|  55 |   - | 660 |2493 |   0 |   0 |   0 |8902 |   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
15.40/15.41	c  14.2s| 50000 | 43925 |     0 |   0.0 |  54M|  55 |   - | 660 |1407 |   0 |   0 |   0 |  12k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
20.68/20.76	c  19.2s| 60000 | 51069 |     0 |   0.0 |  66M|  55 |   - | 660 |4368 |   0 |   0 |   0 |  20k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
30.18/30.23	c  28.4s| 70000 | 56434 |     0 |   0.0 |  76M|  55 |   - | 660 |1518 |   0 |   0 |   0 |  33k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
34.37/34.42	c  32.4s| 80000 | 64743 |     0 |   0.0 |  88M|  55 |   - | 660 |2107 |   0 |   0 |   0 |  35k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
38.68/38.71	c  36.4s| 90000 | 72898 |     0 |   0.0 | 100M|  55 |   - | 660 |2472 |   0 |   0 |   0 |  38k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
43.28/43.37	c  40.9s|100000 | 80860 |     0 |   0.0 | 113M|  55 |   - | 660 |2904 |   0 |   0 |   0 |  41k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
48.47/48.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.47/48.58	c  45.8s|110000 | 88545 |     0 |   0.0 | 125M|  55 |   - | 660 |3327 |   0 |   0 |   0 |  44k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
54.07/54.11	c  51.1s|120000 | 96017 |     0 |   0.0 | 137M|  55 |   - | 660 |4025 |   0 |   0 |   0 |  48k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
60.07/60.17	c  56.9s|130000 |103304 |     0 |   0.0 | 150M|  55 |   - | 660 |4711 |   0 |   0 |   0 |  52k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
66.98/67.06	c  63.5s|140000 |110300 |     0 |   0.0 | 164M|  55 |   - | 660 |5244 |   0 |   0 |   0 |  56k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
74.68/74.73	c  70.9s|150000 |117017 |     0 |   0.0 | 177M|  56 |   - | 660 |5018 |   0 |   0 |   0 |  61k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
82.56/82.62	c  78.6s|160000 |123362 |     0 |   0.0 | 191M|  56 |   - | 660 |5603 |   0 |   0 |   0 |  67k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
91.06/91.11	c  86.8s|170000 |129562 |     0 |   0.0 | 204M|  56 |   - | 660 |6086 |   0 |   0 |   0 |  73k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
100.56/100.67	c  96.1s|180000 |135351 |     0 |   0.0 | 218M|  57 |   - | 660 |6839 |   0 |   0 |   0 |  79k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
110.86/110.92	c   106s|190000 |140862 |     0 |   0.0 | 232M|  58 |   - | 660 |7113 |   0 |   0 |   0 |  86k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
121.96/122.10	c   117s|200000 |146015 |     0 |   0.0 | 246M|  58 |   - | 660 |7534 |   0 |   0 |   0 |  94k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
134.25/134.31	c   129s|210000 |150873 |     0 |   0.0 | 261M|  58 |   - | 660 |8556 |   0 |   0 |   0 | 103k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
148.95/149.02	c   143s|220000 |154759 |     0 |   0.0 | 275M|  58 |   - | 660 |9868 |   0 |   0 |   0 | 113k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
166.54/166.64	c   161s|230000 |157781 |     0 |   0.0 | 289M|  58 |   - | 660 |  10k|   0 |   0 |   0 | 126k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
186.14/186.25	c   180s|240000 |160423 |     0 |   0.0 | 303M|  58 |   - | 660 |  11k|   0 |   0 |   0 | 140k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
211.64/211.70	c   205s|250000 |161455 |     0 |   0.0 | 317M|  58 |   - | 660 |  13k|   0 |   0 |   0 | 160k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
227.93/228.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.93/228.08	c   221s|260000 |166691 |     0 |   0.0 | 326M|  58 |   - | 660 |1911 |   0 |   0 |   0 | 171k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
233.42/233.51	c   226s|270000 |174580 |     0 |   0.0 | 338M|  58 |   - | 660 |2314 |   0 |   0 |   0 | 174k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
239.23/239.30	c   232s|280000 |182224 |     0 |   0.0 | 350M|  58 |   - | 660 |2778 |   0 |   0 |   0 | 178k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
245.62/245.75	c   238s|290000 |189465 |     0 |   0.0 | 363M|  58 |   - | 660 |3251 |   0 |   0 |   0 | 183k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
253.02/253.13	c   245s|300000 |196259 |     0 |   0.0 | 377M|  58 |   - | 660 |4223 |   0 |   0 |   0 | 188k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
261.73/261.86	c   253s|310000 |202562 |     0 |   0.0 | 390M|  58 |   - | 660 |4777 |   0 |   0 |   0 | 195k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
272.02/272.12	c   263s|320000 |208322 |     0 |   0.0 | 404M|  58 |   - | 660 |5757 |   0 |   0 |   0 | 202k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
283.63/283.79	c   275s|330000 |213671 |     0 |   0.0 | 418M|  58 |   - | 660 |7300 |   0 |   0 |   0 | 211k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
299.71/299.85	c   291s|340000 |217692 |     0 |   0.0 | 433M|  58 |   - | 660 |9704 |   0 |   0 |   0 | 224k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
323.01/323.17	c   314s|350000 |219677 |     0 |   0.0 | 441M|  58 |   - | 660 |2027 |   0 |   0 |   0 | 243k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
353.50/353.64	c   344s|360000 |216708 |     0 |   0.0 | 449M|  58 |   - | 660 |4707 |   0 |   0 |   0 | 257k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
387.79/387.94	c   378s|370000 |213583 |     0 |   0.0 | 455M|  58 |   - | 660 |6284 |   0 |   0 |   0 | 271k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
420.69/420.89	c   410s|380000 |211482 |     0 |   0.0 | 460M|  58 |   - | 660 |5813 |   0 |   0 |   0 | 282k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
456.77/456.94	c   446s|390000 |207513 |     0 |   0.0 | 463M|  58 |   - | 660 |7445 |   0 |   0 |   0 | 295k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
499.86/500.09	c   489s|400000 |202139 |     0 |   0.0 | 464M|  58 |   - | 660 |8796 |   0 |   0 |   0 | 309k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
540.05/540.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.05/540.26	c   529s|410000 |198493 |     0 |   0.0 | 464M|  58 |   - | 660 |7270 |   0 |   0 |   0 | 321k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
575.35/575.53	c   564s|420000 |195954 |     0 |   0.0 | 466M|  58 |   - | 660 |7598 |   0 |   0 |   0 | 332k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
614.34/614.52	c   602s|430000 |192123 |     0 |   0.0 | 463M|  58 |   - | 660 |7718 |   0 |   0 |   0 | 344k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
660.53/660.73	c   648s|440000 |184916 |     0 |   0.0 | 455M|  58 |   - | 660 |8536 |   0 |   0 |   0 | 357k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
718.20/718.43	c   706s|450000 |174166 |     0 |   0.0 | 442M|  58 |   - | 660 |9320 |   0 |   0 |   0 | 372k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
777.19/777.48	c   764s|460000 |163212 |     0 |   0.0 | 427M|  58 |   - | 660 |8990 |   0 |   0 |   0 | 386k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
833.28/833.58	c   820s|470000 |151896 |     0 |   0.0 | 407M|  58 |   - | 660 |  10k|   0 |   0 |   0 | 401k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
890.86/891.18	c   877s|480000 |140215 |     0 |   0.0 | 382M|  58 |   - | 660 |9121 |   0 |   0 |   0 | 416k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
945.55/945.82	c   932s|490000 |128067 |     0 |   0.0 | 350M|  58 |   - | 660 |8570 |   0 |   0 |   0 | 432k|   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
983.44/983.79	o 5
983.44/983.79	c * 969s|496871 |     0 |     0 |   0.0 |7720k|  58 |   - | 660 |9028 |   0 |   0 |   0 | 444k|   0 | 5.000000e+00 | 5.000000e+00 |   0.00%
983.54/983.80	c 
983.54/983.80	c SCIP Status        : problem is solved [optimal solution found]
983.54/983.80	c Solving Time (sec) : 969.27
983.54/983.80	c Solving Nodes      : 496871
983.54/983.80	c Primal Bound       : +5.00000000000000e+00 (5 solutions)
983.54/983.80	c Dual Bound         : +5.00000000000000e+00
983.54/983.80	c Gap                : 0.00 %
983.54/983.80	s OPTIMUM FOUND
983.54/983.80	v -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
983.54/983.80	v -x24 x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
983.54/983.80	c SCIP Status        : problem is solved [optimal solution found]
983.54/983.80	c Solving Time       :     969.27
983.54/983.80	c Original Problem   :
983.54/983.80	c   Problem name     : HOME/instance-2663790-1276658511.opb
983.54/983.80	c   Variables        : 660 (660 binary, 0 integer, 0 implicit integer, 0 continuous)
983.54/983.80	c   Constraints      : 660 initial, 660 maximal
983.54/983.80	c Presolved Problem  :
983.54/983.80	c   Problem name     : t_HOME/instance-2663790-1276658511.opb
983.54/983.80	c   Variables        : 660 (660 binary, 0 integer, 0 implicit integer, 0 continuous)
983.54/983.80	c   Constraints      : 660 initial, 15531 maximal
983.54/983.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
983.54/983.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   probing          :       0.02          0          0          0          0          0          0          0          0
983.54/983.80	c   and              :       0.08          0          0          0          0          0          0          0          0
983.54/983.80	c   logicor          :       0.00          0          0          0          0          0          0          0          0
983.54/983.80	c   root node        :          -          0          -          -          0          -          -          -          -
983.54/983.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
983.54/983.80	c   integral         :          0          0          0          0          0          0          0          0          0          0
983.54/983.80	c   and              :        610          0    1392644          0     336159       4496   49711380          0          0          0
983.54/983.80	c   logicor          :         50+         0     872288          0     336163     192629     161702          0          0          0
983.54/983.80	c   countsols        :          0          0          0          0     336164          0          0          0          0          0
983.54/983.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
983.54/983.80	c   integral         :       0.00       0.00       0.00       0.00       0.00
983.54/983.80	c   and              :     148.08       0.00     147.02       0.00       1.06
983.54/983.80	c   logicor          :     281.06       0.00     276.22       0.00       4.84
983.54/983.80	c   countsols        :       0.19       0.00       0.00       0.00       0.19
983.54/983.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
983.54/983.80	c   vbounds          :       0.91          2          0          0
983.54/983.80	c   rootredcost      :       0.86          0          0          0
983.54/983.80	c   pseudoobj        :      33.98    1399261       6811    3764383
983.54/983.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
983.54/983.80	c   propagation      :      11.81     203936     203931     515184       20.8        855       22.9          -
983.54/983.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
983.54/983.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
983.54/983.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
983.54/983.80	c   pseudo solution  :       0.00          3          3         11       22.7          1       57.0          -
983.54/983.80	c   applied globally :          -          -          -     444386       19.1          -          -          -
983.54/983.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
983.54/983.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
983.54/983.80	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
983.54/983.80	c   redcost          :       0.00          0          0          0          0          0
983.54/983.80	c   impliedbounds    :       0.00          0          0          0          0          0
983.54/983.80	c   intobj           :       0.00          0          0          0          0          0
983.54/983.80	c   cgmip            :       0.00          0          0          0          0          0
983.54/983.80	c   gomory           :       0.00          0          0          0          0          0
983.54/983.80	c   strongcg         :       0.00          0          0          0          0          0
983.54/983.80	c   cmir             :       0.00          0          0          0          0          0
983.54/983.80	c   flowcover        :       0.00          0          0          0          0          0
983.54/983.80	c   clique           :       0.00          0          0          0          0          0
983.54/983.80	c   zerohalf         :       0.00          0          0          0          0          0
983.54/983.80	c   mcf              :       0.00          0          0          0          0          0
983.54/983.80	c   rapidlearning    :       0.00          0          0          0          0          0
983.54/983.80	c Pricers            :       Time      Calls       Vars
983.54/983.80	c   problem variables:       0.00          0          0
983.54/983.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
983.54/983.80	c   relpscost        :       0.00          0          0          0          0          0          0
983.54/983.80	c   pscost           :       0.00          0          0          0          0          0          0
983.54/983.80	c   inference        :      22.22     336159          0          0          0          0     672318
983.54/983.80	c   mostinf          :       0.00          0          0          0          0          0          0
983.54/983.80	c   leastinf         :       0.00          0          0          0          0          0          0
983.54/983.80	c   fullstrong       :       0.00          0          0          0          0          0          0
983.54/983.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
983.54/983.80	c   random           :       0.00          0          0          0          0          0          0
983.54/983.80	c Primal Heuristics  :       Time      Calls      Found
983.54/983.80	c   LP solutions     :       0.00          -          0
983.54/983.80	c   pseudo solutions :       0.91          -          5
983.54/983.80	c   oneopt           :       0.55          0          0
983.54/983.80	c   trivial          :       0.00          2          0
983.54/983.80	c   simplerounding   :       0.00          0          0
983.54/983.80	c   zirounding       :       0.00          0          0
983.54/983.80	c   rounding         :       0.00          0          0
983.54/983.80	c   shifting         :       0.00          0          0
983.54/983.80	c   intshifting      :       0.00          0          0
983.54/983.80	c   twoopt           :       0.00          0          0
983.54/983.80	c   fixandinfer      :       0.00          0          0
983.54/983.80	c   feaspump         :       0.00          0          0
983.54/983.80	c   coefdiving       :       0.00          0          0
983.54/983.80	c   pscostdiving     :       0.00          0          0
983.54/983.80	c   fracdiving       :       0.00          0          0
983.54/983.80	c   veclendiving     :       0.00          0          0
983.54/983.80	c   intdiving        :       0.00          0          0
983.54/983.80	c   actconsdiving    :       0.00          0          0
983.54/983.80	c   objpscostdiving  :       0.00          0          0
983.54/983.80	c   rootsoldiving    :       0.00          0          0
983.54/983.80	c   linesearchdiving :       0.00          0          0
983.54/983.80	c   guideddiving     :       0.00          0          0
983.54/983.80	c   octane           :       0.00          0          0
983.54/983.80	c   rens             :       0.00          0          0
983.54/983.80	c   rins             :       0.00          0          0
983.54/983.80	c   localbranching   :       0.00          0          0
983.54/983.80	c   mutation         :       0.00          0          0
983.54/983.80	c   crossover        :       0.00          0          0
983.54/983.80	c   dins             :       0.00          0          0
983.54/983.80	c   undercover       :       0.00          0          0
983.54/983.80	c   nlp              :       0.36          0          0
983.54/983.80	c   trysol           :       0.35          0          0
983.54/983.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
983.54/983.80	c   primal LP        :       0.00          0          0       0.00          -
983.54/983.80	c   dual LP          :       0.00          0          0       0.00          -
983.54/983.80	c   lex dual LP      :       0.00          0          0       0.00          -
983.54/983.80	c   barrier LP       :       0.00          0          0       0.00          -
983.54/983.80	c   diving/probing LP:       0.00          0          0       0.00          -
983.54/983.80	c   strong branching :       0.00          0          0       0.00          -
983.54/983.80	c     (at root node) :          -          0          0       0.00          -
983.54/983.80	c   conflict analysis:       0.00          0          0       0.00          -
983.54/983.80	c B&B Tree           :
983.54/983.80	c   number of runs   :          1
983.54/983.80	c   nodes            :     496871
983.54/983.80	c   nodes (total)    :     496871
983.54/983.80	c   nodes left       :          0
983.54/983.80	c   max depth        :         58
983.54/983.80	c   max depth (total):         58
983.54/983.80	c   backtracks       :     170520 (34.3%)
983.54/983.80	c   delayed cutoffs  :      53602
983.54/983.80	c   repropagations   :     303241 (8911612 domain reductions, 43232 cutoffs)
983.54/983.80	c   avg switch length:      17.98
983.54/983.80	c   switching time   :     391.46
983.54/983.80	c Solution           :
983.54/983.80	c   Solutions found  :          5 (5 improvements)
983.54/983.80	c   First Solution   : +1.00000000000000e+01   (in run 1, after 3281 nodes, 0.77 seconds, depth 52, found by <relaxation>)
983.54/983.80	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 496871 nodes, 968.37 seconds, depth 28, found by <relaxation>)
983.54/983.80	c   Dual Bound       : +5.00000000000000e+00
983.54/983.80	c   Gap              :       0.00 %
983.54/983.80	c   Root Dual Bound  : +0.00000000000000e+00
983.54/983.80	c   Root Iterations  :          0
983.54/983.89	c Time complete: 983.63.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663790-1276658511/watcher-2663790-1276658511 -o /tmp/evaluation-result-2663790-1276658511/solver-2663790-1276658511 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663790-1276658511.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.99 0.98 0.99 3/106 13346
/proc/meminfo: memFree=1821248/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=6584 CPUtime=0
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 963 0 0 0 0 0 0 0 15 0 1 0 7142733 6742016 886 1992294400 4194304 7136930 140737428111248 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13346/statm: 1646 895 254 719 0 925 0

[startup+0.0254839 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 13346
/proc/meminfo: memFree=1821248/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=11808 CPUtime=0.02
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 2583 0 0 0 1 1 0 0 17 0 1 0 7142733 12091392 2153 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 2952 2161 328 719 0 2231 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11808

[startup+0.101491 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 13346
/proc/meminfo: memFree=1821248/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=12852 CPUtime=0.09
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 3096 0 0 0 5 4 0 0 17 0 1 0 7142733 13160448 2409 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 3213 2409 328 719 0 2492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12852

[startup+0.300508 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 13346
/proc/meminfo: memFree=1821248/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=14644 CPUtime=0.29
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 4120 0 0 0 18 11 0 0 17 0 1 0 7142733 14995456 2919 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 3661 2919 381 719 0 2940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14644

[startup+0.700543 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 13346
/proc/meminfo: memFree=1821248/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=17384 CPUtime=0.69
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 4838 0 0 0 55 14 0 0 17 0 1 0 7142733 17801216 3637 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 4346 3637 381 719 0 3625 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17384

[startup+1.50061 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13347
/proc/meminfo: memFree=1806980/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=22300 CPUtime=1.49
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 6048 0 0 0 125 24 0 0 18 0 1 0 7142733 22835200 4847 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 5575 4847 387 719 0 4854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22300

[startup+3.10175 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13347
/proc/meminfo: memFree=1800408/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=30572 CPUtime=3.09
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 8149 0 0 0 271 38 0 0 21 0 1 0 7142733 31305728 6948 1992294400 4194304 7136930 140737428111248 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 7643 6948 387 719 0 6922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30572

[startup+6.30103 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13347
/proc/meminfo: memFree=1782180/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=45908 CPUtime=6.29
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 12026 0 0 0 560 69 0 0 25 0 1 0 7142733 47009792 10825 1992294400 4194304 7136930 140737428111248 18446744073709551615 6312268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 11477 10825 387 719 0 10756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45908

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13347
/proc/meminfo: memFree=1756636/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=70296 CPUtime=12.69
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 18118 0 0 0 1162 107 0 0 25 0 1 0 7142733 71983104 16917 1992294400 4194304 7136930 140737428111248 18446744073709551615 5922703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 17574 16917 387 719 0 16853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70296

[startup+25.5007 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13347
/proc/meminfo: memFree=1726876/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=99480 CPUtime=25.49
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 25269 0 0 0 2386 163 0 0 25 0 1 0 7142733 101867520 24068 1992294400 4194304 7136930 140737428111248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 24870 24068 387 719 0 24149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99480

[startup+51.1009 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13349
/proc/meminfo: memFree=1663264/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=169052 CPUtime=51.07
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 41313 0 0 0 4822 285 0 0 25 0 1 0 7142733 173109248 40112 1992294400 4194304 7136930 140737428111248 18446744073709551615 4219812 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 42263 40112 387 719 0 41542 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 169052

[startup+102.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13349
/proc/meminfo: memFree=1567164/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=272128 CPUtime=102.27
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 64790 0 0 0 9765 462 0 0 25 0 1 0 7142733 278659072 63589 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 68032 63589 387 719 0 67311 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 272128

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13351
/proc/meminfo: memFree=1498220/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=350620 CPUtime=162.25
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 82359 0 0 0 15630 595 0 0 25 0 1 0 7142733 359034880 81158 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 87655 81158 387 719 0 86934 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 350620

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13353
/proc/meminfo: memFree=1453580/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=399224 CPUtime=222.23
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 93094 0 0 0 21539 684 0 0 25 0 1 0 7142733 408805376 91893 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 99806 91893 387 719 0 99085 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 399224

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13355
/proc/meminfo: memFree=1356736/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=502744 CPUtime=282.22
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 117443 0 0 0 27335 887 0 0 25 0 1 0 7142733 514809856 116242 1992294400 4194304 7136930 140737428111248 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 125686 116242 387 719 0 124965 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 502744

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13357
/proc/meminfo: memFree=1320900/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=538264 CPUtime=342.21
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 126138 0 0 0 33245 976 0 0 25 0 1 0 7142733 551182336 124937 1992294400 4194304 7136930 140737428111248 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 134566 124937 388 719 0 133845 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 538264

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13357
/proc/meminfo: memFree=1310360/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=550196 CPUtime=402.19
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 128773 0 0 0 39184 1035 0 0 25 0 1 0 7142733 563400704 127572 1992294400 4194304 7136930 140737428111248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 137549 127572 388 719 0 136828 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 550196

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13359
/proc/meminfo: memFree=1300936/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=559560 CPUtime=462.17
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 131102 0 0 0 45128 1089 0 0 25 0 1 0 7142733 572989440 129901 1992294400 4194304 7136930 140737428111248 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 139890 129901 388 719 0 139169 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 559560

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13361
/proc/meminfo: memFree=1294612/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=566260 CPUtime=522.16
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 132677 0 0 0 51080 1136 0 0 25 0 1 0 7142733 579850240 131476 1992294400 4194304 7136930 140737428111248 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 141565 131476 388 719 0 140844 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 566260

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13363
/proc/meminfo: memFree=1291264/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=569476 CPUtime=582.14
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 133465 0 0 0 57027 1187 0 0 25 0 1 0 7142733 583143424 132264 1992294400 4194304 7136930 140737428111248 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 142369 132264 388 719 0 141648 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 569476

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13368
/proc/meminfo: memFree=1288288/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=571520 CPUtime=642.14
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134045 0 0 0 62982 1232 0 0 25 0 1 0 7142733 585236480 132844 1992294400 4194304 7136930 140737428111248 18446744073709551615 5955595 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 142880 132844 388 719 0 142159 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 571520

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13368
/proc/meminfo: memFree=1287916/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=571652 CPUtime=702.11
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134121 0 0 0 68947 1264 0 0 25 0 1 0 7142733 585371648 132920 1992294400 4194304 7136930 140737428111248 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 142913 132920 388 719 0 142192 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 571652

[startup+762.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13370
/proc/meminfo: memFree=1286800/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=574076 CPUtime=762.1
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134406 0 0 0 74915 1295 0 0 25 0 1 0 7142733 587853824 133205 1992294400 4194304 7136930 140737428111248 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 143519 133205 388 719 0 142798 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 574076

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13372
/proc/meminfo: memFree=1285684/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=576252 CPUtime=822.08
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134730 0 0 0 80878 1330 0 0 25 0 1 0 7142733 590082048 133529 1992294400 4194304 7136930 140737428111248 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144063 133529 388 719 0 143342 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 576252

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13374
/proc/meminfo: memFree=1285188/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=576752 CPUtime=882.07
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134834 0 0 0 86843 1364 0 0 25 0 1 0 7142733 590594048 133633 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144188 133633 388 719 0 143467 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 576752

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284940/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=942.05
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134903 0 0 0 92805 1400 0 0 25 0 1 0 7142733 591077376 133702 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133702 388 719 0 143585 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 577224

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

[startup+947.108 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284940/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=946.85
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134903 0 0 0 93282 1403 0 0 25 0 1 0 7142733 591077376 133702 1992294400 4194304 7136930 140737428111248 18446744073709551615 4678072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133702 388 719 0 143585 0
Current children cumulated CPU time (s) 946.85
Current children cumulated vsize (KiB) 577224

[startup+959.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=959.64
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134903 0 0 0 94554 1410 0 0 25 0 1 0 7142733 591077376 133702 1992294400 4194304 7136930 140737428111248 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133702 388 719 0 143585 0
Current children cumulated CPU time (s) 959.64
Current children cumulated vsize (KiB) 577224

[startup+972.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=972.44
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134903 0 0 0 95825 1419 0 0 25 0 1 0 7142733 591077376 133702 1992294400 4194304 7136930 140737428111248 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133702 388 719 0 143585 0
Current children cumulated CPU time (s) 972.44
Current children cumulated vsize (KiB) 577224

[startup+979.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=978.84
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96461 1423 0 0 25 0 1 0 7142733 591077376 133706 1992294400 4194304 7136930 140737428111248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133706 388 719 0 143585 0
Current children cumulated CPU time (s) 978.84
Current children cumulated vsize (KiB) 577224

[startup+982.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=982.05
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96780 1425 0 0 25 0 1 0 7142733 591077376 133706 1992294400 4194304 7136930 140737428111248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133706 388 719 0 143585 0
Current children cumulated CPU time (s) 982.05
Current children cumulated vsize (KiB) 577224

[startup+983.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=577224 CPUtime=982.84
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96858 1426 0 0 25 0 1 0 7142733 591077376 133706 1992294400 4194304 7136930 140737428111248 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 144306 133706 388 719 0 143585 0
Current children cumulated CPU time (s) 982.84
Current children cumulated vsize (KiB) 577224

[startup+983.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=572660 CPUtime=983.24
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96898 1426 0 0 25 0 1 0 7142733 586403840 132565 1992294400 4194304 7136930 140737428111248 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 143165 132565 388 719 0 142444 0
Current children cumulated CPU time (s) 983.24
Current children cumulated vsize (KiB) 572660

[startup+983.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=541668 CPUtime=983.44
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96918 1426 0 0 25 0 1 0 7142733 554668032 124688 1992294400 4194304 7136930 140737428111248 18446744073709551615 6360983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 135288 124688 388 719 0 134567 0
Current children cumulated CPU time (s) 983.44
Current children cumulated vsize (KiB) 541668

[startup+983.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13376
/proc/meminfo: memFree=1284816/2059040 swapFree=4141108/4192956
[pid=13346] ppid=13344 vsize=515388 CPUtime=983.54
/proc/13346/stat : 13346 (pbscip.linux.x8) R 13344 13346 12069 0 -1 4202496 134907 0 0 0 96928 1426 0 0 25 0 1 0 7142733 527757312 118247 1992294400 4194304 7136930 140737428111248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13346/statm: 128847 118247 388 719 0 128126 0
Current children cumulated CPU time (s) 983.54
Current children cumulated vsize (KiB) 515388

Child status: 0
Real time (s): 983.894
CPU time (s): 983.644
CPU user time (s): 969.32
CPU system time (s): 14.3248
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 577224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 969.32
system time used= 14.3248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134919
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= 2
involuntary context switches= 1176

runsolver used 1.66075 second user time and 4.6173 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 05:21:51
IDJOB=2663790
IDBENCH=48163
IDSOLVER=1167
FILE ID=node050/2663790-1276658511
PBS_JOBID= 11172451
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_1.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-2663790-1276658511/watcher-2663790-1276658511 -o /tmp/evaluation-result-2663790-1276658511/solver-2663790-1276658511 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663790-1276658511.opb -t 1800 -m 1800

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

MD5SUM BENCH= 27fb9f28c418482a39889bf496c3dc4e
RANDOM SEED=1965093639

node050.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.215
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.43
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.215
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1821652 kB
Buffers:         36824 kB
Cached:         110300 kB
SwapCached:       7068 kB
Active:         104888 kB
Inactive:        56936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1821652 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            3276 kB
Writeback:           0 kB
AnonPages:       11804 kB
Mapped:          13056 kB
Slab:            53768 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179704 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= 62568 MiB
End job on node050 at 2010-06-16 05:38:15