Trace number 2666072

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT84 82.3755 82.4106

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-jnh201.opb
MD5SUM90cbe77e1c871e28da43b06bd07ecc73
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark22.3656
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 84
Optimality of the best value was proved YES
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666072-1276422065.opb>
0.00/0.03	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 900 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.08	c (round 1) 0 del vars, 27 del conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 873 upgd conss, 648 impls, 0 clqs
0.09/0.12	c (round 2) 4 del vars, 27 del conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 873 upgd conss, 1854 impls, 0 clqs
0.09/0.12	c (round 3) 4 del vars, 64 del conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 873 upgd conss, 1854 impls, 0 clqs
0.09/0.14	c (round 4) 4 del vars, 65 del conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 873 upgd conss, 1854 impls, 0 clqs
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  4 deleted vars, 65 deleted constraints, 0 tightened bounds, 0 added holes, 27 changed sides, 0 changed coefficients
0.09/0.14	c  1854 implications, 0 cliques
0.09/0.14	c presolved problem has 196 variables (196 bin, 0 int, 0 impl, 0 cont) and 835 constraints
0.09/0.14	c     835 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c conflict/interconss = 0
0.09/0.14	c 
0.09/0.14	c # should binary conflicts be preferred?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c conflict/preferbinary = TRUE
0.09/0.14	c 
0.09/0.14	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c constraints/agelimit = 1
0.09/0.14	c 
0.09/0.14	c # should enforcement of pseudo solution be disabled?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/disableenfops = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c lp/solvefreq = 0
0.09/0.14	c 
0.09/0.14	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.09/0.14	c # [type: char, range: {lafpsqd}, default: l]
0.09/0.14	c lp/pricing = a
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # priority of node selection rule <dfs> in standard mode
0.09/0.14	c # [type: int, range: [-536870912,536870911], default: 0]
0.09/0.14	c nodeselection/dfs/stdpriority = 1000000
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.29	c   0.2s|     1 |     0 |   648 |     - |1856k|   0 | 175 | 196 | 835 | 196 | 835 |   0 |   0 |   0 | 6.663338e+01 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   868 |     - |3951k|   0 | 179 | 196 | 835 | 196 | 864 |  29 |   0 |   0 | 6.791961e+01 |      --      |    Inf 
0.69/0.78	c   0.7s|     1 |     0 |   981 |     - |5983k|   0 | 175 | 196 | 835 | 196 | 865 |  30 |   0 |   0 | 6.812253e+01 |      --      |    Inf 
1.00/1.03	c   1.0s|     1 |     0 |  1098 |     - |8008k|   0 | 175 | 196 | 835 | 196 | 866 |  31 |   0 |   0 | 6.817500e+01 |      --      |    Inf 
1.19/1.28	c   1.2s|     1 |     0 |  1177 |     - |  10M|   0 | 175 | 196 | 835 | 196 | 867 |  32 |   0 |   0 | 6.820313e+01 |      --      |    Inf 
1.49/1.53	c   1.5s|     1 |     0 |  1255 |     - |  12M|   0 | 176 | 196 | 835 | 196 | 868 |  33 |   0 |   0 | 6.821255e+01 |      --      |    Inf 
1.69/1.79	c   1.7s|     1 |     0 |  1319 |     - |  14M|   0 | 172 | 196 | 835 | 196 | 869 |  34 |   0 |   0 | 6.822537e+01 |      --      |    Inf 
1.99/2.06	c   2.0s|     1 |     0 |  1385 |     - |  16M|   0 | 173 | 196 | 835 | 196 | 870 |  35 |   0 |   0 | 6.823519e+01 |      --      |    Inf 
2.29/2.36	c   2.3s|     1 |     0 |  1458 |     - |  18M|   0 | 177 | 196 | 835 | 196 | 871 |  36 |   0 |   0 | 6.824431e+01 |      --      |    Inf 
2.59/2.67	c   2.6s|     1 |     0 |  1528 |     - |  20M|   0 | 175 | 196 | 835 | 196 | 872 |  37 |   0 |   0 | 6.825040e+01 |      --      |    Inf 
2.89/2.95	c   2.9s|     1 |     0 |  1553 |     - |  21M|   0 | 175 | 196 | 835 | 196 | 873 |  38 |   0 |   0 | 6.825154e+01 |      --      |    Inf 
3.20/3.21	c   3.1s|     1 |     0 |  1570 |     - |  21M|   0 | 174 | 196 | 835 | 196 | 857 |  39 |   0 |   0 | 6.825328e+01 |      --      |    Inf 
3.39/3.47	c   3.4s|     1 |     0 |  1622 |     - |  21M|   0 | 175 | 196 | 835 | 196 | 858 |  40 |   0 |   0 | 6.826161e+01 |      --      |    Inf 
3.69/3.74	c   3.6s|     1 |     0 |  1672 |     - |  21M|   0 | 180 | 196 | 835 | 196 | 859 |  41 |   0 |   0 | 6.826785e+01 |      --      |    Inf 
3.99/4.00	c   3.9s|     1 |     0 |  1741 |     - |  21M|   0 | 179 | 196 | 835 | 196 | 860 |  42 |   0 |   0 | 6.826997e+01 |      --      |    Inf 
4.19/4.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.27	c   4.2s|     1 |     0 |  1767 |     - |  21M|   0 | 177 | 196 | 835 | 196 | 861 |  43 |   0 |   0 | 6.827052e+01 |      --      |    Inf 
4.49/4.55	c   4.5s|     1 |     0 |  1856 |     - |  21M|   0 | 179 | 196 | 835 | 196 | 862 |  44 |   0 |   0 | 6.827472e+01 |      --      |    Inf 
4.79/4.81	c   4.7s|     1 |     0 |  1876 |     - |  22M|   0 | 178 | 196 | 835 | 196 | 863 |  45 |   0 |   0 | 6.827489e+01 |      --      |    Inf 
4.99/5.09	c   5.0s|     1 |     0 |  1922 |     - |  22M|   0 | 176 | 196 | 835 | 196 | 864 |  46 |   0 |   0 | 6.827631e+01 |      --      |    Inf 
5.29/5.38	c   5.3s|     1 |     0 |  2001 |     - |  22M|   0 | 176 | 196 | 835 | 196 | 865 |  47 |   0 |   0 | 6.827878e+01 |      --      |    Inf 
7.79/7.84	c   7.7s|     1 |     2 |  2001 |     - |  22M|   0 | 176 | 196 | 835 | 196 | 865 |  47 |   0 |  18 | 6.827878e+01 |      --      |    Inf 
7.79/7.86	o 92
7.79/7.86	c * 7.7s|    43 |    19 |  2001 |   0.0 |  22M|  32 |   - | 196 | 843 |   0 |   0 |  47 |   9 |  18 | 6.887672e+01 | 9.200000e+01 |  33.57%
7.79/7.87	o 91
7.79/7.87	c * 7.7s|   110 |    14 |  2001 |   0.0 |  22M|  32 |   - | 196 | 846 |   0 |   0 |  47 |  37 |  18 | 6.887672e+01 | 9.100000e+01 |  32.12%
7.89/7.93	o 90
7.89/7.93	c * 7.8s|   275 |    15 |  2001 |   0.0 |  22M|  32 |   - | 196 | 848 |   0 |   0 |  47 | 121 |  18 | 6.887672e+01 | 9.000000e+01 |  30.67%
7.99/8.00	o 89
7.99/8.00	c * 7.8s|   533 |    13 |  2001 |   0.0 |  22M|  32 |   - | 196 | 847 |   0 |   0 |  47 | 212 |  18 | 6.887672e+01 | 8.900000e+01 |  29.22%
8.49/8.52	o 88
8.49/8.52	c * 8.3s|  2643 |    12 |  2001 |   0.0 |  22M|  32 |   - | 196 | 884 |   0 |   0 |  47 | 967 |  18 | 6.887672e+01 | 8.800000e+01 |  27.76%
8.69/8.75	o 87
8.69/8.75	c * 8.5s|  3729 |    17 |  2001 |   0.0 |  22M|  34 |   - | 196 | 897 |   0 |   0 |  47 |1274 |  18 | 6.887672e+01 | 8.700000e+01 |  26.31%
8.88/8.91	o 86
8.88/8.91	c * 8.6s|  4436 |    13 |  2001 |   0.0 |  22M|  34 |   - | 196 | 883 |   0 |   0 |  47 |1496 |  18 | 6.887672e+01 | 8.600000e+01 |  24.86%
10.38/10.44	c  10.0s| 10000 |    11 |  2001 |   0.0 |  22M|  37 |   - | 196 | 888 |   0 |   0 |  47 |3594 |  18 | 6.887672e+01 | 8.600000e+01 |  24.86%
13.09/13.17	c  12.4s| 20000 |    16 |  2001 |   0.0 |  22M|  37 |   - | 196 | 882 |   0 |   0 |  47 |7264 |  18 | 6.887672e+01 | 8.600000e+01 |  24.86%
15.29/15.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.29/15.40	c  14.4s| 30000 |    18 |  2001 |   0.0 |  22M|  37 |   - | 196 | 925 |   0 |   0 |  47 |  10k|  18 | 6.887672e+01 | 8.600000e+01 |  24.86%
15.58/15.65	o 85
15.58/15.65	c *14.6s| 31556 |    16 |  2001 |   0.0 |  22M|  37 |   - | 196 | 926 |   0 |   0 |  47 |  10k|  18 | 6.887672e+01 | 8.500000e+01 |  23.41%
15.68/15.79	o 84
15.68/15.79	c *14.7s| 32483 |    16 |  2001 |   0.0 |  22M|  37 |   - | 196 | 934 |   0 |   0 |  47 |  10k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
17.08/17.19	c  16.0s| 40000 |    14 |  2001 |   0.0 |  22M|  37 |   - | 196 | 929 |   0 |   0 |  47 |  11k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
19.58/19.64	c  18.1s| 50000 |    13 |  2001 |   0.0 |  22M|  42 |   - | 196 | 953 |   0 |   0 |  47 |  13k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
21.89/21.96	c  20.2s| 60000 |    14 |  2001 |   0.0 |  22M|  42 |   - | 196 | 920 |   0 |   0 |  47 |  16k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
24.28/24.34	c  22.3s| 70000 |    12 |  2001 |   0.0 |  22M|  42 |   - | 196 | 951 |   0 |   0 |  47 |  18k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
26.57/26.67	c  24.4s| 80000 |    12 |  2001 |   0.0 |  22M|  42 |   - | 196 | 941 |   0 |   0 |  47 |  20k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
28.78/28.88	c  26.4s| 90000 |    12 |  2001 |   0.0 |  22M|  42 |   - | 196 | 949 |   0 |   0 |  47 |  21k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
31.18/31.28	c  28.5s|100000 |    10 |  2001 |   0.0 |  22M|  42 |   - | 196 | 987 |   0 |   0 |  47 |  23k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
33.57/33.60	c  30.5s|110000 |     8 |  2001 |   0.0 |  22M|  42 |   - | 196 | 969 |   0 |   0 |  47 |  25k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
35.97/36.02	c  32.7s|120000 |    11 |  2001 |   0.0 |  22M|  42 |   - | 196 | 983 |   0 |   0 |  47 |  27k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
38.57/38.64	c  34.9s|130000 |    13 |  2001 |   0.0 |  22M|  42 |   - | 196 | 860 |   0 |   0 |  47 |  29k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
41.37/41.47	c  37.4s|140000 |    12 |  2001 |   0.0 |  22M|  42 |   - | 196 | 866 |   0 |   0 |  47 |  32k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
44.17/44.22	c  39.9s|150000 |    10 |  2001 |   0.0 |  22M|  42 |   - | 196 | 862 |   0 |   0 |  47 |  36k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
47.18/47.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.18/47.22	c  42.5s|160000 |    11 |  2001 |   0.0 |  22M|  42 |   - | 196 | 871 |   0 |   0 |  47 |  39k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
49.66/49.76	c  44.8s|170000 |    14 |  2001 |   0.0 |  22M|  42 |   - | 196 | 888 |   0 |   0 |  47 |  41k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
52.26/52.36	c  47.0s|180000 |    11 |  2001 |   0.0 |  22M|  42 |   - | 196 | 869 |   0 |   0 |  47 |  44k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
55.07/55.15	c  49.5s|190000 |    10 |  2001 |   0.0 |  22M|  42 |   - | 196 | 856 |   0 |   0 |  47 |  47k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
57.76/57.82	c  51.9s|200000 |     8 |  2001 |   0.0 |  22M|  42 |   - | 196 | 875 |   0 |   0 |  47 |  50k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
60.16/60.20	c  54.0s|210000 |     9 |  2001 |   0.0 |  22M|  42 |   - | 196 | 867 |   0 |   0 |  47 |  52k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
62.86/62.93	c  56.4s|220000 |     8 |  2001 |   0.0 |  22M|  42 |   - | 196 | 885 |   0 |   0 |  47 |  55k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
65.27/65.40	c  58.6s|230000 |    10 |  2001 |   0.0 |  22M|  42 |   - | 196 | 876 |   0 |   0 |  47 |  58k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
68.06/68.12	c  61.0s|240000 |     9 |  2001 |   0.0 |  22M|  42 |   - | 196 | 892 |   0 |   0 |  47 |  60k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
70.76/70.80	c  63.4s|250000 |     7 |  2001 |   0.0 |  22M|  42 |   - | 196 | 958 |   0 |   0 |  47 |  64k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
73.57/73.61	c  65.9s|260000 |    13 |  2001 |   0.0 |  22M|  42 |   - | 196 | 954 |   0 |   0 |  47 |  68k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
76.16/76.29	c  68.3s|270000 |    13 |  2001 |   0.0 |  22M|  42 |   - | 196 | 924 |   0 |   0 |  47 |  72k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
79.06/79.16	c  70.8s|280000 |     6 |  2001 |   0.0 |  22M|  42 |   - | 196 | 814 |   0 |   0 |  47 |  76k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
81.66/81.74	c  73.1s|290000 |     9 |  2001 |   0.0 |  22M|  42 |   - | 196 | 841 |   0 |   0 |  47 |  79k|  18 | 6.887672e+01 | 8.400000e+01 |  21.96%
82.25/82.39	c 
82.25/82.39	c SCIP Status        : problem is solved [optimal solution found]
82.25/82.39	c Solving Time (sec) : 73.66
82.25/82.39	c Solving Nodes      : 292358
82.25/82.39	c Primal Bound       : +8.40000000000000e+01 (9 solutions)
82.25/82.39	c Dual Bound         : +8.40000000000000e+01
82.25/82.39	c Gap                : 0.00 %
82.25/82.39	s OPTIMUM FOUND
82.25/82.39	v x200 -x199 -x198 x197 -x196 -x195 x194 -x193 -x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 -x178 
82.25/82.39	v x177 -x176 x175 x174 -x173 -x172 -x171 x170 -x169 -x168 x167 -x166 x165 -x164 -x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 
82.25/82.39	v -x154 x153 x152 -x151 -x150 -x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 
82.25/82.39	v x132 -x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 x110 
82.25/82.39	v -x109 -x108 x107 x106 -x105 -x104 -x103 x102 -x101 x100 -x99 x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 x89 x88 -x87 -x86 
82.25/82.39	v -x85 -x84 x83 -x82 x81 x80 -x79 -x78 x77 x76 -x75 x74 -x73 x72 -x71 -x70 x69 -x68 -x67 x66 -x65 x64 -x63 x62 -x61 -x60 -x59 -x58 
82.25/82.39	v -x57 x56 -x55 x54 -x53 -x52 x51 x50 -x49 -x48 x47 x46 -x45 -x44 x43 -x42 x41 x40 -x39 x38 -x37 x36 -x35 x34 -x33 x32 -x31 
82.25/82.39	v -x30 -x29 x28 -x27 -x26 -x25 -x24 x23 x22 -x21 x20 -x19 x18 -x17 -x16 x15 -x14 -x13 -x12 x11 x10 -x9 x8 -x7 -x6 x5 -x4 -x3 -x2 
82.25/82.39	v x1 
82.25/82.39	c SCIP Status        : problem is solved [optimal solution found]
82.25/82.39	c Solving Time       :      73.66
82.25/82.39	c Original Problem   :
82.25/82.39	c   Problem name     : HOME/instance-2666072-1276422065.opb
82.25/82.39	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
82.25/82.39	c   Constraints      : 900 initial, 900 maximal
82.25/82.39	c Presolved Problem  :
82.25/82.39	c   Problem name     : t_HOME/instance-2666072-1276422065.opb
82.25/82.39	c   Variables        : 196 (196 binary, 0 integer, 0 implicit integer, 0 continuous)
82.25/82.39	c   Constraints      : 835 initial, 1015 maximal
82.25/82.39	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
82.25/82.39	c   trivial          :       0.00          0          0          0          0          0          0          0          0
82.25/82.39	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
82.25/82.39	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
82.25/82.39	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
82.25/82.39	c   implics          :       0.00          0          0          0          0          0          0          0          0
82.25/82.39	c   probing          :       0.02          4          0          0          0          0          0          0          0
82.25/82.39	c   linear           :       0.03          0          0          0          0          0         27         27          0
82.25/82.39	c   logicor          :       0.05          0          0          0          0          0         38          0          0
82.25/82.39	c   root node        :          -        165          -          -        165          -          -          -          -
82.25/82.39	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
82.25/82.39	c   integral         :          0          0          0          1          0          0          0          0          0          2
82.25/82.39	c   logicor          :        835+        20    1334984          0          9     101803    2620883          0          0          0
82.25/82.39	c   countsols        :          0          0          0          0          9          0          0          0          0          0
82.25/82.39	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
82.25/82.39	c   integral         :       2.12       0.00       0.00       2.12       0.00
82.25/82.39	c   logicor          :      20.91       0.00      20.91       0.00       0.00
82.25/82.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00
82.25/82.39	c Propagators        :       Time      Calls    Cutoffs    DomReds
82.25/82.39	c   vbounds          :       0.83          2          0          0
82.25/82.39	c   rootredcost      :       0.87          9          0          0
82.25/82.39	c   pseudoobj        :      18.06    1507733      54935    1361776
82.25/82.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
82.25/82.39	c   propagation      :      11.04     101866      77256      77256       17.1       3366        7.3          -
82.25/82.39	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
82.25/82.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
82.25/82.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
82.25/82.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
82.25/82.39	c   applied globally :          -          -          -      80542       16.7          -          -          -
82.25/82.39	c   applied locally  :          -          -          -         79       31.3          -          -          -
82.25/82.39	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
82.25/82.39	c   cut pool         :       0.10         19          -          -        684          -    (maximal pool size: 4294)
82.25/82.39	c   redcost          :       0.01         20          0          0          0          0
82.25/82.39	c   impliedbounds    :       0.00         20          0          0         46          0
82.25/82.39	c   intobj           :       0.00          0          0          0          0          0
82.25/82.39	c   cgmip            :       0.00          0          0          0          0          0
82.25/82.39	c   gomory           :       2.39         20          0          0          7          0
82.25/82.39	c   strongcg         :       2.21         20          0          0       4792          0
82.25/82.39	c   cmir             :       0.06         10          0          0          0          0
82.25/82.39	c   flowcover        :       0.06         10          0          0          0          0
82.25/82.39	c   clique           :       0.00         20          0          0          7          0
82.25/82.39	c   zerohalf         :       0.00          0          0          0          0          0
82.25/82.39	c   mcf              :       0.00          1          0          0          0          0
82.25/82.39	c   rapidlearning    :       0.00          0          0          0          0          0
82.25/82.39	c Pricers            :       Time      Calls       Vars
82.25/82.39	c   problem variables:       0.00          0          0
82.25/82.39	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
82.25/82.39	c   relpscost        :       2.12          1          0          0          0          0          2
82.25/82.39	c   pscost           :       0.00          0          0          0          0          0          0
82.25/82.39	c   inference        :       2.33     166166          0          0          0          0     332332
82.25/82.39	c   mostinf          :       0.00          0          0          0          0          0          0
82.25/82.39	c   leastinf         :       0.00          0          0          0          0          0          0
82.25/82.39	c   fullstrong       :       0.00          0          0          0          0          0          0
82.25/82.39	c   allfullstrong    :       0.00          0          0          0          0          0          0
82.25/82.39	c   random           :       0.00          0          0          0          0          0          0
82.25/82.39	c Primal Heuristics  :       Time      Calls      Found
82.25/82.39	c   LP solutions     :       0.00          -          0
82.25/82.39	c   pseudo solutions :       0.01          -          9
82.25/82.39	c   oneopt           :       0.23          0          0
82.25/82.39	c   crossover        :       0.00          0          0
82.25/82.39	c   trivial          :       0.00          2          0
82.25/82.39	c   simplerounding   :       0.00          0          0
82.25/82.39	c   zirounding       :       0.00          1          0
82.25/82.39	c   rounding         :       0.01         20          0
82.25/82.39	c   shifting         :       0.03         20          0
82.25/82.39	c   intshifting      :       0.00          0          0
82.25/82.39	c   twoopt           :       0.00          0          0
82.25/82.39	c   fixandinfer      :       0.00          0          0
82.25/82.39	c   feaspump         :       0.01          1          0
82.25/82.39	c   coefdiving       :       0.00          0          0
82.25/82.39	c   pscostdiving     :       0.00          0          0
82.25/82.39	c   fracdiving       :       0.00          0          0
82.25/82.39	c   veclendiving     :       0.00          0          0
82.25/82.39	c   intdiving        :       0.00          0          0
82.25/82.39	c   actconsdiving    :       0.00          0          0
82.25/82.39	c   objpscostdiving  :       0.00          0          0
82.25/82.39	c   rootsoldiving    :       0.00          0          0
82.25/82.39	c   linesearchdiving :       0.00          0          0
82.25/82.39	c   guideddiving     :       0.00          0          0
82.25/82.39	c   octane           :       0.00          0          0
82.25/82.39	c   rens             :       0.01          0          0
82.25/82.39	c   rins             :       0.00          0          0
82.25/82.39	c   localbranching   :       0.00          0          0
82.25/82.39	c   mutation         :       0.00          0          0
82.25/82.39	c   dins             :       0.00          0          0
82.25/82.39	c   undercover       :       0.00          0          0
82.25/82.39	c   nlp              :       0.10          0          0
82.25/82.39	c   trysol           :       0.15          0          0
82.25/82.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
82.25/82.39	c   primal LP        :       0.01          0          0       0.00       0.00
82.25/82.39	c   dual LP          :       0.48         20       2001     100.05    4168.75
82.25/82.39	c   lex dual LP      :       0.00          0          0       0.00          -
82.25/82.39	c   barrier LP       :       0.00          0          0       0.00          -
82.25/82.39	c   diving/probing LP:       0.01          0          0       0.00       0.00
82.25/82.39	c   strong branching :       2.12         18       8595     477.50    4054.25
82.25/82.39	c     (at root node) :          -         18       8595     477.50          -
82.25/82.39	c   conflict analysis:       0.00          0          0       0.00          -
82.25/82.39	c B&B Tree           :
82.25/82.39	c   number of runs   :          1
82.25/82.39	c   nodes            :     292358
82.25/82.39	c   nodes (total)    :     292358
82.25/82.39	c   nodes left       :          0
82.25/82.39	c   max depth        :         42
82.25/82.39	c   max depth (total):         42
82.25/82.39	c   backtracks       :      70685 (24.2%)
82.25/82.39	c   delayed cutoffs  :      39959
82.25/82.39	c   repropagations   :      82347 (846966 domain reductions, 30556 cutoffs)
82.25/82.39	c   avg switch length:       2.17
82.25/82.39	c   switching time   :       7.08
82.25/82.39	c Solution           :
82.25/82.39	c   Solutions found  :          9 (9 improvements)
82.25/82.39	c   First Solution   : +9.20000000000000e+01   (in run 1, after 43 nodes, 7.70 seconds, depth 32, found by <relaxation>)
82.25/82.39	c   Primal Bound     : +8.40000000000000e+01   (in run 1, after 32483 nodes, 14.71 seconds, depth 31, found by <relaxation>)
82.25/82.39	c   Dual Bound       : +8.40000000000000e+01
82.25/82.39	c   Gap              :       0.00 %
82.25/82.39	c   Root Dual Bound  : +6.82787806875321e+01
82.25/82.39	c   Root Iterations  :       2001
82.36/82.41	c Time complete: 82.36.

