Trace number 3447339

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.4MSAT (TO) 1800.16 1800.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM0a3bbeff5fae384bd8f72d98174965d3
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark71.0972
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
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-3447339-1307901028.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.05	o 134313
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   403 |     - |  18M|   0 |  33 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   478 |     - |  18M|   0 |  53 |5645 |8121 |5645 |2757 |  50 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   514 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |   537 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.59/1.64	c   1.6s|     1 |     0 |   559 |     - |  20M|   0 |  54 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.99/2.02	c   2.0s|     1 |     0 |   595 |     - |  20M|   0 |  52 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
2.99/3.01	c   3.0s|     1 |     2 |   595 |     - |  20M|   0 |  52 |5645 |8121 |5645 |2784 |  77 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
15.09/15.19	o 1001
15.09/15.19	c *15.2s|   141 |   140 |  6338 |  41.0 |  23M|  75 |   - |5645 |8121 |5645 |2850 | 179 |   0 | 790 | 0.000000e+00 | 1.001000e+03 |    Inf 
23.79/23.81	o 551
23.79/23.81	c *23.8s|   565 |   490 | 35956 |  62.7 |  31M|  75 |   - |5645 |8121 |5645 |2860 |1726 |   0 |1032 | 0.000000e+00 | 5.510000e+02 |    Inf 
24.69/24.70	o 530
24.69/24.70	c *24.7s|   617 |   519 | 38562 |  61.6 |  33M|  75 |   - |5645 |8142 |5645 |2813 |1887 |  21 |1034 | 0.000000e+00 | 5.300000e+02 |    Inf 
109.09/109.16	o 519
109.09/109.16	c * 109s|  5131 |  4785 |483677 |  94.2 |  46M|  75 |   - |5645 |8819 |5645 |2756 |  10k| 700 |1619 | 0.000000e+00 | 5.190000e+02 |    Inf 
136.30/136.31	o 514
136.30/136.31	c * 136s|  6200 |  5810 |629972 | 101.5 |  49M|  75 |   - |5645 |8930 |5645 |2792 |  14k| 819 |1773 | 0.000000e+00 | 5.140000e+02 |    Inf 
163.29/163.30	o 193
163.29/163.30	c * 163s|  7254 |  4582 |764423 | 105.3 |  44M|  75 |   - |5645 |9107 |5645 |2818 |  17k|1026 |2004 | 0.000000e+00 | 1.930000e+02 |    Inf 
165.29/165.35	o 171
165.29/165.35	c * 165s|  7357 |  4271 |773080 | 105.0 |  44M|  75 |   - |5645 |9181 |5645 |2761 |  17k|1103 |2029 | 0.000000e+00 | 1.710000e+02 |    Inf 
165.49/165.56	o 168
165.49/165.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.49/165.56	c * 166s|  7371 |  4221 |773802 | 104.9 |  44M|  75 |   - |5645 |9184 |5645 |2765 |  17k|1107 |2029 | 0.000000e+00 | 1.680000e+02 |    Inf 
166.39/166.43	o 151
166.39/166.43	c * 166s|  7431 |  3828 |776174 | 104.4 |  43M|  75 |   - |5645 |9206 |5645 |2768 |  17k|1133 |2045 | 0.000000e+00 | 1.510000e+02 |    Inf 
168.30/168.34	o 146
168.30/168.34	c * 168s|  7533 |  3632 |779789 | 103.5 |  44M|  75 |   - |5645 |9283 |5645 |2761 |  17k|1216 |2066 | 0.000000e+00 | 1.460000e+02 |    Inf 
170.39/170.41	o 144
170.39/170.41	c * 170s|  7658 |  3650 |784669 | 102.4 |  45M|  75 |   - |5645 |9352 |5645 |2749 |  18k|1302 |2094 | 0.000000e+00 | 1.440000e+02 |    Inf 
171.19/171.30	o 132
171.19/171.30	c * 171s|  7706 |  3403 |786527 | 102.0 |  45M|  75 |   - |5645 |9387 |5645 |2776 |  18k|1338 |2102 | 0.000000e+00 | 1.320000e+02 |    Inf 
171.69/171.75	o 130
171.69/171.75	c * 172s|  7738 |  3364 |786888 | 101.6 |  45M|  75 |   - |5645 |9392 |5645 |2749 |  18k|1354 |2102 | 0.000000e+00 | 1.300000e+02 |    Inf 
171.79/171.84	o 75
171.79/171.84	c * 172s|  7739 |  1822 |786939 | 101.6 |  38M|  75 |   - |5645 |9392 |5645 |2781 |  18k|1354 |2102 | 0.000000e+00 | 7.500000e+01 |    Inf 
172.39/172.45	o 68
172.39/172.45	c * 172s|  7770 |  1691 |788936 | 101.5 |  38M|  75 |   - |5645 |7992 |5645 |2750 |  18k|1395 |2116 | 0.000000e+00 | 6.800000e+01 |    Inf 
172.59/172.66	o 61
172.59/172.66	c * 173s|  7786 |  1656 |789531 | 101.3 |  38M|  75 |   - |5645 |7627 |5645 |2751 |  18k|1396 |2121 | 0.000000e+00 | 6.100000e+01 |    Inf 
173.49/173.51	o 59
173.49/173.51	c * 174s|  7871 |  1050 |791723 | 100.5 |  37M|  75 |   - |5645 |7038 |5645 |2750 |  18k|1479 |2122 | 0.000000e+00 | 5.900000e+01 |    Inf 
185.90/185.99	c   186s| 10000 |  1225 |815726 |  81.5 |  43M|  77 |  19 |5645 |8647 |5645 |2749 |  18k|3826 |2145 | 0.000000e+00 | 5.900000e+01 |    Inf 
236.40/236.42	c   236s| 20000 |  1519 |879879 |  44.0 |  53M|  91 |   3 |5645 |9219 |5645 |2749 |  19k|  14k|2255 | 0.000000e+00 | 5.900000e+01 |    Inf 
286.70/286.79	c   287s| 30000 |  1713 |938201 |  31.3 |  60M|  91 |   - |5645 |9912 |   0 |   0 |  21k|  25k|2367 | 0.000000e+00 | 5.900000e+01 |    Inf 
331.50/331.51	o 47
331.50/331.51	c * 332s| 39069 |  1869 |983894 |  25.2 |  66M|  91 |   - |5645 |  11k|5645 |2752 |  22k|  36k|2432 | 0.000000e+00 | 4.700000e+01 |    Inf 
336.61/336.62	c   337s| 40000 |  1889 |990844 |  24.8 |  66M|  91 |   1 |5645 |9478 |5645 |2749 |  22k|  38k|2459 | 0.000000e+00 | 4.700000e+01 |    Inf 
336.90/336.95	o 19
336.90/336.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.90/336.95	c * 337s| 40090 |  1556 |991214 |  24.7 |  60M|  91 |   - |5645 |9508 |5645 |2759 |  22k|  38k|2459 | 0.000000e+00 | 1.900000e+01 |    Inf 
359.61/359.63	o 10
359.61/359.63	c * 360s| 43887 |  1158 |  1056k|  24.1 |  54M|  91 |   - |5645 |7352 |5645 |2750 |  22k|  42k|2508 | 0.000000e+00 | 1.000000e+01 |    Inf 
359.80/359.80	o 6
359.80/359.80	c * 360s| 43920 |  1043 |  1056k|  24.0 |  52M|  91 |   - |5645 |6604 |5645 |2751 |  22k|  43k|2508 | 0.000000e+00 | 6.000000e+00 |    Inf 
359.80/359.81	o 5
359.80/359.81	c * 360s| 43921 |  1019 |  1056k|  24.0 |  51M|  91 |   - |5645 |6604 |5645 |2751 |  22k|  43k|2508 | 0.000000e+00 | 5.000000e+00 |    Inf 
365.90/365.91	o 3
365.90/365.91	c * 366s| 45207 |   857 |  1081k|  23.9 |  48M|  91 |   - |5645 |5750 |5645 |2751 |  22k|  44k|2532 | 0.000000e+00 | 3.000000e+00 |    Inf 
380.60/380.63	o 1
380.60/380.63	c * 381s| 48869 |   692 |  1140k|  23.3 |  47M|  91 |   - |5645 |7526 |5645 |2749 |  22k|  49k|2602 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.01/386.05	c   386s| 50000 |   583 |  1162k|  23.2 |  44M|  91 |   - |5645 |5755 |5645 |2749 |  22k|  50k|2656 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.81/426.87	c   427s| 60000 |   445 |  1330k|  22.2 |  44M|  91 |  42 |5645 |  10k|5645 |2749 |  22k|  63k|2822 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.80/469.87	c   470s| 70000 |   390 |  1505k|  21.5 |  45M|  91 |  22 |5645 |  13k|5645 |2749 |  22k|  76k|3076 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.40/509.41	c   509s| 80000 |   383 |  1655k|  20.7 |  48M|  91 |  21 |5645 |  18k|5645 |2749 |  22k|  90k|3230 | 0.000000e+00 | 1.000000e+00 |    Inf 
550.90/550.95	c   551s| 90000 |   365 |  1811k|  20.1 |  47M|  91 |  23 |5645 |  17k|5645 |2749 |  22k| 104k|3531 | 0.000000e+00 | 1.000000e+00 |    Inf 
591.71/591.74	c   592s|100000 |   353 |  1966k|  19.7 |  48M|  92 |  47 |5645 |  18k|5645 |2749 |  22k| 117k|3704 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.80/637.89	c   638s|110000 |   359 |  2142k|  19.5 |  51M|  92 |   - |5645 |  25k|5645 |2749 |  22k| 131k|3949 | 0.000000e+00 | 1.000000e+00 |    Inf 
683.70/683.71	c   684s|120000 |   370 |  2304k|  19.2 |  55M|  92 |  22 |5645 |  31k|5645 |2749 |  22k| 145k|4130 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.41/730.45	c   730s|130000 |   353 |  2469k|  19.0 |  54M| 100 |   - |5645 |  29k|5645 |2749 |  22k| 160k|4282 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.91/776.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.91/776.90	c   777s|140000 |   323 |  2630k|  18.8 |  51M| 100 |   - |5645 |  21k|5645 |2749 |  22k| 173k|4554 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.72/822.74	c   823s|150000 |   334 |  2809k|  18.7 |  53M| 100 |   - |5645 |  27k|5645 |2749 |  22k| 187k|4723 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.81/869.82	c   870s|160000 |   309 |  2988k|  18.7 |  50M| 100 |  35 |5645 |  21k|5645 |2749 |  22k| 200k|4943 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.52/913.51	c   914s|170000 |   311 |  3149k|  18.5 |  55M| 100 |  33 |5645 |  30k|5645 |2749 |  22k| 213k|5135 | 0.000000e+00 | 1.000000e+00 |    Inf 
957.31/957.37	c   957s|180000 |   339 |  3298k|  18.3 |  58M| 100 |  31 |5645 |  37k|5645 |2749 |  22k| 227k|5290 | 0.000000e+00 | 1.000000e+00 |    Inf 
1001.92/1001.93	c  1002s|190000 |   290 |  3447k|  18.1 |  53M| 100 |   - |5645 |  25k|5645 |2749 |  22k| 240k|5446 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.72/1047.77	c  1048s|200000 |   290 |  3613k|  18.1 |  55M| 100 |   - |5645 |  30k|   0 |   0 |  22k| 253k|5605 | 0.000000e+00 | 1.000000e+00 |    Inf 
1094.32/1094.38	c  1094s|210000 |   296 |  3777k|  18.0 |  57M| 100 |  33 |5645 |  36k|5645 |2749 |  22k| 267k|5756 | 0.000000e+00 | 1.000000e+00 |    Inf 
1142.12/1142.13	c  1142s|220000 |   293 |  3941k|  17.9 |  60M| 100 |  32 |5645 |  43k|5645 |2749 |  22k| 281k|5897 | 0.000000e+00 | 1.000000e+00 |    Inf 
1192.22/1192.21	c  1192s|230000 |   311 |  4113k|  17.9 |  60M| 100 |   - |5645 |  42k|5645 |2749 |  22k| 293k|6064 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.43/1241.49	c  1241s|240000 |   316 |  4276k|  17.8 |  63M| 100 |  44 |5645 |  47k|5645 |2749 |  22k| 306k|6218 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.83/1291.84	c  1292s|250000 |   356 |  4429k|  17.7 |  67M| 100 |   - |5645 |  54k|5645 |2749 |  22k| 319k|6332 | 0.000000e+00 | 1.000000e+00 |    Inf 
1344.23/1344.24	c  1344s|260000 |   260 |  4606k|  17.7 |  60M| 100 |   - |5645 |  41k|5645 |2749 |  22k| 333k|6512 | 0.000000e+00 | 1.000000e+00 |    Inf 
1394.33/1394.32	c  1394s|270000 |   271 |  4780k|  17.7 |  63M| 100 |   - |5645 |  47k|5645 |2749 |  22k| 346k|6687 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.44/1445.45	c  1445s|280000 |   277 |  4951k|  17.7 |  66M| 100 |   - |5645 |  55k|5645 |2749 |  22k| 359k|6834 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.23/1496.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1496.23/1496.28	c  1496s|290000 |   258 |  5121k|  17.7 |  63M| 100 |  35 |5645 |  46k|5645 |2749 |  22k| 373k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.84/1542.86	c  1543s|300000 |   262 |  5271k|  17.6 |  64M| 100 |  29 |5645 |  50k|5645 |2749 |  22k| 387k|7090 | 0.000000e+00 | 1.000000e+00 |    Inf 
1590.74/1590.75	c  1591s|310000 |   244 |  5423k|  17.5 |  62M| 100 |   - |5645 |  44k|5645 |2749 |  22k| 400k|7216 | 0.000000e+00 | 1.000000e+00 |    Inf 
1639.94/1639.93	c  1640s|320000 |   239 |  5580k|  17.4 |  64M| 100 |   - |5645 |  49k|   0 |   0 |  22k| 413k|7392 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.34/1695.34	c  1695s|330000 |   269 |  5751k|  17.4 |  67M| 100 |   - |5645 |  56k|   0 |   0 |  22k| 426k|7536 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.64/1746.69	c  1747s|340000 |   287 |  5903k|  17.4 |  68M| 100 |  38 |5645 |  58k|5645 |2749 |  22k| 440k|7619 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.04/1799.00	c  1799s|350000 |   226 |  6059k|  17.3 |  65M| 100 |  34 |5645 |  53k|5645 |2749 |  22k| 454k|7721 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 350214
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (261 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.00	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1800.05/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.05/1800.00	v -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 
1800.05/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 
1800.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.09 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447339-1307901028.wbo
1800.05/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447339-1307901028.wbo
1800.05/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 5414 initial, 59077 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     206936          0       3796          0        257       1726          0          0     366700
1800.05/1800.00	c   varbound         :          0+         6     337268      22212          0          0      25657          3    2706453      22249          0          0
1800.05/1800.00	c   linear           :       2707          6    2067441         20          0       3792    5689604      59893    7738667          0          0          0
1800.05/1800.00	c   indicator        :       2707          0     332284      22212          0       3780      48980          0      50032          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     556773          0          0          0    1588391       7134     396417          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     192739          0          0          0        915         77       2321          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         24          0        239          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      58.51       0.00       0.00      58.47       0.00       0.04       0.00
1800.05/1800.00	c   varbound         :      10.66       0.00       8.90       1.75       0.00       0.00       0.01
1800.05/1800.00	c   linear           :      98.09       0.00      93.33       0.00       0.00       1.05       3.71
1800.05/1800.00	c   indicator        :      24.84       0.00      12.38       6.82       0.00       5.62       0.02
1800.05/1800.00	c   logicor          :     136.40       0.00     133.86       0.00       0.00       0.00       2.53
1800.05/1800.00	c   bounddisjunction :       0.78       0.00       0.78       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :     125128       9618         10     282442
1800.05/1800.00	c   rootredcost      :         24          0          0       2707
1800.05/1800.00	c   pseudoobj        :    2079034      25927      11733    2701017
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      35.49      35.49       0.00
1800.05/1800.00	c   rootredcost      :       0.36       0.36       0.00
1800.05/1800.00	c   pseudoobj        :      82.70      81.95       0.76
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       5.94      78850      78781     475654       33.3       2091       24.3          -
1800.05/1800.00	c   infeasible LP    :      40.23      96580      96579     684898       41.3       1555       14.6          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          4          4          5        2.8          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     454373       32.3          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 253)
1800.05/1800.00	c   redcost          :      19.80     196063          0     273500          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.71          6          0          0       1372          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.57          6          0          0       2009          0
1800.05/1800.00	c   cmir             :       0.16          6          0          0          2          0
1800.05/1800.00	c   flowcover        :       0.13          6          0          0          1          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.21          1          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      58.26     184723        257       1726          0          0     366700
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.03          -         24
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.01          0          0
1800.05/1800.01	c   oneopt           :       0.46         22          0
1800.05/1800.01	c   crossover        :       1.19         19          1
1800.05/1800.01	c   pscostdiving     :       4.76        124          0
1800.05/1800.01	c   fracdiving       :       5.09        124          0
1800.05/1800.01	c   veclendiving     :       2.11        124          0
1800.05/1800.01	c   linesearchdiving :       3.53        125          0
1800.05/1800.01	c   guideddiving     :       4.33        125          0
1800.05/1800.01	c   coefdiving       :       7.32        125          0
1800.05/1800.01	c   objpscostdiving  :       2.26         63          0
1800.05/1800.01	c   rootsoldiving    :       4.74         63          0
1800.05/1800.01	c   trivial          :       0.01          2          1
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       2.26     185761          0
1800.05/1800.01	c   zirounding       :       0.57       1000          0
1800.05/1800.01	c   rounding         :       2.01       6050          0
1800.05/1800.01	c   shifting         :       1.84       1868          0
1800.05/1800.01	c   intshifting      :       0.01          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.05          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.07          0          0
1800.05/1800.01	c   trysol           :       0.54       2981        235
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.28          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     944.29     304002    5918538      19.47    6267.73
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:      23.63       7660     143943      18.79    6090.89
1800.05/1800.01	c   strong branching :      54.83       7726     351873      45.54    6417.02
1800.05/1800.01	c     (at root node) :          -         33       7389     223.91          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     350214
1800.05/1800.01	c   nodes (total)    :     350214
1800.05/1800.01	c   nodes left       :        227
1800.05/1800.01	c   max depth        :        100
1800.05/1800.01	c   max depth (total):        100
1800.05/1800.01	c   backtracks       :      31012 (8.9%)
1800.05/1800.01	c   delayed cutoffs  :       9421
1800.05/1800.01	c   repropagations   :     999221 (2222308 domain reductions, 8179 cutoffs)
1800.05/1800.01	c   avg switch length:       7.02
1800.05/1800.01	c   switching time   :     146.80
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        261 (25 improvements)
1800.05/1800.01	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 48869 nodes, 380.63 seconds, depth 44, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :        595
1800.05/1800.10	c Time complete: 1800.15.

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 /var/tmp/evaluation-result-3447339-1307901028/watcher-3447339-1307901028 -o /var/tmp/evaluation-result-3447339-1307901028/solver-3447339-1307901028 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447339-1307901028.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.07 2.02 1.95 2/174 23166
/proc/meminfo: memFree=1260416/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 1572 0 0 0 0 0 0 0 19 0 1 0 901703250 10539008 1525 33554432000 4194304 9128323 140736991221648 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23166/statm: 2573 1525 399 1205 0 1364 0

