Trace number 2703893

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT19456 1789.87 1790.36

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pk1.opb
MD5SUM064c172c08e0726f78b89fe587697d96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54272
Best CPU time to get the best result obtained on this benchmark1800.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50176
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2150078462
Number of bits of the biggest sum of numbers32
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.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-2703893-1278559937.opb>
0.00/0.02	c original problem has 985 variables (985 bin, 0 int, 0 impl, 0 cont) and 45 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 15 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 2) 30 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 3) 30 del vars, 0 del conss, 0 chg bounds, 60 chg sides, 1770 chg coeffs, 30 upgd conss, 60 impls, 0 clqs
0.00/0.04	c (round 4) 31 del vars, 0 del conss, 0 chg bounds, 60 chg sides, 1770 chg coeffs, 30 upgd conss, 60 impls, 0 clqs
0.00/0.07	c    (0.1s) probing: 101/954 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.07	c presolving (5 rounds):
0.00/0.07	c  31 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 1770 changed coefficients
0.00/0.07	c  60 implications, 0 cliques
0.00/0.07	c presolved problem has 954 variables (954 bin, 0 int, 0 impl, 0 cont) and 45 constraints
0.00/0.07	c      30 constraints of type <knapsack>
0.00/0.07	c      15 constraints of type <linear>
0.00/0.07	c transformed objective value is always integral (scale: 2)
0.00/0.07	c Presolving Time: 0.05
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 1.2.1.3
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1789.99
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 1620
0.00/0.07	c 
0.00/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.07	c # [type: int, range: [1,2], default: 1]
0.00/0.07	c timing/clocktype = 2
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/indicator/addCouplingCons = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/rapidlearning/freq = 0
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.00/0.09	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.09	c   0.1s|     1 |     0 |   154 |     - |3147k|   0 |  15 | 954 |  45 | 954 |  45 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     2 |   834 |     - |3163k|   0 |  15 | 954 |  45 | 954 |  45 |   0 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
18.79/18.81	o 536870912
18.79/18.81	c c18.8s|  2879 |  2851 | 92744 |  31.9 |5289k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 5.368709e+08 |    Inf 
18.79/18.82	o 268435456
18.79/18.82	c c18.8s|  2879 |  2851 | 92745 |  31.9 |5302k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 2.684355e+08 |    Inf 
18.79/18.82	o 134217728
18.79/18.82	c c18.8s|  2879 |  2850 | 92746 |  31.9 |5307k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 1.342177e+08 |    Inf 
18.79/18.82	o 67108864
18.79/18.82	c c18.8s|  2879 |  2850 | 92747 |  31.9 |5320k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 6.710886e+07 |    Inf 
18.79/18.82	o 33554432
18.79/18.82	c c18.8s|  2879 |  2850 | 92748 |  31.9 |5332k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 3.355443e+07 |    Inf 
18.79/18.82	o 16777216
18.79/18.82	c c18.8s|  2879 |  2850 | 92749 |  31.9 |5344k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 1.677722e+07 |    Inf 
18.79/18.82	o 8388608
18.79/18.82	c c18.8s|  2879 |  2850 | 92750 |  31.9 |5357k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 8.388608e+06 |    Inf 
18.79/18.82	o 4194304
18.79/18.82	c c18.8s|  2879 |  2850 | 92751 |  31.9 |5369k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 4.194304e+06 |    Inf 
18.79/18.82	o 2097152
18.79/18.82	c c18.8s|  2879 |  2850 | 92752 |  31.9 |5381k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 2.097152e+06 |    Inf 
18.79/18.82	o 1048576
18.79/18.82	c c18.8s|  2879 |  2850 | 92753 |  31.9 |5394k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 1.048576e+06 |    Inf 
18.79/18.82	o 524288
18.79/18.82	c c18.8s|  2879 |  2850 | 92754 |  31.9 |5406k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 5.242880e+05 |    Inf 
18.79/18.82	o 262144
18.79/18.82	c c18.8s|  2879 |  2850 | 92755 |  31.9 |5418k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 2.621440e+05 |    Inf 
18.79/18.83	o 131072
18.79/18.83	c c18.8s|  2879 |  2850 | 92756 |  31.9 |5431k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 1.310720e+05 |    Inf 
18.79/18.83	o 65536
18.79/18.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.83	c c18.8s|  2879 |  2847 | 92757 |  31.9 |5442k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 6.553600e+04 |    Inf 
18.79/18.83	o 57344
18.79/18.83	c c18.8s|  2879 |  2847 | 92758 |  31.9 |5454k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 5.734400e+04 |    Inf 
18.79/18.83	o 56320
18.79/18.83	c c18.8s|  2879 |  2847 | 92758 |  31.9 |5466k|  39 |   - | 954 |  59 | 954 |  45 |   0 |  14 |1027 | 0.000000e+00 | 5.632000e+04 |    Inf 
69.07/69.14	o 49152
69.07/69.14	c f69.1s|  7714 |  7680 |375790 |  48.6 |8373k|  47 |   - | 954 | 404 | 954 |  45 |   0 |1009 |2570 | 0.000000e+00 | 4.915200e+04 |    Inf 
69.07/69.14	o 45056
69.07/69.14	c f69.1s|  7714 |  7658 |375791 |  48.6 |8375k|  47 |   - | 954 | 404 | 954 |  45 |   0 |1009 |2570 | 0.000000e+00 | 4.505600e+04 |    Inf 
69.07/69.14	o 44032
69.07/69.14	c f69.1s|  7714 |  7651 |375791 |  48.6 |8384k|  47 |   - | 954 | 404 | 954 |  45 |   0 |1009 |2570 | 0.000000e+00 | 4.403200e+04 |    Inf 
75.16/75.30	o 32768
75.16/75.30	c f75.3s|  7933 |  7669 |412223 |  51.9 |8462k|  47 |   - | 954 | 420 | 954 |  45 |   0 |1078 |2644 | 0.000000e+00 | 3.276800e+04 |    Inf 
102.85/102.92	o 24576
102.85/102.92	c f 103s|  9729 |  9101 |602809 |  61.9 |9336k|  47 |   - | 954 | 613 | 954 |  45 |   0 |1519 |3656 | 0.000000e+00 | 2.457600e+04 |    Inf 
102.85/102.92	o 20480
102.85/102.92	c f 103s|  9729 |  8814 |602810 |  61.9 |9196k|  47 |   - | 954 | 613 | 954 |  45 |   0 |1519 |3656 | 0.000000e+00 | 2.048000e+04 |    Inf 
102.85/102.92	o 19456
102.85/102.92	c f 103s|  9729 |  8704 |602810 |  61.9 |9151k|  47 |   - | 954 | 613 | 954 |  45 |   0 |1519 |3656 | 0.000000e+00 | 1.945600e+04 |    Inf 
107.25/107.35	c   107s| 10000 |  8969 |632217 |  63.1 |9253k|  47 |  30 | 954 | 615 | 954 |  45 |   0 |1559 |3761 | 0.000000e+00 | 1.945600e+04 |    Inf 
237.01/237.13	c   237s| 20000 | 17841 |  1524k|  76.2 |  15M|  47 |  30 | 954 | 522 | 954 |  45 |   0 |2742 |7388 | 9.493010e+02 | 1.945600e+04 |1949.51%
347.89/348.05	c   348s| 30000 | 26305 |  2304k|  76.8 |  20M|  47 |  30 | 954 | 333 | 954 |  45 |   0 |3398 |9805 | 1.956395e+03 | 1.945600e+04 | 894.48%
451.46/451.69	c   452s| 40000 | 34368 |  3044k|  76.1 |  26M|  47 |  30 | 954 | 308 | 954 |  45 |   0 |4071 |  11k| 2.691014e+03 | 1.945600e+04 | 623.00%
548.23/548.48	c   548s| 50000 | 41860 |  3744k|  74.9 |  32M|  53 |  30 | 954 | 285 | 954 |  45 |   0 |4587 |  13k| 3.195950e+03 | 1.945600e+04 | 508.77%
638.71/638.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.71/638.98	c   639s| 60000 | 48717 |  4405k|  73.4 |  37M|  54 |  30 | 954 | 257 | 954 |  45 |   0 |4959 |  14k| 3.467820e+03 | 1.945600e+04 | 461.04%
729.99/730.20	c   730s| 70000 | 55368 |  5078k|  72.5 |  43M|  54 |  30 | 954 | 281 | 954 |  45 |   0 |5457 |  16k| 3.753815e+03 | 1.945600e+04 | 418.30%
817.57/817.89	c   818s| 80000 | 61833 |  5725k|  71.6 |  48M|  54 |  30 | 954 | 201 | 954 |  45 |   0 |5828 |  17k| 3.996944e+03 | 1.945600e+04 | 386.77%
905.44/905.72	c   906s| 90000 | 67997 |  6384k|  70.9 |  53M|  54 |  30 | 954 | 286 | 954 |  45 |   0 |6266 |  18k| 4.250002e+03 | 1.945600e+04 | 357.79%
993.31/993.65	c   994s|100000 | 74195 |  7048k|  70.5 |  58M|  54 |  30 | 954 | 293 | 954 |  45 |   0 |6758 |  19k| 4.444490e+03 | 1.945600e+04 | 337.76%
1081.69/1082.02	c  1082s|110000 | 80151 |  7724k|  70.2 |  63M|  54 |  30 | 954 | 202 | 954 |  45 |   0 |7111 |  20k| 4.615499e+03 | 1.945600e+04 | 321.54%
1171.48/1171.89	c  1172s|120000 | 86093 |  8402k|  70.0 |  68M|  54 |  30 | 954 | 267 | 954 |  45 |   0 |7553 |  22k| 4.822796e+03 | 1.945600e+04 | 303.42%
1264.05/1264.46	c  1264s|130000 | 91772 |  9091k|  69.9 |  73M|  54 |  30 | 954 | 263 | 954 |  45 |   0 |8086 |  23k| 4.970578e+03 | 1.945600e+04 | 291.42%
1344.43/1344.82	c  1345s|140000 | 97313 |  9701k|  69.3 |  78M|  54 |  30 | 954 | 178 | 954 |  45 |   0 |8397 |  24k| 5.124646e+03 | 1.945600e+04 | 279.66%
1428.10/1428.51	c  1428s|150000 |102979 | 10339k|  68.9 |  83M|  54 |   - | 954 | 167 | 954 |  45 |   0 |8772 |  25k| 5.250737e+03 | 1.945600e+04 | 270.54%
1508.59/1509.03	c  1509s|160000 |108493 | 10950k|  68.4 |  88M|  54 |  30 | 954 | 186 | 954 |  45 |   0 |9128 |  26k| 5.380279e+03 | 1.945600e+04 | 261.62%
1624.86/1625.32	c  1625s|170000 |113892 | 11821k|  69.5 |  93M|  54 |  30 | 954 | 310 | 954 |  45 |   0 |9845 |  27k| 5.481811e+03 | 1.945600e+04 | 254.92%
1731.93/1732.50	c  1732s|180000 |119176 | 12626k|  70.1 |  98M|  54 |  30 | 954 | 208 | 954 |  45 |   0 |  10k|  28k| 5.601823e+03 | 1.945600e+04 | 247.32%
1789.51/1790.01	c 
1789.51/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.01	c Solving Time (sec) : 1789.99
1789.51/1790.01	c Solving Nodes      : 186169
1789.51/1790.01	c Primal Bound       : +1.94560000000000e+04 (24 solutions)
1789.51/1790.01	c Dual Bound         : +5.67910456419245e+03
1789.51/1790.01	c Gap                : 242.59 %
1789.51/1790.01	s SATISFIABLE
1789.51/1790.01	v -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 x607 -x606 -x605 -x604 -x603 -x602 
1789.51/1790.01	v -x601 -x600 -x599 -x598 x597 x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 
1789.51/1790.01	v -x580 -x579 -x578 -x577 x576 x575 x574 -x573 -x572 -x571 -x570 -x569 -x568 x567 x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
1789.51/1790.01	v -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 x547 x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 
1789.51/1790.01	v -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 
1789.51/1790.01	v -x516 x515 x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 
1789.51/1790.01	v -x495 -x494 -x493 -x492 -x491 -x490 -x489 x488 -x487 -x486 x485 x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 
1789.51/1790.01	v -x474 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 x454 -x453 
1789.51/1790.01	v -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 
1789.51/1790.01	v -x431 -x430 -x429 -x428 -x427 -x426 x425 x424 -x423 x422 x421 x420 x419 x418 x417 x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 
1789.51/1790.01	v -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 x397 -x396 -x395 -x394 -x393 x392 x391 x390 x389 x388 
1789.51/1790.01	v x387 x386 x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 
1789.51/1790.01	v x365 x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 
1789.51/1790.01	v -x344 -x343 -x342 -x341 -x340 -x339 -x338 x337 -x336 -x335 x334 x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 
1789.51/1790.01	v -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 x306 -x305 -x304 -x303 
1789.51/1790.01	v x302 x301 x300 x299 x298 x297 x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 
1789.51/1790.01	v -x280 -x279 -x278 -x277 -x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 
1789.51/1790.01	v -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 x245 -x244 x243 x242 x241 x240 x239 x238 x237 x236 
1789.51/1790.01	v x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 
1789.51/1790.01	v x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 
1789.51/1790.01	v -x191 -x190 -x189 -x188 -x187 x186 -x185 x184 x183 -x182 x181 x180 x179 x178 x177 x176 -x175 -x174 -x173 -x171 -x170 -x169 
1789.51/1790.01	v -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 x154 x153 x152 -x151 x150 x149 x148 x147 
1789.51/1790.01	v x146 x145 -x144 -x143 -x142 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 x969 -x968 
1789.51/1790.01	v -x967 x966 x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 
1789.51/1790.01	v -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 
1789.51/1790.01	v -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 x908 x907 x906 -x905 
1789.51/1790.01	v -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 
1789.51/1790.01	v -x883 -x882 -x881 -x880 x879 -x878 -x877 x876 x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 
1789.51/1790.01	v -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 x847 -x846 x845 -x844 x843 x842 x841 
1789.51/1790.01	v x840 x839 x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 
1789.51/1790.01	v -x819 x818 -x817 x816 x815 -x814 x813 x812 x811 x810 x809 x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 
1789.51/1790.01	v -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 -x776 -x775 -x773 
1789.51/1790.01	v -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 x757 x756 x755 x754 x753 x752 
1789.51/1790.01	v x751 x750 x749 x748 x747 x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 
1789.51/1790.01	v -x729 -x728 x727 x726 x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 
1789.51/1790.01	v -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 x698 -x697 -x696 x695 x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 
1789.51/1790.01	v -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 
1789.51/1790.01	v x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 
1789.51/1790.01	v -x643 -x642 -x641 -x640 -x639 -x638 x637 -x636 -x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 -x625 -x624 -x141 -x140 -x139 
1789.51/1790.01	v -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 x123 x122 -x121 -x120 -x119 -x118 
1789.51/1790.01	v -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 
1789.51/1790.01	v -x96 x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 x80 -x79 x78 x77 -x76 -x75 -x73 x72 x71 x70 x69 
1789.51/1790.01	v x68 -x67 -x66 -x65 -x64 -x62 x61 x60 x59 x58 -x57 -x56 -x55 -x54 -x53 -x51 -x50 -x49 -x48 x47 x46 -x45 -x44 x43 x42 -x40 -x39 
1789.51/1790.01	v x38 -x37 -x36 -x35 -x34 x33 x32 -x31 -x985 -x774 -x473 x172 x74 -x63 x52 -x41 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 
1789.51/1790.01	v -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1789.51/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.01	c Solving Time       :    1789.99
1789.51/1790.01	c Original Problem   :
1789.51/1790.01	c   Problem name     : HOME/instance-2703893-1278559937.opb
1789.51/1790.01	c   Variables        : 985 (985 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.01	c   Constraints      : 45 initial, 45 maximal
1789.51/1790.01	c Presolved Problem  :
1789.51/1790.01	c   Problem name     : t_HOME/instance-2703893-1278559937.opb
1789.51/1790.01	c   Variables        : 954 (954 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.01	c   Constraints      : 45 initial, 742 maximal
1789.51/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.51/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.01	c   dualfix          :       0.00         16          0          0          0          0          0          0          0
1789.51/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1789.51/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0         60       1770
1789.51/1790.01	c   linear           :       0.01          0         15          0          0          0          0          0          0
1789.51/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.01	c   root node        :          -        465          -          -        465          -          -          -          -
1789.51/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.01	c   integral         :          0          0          0     155206          0         13        329          0          0     309798
1789.51/1790.01	c   knapsack         :         30          1     619137          0          1        153       5564          0          0          0
1789.51/1790.01	c   linear           :         15          1     618984          0          1       2431      28886          0          0          0
1789.51/1790.01	c   logicor          :          0+         0     176939          0          0        190       1968          0          0          0
1789.51/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.51/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.51/1790.01	c   integral         :      30.62       0.00       0.00      30.62       0.00
1789.51/1790.01	c   knapsack         :       3.97       0.00       3.97       0.00       0.00
1789.51/1790.01	c   linear           :      85.91       0.00      85.91       0.00       0.00
1789.51/1790.01	c   logicor          :       2.34       0.00       2.34       0.00       0.00
1789.51/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.51/1790.01	c   vbounds          :       0.24          2          0          0
1789.51/1790.01	c   rootredcost      :       0.25         23          0          1
1789.51/1790.01	c   pseudoobj        :       1.64     622048        310       2964
1789.51/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.51/1790.01	c   propagation      :       0.22       3084       1759       2424       51.3         11       25.9          -
1789.51/1790.01	c   infeasible LP    :       2.00       8597       8116       8946       66.3         12        2.0          0
1789.51/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.51/1790.01	c   applied globally :          -          -          -       9304       55.8          -          -          -
1789.51/1790.01	c   applied locally  :          -          -          -       1552      111.4          -          -          -
1789.51/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.51/1790.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1789.51/1790.01	c   redcost          :      12.11     251802          0     659923          0          0
1789.51/1790.01	c   impliedbounds    :       0.00          1          0          0          0          0
1789.51/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.51/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.51/1790.01	c   gomory           :       0.00          1          0          0          0          0
1789.51/1790.01	c   strongcg         :       0.00          1          0          0          0          0
1789.51/1790.01	c   cmir             :       0.01          1          0          0          0          0
1789.51/1790.01	c   flowcover        :       0.01          1          0          0          0          0
1789.51/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.51/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.51/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.51/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1789.51/1790.01	c Pricers            :       Time      Calls       Vars
1789.51/1790.01	c   problem variables:       0.00          0          0
1789.51/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.01	c   relpscost        :      30.41     155206         13        329          0          0     309798
1789.51/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.51/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.51/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.51/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.51/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.51/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.51/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.51/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.51/1790.01	c   LP solutions     :       0.00          -          0
1789.51/1790.01	c   pseudo solutions :       0.00          -          0
1789.51/1790.01	c   intshifting      :       0.01          0          0
1789.51/1790.01	c   oneopt           :       0.09          4          0
1789.51/1790.01	c   crossover        :       2.13         12          1
1789.51/1790.01	c   guideddiving     :      55.18       1361          0
1789.51/1790.01	c   coefdiving       :     166.57       2020         16
1789.51/1790.01	c   veclendiving     :      51.29       2273          0
1789.51/1790.01	c   pscostdiving     :      54.50       2274          0
1789.51/1790.01	c   fracdiving       :      73.15       2274          7
1789.51/1790.01	c   trivial          :       0.00          2          0
1789.51/1790.01	c   simplerounding   :       0.18       7388          0
1789.51/1790.01	c   zirounding       :       0.08       1000          0
1789.51/1790.01	c   rounding         :       0.79       5508          0
1789.51/1790.01	c   shifting         :       2.51       1734          0
1789.51/1790.01	c   twoopt           :       0.00          0          0
1789.51/1790.01	c   fixandinfer      :       0.00          0          0
1789.51/1790.01	c   feaspump         :       0.33          6          0
1789.51/1790.01	c   intdiving        :       0.00          0          0
1789.51/1790.01	c   actconsdiving    :       0.00          0          0
1789.51/1790.01	c   objpscostdiving  :       8.25        230          0
1789.51/1790.01	c   rootsoldiving    :       8.07         55          0
1789.51/1790.01	c   linesearchdiving :      58.55       1055          0
1789.51/1790.01	c   octane           :       0.00          0          0
1789.51/1790.01	c   rens             :       0.02          1          0
1789.51/1790.01	c   rins             :       0.00          0          0
1789.51/1790.01	c   localbranching   :       0.00          0          0
1789.51/1790.01	c   mutation         :       0.00          0          0
1789.51/1790.01	c   dins             :       0.00          0          0
1789.51/1790.01	c   undercover       :       0.00          0          0
1789.51/1790.01	c   nlp              :       0.09          0          0
1789.51/1790.01	c   trysol           :       0.12          0          0
1789.51/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.51/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.51/1790.01	c   dual LP          :    1134.34     185290    9674840      52.21    8529.07
1789.51/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.51/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.51/1790.01	c   diving/probing LP:     401.38     311191    3387025      10.88    8438.54
1789.51/1790.01	c   strong branching :      26.74      29120     163575       5.62    6117.46
1789.51/1790.01	c     (at root node) :          -         15        525      35.00          -
1789.51/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.51/1790.01	c B&B Tree           :
1789.51/1790.01	c   number of runs   :          1
1789.51/1790.01	c   nodes            :     186169
1789.51/1790.01	c   nodes (total)    :     186169
1789.51/1790.01	c   nodes left       :     122499
1789.51/1790.01	c   max depth        :         54
1789.51/1790.01	c   max depth (total):         54
1789.51/1790.01	c   backtracks       :      29846 (16.0%)
1789.51/1790.01	c   delayed cutoffs  :        111
1789.51/1790.01	c   repropagations   :       6601 (1923 domain reductions, 49 cutoffs)
1789.51/1790.01	c   avg switch length:       6.36
1789.51/1790.01	c   switching time   :      11.65
1789.51/1790.01	c Solution           :
1789.51/1790.01	c   Solutions found  :         24 (23 improvements)
1789.51/1790.01	c   First Solution   : +5.36870912000000e+08   (in run 1, after 2879 nodes, 18.80 seconds, depth 406, found by <coefdiving>)
1789.51/1790.01	c   Primal Bound     : +1.94560000000000e+04   (in run 1, after 9729 nodes, 102.91 seconds, depth 135, found by <fracdiving>)
1789.51/1790.01	c   Dual Bound       : +5.67910456419245e+03
1789.51/1790.01	c   Gap              :     242.59 %
1789.51/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.51/1790.01	c   Root Iterations  :        834
1789.80/1790.35	c Time complete: 1789.86.

Verifier Data

OK	19456

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32217
/proc/meminfo: memFree=1750076/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=7904 CPUtime=0
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 1137 0 0 0 0 0 0 0 25 0 1 0 24202074 8093696 1048 1992294400 4194304 8395647 140735930371936 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32217/statm: 1976 1056 365 1026 0 946 0

[startup+0.0933891 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32217
/proc/meminfo: memFree=1750076/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=18024 CPUtime=0.08
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 4069 0 0 0 7 1 0 0 25 0 1 0 24202074 18456576 3625 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 4506 3625 581 1026 0 3476 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18024

[startup+0.101389 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32217
/proc/meminfo: memFree=1750076/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=18024 CPUtime=0.09
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 4074 0 0 0 8 1 0 0 25 0 1 0 24202074 18456576 3630 1992294400 4194304 8395647 140735930371936 18446744073709551615 5427796 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 4506 3630 581 1026 0 3476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18024

[startup+0.30141 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32217
/proc/meminfo: memFree=1750076/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=0.29
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7190 0 0 0 26 3 0 0 25 0 1 0 24202074 29618176 6118 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6118 620 1026 0 6201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28924

[startup+0.701451 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32217
/proc/meminfo: memFree=1750076/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=0.69
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7190 0 0 0 65 4 0 0 25 0 1 0 24202074 29618176 6118 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6118 620 1026 0 6201 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28924

[startup+1.50153 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 32218
/proc/meminfo: memFree=1727500/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=1.49
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7190 0 0 0 144 5 0 0 25 0 1 0 24202074 29618176 6118 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6118 620 1026 0 6201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28924

[startup+3.1017 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 32218
/proc/meminfo: memFree=1727252/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=3.09
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7198 0 0 0 297 12 0 0 25 0 1 0 24202074 29618176 6126 1992294400 4194304 8395647 140735930371936 18446744073709551615 6119695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6126 625 1026 0 6201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28924

[startup+6.30103 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 32218
/proc/meminfo: memFree=1727252/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=6.29
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7201 0 0 0 606 23 0 0 25 0 1 0 24202074 29618176 6129 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6129 626 1026 0 6201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28924

[startup+12.7007 s]
/proc/loadavg: 1.37 1.08 1.03 2/107 32218
/proc/meminfo: memFree=1727252/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=28924 CPUtime=12.68
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 7205 0 0 0 1224 44 0 0 25 0 1 0 24202074 29618176 6133 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7231 6133 626 1026 0 6201 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28924

[startup+25.501 s]
/proc/loadavg: 1.46 1.11 1.04 2/107 32218
/proc/meminfo: memFree=1723532/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=32964 CPUtime=25.48
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 9408 0 0 0 2465 83 0 0 25 0 1 0 24202074 33755136 7111 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 8241 7111 631 1026 0 7211 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32964

[startup+51.1007 s]
/proc/loadavg: 1.30 1.10 1.03 2/107 32218
/proc/meminfo: memFree=1721920/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=33632 CPUtime=51.06
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 9910 0 0 0 4950 156 0 0 25 0 1 0 24202074 34439168 7613 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 8408 7613 730 1026 0 7378 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 33632

[startup+102.309 s]
/proc/loadavg: 1.12 1.08 1.03 2/107 32220
/proc/meminfo: memFree=1722912/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=31652 CPUtime=102.26
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 11287 0 0 0 9895 331 0 0 25 0 1 0 24202074 32411648 7229 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 7913 7229 731 1026 0 6883 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31652

[startup+162.301 s]
/proc/loadavg: 1.04 1.06 1.02 2/107 32222
/proc/meminfo: memFree=1722292/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=32928 CPUtime=162.23
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 11586 0 0 0 15696 527 0 0 25 0 1 0 24202074 33718272 7528 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 8232 7528 731 1026 0 7202 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32928

[startup+222.301 s]
/proc/loadavg: 1.01 1.05 1.02 2/107 32224
/proc/meminfo: memFree=1720928/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=33604 CPUtime=222.22
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 14832 0 0 0 21498 724 0 0 25 0 1 0 24202074 34410496 7713 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 8401 7713 731 1026 0 7371 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33604

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/107 32224
/proc/meminfo: memFree=1719812/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=35148 CPUtime=282.21
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 17228 0 0 0 27308 913 0 0 25 0 1 0 24202074 35991552 8127 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 8787 8127 731 1026 0 7757 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35148

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 32226
/proc/meminfo: memFree=1716464/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=38380 CPUtime=342.19
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 20039 0 0 0 33110 1109 0 0 25 0 1 0 24202074 39301120 8957 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 9595 8957 731 1026 0 8565 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38380

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 32228
/proc/meminfo: memFree=1712992/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=42204 CPUtime=402.17
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 21003 0 0 0 38922 1295 0 0 25 0 1 0 24202074 43216896 9921 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 10551 9921 731 1026 0 9521 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 42204

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 32230
/proc/meminfo: memFree=1708900/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=45696 CPUtime=462.16
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 23883 0 0 0 44728 1488 0 0 25 0 1 0 24202074 46792704 10819 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 11424 10819 731 1026 0 10394 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 45696

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 32232
/proc/meminfo: memFree=1705056/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=49488 CPUtime=522.14
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 24837 0 0 0 50542 1672 0 0 25 0 1 0 24202074 50675712 11773 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 12372 11773 731 1026 0 11342 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 49488

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32232
/proc/meminfo: memFree=1699972/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=54500 CPUtime=582.12
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 26109 0 0 0 56345 1867 0 0 25 0 1 0 24202074 55808000 13045 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 13625 13045 731 1026 0 12595 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 54500

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32234
/proc/meminfo: memFree=1695756/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=58580 CPUtime=642.12
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 27163 0 0 0 62145 2067 0 0 25 0 1 0 24202074 59985920 14099 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 14645 14099 731 1026 0 13615 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 58580

[startup+702.301 s]

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

/proc/meminfo: memFree=1671824/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=83260 CPUtime=1002.01
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 35113 0 0 0 96930 3271 0 0 25 0 1 0 24202074 85258240 19963 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 20815 19963 731 1026 0 19785 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 83260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32246
/proc/meminfo: memFree=1668104/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=86912 CPUtime=1062
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 36043 0 0 0 102725 3475 0 0 25 0 1 0 24202074 88997888 20893 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 21728 20893 731 1026 0 20698 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 86912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32248
/proc/meminfo: memFree=1664136/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=90784 CPUtime=1121.99
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 37043 0 0 0 108517 3682 0 0 25 0 1 0 24202074 92962816 21893 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 22696 21893 731 1026 0 21666 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 90784

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32248
/proc/meminfo: memFree=1659672/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=95204 CPUtime=1181.97
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 40137 0 0 0 114304 3893 0 0 25 0 1 0 24202074 97488896 23008 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 23801 23008 731 1026 0 22771 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 95204

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32250
/proc/meminfo: memFree=1655208/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=99384 CPUtime=1241.95
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 41165 0 0 0 120095 4100 0 0 25 0 1 0 24202074 101769216 24036 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 24846 24036 731 1026 0 23816 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 99384

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32252
/proc/meminfo: memFree=1653348/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=101244 CPUtime=1301.95
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 41647 0 0 0 125900 4295 0 0 25 0 1 0 24202074 103673856 24518 1992294400 4194304 8395647 140735930371936 18446744073709551615 4613123 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 25311 24518 731 1026 0 24281 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 101244

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32254
/proc/meminfo: memFree=1648760/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=105736 CPUtime=1361.93
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 42787 0 0 0 131691 4502 0 0 25 0 1 0 24202074 108273664 25658 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 26434 25658 731 1026 0 25404 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 105736

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32256
/proc/meminfo: memFree=1644296/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=110100 CPUtime=1421.91
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 43890 0 0 0 137483 4708 0 0 25 0 1 0 24202074 112742400 26761 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 27525 26761 731 1026 0 26495 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 110100

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32256
/proc/meminfo: memFree=1641692/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=112628 CPUtime=1481.9
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 44524 0 0 0 143283 4907 0 0 25 0 1 0 24202074 115331072 27395 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 28157 27395 731 1026 0 27127 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 112628

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32258
/proc/meminfo: memFree=1637972/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=116256 CPUtime=1541.87
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 45446 0 0 0 149077 5110 0 0 25 0 1 0 24202074 119046144 28317 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 29064 28317 731 1026 0 28034 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 116256

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32260
/proc/meminfo: memFree=1635864/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=118284 CPUtime=1601.86
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 45967 0 0 0 154857 5329 0 0 25 0 1 0 24202074 121122816 28838 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 29571 28838 731 1026 0 28541 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 118284

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32262
/proc/meminfo: memFree=1631400/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=122736 CPUtime=1661.85
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 47076 0 0 0 160639 5546 0 0 25 0 1 0 24202074 125681664 29947 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 30684 29947 731 1026 0 29654 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 122736

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32264
/proc/meminfo: memFree=1630656/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=123412 CPUtime=1721.83
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 47259 0 0 0 166430 5753 0 0 25 0 1 0 24202074 126373888 30130 1992294400 4194304 8395647 140735930371936 18446744073709551615 5026625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 30853 30130 731 1026 0 29823 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 123412

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32273
/proc/meminfo: memFree=1625944/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127520 CPUtime=1781.81
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48296 0 0 0 172219 5962 0 0 25 0 1 0 24202074 130580480 31167 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 31880 31167 731 1026 0 30850 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 127520

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32273
/proc/meminfo: memFree=1625944/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127520 CPUtime=1785
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48296 0 0 0 172526 5974 0 0 25 0 1 0 24202074 130580480 31167 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 31880 31167 731 1026 0 30850 0
Current children cumulated CPU time (s) 1785
Current children cumulated vsize (KiB) 127520

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32273
/proc/meminfo: memFree=1625820/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127652 CPUtime=1788.21
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48330 0 0 0 172836 5985 0 0 25 0 1 0 24202074 130715648 31201 1992294400 4194304 8395647 140735930371936 18446744073709551615 6586904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 31913 31201 731 1026 0 30883 0
Current children cumulated CPU time (s) 1788.21
Current children cumulated vsize (KiB) 127652

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32273
/proc/meminfo: memFree=1625820/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127652 CPUtime=1789.01
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48330 0 0 0 172913 5988 0 0 25 0 1 0 24202074 130715648 31201 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 31913 31201 731 1026 0 30883 0
Current children cumulated CPU time (s) 1789.01
Current children cumulated vsize (KiB) 127652

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32275
/proc/meminfo: memFree=1625820/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127652 CPUtime=1789.4
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48330 0 0 0 172951 5989 0 0 25 0 1 0 24202074 130715648 31201 1992294400 4194304 8395647 140735930371936 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32217/statm: 31913 31201 731 1026 0 30883 0
Current children cumulated CPU time (s) 1789.4
Current children cumulated vsize (KiB) 127652

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32275
/proc/meminfo: memFree=1625820/2059040 swapFree=4139656/4192956
[pid=32217] ppid=32215 vsize=127652 CPUtime=1789.8
/proc/32217/stat : 32217 (pbscip.linux.x8) R 32215 32217 30472 0 -1 4202496 48333 0 0 0 172990 5990 0 0 25 0 1 0 24202074 130715648 31204 1992294400 4194304 8395647 140735930371936 18446744073709551615 6345797 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32217/statm: 31913 31204 734 1026 0 30883 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 127652

Child status: 0
Real time (s): 1790.36
CPU time (s): 1789.87
CPU user time (s): 1729.95
CPU system time (s): 59.9189
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 127652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1729.95
system time used= 59.9189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 4834

runsolver used 3.23151 second user time and 8.17976 second system time

The end

Launcher Data

Begin job on node083 at 2010-07-08 05:32:17
IDJOB=2703893
IDBENCH=2502
IDSOLVER=1213
FILE ID=node083/2703893-1278559937
PBS_JOBID= 11239480
Free space on /tmp= 62544 MiB

SOLVER NAME= 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-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pk1.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-2703893-1278559937/watcher-2703893-1278559937 -o /tmp/evaluation-result-2703893-1278559937/solver-2703893-1278559937 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703893-1278559937.opb -t 1800 -m 1800

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

MD5SUM BENCH= 064c172c08e0726f78b89fe587697d96
RANDOM SEED=427279557

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750604 kB
Buffers:         49600 kB
Cached:         160400 kB
SwapCached:       6460 kB
Active:          93444 kB
Inactive:       129800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750604 kB
SwapTotal:     4192956 kB
SwapFree:      4139656 kB
Dirty:           10440 kB
Writeback:           8 kB
AnonPages:       11432 kB
Mapped:          11852 kB
Slab:            63088 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183556 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= 62532 MiB
End job on node083 at 2010-07-08 06:02:07