Trace number 2664599

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 solverSAT (TO)30 1801.41 1801.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark23.5534
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
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 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2664599-1276355443.opb>
0.00/0.01	c original problem has 45 variables (45 bin, 0 int, 0 impl, 0 cont) and 331 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	o 45
0.00/0.02	c feasible solution found by trivial heuristic, objective value  4.500000e+01
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 331 upgd conss, 2 impls, 0 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  2 implications, 0 cliques
0.00/0.03	c presolved problem has 45 variables (45 bin, 0 int, 0 impl, 0 cont) and 331 constraints
0.00/0.03	c       1 constraints of type <knapsack>
0.00/0.03	c     330 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1799.99
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 1620
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c t 0.0s|     1 |     2 |     0 |     - | 437k|   0 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
1.19/1.24	c   1.0s| 10000 | 10001 |     0 |   0.0 |4011k|  20 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.300000e+01 | 4.500000e+01 | 246.15%
2.39/2.44	c   2.1s| 20000 | 20001 |     0 |   0.0 |7543k|  23 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.500000e+01 | 4.500000e+01 | 200.00%
3.59/3.64	c   3.1s| 30000 | 30001 |     0 |   0.0 |  11M|  24 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.600000e+01 | 4.500000e+01 | 181.25%
4.79/4.84	c   4.1s| 40000 | 40001 |     0 |   0.0 |  14M|  25 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.700000e+01 | 4.500000e+01 | 164.71%
5.98/6.03	c   5.1s| 50000 | 50001 |     0 |   0.0 |  18M|  25 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.700000e+01 | 4.500000e+01 | 164.71%
6.29/6.39	o 31
6.29/6.39	c * 5.4s| 53061 | 52978 |     0 |   0.0 |  19M|  25 |   - |  45 | 331 |   0 |   0 |   0 |   0 |   0 | 1.800000e+01 | 3.100000e+01 |  72.22%
7.19/7.29	c   6.2s| 60000 | 59751 |     0 |   0.0 |  21M|  25 |   - |  45 | 337 |   0 |   0 |   0 |  27 |   0 | 1.800000e+01 | 3.100000e+01 |  72.22%
8.49/8.54	c   7.3s| 70000 | 69709 |     0 |   0.0 |  25M|  25 |   - |  45 | 339 |   0 |   0 |   0 |  39 |   0 | 1.800000e+01 | 3.100000e+01 |  72.22%
9.79/9.83	c   8.4s| 80000 | 79065 |     0 |   0.0 |  28M|  25 |   - |  45 | 368 |   0 |   0 |   0 | 166 |   0 | 1.900000e+01 | 3.100000e+01 |  63.16%
11.09/11.15	c   9.6s| 90000 | 88679 |     0 |   0.0 |  32M|  25 |   - |  45 | 397 |   0 |   0 |   0 | 245 |   0 | 1.900000e+01 | 3.100000e+01 |  63.16%
12.38/12.43	c  10.7s|100000 | 98543 |     0 |   0.0 |  35M|  26 |   - |  45 | 408 |   0 |   0 |   0 | 289 |   0 | 1.900000e+01 | 3.100000e+01 |  63.16%
13.79/13.81	c  11.9s|110000 |107021 |     0 |   0.0 |  38M|  27 |   - |  45 | 505 |   0 |   0 |   0 | 647 |   0 | 2.000000e+01 | 3.100000e+01 |  55.00%
15.19/15.25	c  13.2s|120000 |116023 |     0 |   0.0 |  42M|  27 |   - |  45 | 555 |   0 |   0 |   0 | 857 |   0 | 2.000000e+01 | 3.100000e+01 |  55.00%
16.59/16.69	c  14.4s|130000 |125329 |     0 |   0.0 |  45M|  27 |   - |  45 | 594 |   0 |   0 |   0 |1061 |   0 | 2.000000e+01 | 3.100000e+01 |  55.00%
17.99/18.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.99/18.05	c  15.6s|140000 |135083 |     0 |   0.0 |  48M|  27 |   - |  45 | 572 |   0 |   0 |   0 |1136 |   0 | 2.000000e+01 | 3.100000e+01 |  55.00%
19.38/19.42	c  16.8s|150000 |144047 |     0 |   0.0 |  52M|  28 |   - |  45 | 555 |   0 |   0 |   0 |1332 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
20.90/20.99	c  18.2s|160000 |151427 |     0 |   0.0 |  55M|  28 |   - |  45 | 745 |   0 |   0 |   0 |1933 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
22.59/22.62	c  19.6s|170000 |159629 |     0 |   0.0 |  58M|  28 |   - |  45 | 825 |   0 |   0 |   0 |2344 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
24.19/24.27	c  21.1s|180000 |168091 |     0 |   0.0 |  61M|  28 |   - |  45 | 921 |   0 |   0 |   0 |2720 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
25.89/25.96	c  22.6s|190000 |176801 |     0 |   0.0 |  65M|  28 |   - |  45 |1014 |   0 |   0 |   0 |3098 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
27.59/27.66	c  24.1s|200000 |185399 |     0 |   0.0 |  68M|  28 |   - |  45 |1090 |   0 |   0 |   0 |3504 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
29.29/29.31	c  25.6s|210000 |194451 |     0 |   0.0 |  71M|  28 |   - |  45 |1131 |   0 |   0 |   0 |3810 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
30.78/30.87	c  27.0s|220000 |203575 |     0 |   0.0 |  74M|  28 |   - |  45 |1168 |   0 |   0 |   0 |4131 |   0 | 2.100000e+01 | 3.100000e+01 |  47.62%
32.68/32.76	c  28.7s|230000 |209755 |     0 |   0.0 |  77M|  28 |   - |  45 |1196 |   0 |   0 |   0 |4921 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
34.78/34.83	c  30.6s|240000 |216109 |     0 |   0.0 |  80M|  28 |   - |  45 |1431 |   0 |   0 |   0 |5732 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
36.98/37.02	c  32.6s|250000 |222755 |     0 |   0.0 |  83M|  28 |   - |  45 |1618 |   0 |   0 |   0 |6557 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
39.28/39.31	c  34.7s|260000 |229716 |     0 |   0.0 |  86M|  28 |   - |  45 |1753 |   0 |   0 |   0 |7287 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
41.68/41.70	c  36.9s|270000 |236698 |     0 |   0.0 |  89M|  28 |   - |  45 |1807 |   0 |   0 |   0 |8051 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
44.08/44.14	c  39.2s|280000 |243630 |     0 |   0.0 |  92M|  29 |   - |  45 |1954 |   0 |   0 |   0 |8860 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
46.57/46.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.57/46.61	c  41.4s|290000 |251372 |     0 |   0.0 |  95M|  29 |   - |  45 |2045 |   0 |   0 |   0 |9531 |   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
49.17/49.22	c  43.8s|300000 |258891 |     0 |   0.0 |  98M|  29 |   - |  45 |2162 |   0 |   0 |   0 |  10k|   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
51.57/51.68	c  46.1s|310000 |267293 |     0 |   0.0 | 101M|  29 |   - |  45 |2251 |   0 |   0 |   0 |  10k|   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
54.06/54.11	c  48.4s|320000 |275493 |     0 |   0.0 | 104M|  29 |   - |  45 |2304 |   0 |   0 |   0 |  11k|   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
56.36/56.45	c  50.5s|330000 |283825 |     0 |   0.0 | 108M|  29 |   - |  45 |2351 |   0 |   0 |   0 |  11k|   0 | 2.200000e+01 | 3.100000e+01 |  40.91%
58.87/58.90	c  52.8s|340000 |289883 |     0 |   0.0 | 110M|  31 |   - |  45 |2563 |   0 |   0 |   0 |  13k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
62.17/62.20	c  55.9s|350000 |293080 |     0 |   0.0 | 112M|  31 |   - |  45 |3294 |   0 |   0 |   0 |  15k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
66.27/66.33	c  59.8s|360000 |296566 |     0 |   0.0 | 115M|  31 |   - |  45 |4180 |   0 |   0 |   0 |  16k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
71.66/71.74	c  65.0s|370000 |299975 |     0 |   0.0 | 117M|  31 |   - |  45 |4973 |   0 |   0 |   0 |  19k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
77.66/77.76	c  70.8s|380000 |303638 |     0 |   0.0 | 119M|  31 |   - |  45 |5762 |   0 |   0 |   0 |  21k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
84.56/84.66	c  77.5s|390000 |307547 |     0 |   0.0 | 122M|  31 |   - |  45 |6418 |   0 |   0 |   0 |  23k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
92.37/92.47	c  85.2s|400000 |311443 |     0 |   0.0 | 124M|  31 |   - |  45 |7136 |   0 |   0 |   0 |  25k|   0 | 2.300000e+01 | 3.100000e+01 |  34.78%
92.86/92.91	o 30
92.86/92.91	c *85.6s|400393 |285144 |     0 |   0.0 | 116M|  31 |   - |  45 |7167 |   0 |   0 |   0 |  25k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
102.36/102.42	c  94.9s|410000 |287472 |     0 |   0.0 | 118M|  31 |   - |  45 |9122 |   0 |   0 |   0 |  28k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
113.85/113.94	c   106s|420000 |290451 |     0 |   0.0 | 120M|  31 |   - |  45 |  10k|   0 |   0 |   0 |  31k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
127.85/127.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.85/127.90	c   120s|430000 |293006 |     0 |   0.0 | 123M|  31 |   - |  45 |  11k|   0 |   0 |   0 |  34k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
142.74/142.82	c   135s|440000 |295425 |     0 |   0.0 | 125M|  31 |   - |  45 |  12k|   0 |   0 |   0 |  38k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
158.84/158.98	c   151s|450000 |299006 |     0 |   0.0 | 127M|  31 |   - |  45 |  13k|   0 |   0 |   0 |  41k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
176.03/176.12	c   168s|460000 |302528 |     0 |   0.0 | 130M|  31 |   - |  45 |  14k|   0 |   0 |   0 |  44k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
194.53/194.62	c   186s|470000 |305330 |     0 |   0.0 | 132M|  31 |   - |  45 |  15k|   0 |   0 |   0 |  48k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
213.42/213.54	c   205s|480000 |308234 |     0 |   0.0 | 134M|  31 |   - |  45 |  16k|   0 |   0 |   0 |  52k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
233.02/233.11	c   224s|490000 |312375 |     0 |   0.0 | 137M|  31 |   - |  45 |  17k|   0 |   0 |   0 |  54k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
255.31/255.49	c   246s|500000 |316018 |     0 |   0.0 | 139M|  31 |   - |  45 |  18k|   0 |   0 |   0 |  58k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
277.30/277.44	c   268s|510000 |319231 |     0 |   0.0 | 141M|  31 |   - |  45 |  18k|   0 |   0 |   0 |  61k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
298.59/298.74	c   289s|520000 |322542 |     0 |   0.0 | 143M|  31 |   - |  45 |  19k|   0 |   0 |   0 |  65k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
320.29/320.41	c   310s|530000 |325890 |     0 |   0.0 | 145M|  31 |   - |  45 |  19k|   0 |   0 |   0 |  68k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
340.58/340.79	c   331s|540000 |329415 |     0 |   0.0 | 147M|  31 |   - |  45 |  19k|   0 |   0 |   0 |  72k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
361.37/361.55	c   351s|550000 |332517 |     0 |   0.0 | 150M|  31 |   - |  45 |  20k|   0 |   0 |   0 |  76k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
380.77/380.91	c   370s|560000 |337164 |     0 |   0.0 | 152M|  31 |   - |  45 |  20k|   0 |   0 |   0 |  79k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
400.37/400.56	c   390s|570000 |340808 |     0 |   0.0 | 154M|  31 |   - |  45 |  21k|   0 |   0 |   0 |  83k|   0 | 2.300000e+01 | 3.000000e+01 |  30.43%
421.55/421.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.55/421.77	c   411s|580000 |344221 |     0 |   0.0 | 156M|  32 |   - |  45 |  19k|   0 |   0 |   0 |  87k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
449.85/450.04	c   439s|590000 |345330 |     0 |   0.0 | 156M|  32 |   - |  45 |  17k|   0 |   0 |   0 |  89k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
478.04/478.29	c   467s|600000 |346707 |     0 |   0.0 | 158M|  32 |   - |  45 |  18k|   0 |   0 |   0 |  92k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
506.33/506.58	c   495s|610000 |348056 |     0 |   0.0 | 159M|  32 |   - |  45 |  19k|   0 |   0 |   0 |  94k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
536.72/536.99	c   525s|620000 |349487 |     0 |   0.0 | 160M|  32 |   - |  45 |  19k|   0 |   0 |   0 |  97k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
568.11/568.38	c   556s|630000 |351016 |     0 |   0.0 | 162M|  32 |   - |  45 |  20k|   0 |   0 |   0 | 101k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
600.10/600.33	c   588s|640000 |352593 |     0 |   0.0 | 163M|  32 |   - |  45 |  21k|   0 |   0 |   0 | 104k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
636.09/636.37	c   624s|650000 |353955 |     0 |   0.0 | 165M|  32 |   - |  45 |  22k|   0 |   0 |   0 | 107k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
671.28/671.57	c   659s|660000 |355678 |     0 |   0.0 | 167M|  32 |   - |  45 |  23k|   0 |   0 |   0 | 111k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
706.76/707.03	c   694s|670000 |357891 |     0 |   0.0 | 168M|  32 |   - |  45 |  24k|   0 |   0 |   0 | 114k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
745.25/745.54	c   732s|680000 |359534 |     0 |   0.0 | 170M|  32 |   - |  45 |  25k|   0 |   0 |   0 | 118k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
786.25/786.59	c   773s|690000 |360931 |     0 |   0.0 | 171M|  32 |   - |  45 |  26k|   0 |   0 |   0 | 122k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
825.43/825.77	c   812s|700000 |362950 |     0 |   0.0 | 173M|  32 |   - |  45 |  27k|   0 |   0 |   0 | 126k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
865.02/865.40	c   851s|710000 |365443 |     0 |   0.0 | 175M|  32 |   - |  45 |  27k|   0 |   0 |   0 | 129k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
907.01/907.36	c   893s|720000 |367285 |     0 |   0.0 | 177M|  32 |   - |  45 |  28k|   0 |   0 |   0 | 133k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
952.09/952.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.09/952.46	c   938s|730000 |368689 |     0 |   0.0 | 178M|  32 |   - |  45 |  29k|   0 |   0 |   0 | 137k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
999.18/999.58	c   985s|740000 |370314 |     0 |   0.0 | 180M|  32 |   - |  45 |  30k|   0 |   0 |   0 | 141k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1042.57/1042.97	c  1028s|750000 |372421 |     0 |   0.0 | 182M|  32 |   - |  45 |  31k|   0 |   0 |   0 | 145k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1087.06/1087.46	c  1072s|760000 |375243 |     0 |   0.0 | 183M|  32 |   - |  45 |  31k|   0 |   0 |   0 | 149k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1131.34/1131.70	c  1116s|770000 |378044 |     0 |   0.0 | 185M|  32 |   - |  45 |  31k|   0 |   0 |   0 | 152k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1177.74/1178.18	c  1163s|780000 |380042 |     0 |   0.0 | 187M|  32 |   - |  45 |  32k|   0 |   0 |   0 | 156k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1226.82/1227.21	c  1211s|790000 |381589 |     0 |   0.0 | 188M|  32 |   - |  45 |  33k|   0 |   0 |   0 | 160k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1273.50/1273.94	c  1258s|800000 |383396 |     0 |   0.0 | 190M|  32 |   - |  45 |  34k|   0 |   0 |   0 | 165k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1318.19/1318.70	c  1303s|810000 |386014 |     0 |   0.0 | 192M|  32 |   - |  45 |  35k|   0 |   0 |   0 | 169k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1365.08/1365.58	c  1349s|820000 |389376 |     0 |   0.0 | 194M|  32 |   - |  45 |  35k|   0 |   0 |   0 | 172k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1413.36/1413.84	c  1397s|830000 |392357 |     0 |   0.0 | 195M|  33 |   - |  45 |  35k|   0 |   0 |   0 | 176k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1461.75/1462.20	c  1445s|840000 |394479 |     0 |   0.0 | 197M|  33 |   - |  45 |  36k|   0 |   0 |   0 | 180k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1512.04/1512.52	c  1495s|850000 |396178 |     0 |   0.0 | 199M|  33 |   - |  45 |  37k|   0 |   0 |   0 | 184k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1562.42/1562.94	c  1546s|860000 |399046 |     0 |   0.0 | 201M|  33 |   - |  45 |  38k|   0 |   0 |   0 | 188k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1611.30/1611.83	c  1594s|870000 |401706 |     0 |   0.0 | 203M|  33 |   - |  45 |  38k|   0 |   0 |   0 | 192k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1660.59/1661.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1660.59/1661.13	c  1643s|880000 |404493 |     0 |   0.0 | 205M|  33 |   - |  45 |  39k|   0 |   0 |   0 | 197k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1711.17/1711.76	c  1694s|890000 |407034 |     0 |   0.0 | 206M|  33 |   - |  45 |  39k|   0 |   0 |   0 | 201k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1762.76/1763.33	c  1745s|900000 |409410 |     0 |   0.0 | 208M|  33 |   - |  45 |  39k|   0 |   0 |   0 | 205k|   0 | 2.400000e+01 | 3.000000e+01 |  25.00%
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.62	c 
1800.05/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.62	c Solving Time (sec) : 1782.09
1800.05/1800.62	c Solving Nodes      : 908280
1800.05/1800.62	c Primal Bound       : +3.00000000000000e+01 (5 solutions)
1800.05/1800.62	c Dual Bound         : +2.40000000000000e+01
1800.05/1800.62	c Gap                : 25.00 %
1800.05/1800.62	s SATISFIABLE
1800.05/1800.62	v -x45 -x44 -x43 -x42 -x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 -x30 -x29 -x28 -x27 -x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 
1800.05/1800.62	v x15 x14 x13 x12 x11 -x10 -x9 -x8 -x7 -x6 x5 x4 x3 x2 x1 
1800.05/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.62	c Solving Time       :    1782.09
1800.05/1800.62	c Original Problem   :
1800.05/1800.62	c   Problem name     : HOME/instance-2664599-1276355443.opb
1800.05/1800.62	c   Variables        : 45 (45 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.62	c   Constraints      : 331 initial, 331 maximal
1800.05/1800.62	c Presolved Problem  :
1800.05/1800.62	c   Problem name     : t_HOME/instance-2664599-1276355443.opb
1800.05/1800.62	c   Variables        : 45 (45 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.62	c   Constraints      : 331 initial, 39882 maximal
1800.05/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.62	c   knapsack         :          1          0    1558941          0     691295          0          0          0          0          0
1800.05/1800.62	c   logicor          :        330+         0    1162632          0     691295     140489    1593936          0          0          0
1800.05/1800.62	c   countsols        :          0          0          0          0     691295          0          0          0          0          0
1800.05/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.62	c   knapsack         :      18.57       0.00      14.92       0.00       3.65
1800.05/1800.62	c   logicor          :     947.90       0.00     941.13       0.00       6.77
1800.05/1800.62	c   countsols        :       0.31       0.00       0.00       0.00       0.31
1800.05/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.62	c   vbounds          :       0.92          2          0          0
1800.05/1800.62	c   rootredcost      :       0.83          0          0          0
1800.05/1800.62	c   pseudoobj        :      28.57    1670976     112125    1134385
1800.05/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.62	c   propagation      :      11.03     252614     143538     497498       28.6          0        0.0          -
1800.05/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.62	c   applied globally :          -          -          -     170363       27.7          -          -          -
1800.05/1800.62	c   applied locally  :          -          -          -      38762       31.4          -          -          -
1800.05/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.62	c Pricers            :       Time      Calls       Vars
1800.05/1800.62	c   problem variables:       0.00          0          0
1800.05/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   inference        :       5.70     691293          0          0          0          0    1382586
1800.05/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.62	c   LP solutions     :       0.00          -          0
1800.05/1800.62	c   pseudo solutions :       0.06          -          2
1800.05/1800.62	c   oneopt           :       0.76          0          0
1800.05/1800.62	c   trivial          :       0.00          2          3
1800.05/1800.62	c   simplerounding   :       0.00          0          0
1800.05/1800.62	c   zirounding       :       0.00          0          0
1800.05/1800.62	c   rounding         :       0.00          0          0
1800.05/1800.62	c   shifting         :       0.00          0          0
1800.05/1800.62	c   intshifting      :       0.00          0          0
1800.05/1800.62	c   twoopt           :       0.00          0          0
1800.05/1800.62	c   fixandinfer      :       0.00          0          0
1800.05/1800.62	c   feaspump         :       0.00          0          0
1800.05/1800.62	c   coefdiving       :       0.00          0          0
1800.05/1800.62	c   pscostdiving     :       0.00          0          0
1800.05/1800.62	c   fracdiving       :       0.00          0          0
1800.05/1800.62	c   veclendiving     :       0.00          0          0
1800.05/1800.62	c   intdiving        :       0.00          0          0
1800.05/1800.62	c   actconsdiving    :       0.00          0          0
1800.05/1800.62	c   objpscostdiving  :       0.00          0          0
1800.05/1800.62	c   rootsoldiving    :       0.00          0          0
1800.05/1800.62	c   linesearchdiving :       0.00          0          0
1800.05/1800.62	c   guideddiving     :       0.00          0          0
1800.05/1800.62	c   octane           :       0.00          0          0
1800.05/1800.62	c   rens             :       0.00          0          0
1800.05/1800.62	c   rins             :       0.00          0          0
1800.05/1800.62	c   localbranching   :       0.00          0          0
1800.05/1800.62	c   mutation         :       0.00          0          0
1800.05/1800.62	c   crossover        :       0.00          0          0
1800.05/1800.62	c   dins             :       0.00          0          0
1800.05/1800.62	c   undercover       :       0.00          0          0
1800.05/1800.62	c   nlp              :       0.36          0          0
1800.05/1800.62	c   trysol           :       0.53          0          0
1800.05/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.62	c B&B Tree           :
1800.05/1800.62	c   number of runs   :          1
1800.05/1800.62	c   nodes            :     908280
1800.05/1800.62	c   nodes (total)    :     908280
1800.05/1800.62	c   nodes left       :     412179
1800.05/1800.62	c   max depth        :         33
1800.05/1800.62	c   max depth (total):         33
1800.05/1800.62	c   backtracks       :     188334 (20.7%)
1800.05/1800.62	c   delayed cutoffs  :      35629
1800.05/1800.62	c   repropagations   :      81057 (382344 domain reductions, 35629 cutoffs)
1800.05/1800.62	c   avg switch length:       8.84
1800.05/1800.62	c   switching time   :     508.33
1800.05/1800.62	c Solution           :
1800.05/1800.62	c   Solutions found  :          5 (3 improvements)
1800.05/1800.62	c   First Solution   : +4.50000000000000e+01   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.62	c   Primal Bound     : +3.00000000000000e+01   (in run 1, after 400393 nodes, 85.55 seconds, depth 22, found by <relaxation>)
1800.05/1800.62	c   Dual Bound       : +2.40000000000000e+01
1800.05/1800.62	c   Gap              :      25.00 %
1800.05/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.62	c   Root Iterations  :          0
1801.34/1801.96	c Time complete: 1801.4.

Verifier Data

OK	30

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664599-1276355443/watcher-2664599-1276355443 -o /tmp/evaluation-result-2664599-1276355443/solver-2664599-1276355443 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664599-1276355443.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.15 1.05 1.01 3/106 13107
/proc/meminfo: memFree=1837944/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=6584 CPUtime=0
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 995 0 0 0 0 0 0 0 20 0 1 0 11145606 6742016 918 1992294400 4194304 7136930 140734395743360 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13107/statm: 1646 928 254 719 0 925 0

[startup+0.051971 s]
/proc/loadavg: 1.15 1.05 1.01 3/106 13107
/proc/meminfo: memFree=1837944/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=11524 CPUtime=0.04
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 3344 0 0 0 3 1 0 0 20 0 1 0 11145606 11800576 2143 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 2881 2143 388 719 0 2160 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11524

[startup+0.100976 s]
/proc/loadavg: 1.15 1.05 1.01 3/106 13107
/proc/meminfo: memFree=1837944/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=11664 CPUtime=0.09
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 3394 0 0 0 8 1 0 0 20 0 1 0 11145606 11943936 2193 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 2916 2193 388 719 0 2195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11664

[startup+0.300996 s]
/proc/loadavg: 1.15 1.05 1.01 3/106 13107
/proc/meminfo: memFree=1837944/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=12556 CPUtime=0.29
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 3621 0 0 0 25 4 0 0 20 0 1 0 11145606 12857344 2420 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 3139 2420 388 719 0 2418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12556

[startup+0.701033 s]
/proc/loadavg: 1.15 1.05 1.01 3/106 13107
/proc/meminfo: memFree=1837944/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=14208 CPUtime=0.69
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 4029 0 0 0 59 10 0 0 21 0 1 0 11145606 14548992 2828 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 3552 2828 388 719 0 2831 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14208

[startup+1.50111 s]
/proc/loadavg: 1.15 1.05 1.01 2/107 13108
/proc/meminfo: memFree=1827148/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=16872 CPUtime=1.49
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 4718 0 0 0 126 23 0 0 23 0 1 0 11145606 17276928 3517 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 4218 3517 388 719 0 3497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16872

[startup+3.10026 s]
/proc/loadavg: 1.13 1.05 1.01 2/107 13108
/proc/meminfo: memFree=1822932/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=22132 CPUtime=3.09
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 6084 0 0 0 262 47 0 0 25 0 1 0 11145606 22663168 4883 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 5533 4883 388 719 0 4812 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22132

[startup+6.30057 s]
/proc/loadavg: 1.13 1.05 1.01 2/107 13108
/proc/meminfo: memFree=1811648/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=31704 CPUtime=6.29
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 8583 0 0 0 536 93 0 0 25 0 1 0 11145606 32464896 7382 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 7926 7382 388 719 0 7205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31704

[startup+12.7012 s]
/proc/loadavg: 1.11 1.05 1.01 2/107 13110
/proc/meminfo: memFree=1792552/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=51756 CPUtime=12.69
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 13310 0 0 0 1093 176 0 0 25 0 1 0 11145606 52998144 12109 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 12939 12109 393 719 0 12218 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51756

[startup+25.5014 s]
/proc/loadavg: 1.10 1.05 1.01 2/107 13110
/proc/meminfo: memFree=1762296/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=79228 CPUtime=25.48
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 20465 0 0 0 2220 328 0 0 25 0 1 0 11145606 81129472 19264 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 19807 19264 393 719 0 19086 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79228

[startup+51.1008 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 13110
/proc/meminfo: memFree=1722988/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=121876 CPUtime=51.07
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 30424 0 0 0 4557 550 0 0 25 0 1 0 11145606 124801024 29223 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 30469 29223 393 719 0 29748 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 121876

[startup+102.309 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 13112
/proc/meminfo: memFree=1693476/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=149868 CPUtime=102.26
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 37455 0 0 0 9483 743 0 0 25 0 1 0 11145606 153464832 36254 1992294400 4194304 7136930 140734395743360 18446744073709551615 4210365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 37467 36254 393 719 0 36746 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 149868

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 13114
/proc/meminfo: memFree=1689012/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=155416 CPUtime=162.24
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 38627 0 0 0 15398 826 0 0 25 0 1 0 11145606 159145984 37426 1992294400 4194304 7136930 140734395743360 18446744073709551615 4210349 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 38854 37426 393 719 0 38133 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 155416

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 13117
/proc/meminfo: memFree=1679340/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=164296 CPUtime=222.21
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 40801 0 0 0 21327 894 0 0 25 0 1 0 11145606 168239104 39600 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 41074 39600 393 719 0 40353 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 164296

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13119
/proc/meminfo: memFree=1674256/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=169152 CPUtime=282.19
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 42086 0 0 0 27272 947 0 0 25 0 1 0 11145606 173211648 40885 1992294400 4194304 7136930 140734395743360 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 42288 40885 393 719 0 41567 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 169152

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13121
/proc/meminfo: memFree=1667312/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=175912 CPUtime=342.18
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 43827 0 0 0 33210 1008 0 0 25 0 1 0 11145606 180133888 42626 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 43978 42626 393 719 0 43257 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 175912

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13123
/proc/meminfo: memFree=1661484/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=181700 CPUtime=402.16
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 45284 0 0 0 39144 1072 0 0 25 0 1 0 11145606 186060800 44083 1992294400 4194304 7136930 140734395743360 18446744073709551615 4212419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 45425 44083 393 719 0 44704 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 181700

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13125
/proc/meminfo: memFree=1657764/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=186916 CPUtime=462.14
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 46203 0 0 0 45090 1124 0 0 25 0 1 0 11145606 191401984 45002 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 46729 45002 393 719 0 46008 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 186916

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13125
/proc/meminfo: memFree=1654540/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=189992 CPUtime=522.13
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 47016 0 0 0 51049 1164 0 0 25 0 1 0 11145606 194551808 45815 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 47498 45815 393 719 0 46777 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 189992

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13127
/proc/meminfo: memFree=1651316/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=193280 CPUtime=582.1
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 47855 0 0 0 57004 1206 0 0 25 0 1 0 11145606 197918720 46654 1992294400 4194304 7136930 140734395743360 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 48320 46654 393 719 0 47599 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 193280

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13129
/proc/meminfo: memFree=1647720/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=196848 CPUtime=642.1
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 48745 0 0 0 62966 1244 0 0 25 0 1 0 11145606 201572352 47544 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 49212 47544 393 719 0 48491 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 196848

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13139
/proc/meminfo: memFree=1631352/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=213556 CPUtime=1001.98
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 52805 0 0 0 98769 1429 0 0 25 0 1 0 11145606 218681344 51604 1992294400 4194304 7136930 140734395743360 18446744073709551615 5000143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 53389 51604 393 719 0 52668 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 213556

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13141
/proc/meminfo: memFree=1629244/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=215476 CPUtime=1061.97
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 53336 0 0 0 104740 1457 0 0 25 0 1 0 11145606 220647424 52135 1992294400 4194304 7136930 140734395743360 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 53869 52135 393 719 0 53148 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 215476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13141
/proc/meminfo: memFree=1627260/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=217160 CPUtime=1121.95
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 53786 0 0 0 110710 1485 0 0 25 0 1 0 11145606 222371840 52585 1992294400 4194304 7136930 140734395743360 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 54290 52585 393 719 0 53569 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 217160

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13143
/proc/meminfo: memFree=1625152/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=219096 CPUtime=1181.93
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 54340 0 0 0 116681 1512 0 0 25 0 1 0 11145606 224354304 53139 1992294400 4194304 7136930 140734395743360 18446744073709551615 4408902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 54774 53139 393 719 0 54053 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 219096

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13145
/proc/meminfo: memFree=1623664/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=220264 CPUtime=1241.91
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 54651 0 0 0 122649 1542 0 0 25 0 1 0 11145606 225550336 53450 1992294400 4194304 7136930 140734395743360 18446744073709551615 5000163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 55066 53450 393 719 0 54345 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 220264

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13147
/proc/meminfo: memFree=1620068/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=223912 CPUtime=1301.91
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 55530 0 0 0 128622 1569 0 0 25 0 1 0 11145606 229285888 54329 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 55978 54329 393 719 0 55257 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 223912

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13149
/proc/meminfo: memFree=1616968/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=226876 CPUtime=1361.88
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 56293 0 0 0 134590 1598 0 0 25 0 1 0 11145606 232321024 55092 1992294400 4194304 7136930 140734395743360 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 56719 55092 393 719 0 55998 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 226876

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13149
/proc/meminfo: memFree=1615108/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=228688 CPUtime=1421.87
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 56770 0 0 0 140561 1626 0 0 25 0 1 0 11145606 234176512 55569 1992294400 4194304 7136930 140734395743360 18446744073709551615 4223875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 57172 55569 393 719 0 56451 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 228688

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13151
/proc/meminfo: memFree=1612504/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=231908 CPUtime=1481.85
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 57431 0 0 0 146531 1654 0 0 25 0 1 0 11145606 237473792 56230 1992294400 4194304 7136930 140734395743360 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 57977 56230 393 719 0 57256 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 231908

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13153
/proc/meminfo: memFree=1610892/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=233772 CPUtime=1541.83
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 57830 0 0 0 152503 1680 0 0 25 0 1 0 11145606 239382528 56629 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 58443 56629 393 719 0 57722 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 233772

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13155
/proc/meminfo: memFree=1609528/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=234940 CPUtime=1601.8
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 58146 0 0 0 158472 1708 0 0 25 0 1 0 11145606 240578560 56945 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 58735 56945 393 719 0 58014 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 234940

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13157
/proc/meminfo: memFree=1606180/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=238720 CPUtime=1661.79
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 58972 0 0 0 164444 1735 0 0 25 0 1 0 11145606 244449280 57771 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 59680 57771 393 719 0 58959 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 238720

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13157
/proc/meminfo: memFree=1602088/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=242652 CPUtime=1721.76
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 59968 0 0 0 170413 1763 0 0 25 0 1 0 11145606 248475648 58767 1992294400 4194304 7136930 140734395743360 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 60663 58767 393 719 0 59942 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 242652

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13159
/proc/meminfo: memFree=1599112/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=245364 CPUtime=1781.74
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 60666 0 0 0 176386 1788 0 0 25 0 1 0 11145606 251252736 59465 1992294400 4194304 7136930 140734395743360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 61341 59465 393 719 0 60620 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 245364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 13159
/proc/meminfo: memFree=1597872/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=246524 CPUtime=1800.05
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 60961 0 0 0 178209 1796 0 0 25 0 1 0 11145606 252440576 59760 1992294400 4194304 7136930 140734395743360 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13107/statm: 61631 59760 393 719 0 60910 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 246524

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 13159
/proc/meminfo: memFree=1597872/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=246644 CPUtime=1800.84
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 60982 0 0 0 178288 1796 0 0 25 0 1 0 11145606 252563456 59781 1992294400 4194304 7136930 140734395743360 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13107/statm: 61661 59781 399 719 0 60940 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 246644

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13160
/proc/meminfo: memFree=1602948/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=232712 CPUtime=1801.25
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 60982 0 0 0 178328 1797 0 0 25 0 1 0 11145606 238297088 56298 1992294400 4194304 7136930 140734395743360 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13107/statm: 58178 56298 399 719 0 57457 0
Current children cumulated CPU time (s) 1801.25
Current children cumulated vsize (KiB) 232712

[startup+1801.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13160
/proc/meminfo: memFree=1602948/2059040 swapFree=4135796/4192956
[pid=13107] ppid=13105 vsize=173404 CPUtime=1801.34
/proc/13107/stat : 13107 (pbscip.linux.x8) R 13105 13107 12716 0 -1 4202496 60982 0 0 0 178337 1797 0 0 25 0 1 0 11145606 177565696 41471 1992294400 4194304 7136930 140734395743360 18446744073709551615 4997782 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13107/statm: 43351 41471 399 719 0 42630 0
Current children cumulated CPU time (s) 1801.34
Current children cumulated vsize (KiB) 173404

Child status: 0
Real time (s): 1801.96
CPU time (s): 1801.41
CPU user time (s): 1783.42
CPU system time (s): 17.9953
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 246644

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

runsolver used 2.84057 second user time and 8.65868 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 17:10:43
IDJOB=2664599
IDBENCH=1865
IDSOLVER=1167
FILE ID=node015/2664599-1276355443
PBS_JOBID= 11173196
Free space on /tmp= 62548 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.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-2664599-1276355443/watcher-2664599-1276355443 -o /tmp/evaluation-result-2664599-1276355443/solver-2664599-1276355443 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664599-1276355443.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=1051979914

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838348 kB
Buffers:         33476 kB
Cached:         118072 kB
SwapCached:      13992 kB
Active:         107724 kB
Inactive:        60412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838348 kB
SwapTotal:     4192956 kB
SwapFree:      4135796 kB
Dirty:            3312 kB
Writeback:          16 kB
AnonPages:       11492 kB
Mapped:           9152 kB
Slab:            30728 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182136 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= 62544 MiB
End job on node015 at 2010-06-12 17:40:45