[startup+0.0287139 s]
/proc/loadavg: 2.07 2.02 1.95 2/174 23166
/proc/meminfo: memFree=1260416/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=18740 CPUtime=0.02 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 3632 0 0 0 2 0 0 0 19 0 1 0 901703250 19189760 3584 33554432000 4194304 9128323 140736991221648 18446744073709551615 7985376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 4734 3618 433 1205 0 3525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18740

[startup+0.100689 s]
/proc/loadavg: 2.07 2.02 1.95 2/174 23166
/proc/meminfo: memFree=1260416/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 7950 0 0 0 8 1 0 0 19 0 1 0 901703250 36581376 7644 33554432000 4194304 9128323 140736991221648 18446744073709551615 5973228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300654 s]
/proc/loadavg: 2.07 2.02 1.95 2/174 23166
/proc/meminfo: memFree=1260416/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 17249 0 0 0 27 2 0 0 18 0 1 0 901703250 73375744 16844 33554432000 4194304 9128323 140736991221648 18446744073709551615 5192376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 17914 16844 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700578 s]
/proc/loadavg: 2.07 2.02 1.95 2/174 23166
/proc/meminfo: memFree=1260416/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=51312 CPUtime=0.69 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 20812 0 0 0 66 3 0 0 18 0 1 0 901703250 52543488 11687 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 12828 11687 717 1205 0 11619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51312

