Trace number 3447817

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 1282.1 1282.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
MD5SUMa057c56aaeadccffd1b9b5ae1c954d95
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark55.0836
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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-3447817-1307898650.wbo>
0.00/0.02	c original problem has 1123 variables (1123 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.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.06/0.07	c (round 2) 0 del vars, 155 del conss, 0 add conss, 892 chg bounds, 48 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.06/0.09	c (round 3) 96 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 4) 138 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 5) 138 del vars, 255 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.14	c    (0.1s) probing: 101/1054 (9.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  138 deleted vars, 255 deleted constraints, 0 added constraints, 913 tightened bounds, 0 added holes, 126 changed sides, 0 changed coefficients
0.09/0.14	c  1031 implications, 13 cliques
0.09/0.14	c presolved problem has 1877 variables (1054 bin, 0 int, 823 impl, 0 cont) and 3345 constraints
0.09/0.14	c      59 constraints of type <setppc>
0.09/0.14	c     823 constraints of type <linear>
0.09/0.14	c     823 constraints of type <indicator>
0.09/0.14	c    1640 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.17	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.17	c   0.2s|     1 |     0 |    96 |     - |8106k|   0 |  37 |1877 |4183 |1877 |2522 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	o 41478
0.19/0.28	c y 0.3s|     1 |     0 |  1069 |     - |8179k|   0 |  37 |1877 |4183 |1877 |2522 |   0 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |  1087 |     - |8724k|   0 |  40 |1877 |4183 |1877 |2527 |   5 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  1260 |     - |9254k|   0 |  43 |1877 |4183 |1877 |2534 |  12 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |  1296 |     - |  10M|   0 |  53 |1877 |4183 |1877 |2543 |  21 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.89/0.95	c   1.0s|     1 |     0 |  1318 |     - |  10M|   0 |  55 |1877 |4183 |1877 |2548 |  26 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.10/1.19	c   1.2s|     1 |     0 |  1321 |     - |  10M|   0 |  56 |1877 |4183 |1877 |2551 |  29 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.39/1.43	c   1.4s|     1 |     0 |  1325 |     - |  10M|   0 |  55 |1877 |4183 |1877 |2552 |  30 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.59/1.65	c   1.6s|     1 |     2 |  1325 |     - |  10M|   0 |  55 |1877 |4183 |1877 |2552 |  30 |  15 |   9 | 0.000000e+00 | 4.147800e+04 |    Inf 
2.29/2.38	o 219
2.29/2.38	c * 2.4s|    16 |    15 |  2155 |  55.3 |  10M|  15 |   - |1877 |4183 |1877 |2605 |  79 |  15 | 104 | 0.000000e+00 | 2.190000e+02 |    Inf 
2.49/2.51	o 185
2.49/2.51	c * 2.5s|    18 |    15 |  2196 |  51.2 |  11M|  16 |   - |1877 |4183 |1877 |2599 |  80 |  15 | 134 | 0.000000e+00 | 1.850000e+02 |    Inf 
2.59/2.65	o 73
2.59/2.65	c * 2.7s|    25 |    15 |  2455 |  47.1 |  11M|  16 |   - |1877 |4188 |1877 |2579 | 103 |  20 | 161 | 0.000000e+00 | 7.300000e+01 |    Inf 
6.60/6.69	o 49
6.60/6.69	c * 6.7s|    80 |    31 |  6207 |  61.8 |  11M|  16 |   - |1877 |3762 |1877 |2563 | 110 |  52 | 769 | 0.000000e+00 | 4.900000e+01 |    Inf 
12.19/12.21	o 47
12.19/12.21	c *12.2s|   279 |    50 | 11832 |  37.8 |  11M|  20 |   - |1877 |3557 |1877 |2543 | 120 | 248 |1489 | 0.000000e+00 | 4.700000e+01 |    Inf 
55.70/55.74	c  55.7s| 10000 |   904 |207555 |  20.6 |  24M|  52 |   1 |1877 |5417 |1877 |2541 | 191 |  10k|2140 | 0.000000e+00 | 4.700000e+01 |    Inf 
58.30/58.34	o 40
58.30/58.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.30/58.34	c *58.3s| 10700 |   866 |219894 |  20.4 |  24M|  52 |   - |1877 |5605 |1877 |2557 | 198 |  10k|2141 | 0.000000e+00 | 4.000000e+01 |    Inf 
68.10/68.14	o 34
68.10/68.14	c *68.1s| 13052 |   970 |269292 |  20.5 |  25M|  52 |   - |1877 |5313 |1877 |2556 | 208 |  13k|2144 | 0.000000e+00 | 3.400000e+01 |    Inf 
71.70/71.73	o 33
71.70/71.73	c *71.7s| 13780 |   951 |288156 |  20.8 |  25M|  52 |   - |1877 |4616 |1877 |2544 | 211 |  14k|2144 | 0.000000e+00 | 3.300000e+01 |    Inf 
71.99/72.01	o 29
71.99/72.01	c *72.0s| 13864 |   878 |289436 |  20.8 |  24M|  52 |   - |1877 |4607 |1877 |2542 | 212 |  14k|2144 | 0.000000e+00 | 2.900000e+01 |    Inf 
72.09/72.13	o 25
72.09/72.13	c *72.1s| 13894 |   846 |289916 |  20.8 |  23M|  52 |   - |1877 |4492 |1877 |2543 | 215 |  14k|2144 | 0.000000e+00 | 2.500000e+01 |    Inf 
78.49/78.57	o 24
78.49/78.57	c *78.6s| 15415 |   779 |326198 |  21.1 |  23M|  55 |   - |1877 |4804 |1877 |2558 | 224 |  15k|2145 | 0.000000e+00 | 2.400000e+01 |    Inf 
81.89/81.97	o 14
81.89/81.97	c *82.0s| 16436 |   644 |345453 |  20.9 |  21M|  55 |   - |1877 |5138 |1877 |2558 | 231 |  16k|2146 | 0.000000e+00 | 1.400000e+01 |    Inf 
88.59/88.69	o 7
88.59/88.69	c *88.7s| 18774 |   415 |379187 |  20.1 |  18M|  55 |   - |1877 |5406 |1877 |2558 | 233 |  18k|2288 | 0.000000e+00 | 7.000000e+00 |    Inf 
92.09/92.16	c  92.2s| 20000 |   418 |398544 |  19.9 |  18M|  55 |   - |1877 |5286 |   0 |   0 | 233 |  19k|2354 | 0.000000e+00 | 7.000000e+00 |    Inf 
104.00/104.01	o 4
104.00/104.01	c * 104s| 23807 |   334 |458424 |  19.2 |  19M|  55 |   - |1877 |8260 |1877 |2542 | 234 |  24k|2603 | 0.000000e+00 | 4.000000e+00 |    Inf 
122.80/122.85	c   123s| 30000 |   342 |555442 |  18.5 |  19M|  63 |   - |1877 |7753 |   0 |   0 | 234 |  32k|2847 | 0.000000e+00 | 4.000000e+00 |    Inf 
152.59/152.66	c   153s| 40000 |   342 |706292 |  17.6 |  20M|  63 |   - |1877 |  10k|   0 |   0 | 234 |  45k|3374 | 0.000000e+00 | 4.000000e+00 |    Inf 
172.30/172.37	o 2
172.30/172.37	c * 172s| 46977 |   201 |803397 |  17.1 |  19M|  63 |   - |1877 |  11k|1877 |2543 | 236 |  54k|3679 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.40/181.45	c   181s| 50000 |   269 |851523 |  17.0 |  20M|  63 |   - |1877 |  12k|1877 |2541 | 236 |  58k|3755 | 0.000000e+00 | 2.000000e+00 |    Inf 
210.29/210.38	c   210s| 60000 |   248 |998580 |  16.6 |  21M|  63 |   - |1877 |  14k|1877 |2541 | 236 |  71k|4155 | 0.000000e+00 | 2.000000e+00 |    Inf 
222.30/222.36	o 1
222.30/222.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.30/222.37	c * 222s| 64180 |   194 |  1058k|  16.5 |  21M|  63 |   - |1877 |  15k|1877 |2541 | 236 |  76k|4313 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.40/240.42	c   240s| 70000 |   170 |  1153k|  16.5 |  21M|  63 |  27 |1877 |  15k|1877 |2541 | 236 |  84k|4537 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.69/273.71	c   274s| 80000 |   144 |  1322k|  16.5 |  21M|  75 |  28 |1877 |  15k|1877 |2541 | 236 |  97k|4911 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.20/303.26	c   303s| 90000 |    92 |  1473k|  16.4 |  22M|  75 |  32 |1877 |  15k|1877 |2541 | 236 | 110k|5165 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.60/332.67	c   333s|100000 |   155 |  1620k|  16.2 |  23M|  75 |  38 |1877 |  19k|1877 |2541 | 236 | 123k|5503 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.70/363.73	c   364s|110000 |   318 |  1767k|  16.1 |  27M|  75 |   - |1877 |  24k|1877 |2541 | 236 | 137k|5805 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.71/393.74	c   394s|120000 |   205 |  1909k|  15.9 |  25M|  75 |  38 |1877 |  22k|1877 |2541 | 236 | 151k|6038 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.11/424.13	c   424s|130000 |   117 |  2057k|  15.8 |  25M|  75 |   - |1877 |  22k|1877 |2541 | 236 | 165k|6243 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.51/454.52	c   455s|140000 |    90 |  2205k|  15.7 |  25M|  75 |  21 |1877 |  24k|1877 |2541 | 236 | 178k|6511 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.40/485.41	c   485s|150000 |   131 |  2357k|  15.7 |  27M|  75 |   - |1877 |  28k|1877 |2541 | 236 | 192k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.20/515.24	c   515s|160000 |   156 |  2498k|  15.6 |  29M|  75 |  31 |1877 |  30k|1877 |2541 | 236 | 206k|6918 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.10/546.13	c   546s|170000 |   108 |  2643k|  15.5 |  29M|  76 |  35 |1877 |  32k|1877 |2541 | 236 | 219k|7086 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.30/576.38	c   576s|180000 |    82 |  2781k|  15.4 |  31M|  76 |   - |1877 |  36k|1877 |2541 | 236 | 232k|7272 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.80/609.86	c   610s|190000 |    87 |  2935k|  15.4 |  31M|  76 |  33 |1877 |  37k|1877 |2541 | 236 | 245k|7478 | 0.000000e+00 | 1.000000e+00 |    Inf 
644.41/644.40	c   644s|200000 |   155 |  3095k|  15.5 |  34M|  76 |   - |1877 |  42k|1877 |2541 | 236 | 259k|7687 | 0.000000e+00 | 1.000000e+00 |    Inf 
682.11/682.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.11/682.17	c   682s|210000 |   107 |  3274k|  15.6 |  34M|  76 |   - |1877 |  42k|   0 |   0 | 236 | 272k|7922 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.01/718.06	c   718s|220000 |   122 |  3431k|  15.6 |  35M|  76 |  17 |1877 |  44k|1877 |2541 | 236 | 285k|8099 | 0.000000e+00 | 1.000000e+00 |    Inf 
754.01/754.04	c   754s|230000 |   162 |  3583k|  15.6 |  38M|  76 |   - |1877 |  50k|1877 |2541 | 236 | 299k|8262 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.92/790.99	c   791s|240000 |   173 |  3736k|  15.6 |  40M|  76 |   - |1877 |  54k|1877 |2541 | 236 | 312k|8414 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.71/829.71	c   830s|250000 |   256 |  3888k|  15.6 |  43M|  76 |   - |1877 |  58k|1877 |2541 | 236 | 326k|8558 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.71/866.74	c   867s|260000 |   241 |  4032k|  15.5 |  44M|  79 |  40 |1877 |  61k|1877 |2541 | 236 | 341k|8720 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.02/905.06	c   905s|270000 |   159 |  4177k|  15.5 |  42M|  87 |  33 |1877 |  57k|1877 |2541 | 236 | 356k|8896 | 0.000000e+00 | 1.000000e+00 |    Inf 
941.91/941.93	c   942s|280000 |   149 |  4321k|  15.4 |  43M|  87 |   - |1877 |  59k|   0 |   0 | 236 | 369k|9040 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.51/980.56	c   981s|290000 |    98 |  4476k|  15.4 |  38M|  87 |  44 |1877 |  49k|1877 |2541 | 236 | 383k|9207 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.02/1018.00	c  1018s|300000 |   104 |  4639k|  15.5 |  39M|  87 |   - |1877 |  51k|   0 |   0 | 236 | 396k|9357 | 0.000000e+00 | 1.000000e+00 |    Inf 
1055.92/1055.92	c  1056s|310000 |    73 |  4795k|  15.5 |  40M|  87 |  39 |1877 |  53k|1877 |2541 | 236 | 409k|9471 | 0.000000e+00 | 1.000000e+00 |    Inf 
1094.82/1094.86	c  1095s|320000 |    62 |  4967k|  15.5 |  35M|  87 |   - |1877 |  39k|1877 |2556 | 236 | 422k|9618 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.92/1132.98	c  1133s|330000 |    81 |  5136k|  15.6 |  38M|  87 |  33 |1877 |  47k|1877 |2556 | 236 | 434k|9765 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.72/1167.72	c  1168s|340000 |    72 |  5290k|  15.6 |  38M|  87 |   - |1877 |  45k|1877 |2541 | 236 | 447k|9903 | 0.000000e+00 | 1.000000e+00 |    Inf 
1203.52/1203.55	c  1204s|350000 |    27 |  5456k|  15.6 |  31M|  87 |   - |1877 |  28k|   0 |   0 | 236 | 460k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1240.33/1240.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1240.33/1240.30	c  1240s|360000 |    24 |  5638k|  15.7 |  31M|  87 |  23 |1877 |  29k|1877 |2541 | 236 | 473k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1277.83/1277.83	c  1278s|370000 |    11 |  5815k|  15.7 |  31M|  87 |   - |1877 |  28k|1877 |2541 | 236 | 486k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1282.03/1282.02	c 
1282.03/1282.02	c SCIP Status        : problem is solved [optimal solution found]
1282.03/1282.02	c Solving Time (sec) : 1282.02
1282.03/1282.02	c Solving Nodes      : 371073
1282.03/1282.02	c Primal Bound       : +1.00000000000000e+00 (144 solutions)
1282.03/1282.02	c Dual Bound         : +1.00000000000000e+00
1282.03/1282.02	c Gap                : 0.00 %
1282.03/1282.02	s OPTIMUM FOUND
1282.03/1282.02	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1282.03/1282.02	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1282.03/1282.02	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1282.03/1282.02	v -x167 x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1282.03/1282.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1282.03/1282.02	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1282.03/1282.02	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 
1282.03/1282.02	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 
1282.03/1282.02	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 
1282.03/1282.02	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 
1282.03/1282.02	v x1 
1282.03/1282.02	c SCIP Status        : problem is solved [optimal solution found]
1282.03/1282.02	c Total Time         :    1282.02
1282.03/1282.02	c   solving          :    1282.02
1282.03/1282.02	c   presolving       :       0.12 (included in solving)
1282.03/1282.02	c   reading          :       0.02 (included in solving)
1282.03/1282.02	c Original Problem   :
1282.03/1282.02	c   Problem name     : HOME/instance-3447817-1307898650.wbo
1282.03/1282.02	c   Variables        : 1123 (1123 binary, 0 integer, 0 implicit integer, 0 continuous)
1282.03/1282.02	c   Constraints      : 2708 initial, 2708 maximal
1282.03/1282.02	c Presolved Problem  :
1282.03/1282.02	c   Problem name     : t_HOME/instance-3447817-1307898650.wbo
1282.03/1282.02	c   Variables        : 1877 (1054 binary, 0 integer, 823 implicit integer, 0 continuous)
1282.03/1282.02	c   Constraints      : 3345 initial, 62513 maximal
1282.03/1282.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1282.03/1282.02	c   trivial          :       0.00         69          0          0          0          0          0          0          0          0
1282.03/1282.02	c   dualfix          :       0.00         69          0          0          0          0          0          0          0          0
1282.03/1282.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   setppc           :       0.00          0          0          0          0          0          1          0          0          0
1282.03/1282.02	c   linear           :       0.06          0          0          0        913          0        185          0        126          0
1282.03/1282.02	c   indicator        :       0.00          0          0          0          0          0         69          0          0          0
1282.03/1282.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1282.03/1282.02	c   root node        :          -       1646          -          -       1646          -          -          -          -          -
1282.03/1282.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1282.03/1282.02	c   integral         :          0          0          0     192985          0        686          0        442       3707          0          0     380192
1282.03/1282.02	c   varbound         :          0+         6     308294        220          0          0       5854          8     453341        217          0          0
1282.03/1282.02	c   setppc           :         59          6    1801430          5          0        683    2493430      13859    1245003          0          0          0
1282.03/1282.02	c   linear           :        823          6    1787701          9          0        670    2527572      23348    3835017          0          0          0
1282.03/1282.02	c   indicator        :        823          0     301446        220          0        670       2860          0       5107          0          0          0
1282.03/1282.02	c   logicor          :       1640+         6     820653         16          0        128    2751903      21487    2448420          0          0          0
1282.03/1282.02	c   bounddisjunction :          0+         0     195554          0          0          0       2067        157       2360          0          0          0
1282.03/1282.02	c   countsols        :          0          0          0         16          0        130          0          0          0          0          0          0
1282.03/1282.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1282.03/1282.02	c   integral         :      55.47       0.00       0.00      55.46       0.00       0.01       0.00
1282.03/1282.02	c   varbound         :       0.86       0.00       0.86       0.00       0.00       0.00       0.00
1282.03/1282.02	c   setppc           :       9.40       0.00       8.76       0.00       0.00       0.00       0.63
1282.03/1282.02	c   linear           :      27.23       0.00      25.17       0.00       0.00       0.05       2.02
1282.03/1282.02	c   indicator        :       0.96       0.00       0.77       0.01       0.00       0.17       0.00
1282.03/1282.02	c   logicor          :     138.66       0.00     136.30       0.00       0.00       0.01       2.34
1282.03/1282.02	c   bounddisjunction :       0.64       0.00       0.63       0.00       0.00       0.00       0.00
1282.03/1282.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1282.03/1282.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1282.03/1282.02	c   vbounds          :      38014       3370         16     162558
1282.03/1282.02	c   rootredcost      :         17          0          0        823
1282.03/1282.02	c   pseudoobj        :    1802158       6428        762     451591
1282.03/1282.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1282.03/1282.02	c   vbounds          :       3.39       3.39       0.00
1282.03/1282.02	c   rootredcost      :       0.29       0.29       0.00
1282.03/1282.02	c   pseudoobj        :      22.13      22.07       0.06
1282.03/1282.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1282.03/1282.02	c   propagation      :       3.55      59637      59546     362046       31.3       1407       22.7          -
1282.03/1282.02	c   infeasible LP    :      23.16     127714     127697     908320       40.1       2788       13.4          0
1282.03/1282.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1282.03/1282.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1282.03/1282.02	c   pseudo solution  :       0.00          4          4          5        2.6          1       18.0          -
1282.03/1282.02	c   applied globally :          -          -          -     487814       33.5          -          -          -
1282.03/1282.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1282.03/1282.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1282.03/1282.02	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 490)
1282.03/1282.02	c   redcost          :       6.48     196759          0     187220          0          0
1282.03/1282.02	c   impliedbounds    :       0.00          6          0          0          0          0
1282.03/1282.02	c   intobj           :       0.00          0          0          0          0          0
1282.03/1282.02	c   gomory           :       0.51          6          0          0       1394          0
1282.03/1282.02	c   cgmip            :       0.00          0          0          0          0          0
1282.03/1282.02	c   closecuts        :       0.00          0          0          0          0          0
1282.03/1282.02	c   strongcg         :       0.38          6          0          0       1610          0
1282.03/1282.02	c   cmir             :       0.06          6          0          0         10          0
1282.03/1282.02	c   flowcover        :       0.07          6          0          0         14          0
1282.03/1282.02	c   clique           :       0.00          6          0          0          0          0
1282.03/1282.02	c   zerohalf         :       0.00          0          0          0          0          0
1282.03/1282.02	c   mcf              :       0.00          1          0          0          0          0
1282.03/1282.02	c   oddcycle         :       0.00          0          0          0          0          0
1282.03/1282.02	c   rapidlearning    :       0.07          1          0          0          0          0
1282.03/1282.02	c Pricers            :       Time      Calls       Vars
1282.03/1282.02	c   problem variables:       0.00          0          0
1282.03/1282.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1282.03/1282.02	c   relpscost        :      55.29     192763        442       3707          0          0     380192
1282.03/1282.02	c   pscost           :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   inference        :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   mostinf          :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   leastinf         :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1282.03/1282.02	c   random           :       0.00          0          0          0          0          0          0
1282.03/1282.02	c Primal Heuristics  :       Time      Calls      Found
1282.03/1282.02	c   LP solutions     :       0.01          -         16
1282.03/1282.02	c   pseudo solutions :       0.00          -          0
1282.03/1282.02	c   oneopt           :       0.20         17          0
1282.03/1282.02	c   feaspump         :       0.12          1          0
1282.03/1282.02	c   crossover        :       0.72         17          0
1282.03/1282.02	c   guideddiving     :       1.44         73          0
1282.03/1282.02	c   coefdiving       :       1.38         73          0
1282.03/1282.02	c   pscostdiving     :       0.91         73          0
1282.03/1282.02	c   fracdiving       :       2.00         73          0
1282.03/1282.02	c   linesearchdiving :       0.73         73          0
1282.03/1282.02	c   veclendiving     :       1.18         73          0
1282.03/1282.02	c   objpscostdiving  :       0.50         37          0
1282.03/1282.02	c   rootsoldiving    :       0.72         37          0
1282.03/1282.02	c   trivial          :       0.00          2          0
1282.03/1282.02	c   shiftandpropagate:       0.01          1          0
1282.03/1282.02	c   simplerounding   :       0.32     194394          0
1282.03/1282.02	c   zirounding       :       4.76        587          0
1282.03/1282.02	c   rounding         :       0.70       6176          0
1282.03/1282.02	c   shifting         :       0.74       1972          0
1282.03/1282.02	c   intshifting      :       0.01          0          0
1282.03/1282.02	c   twoopt           :       0.00          0          0
1282.03/1282.02	c   fixandinfer      :       0.00          0          0
1282.03/1282.02	c   clique           :       0.00          0          0
1282.03/1282.02	c   intdiving        :       0.00          0          0
1282.03/1282.02	c   actconsdiving    :       0.00          0          0
1282.03/1282.02	c   octane           :       0.00          0          0
1282.03/1282.02	c   rens             :       0.04          1          0
1282.03/1282.02	c   rins             :       0.00          0          0
1282.03/1282.02	c   localbranching   :       0.00          0          0
1282.03/1282.02	c   mutation         :       0.00          0          0
1282.03/1282.02	c   dins             :       0.00          0          0
1282.03/1282.02	c   vbounds          :       0.00          0          0
1282.03/1282.02	c   undercover       :       0.00          0          0
1282.03/1282.02	c   subnlp           :       0.06          0          0
1282.03/1282.02	c   trysol           :       0.18        516        128
1282.03/1282.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1282.03/1282.02	c   primal LP        :       0.00          0          0       0.00          -
1282.03/1282.02	c   dual LP          :     766.93     323194    5797539      17.94    7559.43
1282.03/1282.02	c   lex dual LP      :       0.00          0          0       0.00          -
1282.03/1282.02	c   barrier LP       :       0.00          0          0       0.00          -
1282.03/1282.02	c   diving/probing LP:       6.60       5894      37646       6.39    5703.67
1282.03/1282.02	c   strong branching :      52.39      10425     381650      36.61    7284.37
1282.03/1282.02	c     (at root node) :          -          9       1376     152.89          -
1282.03/1282.02	c   conflict analysis:       0.00          0          0       0.00          -
1282.03/1282.02	c B&B Tree           :
1282.03/1282.02	c   number of runs   :          1
1282.03/1282.02	c   nodes            :     371073
1282.03/1282.02	c   nodes (total)    :     371073
1282.03/1282.02	c   nodes left       :          0
1282.03/1282.02	c   max depth        :         87
1282.03/1282.02	c   max depth (total):         87
1282.03/1282.02	c   backtracks       :      42574 (11.5%)
1282.03/1282.02	c   delayed cutoffs  :       8224
1282.03/1282.02	c   repropagations   :     763340 (1134772 domain reductions, 7994 cutoffs)
1282.03/1282.02	c   avg switch length:       5.51
1282.03/1282.02	c   switching time   :     109.50
1282.03/1282.02	c Solution           :
1282.03/1282.02	c   Solutions found  :        144 (17 improvements)
1282.03/1282.02	c   First Solution   : +4.14780000000000e+04   (in run 1, after 1 nodes, 0.17 seconds, depth 0, found by <trysol>)
1282.03/1282.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 64180 nodes, 222.37 seconds, depth 36, found by <relaxation>)
1282.03/1282.02	c   Dual Bound       : +1.00000000000000e+00
1282.03/1282.02	c   Gap              :       0.00 %
1282.03/1282.02	c   Root Dual Bound  : +0.00000000000000e+00
1282.03/1282.02	c   Root Iterations  :       1325
1282.03/1282.06	c Time complete: 1282.08.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 0,2,4,6

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: 1.84 1.97 1.90 3/173 968
/proc/meminfo: memFree=1592700/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=6864 CPUtime=0 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 858 0 0 0 0 0 0 0 22 0 1 0 882281237 7028736 811 33554432000 4194304 9128323 140734556777184 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/968/statm: 1716 811 350 1205 0 507 0

