Trace number 3447930

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.0.1.4. with SoPlex 1.5.0.4OPTIMUM 333.808 333.805

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh301_wcsp.wbo
MD5SUM43b9aaaba58886f82a61abd15f4e868b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.018997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447930-1307902285.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1100 implications, 0 cliques
0.01/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.01/0.06	c     900 constraints of type <linear>
0.01/0.06	c     900 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.05
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 444854
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |5233k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    97 |     - |6454k|   0 |  66 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   363 |     - |9141k|   0 |  66 |1900 |2700 |1900 | 915 |  15 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   490 |     - |  10M|   0 |  65 |1900 |2700 |1900 | 932 |  32 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   547 |     - |  12M|   0 |  68 |1900 |2700 |1900 | 947 |  47 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |   586 |     - |  12M|   0 |  76 |1900 |2700 |1900 | 952 |  52 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |   620 |     - |  13M|   0 |  75 |1900 |2700 |1900 | 959 |  59 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.89/0.99	c   1.0s|     1 |     0 |   679 |     - |  14M|   0 |  73 |1900 |2700 |1900 | 962 |  62 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.99/2.07	c   2.1s|     1 |     2 |   679 |     - |  14M|   0 |  73 |1900 |2700 |1900 | 962 |  62 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
7.79/7.89	o 4774
7.79/7.89	c * 7.9s|   400 |   337 | 11735 |  27.7 |  17M|  51 |   - |1900 |2700 |1900 | 996 | 333 |   0 | 792 | 0.000000e+00 | 4.774000e+03 |    Inf 
8.49/8.59	o 3772
8.49/8.59	c * 8.6s|   549 |   432 | 17590 |  30.9 |  18M|  51 |   - |1900 |2715 |1900 | 985 | 454 |  15 | 801 | 0.000000e+00 | 3.772000e+03 |    Inf 
8.59/8.61	o 3064
8.59/8.61	c * 8.6s|   552 |   372 | 17689 |  30.9 |  18M|  51 |   - |1900 |2715 |1900 | 983 | 465 |  15 | 801 | 0.000000e+00 | 3.064000e+03 |    Inf 
9.39/9.49	o 2879
9.39/9.49	c * 9.5s|   836 |   584 | 24208 |  28.2 |  19M|  51 |   - |1900 |2816 |1900 | 955 | 563 | 116 | 806 | 0.000000e+00 | 2.879000e+03 |    Inf 
9.49/9.51	o 2690
9.49/9.51	c * 9.5s|   839 |   560 | 24228 |  28.1 |  19M|  51 |   - |1900 |2820 |1900 | 956 | 566 | 120 | 806 | 0.000000e+00 | 2.690000e+03 |    Inf 
51.60/51.62	c  51.6s| 10000 |  8512 |350575 |  35.0 |  30M|  55 |   - |1900 |3846 |1900 |1002 |  12k|1677 |1314 | 0.000000e+00 | 2.690000e+03 |    Inf 
103.00/103.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.00/103.00	c   103s| 20000 | 15415 |686039 |  34.3 |  40M|  59 |   5 |1900 |3201 |1900 | 983 |  33k|3911 |2380 | 0.000000e+00 | 2.690000e+03 |    Inf 
106.99/107.02	o 2630
106.99/107.02	c * 107s| 20830 | 15938 |714778 |  34.3 |  40M|  59 |   - |1900 |3106 |1900 | 944 |  34k|4088 |2425 | 0.000000e+00 | 2.630000e+03 |    Inf 
122.00/122.09	o 2559
122.00/122.09	c * 122s| 23711 | 17716 |812246 |  34.2 |  43M|  60 |   - |1900 |3044 |1900 |1006 |  41k|4745 |2735 | 0.000000e+00 | 2.559000e+03 |    Inf 
139.29/139.39	o 1715
139.29/139.39	c * 139s| 27226 | 18774 |922397 |  33.9 |  41M|  60 |   - |1900 |3081 |1900 | 994 |  48k|5667 |3049 | 0.000000e+00 | 1.715000e+03 |    Inf 
150.39/150.47	o 1643
150.39/150.47	c * 150s| 29623 | 19152 |986886 |  33.3 |  43M|  60 |   - |1900 |3193 |1900 | 957 |  53k|6750 |3219 | 0.000000e+00 | 1.643000e+03 |    Inf 
152.19/152.29	c   152s| 30000 | 19282 |997870 |  33.2 |  44M|  60 |   5 |1900 |3243 |1900 | 949 |  54k|6913 |3253 | 0.000000e+00 | 1.643000e+03 |    Inf 
198.29/198.30	c   198s| 40000 | 23251 |  1280k|  32.0 |  54M|  60 |   5 |1900 |3412 |1900 | 987 |  71k|  11k|3826 | 0.000000e+00 | 1.643000e+03 |    Inf 
240.90/240.93	o 1572
240.90/240.93	c * 241s| 48538 | 26083 |  1535k|  31.6 |  63M|  60 |   - |1900 |3476 |1900 | 973 |  89k|  14k|4506 | 0.000000e+00 | 1.572000e+03 |    Inf 
248.09/248.17	c   248s| 50000 | 26475 |  1576k|  31.5 |  64M|  62 |   3 |1900 |3540 |1900 | 983 |  93k|  15k|4596 | 0.000000e+00 | 1.572000e+03 |    Inf 
277.70/277.75	o 1046
277.70/277.75	c * 278s| 56204 | 24206 |  1751k|  31.1 |  63M|  62 |   - |1900 |3524 |1900 |1006 | 105k|  18k|4945 | 0.000000e+00 | 1.046000e+03 |    Inf 
277.70/277.80	o 1034
277.70/277.80	c * 278s| 56208 | 23953 |  1751k|  31.1 |  63M|  62 |   - |1900 |3521 |1900 |1004 | 105k|  18k|4947 | 0.000000e+00 | 1.034000e+03 |    Inf 
293.39/293.41	c   293s| 60000 | 24298 |  1841k|  30.7 |  69M|  62 |   7 |1900 |3605 |1900 | 947 | 109k|  21k|5042 | 0.000000e+00 | 1.034000e+03 |    Inf 
321.49/321.58	o 1012
321.49/321.58	c * 322s| 66151 | 24912 |  1988k|  30.0 |  76M|  62 |   - |1900 |4204 |1900 | 942 | 119k|  26k|5275 | 0.000000e+00 | 1.012000e+03 |    Inf 
328.49/328.55	o 967
328.49/328.55	c * 329s| 67517 | 24155 |  2023k|  30.0 |  75M|  62 |   - |1900 |3936 |1900 | 963 | 123k|  27k|5365 | 0.000000e+00 | 9.670000e+02 |    Inf 
328.80/328.83	o 835
328.80/328.83	c * 329s| 67554 | 22426 |  2024k|  30.0 |  70M|  62 |   - |1900 |3813 |1900 | 979 | 123k|  27k|5369 | 0.000000e+00 | 8.350000e+02 |    Inf 
328.90/328.94	o 761
328.90/328.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.90/328.94	c * 329s| 67574 | 21336 |  2024k|  30.0 |  68M|  62 |   - |1900 |3566 |1900 | 987 | 123k|  27k|5369 | 0.000000e+00 | 7.610000e+02 |    Inf 
329.00/329.04	o 650
329.00/329.04	c * 329s| 67587 | 19533 |  2024k|  29.9 |  64M|  62 |   - |1900 |3407 |1900 | 977 | 123k|  27k|5370 | 0.000000e+00 | 6.500000e+02 |    Inf 
329.00/329.08	o 578
329.00/329.08	c * 329s| 67591 | 17807 |  2024k|  29.9 |  60M|  62 |   - |1900 |3125 |1900 | 978 | 123k|  27k|5371 | 0.000000e+00 | 5.780000e+02 |    Inf 
329.10/329.13	o 555
329.10/329.13	c * 329s| 67599 | 17400 |  2025k|  29.9 |  59M|  62 |   - |1900 |2900 |1900 | 972 | 123k|  27k|5371 | 0.000000e+00 | 5.550000e+02 |    Inf 
330.39/330.43	o 548
330.39/330.43	c * 330s| 67809 | 16446 |  2031k|  30.0 |  59M|  62 |   - |1900 |2473 |1900 | 944 | 123k|  27k|5385 | 0.000000e+00 | 5.480000e+02 |    Inf 
330.80/330.83	o 462
330.80/330.83	c * 331s| 67855 | 13867 |  2034k|  30.0 |  56M|  62 |   - |1900 |2370 |1900 | 958 | 123k|  27k|5393 | 0.000000e+00 | 4.620000e+02 |    Inf 
330.89/330.90	o 404
330.89/330.90	c * 331s| 67866 | 11716 |  2034k|  30.0 |  52M|  62 |   - |1900 |2208 |1900 | 956 | 123k|  27k|5393 | 0.000000e+00 | 4.040000e+02 |    Inf 
331.29/331.37	o 280
331.29/331.37	c * 331s| 67941 |  8840 |  2037k|  30.0 |  46M|  62 |   - |1900 |2126 |1900 | 945 | 123k|  28k|5393 | 0.000000e+00 | 2.800000e+02 |    Inf 
331.59/331.61	o 231
331.59/331.61	c * 332s| 67979 |  7280 |  2039k|  30.0 |  42M|  62 |   - |1900 |1841 |1900 | 949 | 123k|  28k|5393 | 0.000000e+00 | 2.310000e+02 |    Inf 
332.00/332.06	o 214
332.00/332.06	c f 332s| 68072 |  6779 |  2042k|  30.0 |  41M|  62 |   - |1900 |1778 |1900 | 948 | 123k|  28k|5393 | 0.000000e+00 | 2.140000e+02 |    Inf 
332.39/332.47	o 165
332.39/332.47	c * 332s| 68152 |  5362 |  2046k|  30.0 |  37M|  62 |   - |1900 |1738 |1900 | 942 | 123k|  28k|5394 | 0.000000e+00 | 1.650000e+02 |    Inf 
332.70/332.73	o 136
332.70/332.73	c * 333s| 68191 |  4653 |  2048k|  30.0 |  35M|  62 |   - |1900 |1615 |1900 | 944 | 123k|  28k|5395 | 0.000000e+00 | 1.360000e+02 |    Inf 
332.79/332.86	o 135
332.79/332.86	c * 333s| 68218 |  4265 |  2049k|  30.0 |  34M|  62 |   - |1900 |1532 |1900 | 944 | 123k|  28k|5395 | 0.000000e+00 | 1.350000e+02 |    Inf 
332.79/332.88	o 129
332.79/332.88	c * 333s| 68224 |  4217 |  2049k|  30.0 |  34M|  62 |   - |1900 |1537 |1900 | 942 | 123k|  28k|5395 | 0.000000e+00 | 1.290000e+02 |    Inf 
332.89/332.99	o 68
332.89/332.99	c * 333s| 68242 |  2954 |  2050k|  30.0 |  30M|  62 |   - |1900 |1523 |1900 | 945 | 123k|  28k|5396 | 0.000000e+00 | 6.800000e+01 |    Inf 
333.30/333.39	o 63
333.30/333.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.30/333.39	c * 333s| 68319 |  1859 |  2053k|  30.1 |  26M|  62 |   - |1900 |1421 |1900 | 978 | 123k|  28k|5399 | 0.000000e+00 | 6.300000e+01 |    Inf 
333.50/333.53	o 47
333.50/333.53	c * 334s| 68351 |  1115 |  2054k|  30.1 |  24M|  62 |   - |1900 |1407 |1900 | 939 | 123k|  28k|5399 | 0.000000e+00 | 4.700000e+01 |    Inf 
333.70/333.70	o 23
333.70/333.70	c * 334s| 68388 |   521 |  2056k|  30.1 |  22M|  62 |   - |1900 |1390 |1900 | 939 | 123k|  28k|5401 | 0.000000e+00 | 2.300000e+01 |    Inf 
333.70/333.71	o 12
333.70/333.71	c * 334s| 68391 |   516 |  2056k|  30.1 |  22M|  62 |   - |1900 |1346 |1900 | 938 | 123k|  28k|5402 | 0.000000e+00 | 1.200000e+01 |    Inf 
333.70/333.78	o 0
333.70/333.78	c * 334s| 68410 |     0 |  2056k|  30.1 |  18M|  62 |   - |1900 |1314 |1900 | 978 | 123k|  28k|5402 | 0.000000e+00 | 0.000000e+00 |   0.00%
333.70/333.78	c 
333.70/333.78	c SCIP Status        : problem is solved [optimal solution found]
333.70/333.78	c Solving Time (sec) : 333.78
333.70/333.78	c Solving Nodes      : 68410
333.70/333.78	c Primal Bound       : +0.00000000000000e+00 (152 solutions)
333.70/333.78	c Dual Bound         : +0.00000000000000e+00
333.70/333.78	c Gap                : 0.00 %
333.70/333.78	s OPTIMUM FOUND
333.70/333.78	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
333.70/333.78	v -x176 x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 
333.70/333.78	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
333.70/333.78	v x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 -x112 x111 -x110 x109 
333.70/333.78	v -x108 x107 -x106 x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 -x96 x95 -x94 x93 -x92 x91 x90 -x89 x88 -x87 x86 -x85 x84 
333.70/333.78	v -x83 x82 -x81 -x80 x79 x78 -x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 x66 -x65 -x64 x63 -x62 x61 x60 -x59 x58 -x57 x56 
333.70/333.78	v -x55 x54 -x53 x52 -x51 -x50 x49 x48 -x47 -x46 x45 x44 -x43 x42 -x41 -x40 x39 x38 -x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
333.70/333.78	v x27 -x26 x25 x24 -x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 x4 -x3 -x2 x1 
333.70/333.78	c SCIP Status        : problem is solved [optimal solution found]
333.70/333.78	c Total Time         :     333.78
333.70/333.78	c   solving          :     333.78
333.70/333.78	c   presolving       :       0.05 (included in solving)
333.70/333.78	c   reading          :       0.01 (included in solving)
333.70/333.78	c Original Problem   :
333.70/333.78	c   Problem name     : HOME/instance-3447930-1307902285.wbo
333.70/333.78	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
333.70/333.78	c   Constraints      : 1001 initial, 1001 maximal
333.70/333.78	c Presolved Problem  :
333.70/333.78	c   Problem name     : t_HOME/instance-3447930-1307902285.wbo
333.70/333.78	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
333.70/333.78	c   Constraints      : 1800 initial, 4302 maximal
333.70/333.78	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
333.70/333.78	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
333.70/333.78	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
333.70/333.78	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
333.70/333.78	c   root node        :          -       1784          -          -       1784          -          -          -          -          -
333.70/333.78	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
333.70/333.78	c   integral         :          0          0          0     175228          0       4055          0         37        155          0          0     103086
333.70/333.78	c   varbound         :          0+         6     248323     123546          0          0      37380          5    1906019     123567          0          0
333.70/333.78	c   linear           :        900          6     248496         33          0       4052     123025       6972     268662          0          0          0
333.70/333.78	c   indicator        :        900          0     241547     123546          0       4047      47758          0      43638          0          0          0
333.70/333.78	c   logicor          :          0+         0     132832          0          0          0      36751       1874      49840          0          0          0
333.70/333.78	c   countsols        :          0          0          0         34          0        120          0          0          0          0          0          0
333.70/333.78	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
333.70/333.78	c   integral         :      13.63       0.00       0.00      13.62       0.00       0.01       0.00
333.70/333.78	c   varbound         :       6.45       0.00       4.47       1.96       0.00       0.00       0.01
333.70/333.78	c   linear           :       4.07       0.00       3.67       0.00       0.00       0.31       0.09
333.70/333.78	c   indicator        :      13.32       0.00       4.13       6.99       0.00       2.19       0.01
333.70/333.78	c   logicor          :       1.41       0.00       1.37       0.00       0.00       0.00       0.04
333.70/333.78	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
333.70/333.78	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
333.70/333.78	c   vbounds          :     112814      33491          5    3028282
333.70/333.78	c   rootredcost      :         34          0          0        892
333.70/333.78	c   pseudoobj        :     258058      43541       9733    1904282
333.70/333.78	c Propagator Timings :  TotalTime  Propagate    Resprop
333.70/333.78	c   vbounds          :      11.52      11.51       0.01
333.70/333.78	c   rootredcost      :       0.05       0.05       0.00
333.70/333.78	c   pseudoobj        :       5.91       5.51       0.40
333.70/333.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
333.70/333.78	c   propagation      :       0.73      18589      18074      33327       18.0        409       12.2          -
333.70/333.78	c   infeasible LP    :       0.00          8          8         37       17.0          0        0.0          0
333.70/333.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
333.70/333.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
333.70/333.78	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
333.70/333.78	c   applied globally :          -          -          -      28794       16.7          -          -          -
333.70/333.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
333.70/333.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
333.70/333.78	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 1661)
333.70/333.78	c   redcost          :       7.36     121747          0    3011419          0          0
333.70/333.78	c   impliedbounds    :       0.00          6          0          0          0          0
333.70/333.78	c   intobj           :       0.00          0          0          0          0          0
333.70/333.78	c   gomory           :       0.35          6          0          0        601          0
333.70/333.78	c   cgmip            :       0.00          0          0          0          0          0
333.70/333.78	c   closecuts        :       0.00          0          0          0          0          0
333.70/333.78	c   strongcg         :       0.29          6          0          0       1733          0
333.70/333.78	c   cmir             :       0.09          6          0          0          0          0
333.70/333.78	c   flowcover        :       0.05          6          0          0          0          0
333.70/333.78	c   clique           :       0.00          1          0          0          0          0
333.70/333.78	c   zerohalf         :       0.00          0          0          0          0          0
333.70/333.78	c   mcf              :       0.00          1          0          0          0          0
333.70/333.78	c   oddcycle         :       0.00          0          0          0          0          0
333.70/333.78	c   rapidlearning    :       0.06          1          0          0          0          0
333.70/333.78	c Pricers            :       Time      Calls       Vars
333.70/333.78	c   problem variables:       0.00          0          0
333.70/333.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
333.70/333.78	c   relpscost        :      13.56      51681         37        155          0          0     103086
333.70/333.78	c   pscost           :       0.00          0          0          0          0          0          0
333.70/333.78	c   inference        :       0.00          0          0          0          0          0          0
333.70/333.78	c   mostinf          :       0.00          0          0          0          0          0          0
333.70/333.78	c   leastinf         :       0.00          0          0          0          0          0          0
333.70/333.78	c   fullstrong       :       0.00          0          0          0          0          0          0
333.70/333.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
333.70/333.78	c   random           :       0.00          0          0          0          0          0          0
333.70/333.78	c Primal Heuristics  :       Time      Calls      Found
333.70/333.78	c   LP solutions     :       0.06          -         34
333.70/333.78	c   pseudo solutions :       0.00          -          0
333.70/333.78	c   oneopt           :       0.24         35          0
333.70/333.78	c   crossover        :       0.67         27          0
333.70/333.78	c   rootsoldiving    :       1.70        108          0
333.70/333.78	c   objpscostdiving  :       1.80        124          0
333.70/333.78	c   coefdiving       :       4.40        495          0
333.70/333.78	c   pscostdiving     :       4.46        495          0
333.70/333.78	c   fracdiving       :       4.69        495          1
333.70/333.78	c   veclendiving     :       4.62        495          0
333.70/333.78	c   linesearchdiving :       5.04        496          0
333.70/333.78	c   guideddiving     :       4.82        496          0
333.70/333.78	c   trivial          :       0.00          2          1
333.70/333.78	c   shiftandpropagate:       0.00          0          0
333.70/333.78	c   simplerounding   :       0.12      56337          0
333.70/333.78	c   zirounding       :       0.07       1000          0
333.70/333.78	c   rounding         :       0.25       3292          0
333.70/333.78	c   shifting         :       0.87       1036          0
333.70/333.78	c   intshifting      :       0.00          0          0
333.70/333.78	c   twoopt           :       0.00          0          0
333.70/333.78	c   fixandinfer      :       0.00          0          0
333.70/333.78	c   feaspump         :       0.00          0          0
333.70/333.78	c   clique           :       0.00          0          0
333.70/333.78	c   intdiving        :       0.00          0          0
333.70/333.78	c   actconsdiving    :       0.00          0          0
333.70/333.78	c   octane           :       0.00          0          0
333.70/333.78	c   rens             :       0.02          1          0
333.70/333.78	c   rins             :       0.00          0          0
333.70/333.78	c   localbranching   :       0.00          0          0
333.70/333.78	c   mutation         :       0.00          0          0
333.70/333.78	c   dins             :       0.00          0          0
333.70/333.78	c   vbounds          :       0.00          0          0
333.70/333.78	c   undercover       :       0.00          0          0
333.70/333.78	c   subnlp           :       0.01          0          0
333.70/333.78	c   trysol           :       0.13       3921        116
333.70/333.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
333.70/333.78	c   primal LP        :       0.69          0          0       0.00       0.00
333.70/333.78	c   dual LP          :     190.25     189157    1847328       9.77    9709.86
333.70/333.78	c   lex dual LP      :       0.00          0          0       0.00          -
333.70/333.78	c   barrier LP       :       0.00          0          0       0.00          -
333.70/333.78	c   diving/probing LP:      21.06      21723     209662       9.65    9956.84
333.70/333.78	c   strong branching :      12.98       5402     124254      23.00    9569.88
333.70/333.78	c     (at root node) :          -         33      14540     440.61          -
333.70/333.78	c   conflict analysis:       0.00          0          0       0.00          -
333.70/333.78	c B&B Tree           :
333.70/333.78	c   number of runs   :          1
333.70/333.78	c   nodes            :      68410
333.70/333.78	c   nodes (total)    :      68410
333.70/333.78	c   nodes left       :          0
333.70/333.78	c   max depth        :         62
333.70/333.78	c   max depth (total):         62
333.70/333.78	c   backtracks       :      10918 (16.0%)
333.70/333.78	c   delayed cutoffs  :      10279
333.70/333.78	c   repropagations   :      29564 (465630 domain reductions, 1228 cutoffs)
333.70/333.78	c   avg switch length:       6.50
333.70/333.78	c   switching time   :      10.30
333.70/333.78	c Solution           :
333.70/333.78	c   Solutions found  :        152 (36 improvements)
333.70/333.78	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
333.70/333.78	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 68410 nodes, 333.78 seconds, depth 17, found by <relaxation>)
333.70/333.78	c   Dual Bound       : +0.00000000000000e+00
333.70/333.78	c   Gap              :       0.00 %
333.70/333.78	c   Root Dual Bound  : +0.00000000000000e+00
333.70/333.78	c   Root Iterations  :        679
333.80/333.80	c Time complete: 333.8.