[startup+1.50043 s]
/proc/loadavg: 2.07 2.02 1.95 3/175 23167
/proc/meminfo: memFree=1214924/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=56564 CPUtime=1.49 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 22166 0 0 0 145 4 0 0 20 0 1 0 901703250 57921536 13016 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 14141 13016 716 1205 0 12932 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56564

[startup+3.10013 s]
/proc/loadavg: 2.07 2.02 1.95 3/175 23167
/proc/meminfo: memFree=1208476/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=60772 CPUtime=3.09 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 29143 0 0 0 301 8 0 0 25 0 1 0 901703250 62230528 13930 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 15193 13930 726 1205 0 13984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60772

[startup+6.30055 s]
/proc/loadavg: 2.07 2.02 1.95 3/175 23167
/proc/meminfo: memFree=1206588/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=61552 CPUtime=6.29 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 29303 0 0 0 612 17 0 0 25 0 1 0 901703250 63029248 14090 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 15388 14090 726 1205 0 14179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61552

[startup+12.7004 s]
/proc/loadavg: 2.06 2.01 1.95 3/175 23167
/proc/meminfo: memFree=1206724/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=61552 CPUtime=12.69 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 29351 0 0 0 1233 36 0 0 25 0 1 0 901703250 63029248 14138 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 15388 14138 726 1205 0 14179 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61552