[startup+0.075811 s]
/proc/loadavg: 1.84 1.97 1.90 3/173 968
/proc/meminfo: memFree=1592700/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=26984 CPUtime=0.06 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 5747 0 0 0 6 0 0 0 22 0 1 0 882281237 27631616 5441 33554432000 4194304 9128323 140734556777184 18446744073709551615 5266542 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 6746 5441 514 1205 0 5537 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26984

[startup+0.100836 s]
/proc/loadavg: 1.84 1.97 1.90 3/173 968
/proc/meminfo: memFree=1592700/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=28288 CPUtime=0.09 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 6094 0 0 0 9 0 0 0 22 0 1 0 882281237 28966912 5788 33554432000 4194304 9128323 140734556777184 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 7072 5788 530 1205 0 5863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28288

[startup+0.300796 s]
/proc/loadavg: 1.84 1.97 1.90 3/173 968
/proc/meminfo: memFree=1592700/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=34388 CPUtime=0.29 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 8006 0 0 0 28 1 0 0 23 0 1 0 882281237 35213312 7611 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 8597 7611 675 1205 0 7388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34388

[startup+0.700723 s]
/proc/loadavg: 1.84 1.97 1.90 3/173 968
/proc/meminfo: memFree=1592700/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=43128 CPUtime=0.69 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 15219 0 0 0 67 2 0 0 25 0 1 0 882281237 44163072 9857 33554432000 4194304 9128323 140734556777184 18446744073709551615 6295536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 10782 9857 728 1205 0 9573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43128

