Trace number 3717642

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPTIMUM 2.01869 2.0206

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret60_75_ext.wbo
MD5SUMc20bb26c743060b7127589d532576637
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.000999
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints220
Number of soft constraints160
Number of constraints which are clauses160
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 160
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3717642-1338203367.wbo>
0.00/0.00	c original problem has 280 variables (280 bin, 0 int, 0 impl, 0 cont) and 221 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 60 del vars, 61 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 120 impls, 0 clqs
0.00/0.01	c (round 2) 60 del vars, 61 del conss, 0 add conss, 160 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 120 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/220 (23.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  60 deleted vars, 61 deleted constraints, 0 added constraints, 160 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  280 implications, 0 cliques
0.00/0.01	c presolved problem has 380 variables (220 bin, 0 int, 160 impl, 0 cont) and 320 constraints
0.00/0.01	c     160 constraints of type <linear>
0.00/0.01	c     160 constraints of type <indicator>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.1.1.4
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # force restart if we have a max FS instance and gap is 1?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/forcerestart = TRUE
0.00/0.01	c 
0.00/0.01	c # priority of branching rule <inference>
0.00/0.01	c # [type: int, range: [-536870912,536870911], default: 1000]
0.00/0.01	c branching/inference/priority = 1000000
0.00/0.01	c 
0.00/0.01	c # frequency offset for calling primal heuristic <coefdiving>
0.00/0.01	c # [type: int, range: [0,2147483647], default: 1]
0.00/0.01	c heuristics/coefdiving/freqofs = 0
0.00/0.01	c 
0.00/0.01	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c heuristics/shiftandpropagate/freq = -1
0.00/0.01	c 
0.00/0.01	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c heuristics/undercover/freq = -1
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c # frequency for calling primal heuristic <indrounding> (-1: never, 0: only at depth freqofs)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c heuristics/indrounding/freq = 1
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	o 160
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - |1260k|   0 |   - | 380 | 320 |   0 |   0 |   0 |   0 |   0 |      --      | 1.600000e+02 |    Inf 
0.00/0.02	o 13
0.00/0.02	c 6 0.0s|     1 |     0 |     0 |     - |1260k|   0 |   - | 380 | 320 |   0 |   0 |   0 |   0 |   0 |      --      | 1.300000e+01 |    Inf 
0.00/0.02	o 1
0.00/0.02	c y 0.0s|     1 |     0 |     0 |     - |1252k|   0 |   - | 380 | 320 |   0 |   0 |   0 |   0 |   0 |      --      | 1.000000e+00 |    Inf 
0.00/0.02	c Forcing restart, since 145 binary variables among 160 have been fixed.
0.00/0.02	c   0.0s|     1 |     0 |    36 |     - |1401k|   0 |   9 | 380 | 160 | 380 | 160 |   0 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    43 |     - |1696k|   0 |  14 | 380 | 467 | 380 | 164 |   4 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    48 |     - |1711k|   0 |  15 | 380 | 467 | 380 | 168 |   8 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    51 |     - |1736k|   0 |  17 | 380 | 467 | 380 | 169 |   9 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    58 |     - |1786k|   0 |  13 | 380 | 467 | 380 | 170 |  10 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    65 |     - |1811k|   0 |  23 | 380 | 467 | 380 | 175 |  15 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.07/0.08	c   0.1s|     1 |     0 |    72 |     - |1862k|   0 |  21 | 380 | 467 | 380 | 177 |  17 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.08/0.10	c   0.1s|     1 |     2 |   165 |     - |1879k|   0 |  21 | 380 | 472 | 380 | 177 |  17 |   5 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.08/0.10	c (run 1, node 1) performing user restart
0.08/0.10	c 
0.08/0.10	c (restart) converted 5 cuts from the global cut pool into linear constraints
0.08/0.10	c 
0.08/0.10	c presolving:
0.08/0.10	c (round 1) 320 del vars, 52 del conss, 0 add conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 0 upgd conss, 280 impls, 0 clqs
0.08/0.11	c (round 2) 320 del vars, 140 del conss, 0 add conss, 0 chg bounds, 27 chg sides, 0 chg coeffs, 419 upgd conss, 280 impls, 0 clqs
0.08/0.11	c presolving (3 rounds):
0.08/0.11	c  320 deleted vars, 140 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 27 changed sides, 0 changed coefficients
0.08/0.11	c  280 implications, 0 cliques
0.08/0.11	c presolved problem has 60 variables (60 bin, 0 int, 0 impl, 0 cont) and 337 constraints
0.08/0.11	c       5 constraints of type <knapsack>
0.08/0.11	c       1 constraints of type <linear>
0.08/0.11	c     331 constraints of type <logicor>
0.08/0.11	c transformed objective value is always integral (scale: 1)
0.08/0.11	c Presolving Time: 0.02
0.08/0.11	c 
0.08/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.11	c   0.1s|     1 |     0 |   204 |     - |1353k|   0 |  12 |  60 | 337 |  60 | 165 |   0 |   5 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.08/0.11	c   0.1s|     1 |     0 |   210 |     - |1359k|   0 |   3 |  60 | 337 |  60 | 171 |   6 |   5 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.08/0.12	c   0.1s|     1 |     2 |   339 |     - |1372k|   0 |   3 |  60 | 344 |  60 | 171 |   6 |  12 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.18/0.21	c   0.2s|   100 |    97 |  3248 |  31.3 |1470k|  15 |   3 |  60 | 502 |  60 | 163 |   6 | 170 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.18/0.27	c   0.3s|   200 |   133 |  5485 |  26.8 |1525k|  18 |   3 |  60 | 602 |  60 | 163 |   6 | 270 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.29/0.33	c   0.3s|   300 |   186 |  7073 |  23.2 |1579k|  18 |  25 |  60 | 681 |  60 | 163 |   6 | 354 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.39/0.40	c   0.4s|   400 |   238 |  9116 |  22.5 |1636k|  18 |   3 |  60 | 764 |  60 | 163 |   6 | 453 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.39/0.44	c   0.4s|   500 |   314 | 10230 |  20.2 |1685k|  18 |   3 |  60 | 818 |  60 | 163 |   6 | 508 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.39/0.48	c   0.5s|   600 |   374 | 11554 |  19.1 |1740k|  19 |  15 |  60 | 888 |  60 | 163 |   6 | 582 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.48/0.52	c   0.5s|   700 |   440 | 12824 |  18.2 |1783k|  19 |   8 |  60 | 923 |  60 | 163 |   6 | 619 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.48/0.57	c   0.6s|   800 |   528 | 14431 |  17.9 |1850k|  19 |   3 |  60 | 981 |  60 | 163 |   6 | 682 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.59/0.61	c   0.6s|   900 |   622 | 15475 |  17.1 |1902k|  19 |   3 |  60 |1022 |  60 | 163 |   6 | 726 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.59/0.64	c   0.6s|  1000 |   690 | 16133 |  16.0 |1945k|  19 |   8 |  60 |1043 |  60 | 163 |   6 | 753 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.59/0.67	c   0.7s|  1100 |   788 | 17033 |  15.4 |1992k|  19 |   8 |  60 |1065 |  60 | 163 |   6 | 782 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.68/0.71	c   0.7s|  1200 |   877 | 17958 |  14.9 |2039k|  19 |   7 |  60 |1085 |  60 | 163 |   6 | 808 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.68/0.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.68/0.74	c   0.7s|  1300 |   970 | 18867 |  14.4 |2082k|  19 |   7 |  60 |1099 |  60 | 163 |   6 | 828 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.68/0.77	c   0.8s|  1400 |  1018 | 19720 |  14.0 |2127k|  20 |   - |  60 |1134 |   0 |   0 |   6 | 887 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.79/0.80	c   0.8s|  1500 |  1061 | 20613 |  13.7 |2177k|  20 |   7 |  60 |1196 |  60 | 163 |   6 | 976 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.79/0.84	c   0.8s|  1600 |  1128 | 21747 |  13.5 |2222k|  20 |   3 |  60 |1213 |  60 | 163 |   6 |1051 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.79/0.88	c   0.9s|  1700 |  1186 | 22804 |  13.3 |2265k|  20 |   7 |  60 |1230 |  60 | 163 |   6 |1096 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.89/0.91	c   0.9s|  1800 |  1271 | 23902 |  13.2 |2313k|  20 |  18 |  60 |1258 |  60 | 163 |   6 |1142 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.89/0.95	c   0.9s|  1900 |  1326 | 24883 |  13.0 |2361k|  20 |  19 |  60 |1288 |  60 | 163 |   6 |1209 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.89/0.98	c   1.0s|  2000 |  1390 | 25976 |  12.9 |2408k|  20 |  16 |  60 |1328 |  60 | 163 |   6 |1267 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.99/1.02	c   1.0s|  2100 |  1348 | 26889 |  12.7 |2445k|  20 |   - |  60 |1396 |   0 |   0 |   6 |1377 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.99/1.06	c   1.1s|  2200 |  1363 | 28007 |  12.7 |2485k|  20 |   3 |  60 |1418 |  60 | 163 |   6 |1416 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.99/1.09	c   1.1s|  2300 |  1423 | 28968 |  12.5 |2528k|  20 |   8 |  60 |1443 |  60 | 163 |   6 |1450 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.09/1.13	c   1.1s|  2400 |  1494 | 30051 |  12.5 |2578k|  20 |   7 |  60 |1471 |  60 | 163 |   6 |1507 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.09/1.17	c   1.2s|  2500 |  1500 | 30881 |  12.3 |2622k|  20 |   3 |  60 |1519 |  60 | 163 |   6 |1583 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.19/1.20	c   1.2s|  2600 |  1549 | 31757 |  12.2 |2657k|  20 |  15 |  60 |1537 |  60 | 163 |   6 |1605 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.19/1.23	c   1.2s|  2700 |  1543 | 32698 |  12.1 |2691k|  21 |   3 |  60 |1586 |  60 | 163 |   6 |1656 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.19/1.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.26	c   1.3s|  2800 |  1538 | 33432 |  11.9 |2718k|  21 |   - |  60 |1600 |   0 |   0 |   6 |1710 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.29/1.30	c   1.3s|  2900 |  1308 | 34371 |  11.8 |2658k|  21 |   7 |  60 |1598 |  60 | 163 |   6 |1764 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.29/1.33	c   1.3s|  3000 |  1347 | 35229 |  11.7 |2692k|  21 |   8 |  60 |1620 |  60 | 163 |   6 |1788 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.29/1.36	c   1.4s|  3100 |  1298 | 36277 |  11.7 |2676k|  21 |   3 |  60 |1620 |  60 | 163 |   6 |1819 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.29/1.39	c   1.4s|  3200 |  1353 | 36990 |  11.5 |2724k|  21 |   - |  60 |1654 |   0 |   0 |   6 |1862 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.39/1.43	c   1.4s|  3300 |   858 | 37887 |  11.4 |2557k|  21 |   - |  60 |1704 |   0 |   0 |   6 |1925 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.39/1.46	c   1.5s|  3400 |   818 | 38595 |  11.3 |2544k|  21 |   7 |  60 |1719 |  60 | 163 |   6 |1946 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.39/1.49	c   1.5s|  3500 |   684 | 39380 |  11.2 |2513k|  21 |   3 |  60 |1753 |  60 | 163 |   6 |2000 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.49/1.53	c   1.5s|  3600 |   780 | 40589 |  11.2 |2556k|  21 |   3 |  60 |1762 |  60 | 163 |   6 |2027 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.49/1.56	c   1.6s|  3700 |   856 | 41736 |  11.2 |2607k|  21 |   3 |  60 |1778 |  60 | 163 |   6 |2060 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.49/1.59	c   1.6s|  3800 |   930 | 42667 |  11.2 |2648k|  21 |   6 |  60 |1796 |  60 | 163 |   6 |2097 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.59/1.62	c   1.6s|  3900 |   980 | 43469 |  11.1 |2698k|  21 |   6 |  60 |1859 |  60 | 163 |   6 |2165 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.59/1.66	c   1.7s|  4000 |  1038 | 44464 |  11.1 |2745k|  21 |   3 |  60 |1907 |  60 | 163 |   6 |2231 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.68/1.70	c   1.7s|  4100 |  1087 | 45378 |  11.0 |2795k|  21 |   3 |  60 |1962 |  60 | 163 |   6 |2304 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.68/1.73	c   1.7s|  4200 |  1109 | 46219 |  11.0 |2836k|  21 |   3 |  60 |2014 |  60 | 163 |   6 |2374 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.68/1.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.68/1.77	c   1.8s|  4300 |  1153 | 47135 |  10.9 |2880k|  21 |   3 |  60 |2062 |  60 | 163 |   6 |2465 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.79/1.81	c   1.8s|  4400 |  1193 | 47941 |  10.9 |2927k|  21 |   - |  60 |2102 |   0 |   0 |   6 |2545 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.79/1.84	c   1.8s|  4500 |  1227 | 48665 |  10.8 |2973k|  21 |  18 |  60 |2162 |  60 | 163 |   6 |2652 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.79/1.88	c   1.9s|  4600 |  1076 | 49518 |  10.7 |2945k|  21 |   - |  60 |2207 |   0 |   0 |   6 |2733 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.89/1.92	c   1.9s|  4700 |   948 | 50398 |  10.7 |2931k|  21 |  18 |  60 |2237 |  60 | 163 |   6 |2814 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.89/1.96	c   2.0s|  4800 |  1001 | 51463 |  10.7 |2985k|  21 |   3 |  60 |2288 |  60 | 163 |   6 |2869 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.89/1.99	c   2.0s|  4900 |   417 | 52278 |  10.6 |2613k|  21 |   6 |  60 |2330 |  60 | 163 |   6 |2921 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.99/2.01	c 
1.99/2.01	c SCIP Status        : problem is solved [optimal solution found]
1.99/2.01	c Solving Time (sec) : 2.01
1.99/2.01	c Solving Nodes      : 4946 (total of 4947 nodes in 2 runs)
1.99/2.01	c Primal Bound       : +1.00000000000000e+00 (3 solutions)
1.99/2.01	c Dual Bound         : +1.00000000000000e+00
1.99/2.01	c Gap                : 0.00 %
1.99/2.01	s OPTIMUM FOUND
1.99/2.01	v x120 -x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 x98 -x97 
1.99/2.01	v x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 x84 -x83 x82 -x81 x80 -x79 x78 -x77 x76 -x75 x74 -x73 x72 -x71 x70 -x69 
1.99/2.01	v x68 -x67 x66 -x65 x64 -x63 x62 -x61 x60 -x59 x58 -x57 x56 -x55 x54 -x53 x52 -x51 x50 -x49 x48 -x47 x46 -x45 x44 -x43 x42 -x41 
1.99/2.01	v x40 -x39 x38 -x37 x36 -x35 x34 -x33 x32 -x31 x30 -x29 x28 -x27 x26 -x25 x24 -x23 x22 -x21 x20 -x19 x18 -x17 x16 -x15 x14 
1.99/2.01	v -x13 x12 -x11 x10 -x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1.99/2.01	c SCIP Status        : problem is solved [optimal solution found]
1.99/2.01	c Total Time         :       2.01
1.99/2.01	c   solving          :       2.01
1.99/2.01	c   presolving       :       0.02 (included in solving)
1.99/2.01	c   reading          :       0.00 (included in solving)
1.99/2.01	c   copying          :       0.01 (3 #copies) (minimal 0.00, maximal 0.01, average 0.00)
1.99/2.01	c Original Problem   :
1.99/2.01	c   Problem name     : HOME/instance-3717642-1338203367.wbo
1.99/2.01	c   Variables        : 280 (280 binary, 0 integer, 0 implicit integer, 0 continuous)
1.99/2.01	c   Constraints      : 221 initial, 221 maximal
1.99/2.01	c   Objective sense  : minimize
1.99/2.01	c Presolved Problem  :
1.99/2.01	c   Problem name     : t_HOME/instance-3717642-1338203367.wbo
1.99/2.01	c   Variables        : 60 (60 binary, 0 integer, 0 implicit integer, 0 continuous)
1.99/2.01	c   Constraints      : 337 initial, 2347 maximal
1.99/2.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1.99/2.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   trivial          :       0.00       0.00        320          0          0          0          0          0          0          0          0
1.99/2.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1.99/2.01	c   linear           :       0.01       0.00          0         60          0        160          0        113          0         27          0
1.99/2.01	c   logicor          :       0.00       0.00          0          0          0          0          0         88          0          0          0
1.99/2.01	c   root node        :          -          -        320          -          -        320          -          -          -          -          -
1.99/2.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1.99/2.01	c   integral         :          0          0          0          0       4430          0       4482          0          0          0          0          0       8860
1.99/2.01	c   knapsack         :          5          5          1      17507          0          0          0        260         15        165          0          0          0
1.99/2.01	c   linear           :          1          1          8      14038          0          0         49        127          5         70         20          0          0
1.99/2.01	c   logicor          :        331+      2341          1      18863          0          0       4429      20776       1828      17429          3          0          0
1.99/2.01	c   countsols        :          0          0          0          0          0          0         47          0          0          0          0          0          0
1.99/2.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1.99/2.01	c   integral         :       0.03       0.00       0.00       0.00       0.02       0.00       0.01       0.00
1.99/2.01	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1.99/2.01	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1.99/2.01	c   logicor          :       0.22       0.00       0.00       0.19       0.00       0.00       0.03       0.01
1.99/2.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.99/2.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1.99/2.01	c   rootredcost      :          0          0          0          0
1.99/2.01	c   pseudoobj        :         36          0          0        160
1.99/2.01	c   vbounds          :          1          0          0          0
1.99/2.01	c   redcost          :       4437          0          0          0
1.99/2.01	c   probing          :          0          0          0          0
1.99/2.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1.99/2.01	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1.99/2.01	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1.99/2.01	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1.99/2.01	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1.99/2.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1.99/2.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1.99/2.01	c   propagation      :       0.02       1848       1730       5283       10.2         21        7.5          -
1.99/2.01	c   infeasible LP    :       0.00         35         35         57       14.4          2        4.0          0
1.99/2.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1.99/2.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1.99/2.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1.99/2.01	c   applied globally :          -          -          -       2948        9.6          -          -          -
1.99/2.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1.99/2.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1.99/2.01	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 4)
1.99/2.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1.99/2.01	c   impliedbounds    :       0.00       0.00          7          0          0          0          0
1.99/2.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1.99/2.01	c   gomory           :       0.00       0.00          7          0          0        247          0
1.99/2.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1.99/2.01	c   strongcg         :       0.00       0.00          7          0          0        262          0
1.99/2.01	c   cmir             :       0.00       0.00          7          0          0          1          0
1.99/2.01	c   flowcover        :       0.01       0.00          7          0          0          1          0
1.99/2.01	c   clique           :       0.00       0.00          2          0          0          0          0
1.99/2.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1.99/2.01	c   mcf              :       0.00       0.00          2          0          0          0          0
1.99/2.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1.99/2.01	c   rapidlearning    :       0.04       0.00          1          0          0          0        307
1.99/2.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1.99/2.01	c   problem variables:       0.00          -          0          0
1.99/2.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1.99/2.01	c   inference        :       0.01       0.00       4430          0          0          0          0       8860
1.99/2.01	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1.99/2.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1.99/2.01	c   LP solutions     :       0.00          -          -          0
1.99/2.01	c   pseudo solutions :       0.00          -          -          0
1.99/2.01	c   oneopt           :       0.00       0.00          1          0
1.99/2.01	c   pscostdiving     :       0.09       0.00         82          0
1.99/2.01	c   veclendiving     :       0.09       0.00         93          0
1.99/2.01	c   fracdiving       :       0.10       0.00        102          0
1.99/2.01	c   smallcard        :       0.00       0.00          0          0
1.99/2.01	c   trivial          :       0.00       0.00          2          1
1.99/2.01	c   shiftandpropagate:       0.00       0.00          0          0
1.99/2.01	c   simplerounding   :       0.00       0.00       4437          0
1.99/2.01	c   zirounding       :       0.01       0.00       1000          0
1.99/2.01	c   rounding         :       0.01       0.00        893          0
1.99/2.01	c   shifting         :       0.01       0.00        209          0
1.99/2.01	c   intshifting      :       0.00       0.00          0          0
1.99/2.01	c   twoopt           :       0.00       0.00          0          0
1.99/2.01	c   indoneopt        :       0.01       0.00          2          1
1.99/2.01	c   indtwoopt        :       0.00       0.00          0          0
1.99/2.01	c   fixandinfer      :       0.00       0.00          0          0
1.99/2.01	c   feaspump         :       0.00       0.00          0          0
1.99/2.01	c   clique           :       0.00       0.00          0          0
1.99/2.01	c   coefdiving       :       0.10       0.00         57          0
1.99/2.01	c   indcoefdiving    :       0.00       0.00          0          0
1.99/2.01	c   indrounding      :       0.07       0.00       4430          0
1.99/2.01	c   nlpdiving        :       0.00       0.00          0          0
1.99/2.01	c   intdiving        :       0.00       0.00          0          0
1.99/2.01	c   actconsdiving    :       0.00       0.00          0          0
1.99/2.01	c   objpscostdiving  :       0.03       0.00         16          0
1.99/2.01	c   rootsoldiving    :       0.04       0.00         17          0
1.99/2.01	c   linesearchdiving :       0.10       0.00        111          0
1.99/2.01	c   guideddiving     :       0.00       0.00          0          0
1.99/2.01	c   octane           :       0.00       0.00          0          0
1.99/2.01	c   rens             :       0.01       0.00          1          0
1.99/2.01	c   rins             :       0.00       0.00          0          0
1.99/2.01	c   localbranching   :       0.00       0.00          0          0
1.99/2.01	c   mutation         :       0.00       0.00          0          0
1.99/2.01	c   crossover        :       0.01       0.00          0          0
1.99/2.01	c   dins             :       0.00       0.00          0          0
1.99/2.01	c   vbounds          :       0.00       0.00          0          0
1.99/2.01	c   undercover       :       0.00       0.00          0          0
1.99/2.01	c   subnlp           :       0.00       0.00          0          0
1.99/2.01	c   trysol           :       0.00       0.00          1          1
1.99/2.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1.99/2.01	c   primal LP        :       0.00          2          0       0.00          -       0.00          2
1.99/2.01	c   dual LP          :       0.66       4470      34706       7.82   52681.27       0.00         33
1.99/2.01	c   lex dual LP      :       0.00          0          0       0.00          -
1.99/2.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1.99/2.01	c   diving/probing LP:       0.33       2114      17962       8.50   54271.93
1.99/2.01	c   strong branching :       0.00          0          0       0.00          -
1.99/2.01	c     (at root node) :          -          0          0       0.00          -
1.99/2.01	c   conflict analysis:       0.00          0          0       0.00          -
1.99/2.01	c B&B Tree           :
1.99/2.01	c   number of runs   :          2
1.99/2.01	c   nodes            :       4946
1.99/2.01	c   nodes (total)    :       4947
1.99/2.01	c   nodes left       :          0
1.99/2.01	c   max depth        :         21
1.99/2.01	c   max depth (total):         21
1.99/2.01	c   backtracks       :       1588 (32.1%)
1.99/2.01	c   delayed cutoffs  :       3911
1.99/2.01	c   repropagations   :       1514 (5087 domain reductions, 401 cutoffs)
1.99/2.01	c   avg switch length:       3.58
1.99/2.01	c   switching time   :       0.10
1.99/2.01	c Solution           :
1.99/2.01	c   Solutions found  :          3 (3 improvements)
1.99/2.01	c   First Solution   : +1.60000000000000e+02   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trivial>)
1.99/2.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trysol>)
1.99/2.01	c   Dual Bound       : +1.00000000000000e+00
1.99/2.01	c   Gap              :       0.00 %
1.99/2.01	c   Root Dual Bound  : +0.00000000000000e+00
1.99/2.01	c   Root Iterations  :        117
1.99/2.02	c Time complete: 2.01.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3717642-1338203367/watcher-3717642-1338203367 -o /tmp/evaluation-result-3717642-1338203367/solver-3717642-1338203367 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717642-1338203367.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25088
/proc/meminfo: memFree=30176188/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=11544 CPUtime=0 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 1483 0 0 0 0 0 0 0 20 0 1 0 286465245 11821056 1438 33554432000 4194304 10173063 140736411700624 140734796109320 8846909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 2886 1447 466 1460 0 1417 0

