Trace number 3734789

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 278.928 278.983

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3734789-1338701057.opb>
0.00/0.00	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.3
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1790
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c   0.0s|     1 |     0 |    16 |     - | 193k|   0 |   4 |  30 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    58 |     - | 381k|   0 |   8 |  30 | 100 |  30 |   9 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    64 |     - | 403k|   0 |   8 |  30 | 100 |  30 |  13 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    67 |     - | 427k|   0 |  10 |  30 | 100 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    73 |     - | 446k|   0 |  11 |  30 | 100 |  30 |  19 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    85 |     - | 453k|   0 |  13 |  30 | 100 |  30 |  23 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    90 |     - | 463k|   0 |  17 |  30 | 100 |  30 |  25 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     2 |    90 |     - | 464k|   0 |  17 |  30 | 100 |  30 |  25 |  21 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
1.59/1.69	c   1.7s| 10000 |  2149 | 16761 |   1.7 |3143k|  25 |   - |  30 |3407 |  30 |  18 |  21 |4134 | 374 | 0.000000e+00 |      --      |    Inf 
3.59/3.61	c   3.6s| 20000 |  3456 | 33340 |   1.7 |4104k|  25 |   4 |  30 |2965 |  30 |  18 |  21 |8874 | 530 | 0.000000e+00 |      --      |    Inf 
5.39/5.44	c   5.4s| 30000 |  4546 | 49824 |   1.7 |5287k|  25 |   - |  30 |3851 |   0 |   0 |  21 |  13k| 684 | 0.000000e+00 |      --      |    Inf 
7.28/7.30	c   7.3s| 40000 |  5785 | 65800 |   1.6 |6368k|  26 |   4 |  30 |4111 |  30 |  18 |  21 |  18k| 788 | 0.000000e+00 |      --      |    Inf 
8.98/9.09	c   9.1s| 50000 |  7359 | 82083 |   1.6 |7852k|  26 |   4 |  30 |5466 |  30 |  18 |  21 |  22k| 858 | 0.000000e+00 |      --      |    Inf 
11.28/11.31	c  11.3s| 60000 |  8004 | 97917 |   1.6 |8617k|  26 |   4 |  30 |5170 |  30 |  18 |  21 |  27k| 934 | 0.000000e+00 |      --      |    Inf 
13.19/13.21	c  13.2s| 70000 |  9145 |113184 |   1.6 |9788k|  26 |   4 |  30 |6021 |  30 |  18 |  21 |  31k| 994 | 0.000000e+00 |      --      |    Inf 
15.28/15.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.28/15.36	c  15.4s| 80000 |  9785 |128827 |   1.6 |  10M|  26 |   4 |  30 |5839 |  30 |  18 |  21 |  35k|1075 | 0.000000e+00 |      --      |    Inf 
17.58/17.62	c  17.6s| 90000 | 10251 |144384 |   1.6 |  11M|  26 |   - |  30 |6083 |  30 |  18 |  21 |  40k|1130 | 0.000000e+00 |      --      |    Inf 
19.79/19.82	c  19.8s|100000 | 10877 |160060 |   1.6 |  11M|  26 |   4 |  30 |5840 |  30 |  18 |  21 |  45k|1187 | 0.000000e+00 |      --      |    Inf 
22.18/22.21	c  22.2s|110000 | 10898 |175373 |   1.6 |  11M|  26 |   - |  30 |5116 |  30 |  18 |  21 |  50k|1263 | 0.000000e+00 |      --      |    Inf 
24.48/24.51	c  24.5s|120000 | 11038 |190594 |   1.6 |  12M|  26 |   4 |  30 |5550 |  30 |  18 |  21 |  55k|1324 | 0.000000e+00 |      --      |    Inf 
26.57/26.69	c  26.7s|130000 | 11366 |205787 |   1.6 |  13M|  26 |   - |  30 |6815 |  30 |  18 |  21 |  60k|1394 | 0.000000e+00 |      --      |    Inf 
29.28/29.30	c  29.3s|140000 | 11304 |221585 |   1.6 |  13M|  26 |   - |  30 |6286 |  30 |  18 |  21 |  65k|1454 | 0.000000e+00 |      --      |    Inf 
31.67/31.73	c  31.7s|150000 | 11234 |236910 |   1.6 |  13M|  26 |   4 |  30 |6286 |  30 |  18 |  21 |  70k|1490 | 0.000000e+00 |      --      |    Inf 
33.98/34.00	c  34.0s|160000 | 11254 |252858 |   1.6 |  13M|  26 |   4 |  30 |5758 |  30 |  18 |  21 |  75k|1554 | 0.000000e+00 |      --      |    Inf 
35.97/36.06	c  36.1s|170000 | 11953 |268344 |   1.6 |  14M|  26 |   4 |  30 |7348 |  30 |  18 |  21 |  79k|1597 | 0.000000e+00 |      --      |    Inf 
38.58/38.68	c  38.7s|180000 | 11804 |284047 |   1.6 |  14M|  26 |   4 |  30 |6230 |  30 |  18 |  21 |  85k|1640 | 0.000000e+00 |      --      |    Inf 
41.07/41.15	c  41.1s|190000 | 11736 |299649 |   1.6 |  14M|  26 |   - |  30 |6687 |   0 |   0 |  21 |  90k|1686 | 0.000000e+00 |      --      |    Inf 
43.68/43.75	c  43.7s|200000 | 11413 |315036 |   1.6 |  14M|  26 |   - |  30 |6320 |  30 |  18 |  21 |  95k|1725 | 0.000000e+00 |      --      |    Inf 
46.18/46.21	c  46.2s|210000 | 11306 |330535 |   1.6 |  15M|  26 |   4 |  30 |7301 |  30 |  18 |  21 | 100k|1775 | 0.000000e+00 |      --      |    Inf 
48.38/48.41	c  48.4s|220000 | 12115 |346536 |   1.6 |  16M|  26 |   4 |  30 |9418 |  30 |  18 |  21 | 104k|1807 | 0.000000e+00 |      --      |    Inf 
51.27/51.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.27/51.38	c  51.4s|230000 | 11814 |362062 |   1.6 |  16M|  26 |   4 |  30 |8279 |  30 |  18 |  21 | 109k|1842 | 0.000000e+00 |      --      |    Inf 
54.17/54.29	c  54.3s|240000 | 11445 |377611 |   1.6 |  15M|  26 |   - |  30 |6583 |   0 |   0 |  21 | 115k|1891 | 0.000000e+00 |      --      |    Inf 
56.78/56.86	c  56.9s|250000 | 11146 |393022 |   1.6 |  15M|  26 |   4 |  30 |7055 |  30 |  18 |  21 | 120k|1921 | 0.000000e+00 |      --      |    Inf 
59.38/59.46	c  59.5s|260000 | 11102 |408378 |   1.6 |  16M|  26 |   - |  30 |7689 |  30 |  18 |  21 | 124k|1954 | 0.000000e+00 |      --      |    Inf 
62.37/62.40	c  62.4s|270000 | 10496 |423718 |   1.6 |  15M|  26 |   - |  30 |6782 |   0 |   0 |  21 | 130k|1996 | 0.000000e+00 |      --      |    Inf 
65.07/65.16	c  65.2s|280000 |  9888 |438995 |   1.6 |  15M|  26 |   4 |  30 |7154 |  30 |  18 |  21 | 135k|2029 | 0.000000e+00 |      --      |    Inf 
67.86/67.98	c  68.0s|290000 |  9350 |454463 |   1.6 |  14M|  26 |   4 |  30 |7083 |  30 |  18 |  21 | 140k|2063 | 0.000000e+00 |      --      |    Inf 
70.47/70.58	c  70.6s|300000 |  9038 |469695 |   1.6 |  14M|  26 |   4 |  30 |7207 |  30 |  18 |  21 | 145k|2095 | 0.000000e+00 |      --      |    Inf 
73.07/73.14	c  73.1s|310000 |  8927 |485069 |   1.6 |  15M|  27 |   - |  30 |9104 |  30 |  18 |  21 | 150k|2121 | 0.000000e+00 |      --      |    Inf 
76.17/76.28	c  76.3s|320000 |  8104 |500560 |   1.6 |  14M|  27 |   4 |  30 |7068 |  30 |  18 |  21 | 155k|2161 | 0.000000e+00 |      --      |    Inf 
78.87/78.93	c  78.9s|330000 |  7507 |515627 |   1.6 |  13M|  27 |   - |  30 |6951 |  30 |  18 |  21 | 161k|2196 | 0.000000e+00 |      --      |    Inf 
81.56/81.69	c  81.7s|340000 |  7161 |531302 |   1.6 |  13M|  27 |   4 |  30 |7800 |  30 |  18 |  21 | 166k|2229 | 0.000000e+00 |      --      |    Inf 
84.16/84.23	c  84.2s|350000 |  7260 |547576 |   1.6 |  14M|  27 |   4 |  30 |9061 |  30 |  18 |  21 | 172k|2257 | 0.000000e+00 |      --      |    Inf 
87.17/87.22	c  87.2s|360000 |  6798 |564487 |   1.6 |  13M|  27 |   - |  30 |9287 |  30 |  18 |  21 | 178k|2293 | 0.000000e+00 |      --      |    Inf 
90.06/90.15	c  90.1s|370000 |  6263 |580024 |   1.6 |  13M|  27 |   - |  30 |7975 |   0 |   0 |  21 | 183k|2326 | 0.000000e+00 |      --      |    Inf 
92.96/93.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.96/93.06	c  93.1s|380000 |  5529 |595391 |   1.6 |  12M|  27 |   - |  30 |7326 |   0 |   0 |  21 | 188k|2353 | 0.000000e+00 |      --      |    Inf 
95.67/95.80	c  95.8s|390000 |  4960 |610974 |   1.6 |  11M|  27 |   - |  30 |7884 |   0 |   0 |  21 | 194k|2389 | 0.000000e+00 |      --      |    Inf 
98.87/98.90	c  98.9s|400000 |  3964 |626045 |   1.6 |  10M|  27 |   - |  30 |7059 |  30 |  18 |  21 | 200k|2421 | 0.000000e+00 |      --      |    Inf 
101.26/101.34	c   101s|410000 |  3896 |641349 |   1.6 |  10M|  27 |   4 |  30 |8307 |  30 |  18 |  21 | 204k|2446 | 0.000000e+00 |      --      |    Inf 
103.76/103.85	c   104s|420000 |  4146 |656750 |   1.6 |  10M|  27 |   - |  30 |8435 |  30 |  18 |  21 | 209k|2469 | 0.000000e+00 |      --      |    Inf 
106.16/106.28	c   106s|430000 |  4474 |671648 |   1.6 |  11M|  27 |   - |  30 |  10k|  30 |  18 |  21 | 213k|2494 | 0.000000e+00 |      --      |    Inf 
109.06/109.11	c   109s|440000 |  4307 |686956 |   1.6 |  11M|  27 |   4 |  30 |  10k|  30 |  18 |  21 | 218k|2516 | 0.000000e+00 |      --      |    Inf 
111.86/111.96	c   112s|450000 |  3911 |701871 |   1.6 |  11M|  27 |   - |  30 |  10k|   0 |   0 |  21 | 222k|2540 | 0.000000e+00 |      --      |    Inf 
115.16/115.27	c   115s|460000 |  3210 |717776 |   1.6 |  10M|  27 |   4 |  30 |8769 |  30 |  18 |  21 | 228k|2574 | 0.000000e+00 |      --      |    Inf 
118.16/118.29	c   118s|470000 |  2611 |733114 |   1.6 |9114k|  27 |   4 |  30 |8120 |  30 |  18 |  21 | 233k|2605 | 0.000000e+00 |      --      |    Inf 
120.56/120.67	c   121s|480000 |  2430 |748261 |   1.6 |9260k|  27 |   - |  30 |9130 |   0 |   0 |  21 | 238k|2634 | 0.000000e+00 |      --      |    Inf 
123.06/123.11	c   123s|490000 |  2990 |763803 |   1.6 |9535k|  27 |   4 |  30 |9242 |  30 |  18 |  21 | 243k|2659 | 0.000000e+00 |      --      |    Inf 
125.86/125.98	c   126s|500000 |  2574 |779566 |   1.6 |9670k|  27 |   4 |  30 |9887 |  30 |  18 |  21 | 249k|2693 | 0.000000e+00 |      --      |    Inf 
128.86/128.92	c   129s|510000 |  1938 |794679 |   1.6 |8786k|  27 |   4 |  30 |9695 |  30 |  18 |  21 | 254k|2715 | 0.000000e+00 |      --      |    Inf 
131.76/131.86	c   132s|520000 |  1460 |809944 |   1.6 |7941k|  27 |   4 |  30 |9468 |  30 |  18 |  21 | 259k|2732 | 0.000000e+00 |      --      |    Inf 
134.76/134.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.76/134.86	c   135s|530000 |   919 |825434 |   1.6 |6865k|  27 |   - |  30 |8771 |   0 |   0 |  21 | 265k|2766 | 0.000000e+00 |      --      |    Inf 
137.26/137.39	c   137s|540000 |  1108 |840973 |   1.6 |7619k|  27 |   4 |  30 |  10k|  30 |  18 |  21 | 270k|2793 | 0.000000e+00 |      --      |    Inf 
140.35/140.43	c   140s|550000 |  1055 |855955 |   1.6 |7251k|  27 |   - |  30 |  10k|  30 |  18 |  21 | 275k|2819 | 0.000000e+00 |      --      |    Inf 
143.55/143.61	c   144s|560000 |   649 |870703 |   1.6 |7589k|  27 |   4 |  30 |  12k|  30 |  18 |  21 | 281k|2847 | 0.000000e+00 |      --      |    Inf 
146.75/146.81	c   147s|570000 |   434 |886623 |   1.6 |7513k|  27 |   - |  30 |  12k|   0 |   0 |  21 | 287k|2872 | 0.000000e+00 |      --      |    Inf 
149.66/149.73	c   150s|580000 |  1525 |902946 |   1.6 |7003k|  27 |   4 |  30 |  10k|  30 |  18 |  21 | 291k|2902 | 0.000000e+00 |      --      |    Inf 
152.25/152.36	c   152s|590000 |  2431 |918244 |   1.6 |8155k|  27 |   4 |  30 |  12k|  30 |  18 |  21 | 295k|2929 | 0.000000e+00 |      --      |    Inf 
155.06/155.17	c   155s|600000 |  3062 |933800 |   1.6 |9176k|  27 |   4 |  30 |  13k|  30 |  18 |  21 | 299k|2950 | 0.000000e+00 |      --      |    Inf 
158.25/158.33	c   158s|610000 |  3240 |948911 |   1.6 |9789k|  27 |   4 |  30 |  14k|  30 |  18 |  21 | 304k|2974 | 0.000000e+00 |      --      |    Inf 
161.76/161.87	c   162s|620000 |  3065 |963990 |   1.6 |  10M|  27 |   - |  30 |  15k|   0 |   0 |  21 | 308k|2993 | 0.000000e+00 |      --      |    Inf 
165.06/165.18	c   165s|630000 |  3128 |978757 |   1.6 |  10M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 312k|3026 | 0.000000e+00 |      --      |    Inf 
168.36/168.46	c   168s|640000 |  3257 |993539 |   1.6 |  10M|  27 |   - |  30 |  16k|  30 |  18 |  21 | 317k|3049 | 0.000000e+00 |      --      |    Inf 
172.35/172.49	c   172s|650000 |  2802 |  1008k|   1.6 |  10M|  27 |   4 |  30 |  16k|  30 |  18 |  21 | 322k|3067 | 0.000000e+00 |      --      |    Inf 
176.06/176.17	c   176s|660000 |  2547 |  1023k|   1.6 |  10M|  27 |   - |  30 |  16k|  30 |  18 |  21 | 327k|3088 | 0.000000e+00 |      --      |    Inf 
180.46/180.51	c   181s|670000 |  2053 |  1039k|   1.6 |  10M|  27 |   4 |  30 |  16k|  30 |  18 |  21 | 332k|3102 | 0.000000e+00 |      --      |    Inf 
184.95/185.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.95/185.03	c   185s|680000 |  1026 |  1054k|   1.6 |9511k|  27 |   4 |  30 |  16k|  30 |  18 |  21 | 337k|3121 | 0.000000e+00 |      --      |    Inf 
189.26/189.38	c   189s|690000 |   533 |  1070k|   1.6 |8133k|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 342k|3145 | 0.000000e+00 |      --      |    Inf 
192.05/192.19	c   192s|700000 |  2011 |  1086k|   1.6 |9222k|  27 |   - |  30 |  16k|   0 |   0 |  21 | 345k|3159 | 0.000000e+00 |      --      |    Inf 
195.25/195.33	c   195s|710000 |  3163 |  1102k|   1.6 |9877k|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 348k|3169 | 0.000000e+00 |      --      |    Inf 
198.25/198.35	c   198s|720000 |  4100 |  1118k|   1.6 |  10M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 353k|3177 | 0.000000e+00 |      --      |    Inf 
201.64/201.70	c   202s|730000 |  4703 |  1134k|   1.6 |  11M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 357k|3188 | 0.000000e+00 |      --      |    Inf 
204.75/204.81	c   205s|740000 |  5805 |  1151k|   1.6 |  12M|  27 |   - |  30 |  16k|  30 |  18 |  21 | 362k|3199 | 0.000000e+00 |      --      |    Inf 
208.05/208.11	c   208s|750000 |  6465 |  1167k|   1.6 |  13M|  27 |   - |  30 |  17k|  30 |  18 |  21 | 366k|3206 | 0.000000e+00 |      --      |    Inf 
211.95/212.01	c   212s|760000 |  6638 |  1184k|   1.6 |  13M|  27 |   - |  30 |  16k|  30 |  18 |  21 | 371k|3220 | 0.000000e+00 |      --      |    Inf 
215.85/215.96	c   216s|770000 |  6616 |  1200k|   1.6 |  13M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 376k|3233 | 0.000000e+00 |      --      |    Inf 
219.44/219.54	c   220s|780000 |  6685 |  1216k|   1.6 |  14M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 381k|3245 | 0.000000e+00 |      --      |    Inf 
223.14/223.24	c   223s|790000 |  6616 |  1231k|   1.6 |  14M|  27 |   - |  30 |  15k|   0 |   0 |  21 | 386k|3254 | 0.000000e+00 |      --      |    Inf 
226.84/226.92	c   227s|800000 |  6511 |  1247k|   1.6 |  14M|  27 |   - |  30 |  15k|  30 |  18 |  21 | 391k|3263 | 0.000000e+00 |      --      |    Inf 
230.74/230.86	c   231s|810000 |  6064 |  1263k|   1.6 |  14M|  27 |   - |  30 |  15k|  30 |  18 |  21 | 396k|3276 | 0.000000e+00 |      --      |    Inf 
234.54/234.60	c   235s|820000 |  5824 |  1280k|   1.6 |  14M|  27 |   - |  30 |  15k|   0 |   0 |  21 | 401k|3290 | 0.000000e+00 |      --      |    Inf 
238.44/238.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.44/238.55	c   239s|830000 |  5285 |  1296k|   1.6 |  14M|  27 |   - |  30 |  15k|  30 |  18 |  21 | 406k|3302 | 0.000000e+00 |      --      |    Inf 
242.54/242.60	c   243s|840000 |  4723 |  1311k|   1.6 |  13M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 411k|3317 | 0.000000e+00 |      --      |    Inf 
246.64/246.73	c   247s|850000 |  3947 |  1327k|   1.6 |  12M|  27 |   - |  30 |  14k|  30 |  18 |  21 | 417k|3330 | 0.000000e+00 |      --      |    Inf 
250.44/250.54	c   251s|860000 |  3238 |  1344k|   1.6 |  12M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 422k|3346 | 0.000000e+00 |      --      |    Inf 
254.44/254.54	c   255s|870000 |  2516 |  1359k|   1.6 |  11M|  27 |   4 |  30 |  16k|  30 |  18 |  21 | 427k|3359 | 0.000000e+00 |      --      |    Inf 
258.93/259.00	c   259s|880000 |  1614 |  1376k|   1.6 |  10M|  27 |   4 |  30 |  15k|  30 |  18 |  21 | 433k|3372 | 0.000000e+00 |      --      |    Inf 
262.14/262.22	c   262s|890000 |  1733 |  1392k|   1.6 |  11M|  27 |   4 |  30 |  17k|  30 |  18 |  21 | 438k|3376 | 0.000000e+00 |      --      |    Inf 
266.14/266.29	c   266s|900000 |  1158 |  1408k|   1.6 |  10M|  27 |   - |  30 |  17k|  30 |  18 |  21 | 443k|3387 | 0.000000e+00 |      --      |    Inf 
270.34/270.47	c   270s|910000 |   692 |  1424k|   1.6 |9441k|  27 |   - |  30 |  17k|   0 |   0 |  21 | 449k|3402 | 0.000000e+00 |      --      |    Inf 
273.33/273.47	c   273s|920000 |   969 |  1440k|   1.6 |  10M|  27 |   4 |  30 |  19k|  30 |  18 |  21 | 454k|3415 | 0.000000e+00 |      --      |    Inf 
277.54/277.63	c   278s|930000 |   261 |  1456k|   1.6 |9538k|  27 |   4 |  30 |  19k|  30 |  18 |  21 | 459k|3429 | 0.000000e+00 |      --      |    Inf 
278.84/278.96	c 
278.84/278.96	c SCIP Status        : problem is solved [infeasible]
278.84/278.96	c Solving Time (sec) : 278.96
278.84/278.96	c Solving Nodes      : 932781
278.84/278.96	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
278.84/278.96	c Dual Bound         : +1.00000000000000e+20
278.84/278.96	c Gap                : 0.00 %
278.84/278.96	s UNSATISFIABLE
278.84/278.96	c SCIP Status        : problem is solved [infeasible]
278.84/278.96	c Solving Time       :     278.96
278.84/278.96	c Original Problem   :
278.84/278.96	c   Problem name     : HOME/instance-3734789-1338701057.opb
278.84/278.96	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
278.84/278.96	c   Constraints      : 9 initial, 9 maximal
278.84/278.96	c Presolved Problem  :
278.84/278.96	c   Problem name     : t_HOME/instance-3734789-1338701057.opb
278.84/278.96	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
278.84/278.96	c   Constraints      : 4 initial, 19596 maximal
278.84/278.96	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
278.84/278.96	c   trivial          :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
278.84/278.96	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   implics          :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   probing          :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   linear           :       0.00          0          0          0          0          0          5          0          0
278.84/278.96	c   logicor          :       0.00          0          0          0          0          0          0          0          0
278.84/278.96	c   root node        :          -          0          -          -          0          -          -          -          -
278.84/278.96	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
278.84/278.96	c   integral         :          0          0          0     515070          0        481       1531          0          0    1026270
278.84/278.96	c   linear           :          4+         7    2115542          0          0     291859    1958723          0          0          0
278.84/278.96	c   logicor          :          0+         0    1056214          0          0       4443     410483          0          0          0
278.84/278.96	c   countsols        :          0          0          0          0          0          0          0          0          0          0
278.84/278.96	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
278.84/278.96	c   integral         :       2.73       0.00       0.00       2.73       0.00
278.84/278.96	c   linear           :      31.10       0.00      31.10       0.00       0.00
278.84/278.96	c   logicor          :      75.63       0.00      75.63       0.00       0.00
278.84/278.96	c   countsols        :       0.00       0.00       0.00       0.00       0.00
278.84/278.96	c Propagators        :       Time      Calls    Cutoffs    DomReds
278.84/278.96	c   vbounds          :       0.27          2          0          0
278.84/278.96	c   rootredcost      :       0.26          0          0          0
278.84/278.96	c   pseudoobj        :       0.20          0          0          0
278.84/278.96	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
278.84/278.96	c   propagation      :       5.34     296302     150264     429214       20.8          5       16.2          -
278.84/278.96	c   infeasible LP    :       3.69     211945     211932     341638       13.5       2345       17.7          0
278.84/278.96	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
278.84/278.96	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
278.84/278.96	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
278.84/278.96	c   applied globally :          -          -          -     460930       15.0          -          -          -
278.84/278.96	c   applied locally  :          -          -          -          0        0.0          -          -          -
278.84/278.96	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
278.84/278.96	c   cut pool         :       0.00          5          -          -         40          -    (maximal pool size: 97)
278.84/278.96	c   redcost          :       0.38     515074          0          0          0          0
278.84/278.96	c   impliedbounds    :       0.00          6          0          0          0          0
278.84/278.96	c   intobj           :       0.00          0          0          0          0          0
278.84/278.96	c   cgmip            :       0.00          0          0          0          0          0
278.84/278.96	c   gomory           :       0.00          6          0          0          1          0
278.84/278.96	c   strongcg         :       0.00          6          0          0         29          0
278.84/278.96	c   cmir             :       0.00          6          0          0         38          0
278.84/278.96	c   flowcover        :       0.00          6          0          0         57          0
278.84/278.96	c   clique           :       0.00          1          0          0          0          0
278.84/278.96	c   zerohalf         :       0.00          0          0          0          0          0
278.84/278.96	c   mcf              :       0.00          1          0          0          0          0
278.84/278.96	c   rapidlearning    :       0.02          1          0          0          0         96
278.84/278.96	c Pricers            :       Time      Calls       Vars
278.84/278.96	c   problem variables:       0.00          0          0
278.84/278.96	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
278.84/278.96	c   relpscost        :       2.50     515070        481       1531          0          0    1026270
278.84/278.96	c   pscost           :       0.00          0          0          0          0          0          0
278.84/278.96	c   inference        :       0.00          0          0          0          0          0          0
278.84/278.96	c   mostinf          :       0.00          0          0          0          0          0          0
278.84/278.96	c   leastinf         :       0.00          0          0          0          0          0          0
278.84/278.96	c   fullstrong       :       0.00          0          0          0          0          0          0
278.84/278.96	c   allfullstrong    :       0.00          0          0          0          0          0          0
278.84/278.96	c   random           :       0.00          0          0          0          0          0          0
278.84/278.96	c Primal Heuristics  :       Time      Calls      Found
278.84/278.96	c   LP solutions     :       0.00          -          0
278.84/278.96	c   pseudo solutions :       0.00          -          0
278.84/278.96	c   oneopt           :       0.19          0          0
278.84/278.96	c   crossover        :       0.11          0          0
278.84/278.96	c   guideddiving     :       0.03          0          0
278.84/278.96	c   rootsoldiving    :       0.04         47          0
278.84/278.96	c   coefdiving       :       0.04         94          0
278.84/278.96	c   fracdiving       :       0.03         94          0
278.84/278.96	c   veclendiving     :       0.04         94          0
278.84/278.96	c   pscostdiving     :       0.04         94          0
278.84/278.96	c   linesearchdiving :       0.03         94          0
278.84/278.96	c   feaspump         :       0.03         48          0
278.84/278.96	c   objpscostdiving  :       0.03         48          0
278.84/278.96	c   trivial          :       0.00          2          0
278.84/278.96	c   simplerounding   :       0.08          0          0
278.84/278.96	c   zirounding       :       0.13       1000          0
278.84/278.96	c   rounding         :       0.19      10057          0
278.84/278.96	c   shifting         :       0.75       4185          0
278.84/278.96	c   intshifting      :       0.02          0          0
278.84/278.96	c   twoopt           :       0.00          0          0
278.84/278.96	c   fixandinfer      :       0.00          0          0
278.84/278.96	c   intdiving        :       0.00          0          0
278.84/278.96	c   actconsdiving    :       0.00          0          0
278.84/278.96	c   octane           :       0.00          0          0
278.84/278.96	c   rens             :       0.00          0          0
278.84/278.96	c   rins             :       0.00          0          0
278.84/278.96	c   localbranching   :       0.00          0          0
278.84/278.96	c   mutation         :       0.00          0          0
278.84/278.96	c   dins             :       0.00          0          0
278.84/278.96	c   undercover       :       0.00          0          0
278.84/278.96	c   nlp              :       0.10          0          0
278.84/278.96	c   trysol           :       0.14          0          0
278.84/278.96	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
278.84/278.96	c   primal LP        :       0.00          0          0       0.00          -
278.84/278.96	c   dual LP          :      25.12     706006    1459486       2.07   58101.11
278.84/278.96	c   lex dual LP      :       0.00          0          0       0.00          -
278.84/278.96	c   barrier LP       :       0.00          0          0       0.00          -
278.84/278.96	c   diving/probing LP:       0.03        704       1023       1.45   29962.22
278.84/278.96	c   strong branching :       0.22       3432      10930       3.18   49652.48
278.84/278.96	c     (at root node) :          -          9        268      29.78          -
278.84/278.96	c   conflict analysis:       0.00          0          0       0.00          -
278.84/278.96	c B&B Tree           :
278.84/278.96	c   number of runs   :          1
278.84/278.96	c   nodes            :     932781
278.84/278.96	c   nodes (total)    :     932781
278.84/278.96	c   nodes left       :          0
278.84/278.96	c   max depth        :         27
278.84/278.96	c   max depth (total):         27
278.84/278.96	c   backtracks       :     263728 (28.3%)
278.84/278.96	c   delayed cutoffs  :      93490
278.84/278.96	c   repropagations   :     591316 (866635 domain reductions, 87992 cutoffs)
278.84/278.96	c   avg switch length:       5.57
278.84/278.96	c   switching time   :      91.81
278.84/278.96	c Solution           :
278.84/278.96	c   Solutions found  :          0 (0 improvements)
278.84/278.96	c   Primal Bound     : infeasible
278.84/278.96	c   Dual Bound       :          -
278.84/278.96	c   Gap              :       0.00 %
278.84/278.96	c   Root Dual Bound  : +0.00000000000000e+00
278.84/278.96	c   Root Iterations  :         90
278.84/278.98	c Time complete: 278.92.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734789-1338701057/watcher-3734789-1338701057 -o /tmp/evaluation-result-3734789-1338701057/solver-3734789-1338701057 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734789-1338701057.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7674
/proc/meminfo: memFree=25506216/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 1558 0 0 0 0 0 0 0 20 0 1 0 336232951 10211328 1504 33554432000 4194304 8395647 140735422404992 140735118575864 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 2493 1516 374 1026 0 1463 0