[startup+1.50055 s]
/proc/loadavg: 1.84 1.97 1.90 3/178 983
/proc/meminfo: memFree=1478464/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=48308 CPUtime=1.49 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 20447 0 0 0 146 3 0 0 25 0 1 0 882281237 49467392 11025 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 12077 11025 747 1205 0 10868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48308

[startup+3.10027 s]
/proc/loadavg: 1.84 1.97 1.90 3/178 983
/proc/meminfo: memFree=1474868/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=51040 CPUtime=3.09 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 20952 0 0 0 304 5 0 0 25 0 1 0 882281237 52264960 11530 33554432000 4194304 9128323 140734556777184 18446744073709551615 4823583 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 12760 11530 751 1205 0 11551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51040

[startup+6.30072 s]
/proc/loadavg: 1.86 1.97 1.90 3/178 983
/proc/meminfo: memFree=1472536/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=51212 CPUtime=6.29 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 21105 0 0 0 622 7 0 0 25 0 1 0 882281237 52441088 11683 33554432000 4194304 9128323 140734556777184 18446744073709551615 7343354 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 12803 11683 751 1205 0 11594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51212

[startup+12.7006 s]
/proc/loadavg: 1.87 1.97 1.90 3/178 983
/proc/meminfo: memFree=1471608/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=52260 CPUtime=12.69 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 21389 0 0 0 1256 13 0 0 25 0 1 0 882281237 53514240 11966 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 13065 11966 751 1205 0 11856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52260