Verifier Data

OK	0

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-3447930-1307902285/watcher-3447930-1307902285 -o /tmp/evaluation-result-3447930-1307902285/solver-3447930-1307902285 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447930-1307902285.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.01 2.02 2.00 2/178 26883
/proc/meminfo: memFree=1805280/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=10340 CPUtime=0 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 1565 0 0 0 0 0 0 0 25 0 1 0 901826700 10588160 1518 33554432000 4194304 9128323 140737316877920 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26883/statm: 2585 1522 399 1205 0 1376 0

[startup+0.0196279 s]
/proc/loadavg: 2.01 2.02 2.00 2/178 26883
/proc/meminfo: memFree=1805280/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=19512 CPUtime=0.01 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 3615 0 0 0 1 0 0 0 25 0 1 0 901826700 19980288 3567 33554432000 4194304 9128323 140737316877920 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 4878 3567 474 1205 0 3669 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19512

[startup+0.100613 s]
/proc/loadavg: 2.01 2.02 2.00 2/178 26883
/proc/meminfo: memFree=1805280/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=27772 CPUtime=0.09 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 6219 0 0 0 9 0 0 0 25 0 1 0 901826700 28438528 5869 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 6943 5869 655 1205 0 5734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27772

[startup+0.300575 s]
/proc/loadavg: 2.01 2.02 2.00 2/178 26883
/proc/meminfo: memFree=1805280/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=33296 CPUtime=0.29 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 12073 0 0 0 28 1 0 0 25 0 1 0 901826700 34095104 7366 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 8324 7366 712 1205 0 7115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33296