[startup+0.0842881 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25088
/proc/meminfo: memFree=30176188/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=27416 CPUtime=0.07 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 5623 0 0 0 6 1 0 0 20 0 1 0 286465245 28073984 5320 33554432000 4194304 10173063 140736411700624 140734796109320 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 6854 5320 828 1460 0 5385 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27416

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25088
/proc/meminfo: memFree=30176188/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=0.08 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6212 0 0 0 7 1 0 0 20 0 1 0 286465245 29167616 5909 33554432000 4194304 10173063 140736411700624 140734796109320 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5909 830 1460 0 5652 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28484

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25088
/proc/meminfo: memFree=30176188/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=0.29 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6245 0 0 0 26 3 0 0 20 0 1 0 286465245 29167616 5942 33554432000 4194304 10173063 140736411700624 140736411694248 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5942 860 1460 0 5652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28484

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25088
/proc/meminfo: memFree=30176188/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=0.68 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6246 0 0 0 62 6 0 0 20 0 1 0 286465245 29167616 5943 33554432000 4194304 10173063 140736411700624 140736411694248 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5943 860 1460 0 5652 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28484

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25089
/proc/meminfo: memFree=30154976/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=1.49 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6251 0 0 0 136 13 0 0 20 0 1 0 286465245 29167616 5948 33554432000 4194304 10173063 140736411700624 140736411695992 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5948 860 1460 0 5652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28484

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

[startup+1.90018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25089
/proc/meminfo: memFree=30154976/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=1.89 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6251 0 0 0 174 15 0 0 20 0 1 0 286465245 29167616 5948 33554432000 4194304 10173063 140736411700624 140736411695992 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5948 860 1460 0 5652 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 28484

[startup+2.00017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25089
/proc/meminfo: memFree=30154976/32873844 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=28484 CPUtime=1.99 cores=1,3,5,7
/proc/25088/stat : 25088 (scip-2.1.1.4fix) R 25086 25088 23491 0 -1 4202496 6251 0 0 0 184 15 0 0 20 0 1 0 286465245 29167616 5948 33554432000 4194304 10173063 140736411700624 140736411695992 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 7121 5948 860 1460 0 5652 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 28484

Child status: 0
Real time (s): 2.0206
CPU time (s): 2.01869
CPU user time (s): 1.85772
CPU system time (s): 0.160975
CPU usage (%): 99.9057
Max. virtual memory (cumulated for all children) (KiB): 28484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.85772
system time used= 0.160975
maximum resident set size= 23800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6255
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= 3

runsolver used 0.003999 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-28 13:09:27
IDJOB=3717642
IDBENCH=79382
IDSOLVER=2300
FILE ID=node102/3717642-1338203367
RUNJOBID= node102-1338194241-23508
PBS_JOBID= 14624595
Free space on /tmp= 71516 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret60_75_ext.wbo
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717642-1338203367/watcher-3717642-1338203367 -o /tmp/evaluation-result-3717642-1338203367/solver-3717642-1338203367 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717642-1338203367.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c20bb26c743060b7127589d532576637
RANDOM SEED=497059330

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30176444 kB
Buffers:          389852 kB
Cached:          1298300 kB
SwapCached:            0 kB
Active:          1139240 kB
Inactive:         719936 kB
Active(anon):     162532 kB
Inactive(anon):    11036 kB
Active(file):     976708 kB
Inactive(file):   708900 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13688 kB
Writeback:             0 kB
AnonPages:        177556 kB
Mapped:            17800 kB
Shmem:               200 kB
Slab:             698528 kB
SReclaimable:     140704 kB
SUnreclaim:       557824 kB
KernelStack:        1432 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     288240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71504 MiB
End job on node102 at 2012-05-28 13:09:29