[startup+25.5003 s]
/proc/loadavg: 1.90 1.97 1.91 3/178 983
/proc/meminfo: memFree=1451268/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=72800 CPUtime=25.49 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 26401 0 0 0 2528 21 0 0 25 0 1 0 882281237 74547200 16978 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 18200 16978 753 1205 0 16991 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72800

[startup+51.1007 s]
/proc/loadavg: 1.93 1.97 1.91 3/178 984
/proc/meminfo: memFree=1449132/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=72448 CPUtime=51.09 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 27955 0 0 0 5070 39 0 0 25 0 1 0 882281237 74186752 17039 33554432000 4194304 9128323 140734556777184 18446744073709551615 4792896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 18112 17039 753 1205 0 16903 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72448

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.91 3/178 986
/proc/meminfo: memFree=1444612/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=78072 CPUtime=102.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 75509 0 0 0 10148 82 0 0 25 0 1 0 882281237 79945728 18459 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 19518 18459 753 1205 0 18309 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78072

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 987
/proc/meminfo: memFree=1440968/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=80724 CPUtime=162.29 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 89361 0 0 0 16101 128 0 0 25 0 1 0 882281237 82661376 19124 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 20181 19124 753 1205 0 18972 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80724

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 989
/proc/meminfo: memFree=1435456/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=83388 CPUtime=222.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 98016 0 0 0 22055 175 0 0 25 0 1 0 882281237 85389312 19796 33554432000 4194304 9128323 140734556777184 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 20847 19796 753 1205 0 19638 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83388

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 990
/proc/meminfo: memFree=1431688/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=85624 CPUtime=282.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 109580 0 0 0 28008 222 0 0 25 0 1 0 882281237 87678976 20349 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 21406 20349 753 1205 0 20197 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85624

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 992
/proc/meminfo: memFree=1429168/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=88088 CPUtime=342.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 111563 0 0 0 33969 261 0 0 25 0 1 0 882281237 90202112 20973 33554432000 4194304 9128323 140734556777184 18446744073709551615 4219927 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 22022 20973 753 1205 0 20813 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 88088

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 994
/proc/meminfo: memFree=1423056/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=90248 CPUtime=402.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 114937 0 0 0 39931 299 0 0 25 0 1 0 882281237 92413952 21510 33554432000 4194304 9128323 140734556777184 18446744073709551615 5321233 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 22562 21510 753 1205 0 21353 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90248

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 995
/proc/meminfo: memFree=1421872/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=91300 CPUtime=462.3 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 115206 0 0 0 45893 337 0 0 25 0 1 0 882281237 93491200 21779 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 22825 21779 753 1205 0 21616 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 91300