Verifier Data

OK	84

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 24220
/proc/meminfo: memFree=1724000/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=8256 CPUtime=0
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 1004 0 0 0 0 0 0 0 20 0 1 0 17810526 8454144 925 1992294400 4194304 9819077 140737201992288 18446744073709551615 8718752 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24220/statm: 2065 930 366 1374 0 686 0

[startup+0.032619 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 24220
/proc/meminfo: memFree=1724000/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=10812 CPUtime=0.02
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 1949 0 0 0 2 0 0 0 20 0 1 0 17810526 11071488 1517 1992294400 4194304 9819077 140737201992288 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 2703 1530 423 1374 0 1324 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10812

[startup+0.100627 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 24220
/proc/meminfo: memFree=1724000/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=14696 CPUtime=0.09
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 3583 0 0 0 8 1 0 0 20 0 1 0 17810526 15048704 2379 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 3674 2379 505 1374 0 2295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14696

[startup+0.30065 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 24220
/proc/meminfo: memFree=1724000/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=18536 CPUtime=0.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 5476 0 0 0 27 2 0 0 20 0 1 0 17810526 18980864 3168 1992294400 4194304 9819077 140737201992288 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 4634 3170 642 1374 0 3255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18536

[startup+0.700697 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 24220
/proc/meminfo: memFree=1724000/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=23264 CPUtime=0.69
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 6795 0 0 0 66 3 0 0 21 0 1 0 17810526 23822336 4217 1992294400 4194304 9819077 140737201992288 18446744073709551615 7311846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 5816 4217 672 1374 0 4437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23264

[startup+1.50079 s]
/proc/loadavg: 0.91 0.95 0.98 2/107 24221
/proc/meminfo: memFree=1705764/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=31588 CPUtime=1.49
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 9298 0 0 0 145 4 0 0 23 0 1 0 17810526 32346112 6237 1992294400 4194304 9819077 140737201992288 18446744073709551615 6055141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 7897 6237 674 1374 0 6518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31588

[startup+3.10098 s]
/proc/loadavg: 0.91 0.95 0.98 2/107 24221
/proc/meminfo: memFree=1695348/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=42680 CPUtime=3.09
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 12754 0 0 0 303 6 0 0 25 0 1 0 17810526 43704320 8971 1992294400 4194304 9819077 140737201992288 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10670 8971 674 1374 0 9291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42680

[startup+6.30135 s]
/proc/loadavg: 0.92 0.95 0.98 2/107 24221
/proc/meminfo: memFree=1689528/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=45960 CPUtime=6.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 18334 0 0 0 620 9 0 0 25 0 1 0 17810526 47063040 9135 1992294400 4194304 9819077 140737201992288 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 11490 9135 693 1374 0 10111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45960

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.98 2/107 24221
/proc/meminfo: memFree=1689280/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43324 CPUtime=12.69
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27286 0 0 0 1198 71 0 0 25 0 1 0 17810526 44363776 9136 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10831 9136 697 1374 0 9452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43324

[startup+25.5006 s]
/proc/loadavg: 0.94 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689280/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43456 CPUtime=25.48
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27312 0 0 0 2338 210 0 0 25 0 1 0 17810526 44498944 9162 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10864 9162 697 1374 0 9485 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43456

[startup+51.1006 s]
/proc/loadavg: 0.96 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689280/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43592 CPUtime=51.06
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27355 0 0 0 4594 512 0 0 25 0 1 0 17810526 44638208 9205 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10898 9205 697 1374 0 9519 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43592

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

[startup+63.9011 s]
/proc/loadavg: 0.97 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689156/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43592 CPUtime=63.86
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27364 0 0 0 5730 656 0 0 25 0 1 0 17810526 44638208 9214 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10898 9214 697 1374 0 9519 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 43592

[startup+70.3009 s]
/proc/loadavg: 0.97 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689156/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43592 CPUtime=70.26
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27369 0 0 0 6298 728 0 0 25 0 1 0 17810526 44638208 9219 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10898 9219 697 1374 0 9519 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 43592

[startup+76.7006 s]
/proc/loadavg: 0.97 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689156/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43724 CPUtime=76.66
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27373 0 0 0 6867 799 0 0 25 0 1 0 17810526 44773376 9223 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10931 9223 697 1374 0 9552 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 43724

[startup+79.901 s]
/proc/loadavg: 0.97 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689156/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43724 CPUtime=79.86
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27375 0 0 0 7148 838 0 0 25 0 1 0 17810526 44773376 9225 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10931 9225 697 1374 0 9552 0
Current children cumulated CPU time (s) 79.86
Current children cumulated vsize (KiB) 43724

[startup+81.5012 s]
/proc/loadavg: 0.98 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689032/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43724 CPUtime=81.45
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27375 0 0 0 7289 856 0 0 25 0 1 0 17810526 44773376 9225 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10931 9225 697 1374 0 9552 0
Current children cumulated CPU time (s) 81.45
Current children cumulated vsize (KiB) 43724

[startup+81.9013 s]
/proc/loadavg: 0.98 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689032/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43724 CPUtime=81.86
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27375 0 0 0 7324 862 0 0 25 0 1 0 17810526 44773376 9225 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10931 9225 697 1374 0 9552 0
Current children cumulated CPU time (s) 81.86
Current children cumulated vsize (KiB) 43724

[startup+82.3013 s]
/proc/loadavg: 0.98 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1689032/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=43724 CPUtime=82.25
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27375 0 0 0 7360 865 0 0 25 0 1 0 17810526 44773376 9225 1992294400 4194304 9819077 140737201992288 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24220/statm: 10931 9225 697 1374 0 9552 0
Current children cumulated CPU time (s) 82.25
Current children cumulated vsize (KiB) 43724

[startup+82.4013 s]
/proc/loadavg: 0.98 0.96 0.98 2/107 24223
/proc/meminfo: memFree=1695976/2059040 swapFree=4136464/4192956
[pid=24220] ppid=24218 vsize=12948 CPUtime=82.36
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23834 0 -1 4202496 27381 0 0 0 7370 866 0 0 25 0 1 0 17810526 13258752 2435 1992294400 4194304 9819077 140737201992288 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24220/statm: 3237 2435 703 1374 0 1858 0
Current children cumulated CPU time (s) 82.36
Current children cumulated vsize (KiB) 12948

Child status: 0
Real time (s): 82.4106
CPU time (s): 82.3755
CPU user time (s): 73.7058
CPU system time (s): 8.66968
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 45972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7058
system time used= 8.66968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 250

runsolver used 0.124981 second user time and 0.415936 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-13 11:41:05
IDJOB=2666072
IDBENCH=2078
IDSOLVER=1168
FILE ID=node001/2666072-1276422065
PBS_JOBID= 11173305
Free space on /tmp= 62392 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-jnh201.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666072-1276422065/watcher-2666072-1276422065 -o /tmp/evaluation-result-2666072-1276422065/solver-2666072-1276422065 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666072-1276422065.opb -t 1800 -m 1800

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

MD5SUM BENCH= 90cbe77e1c871e28da43b06bd07ecc73
RANDOM SEED=1757426293

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724404 kB
Buffers:         92840 kB
Cached:         155864 kB
SwapCached:      16988 kB
Active:         137396 kB
Inactive:       131256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724404 kB
SwapTotal:     4192956 kB
SwapFree:      4136464 kB
Dirty:            6212 kB
Writeback:           0 kB
AnonPages:       10804 kB
Mapped:           9192 kB
Slab:            44312 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182540 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= 62384 MiB
End job on node001 at 2010-06-13 11:42:28