[startup+25.501 s]
/proc/loadavg: 2.05 2.01 1.95 3/175 23168
/proc/meminfo: memFree=1193084/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=76152 CPUtime=25.5 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 35065 0 0 0 2491 59 0 0 25 0 1 0 901703250 77979648 17639 33554432000 4194304 9128323 140736991221648 18446744073709551615 6505901 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 19038 17639 738 1205 0 17829 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76152

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 1.95 3/175 23168
/proc/meminfo: memFree=1188440/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=80728 CPUtime=51.09 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 48378 0 0 0 4996 113 0 0 25 0 1 0 901703250 82665472 18827 33554432000 4194304 9128323 140736991221648 18446744073709551615 4528816 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 20182 18827 741 1205 0 18973 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80728

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 23170
/proc/meminfo: memFree=1177964/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=90160 CPUtime=102.3 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 62892 0 0 0 10011 219 0 0 25 0 1 0 901703250 92323840 21166 33554432000 4194304 9128323 140736991221648 18446744073709551615 7192260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23166/statm: 22540 21166 741 1205 0 21331 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90160

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23171
/proc/meminfo: memFree=1169844/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=97776 CPUtime=162.29 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 85030 0 0 0 15891 338 0 0 25 0 1 0 901703250 100122624 23119 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 24444 23119 741 1205 0 23235 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97776

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23173
/proc/meminfo: memFree=1127136/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=140524 CPUtime=222.29 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 110368 0 0 0 21845 384 0 0 25 0 1 0 901703250 143896576 33735 33554432000 4194304 9128323 140736991221648 18446744073709551615 7162834 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 35131 33735 742 1205 0 33922 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 140524

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23175
/proc/meminfo: memFree=1100788/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=166608 CPUtime=282.3 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 121705 0 0 0 27810 420 0 0 25 0 1 0 901703250 170606592 40274 33554432000 4194304 9128323 140736991221648 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 41652 40274 742 1205 0 40443 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166608

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/175 23176
/proc/meminfo: memFree=1078912/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=188404 CPUtime=342.3 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 144746 0 0 0 33773 457 0 0 25 0 1 0 901703250 192925696 45608 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 47101 45608 742 1205 0 45892 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188404

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 23178
/proc/meminfo: memFree=1073540/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=190680 CPUtime=402.29 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 191474 0 0 0 39682 547 0 0 25 0 1 0 901703250 195256320 46215 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 47670 46215 742 1205 0 46461 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 190680

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23179
/proc/meminfo: memFree=1066672/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=192420 CPUtime=462.3 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 198676 0 0 0 45588 642 0 0 25 0 1 0 901703250 197038080 46635 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 48105 46635 742 1205 0 46896 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 192420

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23181
/proc/meminfo: memFree=1062660/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=195568 CPUtime=522.3 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 201564 0 0 0 51497 733 0 0 25 0 1 0 901703250 200261632 47416 33554432000 4194304 9128323 140736991221648 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 48892 47416 742 1205 0 47683 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 195568

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 23183
/proc/meminfo: memFree=1060740/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=197248 CPUtime=582.31 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 202019 0 0 0 57403 828 0 0 25 0 1 0 901703250 201981952 47871 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 49312 47871 742 1205 0 48103 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 197248

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.08 2.02 1.96 3/175 23201
/proc/meminfo: memFree=1050376/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=204948 CPUtime=822.31 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 209380 0 0 0 81061 1170 0 0 25 0 1 0 901703250 209866752 49741 33554432000 4194304 9128323 140736991221648 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 51237 49741 742 1205 0 50028 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 204948