[startup+0.700509 s]
/proc/loadavg: 2.01 2.02 2.00 2/178 26883
/proc/meminfo: memFree=1805280/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=44612 CPUtime=0.69 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 14736 0 0 0 66 3 0 0 25 0 1 0 901826700 45682688 10029 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 11153 10029 721 1205 0 9944 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44612

[startup+1.50036 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26884
/proc/meminfo: memFree=1762396/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=47676 CPUtime=1.49 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 19106 0 0 0 143 6 0 0 25 0 1 0 901826700 48820224 10926 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 11919 10926 719 1205 0 10710 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47676

[startup+3.10108 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26884
/proc/meminfo: memFree=1760660/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=48520 CPUtime=3.09 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 19255 0 0 0 294 15 0 0 25 0 1 0 901826700 49684480 11075 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 12130 11075 719 1205 0 10921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48520

[startup+6.3005 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 26884
/proc/meminfo: memFree=1758456/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=48520 CPUtime=6.29 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 19261 0 0 0 600 29 0 0 25 0 1 0 901826700 49684480 11081 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 12130 11081 719 1205 0 10921 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48520

[startup+12.7004 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 26884
/proc/meminfo: memFree=1737016/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=67032 CPUtime=12.69 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 28146 0 0 0 1216 53 0 0 25 0 1 0 901826700 68640768 15713 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 16758 15713 727 1205 0 15549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67032

[startup+25.5011 s]
/proc/loadavg: 2.06 2.03 2.01 3/179 26885
/proc/meminfo: memFree=1733176/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=67032 CPUtime=25.49 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 30550 0 0 0 2451 98 0 0 25 0 1 0 901826700 68640768 15725 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 16758 15725 727 1205 0 15549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67032

[startup+51.1005 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 26885
/proc/meminfo: memFree=1723924/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=67788 CPUtime=51.09 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 33724 0 0 0 4912 197 0 0 25 0 1 0 901826700 69414912 15925 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 16947 15925 727 1205 0 15738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67788

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 26887
/proc/meminfo: memFree=1695868/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=79664 CPUtime=102.3 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 40305 0 0 0 9871 359 0 0 25 0 1 0 901826700 81575936 18907 33554432000 4194304 9128323 140737316877920 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 19916 18907 727 1205 0 18707 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 79664

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 26888
/proc/meminfo: memFree=1663196/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=90532 CPUtime=162.3 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 81602 0 0 0 15687 543 0 0 25 0 1 0 901826700 92704768 21640 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26883/statm: 22633 21640 727 1205 0 21424 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 90532

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26890
/proc/meminfo: memFree=1616396/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=109008 CPUtime=222.29 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 93952 0 0 0 21501 728 0 0 25 0 1 0 901826700 111624192 26282 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 27252 26282 727 1205 0 26043 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109008

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26892
/proc/meminfo: memFree=1573424/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=124640 CPUtime=282.3 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 119356 0 0 0 27330 900 0 0 25 0 1 0 901826700 127631360 30179 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 31160 30179 727 1205 0 29951 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 124640

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

[startup+307.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26892
/proc/meminfo: memFree=1556416/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=134080 CPUtime=307.09 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 127605 0 0 0 29743 966 0 0 25 0 1 0 901826700 137297920 32532 33554432000 4194304 9128323 140737316877920 18446744073709551615 7192348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 33520 32532 731 1205 0 32311 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 134080

[startup+319.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1547228/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=138128 CPUtime=319.9 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 128621 0 0 0 30991 999 0 0 25 0 1 0 901826700 141443072 33539 33554432000 4194304 9128323 140737316877920 18446744073709551615 5992693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 34532 33539 731 1205 0 33323 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 138128

[startup+326.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1543380/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=140428 CPUtime=326.3 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 133807 0 0 0 31613 1017 0 0 25 0 1 0 901826700 143798272 34127 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35107 34127 731 1205 0 33898 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 140428

[startup+329.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1541016/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=141712 CPUtime=329.5 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 134064 0 0 0 31925 1025 0 0 25 0 1 0 901826700 145113088 34384 33554432000 4194304 9128323 140737316877920 18446744073709551615 5984093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35428 34384 731 1205 0 34219 0
Current children cumulated CPU time (s) 329.5
Current children cumulated vsize (KiB) 141712

[startup+331.107 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1539156/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=142808 CPUtime=331.1 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 135571 0 0 0 32081 1029 0 0 25 0 1 0 901826700 146235392 34675 33554432000 4194304 9128323 140737316877920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35702 34675 731 1205 0 34493 0
Current children cumulated CPU time (s) 331.1
Current children cumulated vsize (KiB) 142808

[startup+332.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1537792/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=143108 CPUtime=332.7 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 135693 0 0 0 32235 1035 0 0 25 0 1 0 901826700 146542592 34797 33554432000 4194304 9128323 140737316877920 18446744073709551615 5201642 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35777 34797 731 1205 0 34568 0
Current children cumulated CPU time (s) 332.7
Current children cumulated vsize (KiB) 143108

[startup+333.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1537668/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=143108 CPUtime=333.5 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 135693 0 0 0 32313 1037 0 0 25 0 1 0 901826700 146542592 34797 33554432000 4194304 9128323 140737316877920 18446744073709551615 5201664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35777 34797 731 1205 0 34568 0
Current children cumulated CPU time (s) 333.5
Current children cumulated vsize (KiB) 143108

[startup+333.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1537668/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=143272 CPUtime=333.7 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 135707 0 0 0 32332 1038 0 0 25 0 1 0 901826700 146710528 34811 33554432000 4194304 9128323 140737316877920 18446744073709551615 4529136 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26883/statm: 35818 34811 731 1205 0 34609 0
Current children cumulated CPU time (s) 333.7
Current children cumulated vsize (KiB) 143272

[startup+333.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26893
/proc/meminfo: memFree=1537668/32951124 swapFree=67063272/67111528
[pid=26883] ppid=26881 vsize=103736 CPUtime=333.8 cores=1,3,5,7
/proc/26883/stat : 26883 (scip-2.0.1.4.li) R 26881 26883 25773 0 -1 4202496 135710 0 0 0 32342 1038 0 0 25 0 1 0 901826700 106225664 20113 33554432000 4194304 9128323 140737316877920 18446744073709551615 8231418 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26883/statm: 25934 19623 730 1205 0 24725 0
Current children cumulated CPU time (s) 333.8
Current children cumulated vsize (KiB) 103736

Child status: 0
Real time (s): 333.805
CPU time (s): 333.808
CPU user time (s): 323.421
CPU system time (s): 10.3874
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 143272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.421
system time used= 10.3874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135712
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= 7
involuntary context switches= 848

runsolver used 0.514921 second user time and 1.2958 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-12 20:11:25
IDJOB=3447930
IDBENCH=79386
IDSOLVER=1944
FILE ID=node132/3447930-1307902285
RUNJOBID= node132-1307898650-26060
PBS_JOBID= 13559574
Free space on /tmp= 13332 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh301_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447930-1307902285/watcher-3447930-1307902285 -o /tmp/evaluation-result-3447930-1307902285/solver-3447930-1307902285 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447930-1307902285.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 43b9aaaba58886f82a61abd15f4e868b
RANDOM SEED=2008204656

node132.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1805344 kB
Buffers:         59572 kB
Cached:       29927476 kB
SwapCached:       9516 kB
Active:       15544200 kB
Inactive:     14659976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1805344 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      215376 kB
Mapped:          12388 kB
Slab:           877928 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   379536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13320 MiB
End job on node132 at 2011-06-12 20:16:59