[startup+522.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 997
/proc/meminfo: memFree=1419596/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=93216 CPUtime=522.31 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 115683 0 0 0 51854 377 0 0 25 0 1 0 882281237 95453184 22256 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 23304 22256 753 1205 0 22095 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 93216

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1036
/proc/meminfo: memFree=1376628/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=96252 CPUtime=582.31 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 117964 0 0 0 57815 416 0 0 25 0 1 0 882281237 98562048 23005 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 24063 23005 753 1205 0 22854 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 96252

[startup+642.301 s]

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

/proc/meminfo: memFree=1370136/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=102828 CPUtime=702.31 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 119553 0 0 0 69735 496 0 0 25 0 1 0 882281237 105295872 24594 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 25707 24594 753 1205 0 24498 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 102828

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1041
/proc/meminfo: memFree=1367704/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=105096 CPUtime=762.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 120117 0 0 0 75699 533 0 0 25 0 1 0 882281237 107618304 25158 33554432000 4194304 9128323 140734556777184 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 26274 25158 753 1205 0 25065 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 105096

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1043
/proc/meminfo: memFree=1365176/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=107740 CPUtime=822.31 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 120716 0 0 0 81663 568 0 0 25 0 1 0 882281237 110325760 25757 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 26935 25757 753 1205 0 25726 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 107740

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1047
/proc/meminfo: memFree=1360972/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=111156 CPUtime=882.31 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 121607 0 0 0 87628 603 0 0 25 0 1 0 882281237 113823744 26648 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 27789 26648 753 1205 0 26580 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 111156

[startup+942.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1049
/proc/meminfo: memFree=1354056/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=115600 CPUtime=942.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 123487 0 0 0 93595 637 0 0 25 0 1 0 882281237 118374400 27774 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 28900 27774 753 1205 0 27691 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 115600

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1051
/proc/meminfo: memFree=1351640/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=115600 CPUtime=1002.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 123504 0 0 0 99563 669 0 0 25 0 1 0 882281237 118374400 27791 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 28900 27791 753 1205 0 27691 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 115600

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1052
/proc/meminfo: memFree=1347612/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=115944 CPUtime=1062.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 123593 0 0 0 105527 705 0 0 25 0 1 0 882281237 118726656 27880 33554432000 4194304 9128323 140734556777184 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 28986 27880 753 1205 0 27777 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 115944

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1054
/proc/meminfo: memFree=1342244/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=118764 CPUtime=1122.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124296 0 0 0 111490 742 0 0 25 0 1 0 882281237 121614336 28583 33554432000 4194304 9128323 140734556777184 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 29691 28583 753 1205 0 28482 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 118764

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1055
/proc/meminfo: memFree=1337592/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121072 CPUtime=1182.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124745 0 0 0 117456 776 0 0 25 0 1 0 882281237 123977728 29032 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30268 29032 753 1205 0 29059 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 121072

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1057
/proc/meminfo: memFree=1334436/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1242.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 123417 815 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 121716

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

[startup+1254.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1057
/proc/meminfo: memFree=1334428/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1254.32 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 124608 824 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1254.32
Current children cumulated vsize (KiB) 121716

[startup+1267.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1332560/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1267.13 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 125882 831 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1267.13
Current children cumulated vsize (KiB) 121716

[startup+1273.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1332560/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1273.52 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 126517 835 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1273.52
Current children cumulated vsize (KiB) 121716

[startup+1276.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1331320/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1276.72 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 126835 837 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1276.72
Current children cumulated vsize (KiB) 121716

[startup+1279.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1330816/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1279.92 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 127153 839 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1279.92
Current children cumulated vsize (KiB) 121716

[startup+1280.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1330920/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1280.73 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 127233 840 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1280.73
Current children cumulated vsize (KiB) 121716

[startup+1281.51 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1330796/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1281.53 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 127312 841 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1281.53
Current children cumulated vsize (KiB) 121716

[startup+1281.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1330796/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1281.93 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 127352 841 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1281.93
Current children cumulated vsize (KiB) 121716

[startup+1282 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1058
/proc/meminfo: memFree=1330796/32951124 swapFree=67050916/67111528
[pid=968] ppid=966 vsize=121716 CPUtime=1282.03 cores=0,2,4,6
/proc/968/stat : 968 (scip-2.0.1.4.li) R 966 968 648 0 -1 4202496 124872 0 0 0 127362 841 0 0 25 0 1 0 882281237 124637184 29159 33554432000 4194304 9128323 140734556777184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/968/statm: 30429 29159 753 1205 0 29220 0
Current children cumulated CPU time (s) 1282.03
Current children cumulated vsize (KiB) 121716

Child status: 0
Real time (s): 1282.06
CPU time (s): 1282.1
CPU user time (s): 1273.68
CPU system time (s): 8.41572
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 121716

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

runsolver used 2.04569 second user time and 3.88141 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-12 19:10:50
IDJOB=3447817
IDBENCH=78947
IDSOLVER=1944
FILE ID=node146/3447817-1307898650
RUNJOBID= node146-1307898649-953
PBS_JOBID= 13559563
Free space on /tmp= 6556 MiB

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

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

MD5SUM BENCH= a057c56aaeadccffd1b9b5ae1c954d95
RANDOM SEED=906236773

node146.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.830
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.830
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.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.75
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.830
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.75
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.830
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:       1593244 kB
Buffers:         55500 kB
Cached:       30335196 kB
SwapCached:      13072 kB
Active:       15716836 kB
Inactive:     14691144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1593244 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           12088 kB
Writeback:           0 kB
AnonPages:       15972 kB
Mapped:           8820 kB
Slab:           884296 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187444 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 /tmp at the end= 6528 MiB
End job on node146 at 2011-06-12 19:32:12