[startup+0.105376 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7674
/proc/meminfo: memFree=25506216/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=0.1 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4969 0 0 0 9 1 0 0 20 0 1 0 336232951 22654976 4562 33554432000 4194304 8395647 140735422404992 140735118575864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4562 612 1026 0 4501 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22124

[startup+0.200307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7674
/proc/meminfo: memFree=25506216/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=0.19 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4971 0 0 0 18 1 0 0 20 0 1 0 336232951 22654976 4564 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4564 612 1026 0 4501 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22124

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7674
/proc/meminfo: memFree=25506216/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=0.29 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4971 0 0 0 28 1 0 0 20 0 1 0 336232951 22654976 4564 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4564 612 1026 0 4501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22124

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7674
/proc/meminfo: memFree=25506216/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=0.69 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4973 0 0 0 67 2 0 0 20 0 1 0 336232951 22654976 4566 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4566 612 1026 0 4501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22124

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25490832/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=1.49 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4976 0 0 0 145 4 0 0 20 0 1 0 336232951 22654976 4569 33554432000 4194304 8395647 140735422404992 140735422400120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4569 612 1026 0 4501 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22124

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25488232/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=3.09 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 4981 0 0 0 301 8 0 0 20 0 1 0 336232951 22654976 4574 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4574 612 1026 0 4501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22124

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25483744/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=22124 CPUtime=6.28 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 5064 0 0 0 614 14 0 0 20 0 1 0 336232951 22654976 4991 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 5531 4991 612 1026 0 4501 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22124

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25472016/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=26720 CPUtime=12.68 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 6194 0 0 0 1243 25 0 0 20 0 1 0 336232951 27361280 6121 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 6680 6121 612 1026 0 5650 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26720

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25461656/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=30180 CPUtime=25.48 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 7027 0 0 0 2505 43 0 0 20 0 1 0 336232951 30904320 6988 33554432000 4194304 8395647 140735422404992 140735422400600 6261708 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 7545 6988 612 1026 0 6515 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30180

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25447164/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=36200 CPUtime=51.07 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 8487 0 0 0 5030 77 0 0 20 0 1 0 336232951 37068800 8448 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 9050 8448 612 1026 0 8020 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36200

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7675
/proc/meminfo: memFree=25436580/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=36528 CPUtime=102.26 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 8556 0 0 0 10089 137 0 0 20 0 1 0 336232951 37404672 8580 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 9132 8580 612 1026 0 8102 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36528

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25435580/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=39008 CPUtime=162.25 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9038 0 0 0 16024 201 0 0 20 0 1 0 336232951 39944192 9099 33554432000 4194304 8395647 140735422404992 140735422400600 4217164 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 9752 9099 612 1026 0 8722 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 39008

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25435376/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=40544 CPUtime=222.25 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9318 0 0 0 21967 258 0 0 20 0 1 0 336232951 41517056 9379 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10136 9379 612 1026 0 9106 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 40544

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

[startup+230.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25434880/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=40544 CPUtime=230.34 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9318 0 0 0 22767 267 0 0 20 0 1 0 336232951 41517056 9379 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10136 9379 612 1026 0 9106 0
Current children cumulated CPU time (s) 230.34
Current children cumulated vsize (KiB) 40544

[startup+256 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25433516/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=40544 CPUtime=255.94 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9318 0 0 0 25306 288 0 0 20 0 1 0 336232951 41517056 9379 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10136 9379 612 1026 0 9106 0
Current children cumulated CPU time (s) 255.94
Current children cumulated vsize (KiB) 40544

[startup+268.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432772/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=268.74 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9450 0 0 0 26574 300 0 0 20 0 1 0 336232951 42065920 9511 33554432000 4194304 8395647 140735422404992 140735422400600 4217937 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9511 612 1026 0 9240 0
Current children cumulated CPU time (s) 268.74
Current children cumulated vsize (KiB) 41080

[startup+275.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432460/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=275.14 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9451 0 0 0 27208 306 0 0 20 0 1 0 336232951 42065920 9512 33554432000 4194304 8395647 140735422404992 140735422400600 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9512 612 1026 0 9240 0
Current children cumulated CPU time (s) 275.14
Current children cumulated vsize (KiB) 41080

[startup+276.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432708/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=276.73 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9451 0 0 0 27366 307 0 0 20 0 1 0 336232951 42065920 9512 33554432000 4194304 8395647 140735422404992 140735422400600 5592568 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9512 612 1026 0 9240 0
Current children cumulated CPU time (s) 276.73
Current children cumulated vsize (KiB) 41080

[startup+277.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432708/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=277.54 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9451 0 0 0 27446 308 0 0 20 0 1 0 336232951 42065920 9512 33554432000 4194304 8395647 140735422404992 140735422400600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9512 612 1026 0 9240 0
Current children cumulated CPU time (s) 277.54
Current children cumulated vsize (KiB) 41080

[startup+278.407 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432584/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=278.34 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9451 0 0 0 27526 308 0 0 20 0 1 0 336232951 42065920 9512 33554432000 4194304 8395647 140735422404992 140735422400600 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9512 612 1026 0 9240 0
Current children cumulated CPU time (s) 278.34
Current children cumulated vsize (KiB) 41080

[startup+278.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432584/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=278.74 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9456 0 0 0 27565 309 0 0 20 0 1 0 336232951 42065920 9517 33554432000 4194304 8395647 140735422404992 140735422400600 6023234 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9517 612 1026 0 9240 0
Current children cumulated CPU time (s) 278.74
Current children cumulated vsize (KiB) 41080

[startup+278.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7676
/proc/meminfo: memFree=25432584/32873648 swapFree=6852/6852
[pid=7674] ppid=7672 vsize=41080 CPUtime=278.84 cores=1,3,5,7
/proc/7674/stat : 7674 (pbscip.linux.x8) R 7672 7674 4046 0 -1 4202496 9456 0 0 0 27575 309 0 0 20 0 1 0 336232951 42065920 9517 33554432000 4194304 8395647 140735422404992 140735422400600 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7674/statm: 10270 9517 612 1026 0 9240 0
Current children cumulated CPU time (s) 278.84
Current children cumulated vsize (KiB) 41080

Child status: 0
Real time (s): 278.983
CPU time (s): 278.928
CPU user time (s): 275.837
CPU system time (s): 3.09053
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 41080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.837
system time used= 3.09053
maximum resident set size= 38372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9535
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= 17
involuntary context switches= 286

runsolver used 0.430934 second user time and 1.09683 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 07:24:17
IDJOB=3734789
IDBENCH=2905
IDSOLVER=2326
FILE ID=node112/3734789-1338701057
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71208 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734789-1338701057/watcher-3734789-1338701057 -o /tmp/evaluation-result-3734789-1338701057/solver-3734789-1338701057 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734789-1338701057.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1027861953

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25506108 kB
Buffers:          539960 kB
Cached:          5909040 kB
SwapCached:            0 kB
Active:          1775040 kB
Inactive:        4727840 kB
Active(anon):      42852 kB
Inactive(anon):    10924 kB
Active(file):    1732188 kB
Inactive(file):  4716916 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10124 kB
Writeback:             0 kB
AnonPages:         80216 kB
Mapped:            16992 kB
Shmem:               200 kB
Slab:             723896 kB
SReclaimable:     167652 kB
SUnreclaim:       556244 kB
KernelStack:        1480 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     167296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71196 MiB
End job on node112 at 2012-06-03 07:28:56