[startup+882.301 s]
/proc/loadavg: 2.09 2.03 1.96 3/175 23203
/proc/meminfo: memFree=1052248/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=204904 CPUtime=882.31 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 211699 0 0 0 86967 1264 0 0 25 0 1 0 901703250 209821696 49746 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 51226 49746 742 1205 0 50017 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 204904

[startup+942.301 s]
/proc/loadavg: 2.03 2.02 1.96 3/175 23204
/proc/meminfo: memFree=1056780/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=204904 CPUtime=942.31 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 211706 0 0 0 92895 1336 0 0 25 0 1 0 901703250 209821696 49753 33554432000 4194304 9128323 140736991221648 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 51226 49753 742 1205 0 50017 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 204904

[startup+1002.3 s]
/proc/loadavg: 1.96 2.00 1.96 3/175 23245
/proc/meminfo: memFree=1094100/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=207948 CPUtime=1002.31 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 212421 0 0 0 98811 1420 0 0 25 0 1 0 901703250 212938752 50468 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 51987 50468 742 1205 0 50778 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 207948

[startup+1062.3 s]
/proc/loadavg: 1.98 2.00 1.96 3/175 23246
/proc/meminfo: memFree=1093440/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=208432 CPUtime=1062.32 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 212531 0 0 0 104734 1498 0 0 25 0 1 0 901703250 213434368 50578 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 52108 50578 742 1205 0 50899 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 208432

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/175 23248
/proc/meminfo: memFree=1091524/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=210384 CPUtime=1122.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 213042 0 0 0 110658 1575 0 0 25 0 1 0 901703250 215433216 51089 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 52596 51089 742 1205 0 51387 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 210384

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/175 23250
/proc/meminfo: memFree=1084884/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=214316 CPUtime=1182.32 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 213992 0 0 0 116578 1654 0 0 25 0 1 0 901703250 219459584 52039 33554432000 4194304 9128323 140736991221648 18446744073709551615 7343414 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 53579 52039 742 1205 0 52370 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 214316

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/175 23251
/proc/meminfo: memFree=1083224/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=215848 CPUtime=1242.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 214387 0 0 0 122495 1738 0 0 25 0 1 0 901703250 221028352 52432 33554432000 4194304 9128323 140736991221648 18446744073709551615 4207552 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 53962 52432 742 1205 0 52753 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 215848

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/175 23253
/proc/meminfo: memFree=1082300/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=216912 CPUtime=1302.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 214619 0 0 0 128423 1810 0 0 25 0 1 0 901703250 222117888 52664 33554432000 4194304 9128323 140736991221648 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 54228 52664 742 1205 0 53019 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 216912

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/175 23254
/proc/meminfo: memFree=1076680/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=218092 CPUtime=1362.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 217523 0 0 0 134341 1892 0 0 25 0 1 0 901703250 223326208 52912 33554432000 4194304 9128323 140736991221648 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 54523 52912 742 1205 0 53314 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 218092

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.96 3/175 23256
/proc/meminfo: memFree=1075264/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=218384 CPUtime=1422.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 217592 0 0 0 140261 1972 0 0 25 0 1 0 901703250 223625216 52981 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 54596 52981 742 1205 0 53387 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 218384

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/175 23258
/proc/meminfo: memFree=1070008/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=221244 CPUtime=1482.33 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218183 0 0 0 146176 2057 0 0 25 0 1 0 901703250 226553856 53572 33554432000 4194304 9128323 140736991221648 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55311 53572 742 1205 0 54102 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 221244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23259
/proc/meminfo: memFree=1063756/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=221244 CPUtime=1542.34 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218199 0 0 0 152096 2138 0 0 25 0 1 0 901703250 226553856 53588 33554432000 4194304 9128323 140736991221648 18446744073709551615 6581551 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55311 53588 742 1205 0 54102 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 221244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23261
/proc/meminfo: memFree=1057368/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=221916 CPUtime=1602.34 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218363 0 0 0 158017 2217 0 0 25 0 1 0 901703250 227241984 53752 33554432000 4194304 9128323 140736991221648 18446744073709551615 4792770 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55479 53752 742 1205 0 54270 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 221916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23262
/proc/meminfo: memFree=1047500/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=222244 CPUtime=1662.34 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218488 0 0 0 163935 2299 0 0 25 0 1 0 901703250 227577856 53877 33554432000 4194304 9128323 140736991221648 18446744073709551615 5332984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55561 53877 742 1205 0 54352 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 222244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23264
/proc/meminfo: memFree=1035788/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=222244 CPUtime=1722.35 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218495 0 0 0 169868 2367 0 0 25 0 1 0 901703250 227577856 53884 33554432000 4194304 9128323 140736991221648 18446744073709551615 7216907 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55561 53884 742 1205 0 54352 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 222244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23266
/proc/meminfo: memFree=1018872/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=222376 CPUtime=1782.34 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218528 0 0 0 175794 2440 0 0 25 0 1 0 901703250 227713024 53917 33554432000 4194304 9128323 140736991221648 18446744073709551615 7343445 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55594 53917 742 1205 0 54385 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 222376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 23266
/proc/meminfo: memFree=1014152/32951124 swapFree=67064380/67111528
[pid=23166] ppid=23164 vsize=222708 CPUtime=1800.05 cores=1,3,5,7
/proc/23166/stat : 23166 (scip-2.0.1.4.li) R 23164 23166 22218 0 -1 4202496 218636 0 0 0 177544 2461 0 0 25 0 1 0 901703250 228052992 54025 33554432000 4194304 9128323 140736991221648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23166/statm: 55677 54025 742 1205 0 54468 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 222708

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.16
CPU user time (s): 1775.53
CPU system time (s): 24.6233
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 222708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.53
system time used= 24.6233
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218763
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= 2892

runsolver used 2.6286 second user time and 5.9351 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-12 19:50:28
IDJOB=3447339
IDBENCH=79294
IDSOLVER=1944
FILE ID=node105/3447339-1307901028
RUNJOBID= node105-1307897180-22832
PBS_JOBID= 13559597
Free space on /var/tmp= 2876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.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 /var/tmp/evaluation-result-3447339-1307901028/watcher-3447339-1307901028 -o /var/tmp/evaluation-result-3447339-1307901028/solver-3447339-1307901028 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447339-1307901028.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0a3bbeff5fae384bd8f72d98174965d3
RANDOM SEED=620103593

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:       1260976 kB
Buffers:         52016 kB
Cached:       30396008 kB
SwapCached:      19872 kB
Active:       15591744 kB
Inactive:     15146536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1260976 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:      288128 kB
Mapped:          13456 kB
Slab:           886768 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   446032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2868 MiB
End job on node105 at 2011-06-12 20:20:30