Trace number 3447323

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.13 1800.1

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554420--soft-0-100-0.wbo
MD5SUMce7c3a365231565303f31d834d531ee5
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 benchmark23.0755
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 689
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-3447323-1307900854.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.03/0.05	o 134313
0.03/0.05	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.03/0.05	c presolving:
0.03/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.03/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 |   243 |     - |  17M|   0 |  42 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   457 |     - |  18M|   0 |  35 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   520 |     - |  18M|   0 |  49 |5645 |8121 |5645 |2754 |  47 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   543 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2760 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.09/1.16	c   1.2s|     1 |     0 |   585 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |   622 |     - |  20M|   0 |  53 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.89/1.90	c   1.9s|     1 |     0 |   647 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2780 |  73 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
2.79/2.86	c   2.9s|     1 |     2 |   647 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2780 |  73 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
26.89/26.98	o 1518
26.89/26.98	c *27.0s|   513 |   505 | 57079 | 110.2 |  32M|  61 |   - |5645 |8121 |5645 |2922 |1322 |   0 |1722 | 0.000000e+00 | 1.518000e+03 |    Inf 
36.49/36.53	o 362
36.49/36.53	c *36.5s|   773 |   422 |101105 | 130.1 |  31M|  65 |   - |5645 |8121 |5645 |2888 |2630 |   0 |1803 | 0.000000e+00 | 3.620000e+02 |    Inf 
48.19/48.25	o 356
48.19/48.25	c *48.3s|  1109 |   708 |158727 | 142.7 |  34M|  65 |   - |5645 |8181 |5645 |2817 |3813 |  60 |1929 | 0.000000e+00 | 3.560000e+02 |    Inf 
65.59/65.67	o 250
65.59/65.67	c *65.7s|  1695 |   981 |265642 | 156.4 |  34M|  65 |   - |5645 |8375 |5645 |2893 |4981 | 254 |1939 | 0.000000e+00 | 2.500000e+02 |    Inf 
65.89/65.95	o 132
65.89/65.95	c *66.0s|  1700 |   620 |266963 | 156.7 |  33M|  65 |   - |5645 |8377 |5645 |2795 |5020 | 256 |1939 | 0.000000e+00 | 1.320000e+02 |    Inf 
65.89/65.98	o 124
65.89/65.98	c *66.0s|  1701 |   598 |266973 | 156.7 |  34M|  65 |   - |5645 |8377 |5645 |2789 |5020 | 256 |1939 | 0.000000e+00 | 1.240000e+02 |    Inf 
67.19/67.21	o 115
67.19/67.21	c *67.2s|  1794 |   614 |270986 | 150.8 |  34M|  65 |   - |5645 |8418 |5645 |2771 |5159 | 297 |1939 | 0.000000e+00 | 1.150000e+02 |    Inf 
68.69/68.72	o 59
68.69/68.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.69/68.72	c *68.7s|  1932 |   258 |275979 | 142.6 |  33M|  65 |   - |5645 |8490 |5645 |2775 |5204 | 369 |1941 | 0.000000e+00 | 5.900000e+01 |    Inf 
93.40/93.47	o 52
93.40/93.47	c *93.5s|  5569 |   626 |315604 |  56.6 |  39M|  87 |   - |5645 |8078 |5645 |2749 |5380 |3970 |1994 | 0.000000e+00 | 5.200000e+01 |    Inf 
116.29/116.31	o 39
116.29/116.31	c * 116s|  8954 |   944 |351061 |  39.1 |  45M|  87 |   - |5645 |7848 |5645 |2751 |5542 |7476 |2027 | 0.000000e+00 | 3.900000e+01 |    Inf 
116.39/116.43	o 30
116.39/116.43	c * 116s|  8962 |   912 |351224 |  39.1 |  44M|  87 |   - |5645 |7058 |5645 |2751 |5545 |7487 |2027 | 0.000000e+00 | 3.000000e+01 |    Inf 
117.60/117.63	o 17
117.60/117.63	c * 118s|  9116 |   807 |354195 |  38.8 |  41M|  87 |   - |5645 |5997 |5645 |2758 |5547 |7686 |2028 | 0.000000e+00 | 1.700000e+01 |    Inf 
121.20/121.23	o 13
121.20/121.23	c * 121s|  9734 |   743 |364741 |  37.4 |  41M|  87 |   - |5645 |5042 |5645 |2756 |5565 |8545 |2028 | 0.000000e+00 | 1.300000e+01 |    Inf 
121.30/121.30	o 8
121.30/121.30	c * 121s|  9739 |   647 |364923 |  37.4 |  40M|  87 |   - |5645 |4792 |5645 |2759 |5568 |8550 |2028 | 0.000000e+00 | 8.000000e+00 |    Inf 
122.79/122.80	c   123s| 10000 |   636 |370229 |  37.0 |  40M|  87 |  32 |5645 |4406 |5645 |2748 |5569 |8882 |2028 | 0.000000e+00 | 8.000000e+00 |    Inf 
127.39/127.45	o 7
127.39/127.45	c * 127s| 10952 |   604 |385593 |  35.2 |  40M|  87 |   - |5645 |5174 |5645 |2748 |5569 |  10k|2048 | 0.000000e+00 | 7.000000e+00 |    Inf 
130.19/130.23	o 4
130.19/130.23	c * 130s| 11519 |   554 |393869 |  34.1 |  39M|  87 |   - |5645 |4970 |5645 |2749 |5573 |  10k|2071 | 0.000000e+00 | 4.000000e+00 |    Inf 
151.80/151.82	o 3
151.80/151.82	c * 152s| 16157 |   488 |468307 |  28.9 |  40M|  87 |   - |5645 |7834 |5645 |2757 |5576 |  17k|2239 | 0.000000e+00 | 3.000000e+00 |    Inf 
170.89/170.95	c   171s| 20000 |   481 |532580 |  26.6 |  40M|  87 |  43 |5645 |7768 |5645 |2748 |5576 |  22k|2420 | 0.000000e+00 | 3.000000e+00 |    Inf 
217.80/217.89	o 1
217.80/217.89	c * 218s| 29867 |   441 |687440 |  23.0 |  42M|  87 |   - |5645 |  11k|5645 |2756 |5579 |  35k|2816 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.69/218.72	c   219s| 30000 |   434 |690095 |  23.0 |  41M|  87 |  53 |5645 |9208 |5645 |2748 |5579 |  35k|2827 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.70/268.75	c   269s| 40000 |   411 |862087 |  21.5 |  42M|  87 |  15 |5645 |  12k|5645 |2748 |5579 |  48k|3232 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.80/318.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.80/318.85	c   319s| 50000 |   386 |  1033k|  20.7 |  44M|  87 |   - |5645 |  14k|5645 |2756 |5579 |  62k|3629 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.40/368.42	c   368s| 60000 |   478 |  1200k|  20.0 |  47M|  87 |  26 |5645 |  20k|5645 |2756 |5579 |  76k|4018 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.70/417.74	c   418s| 70000 |   466 |  1363k|  19.5 |  48M|  87 |   - |5645 |  21k|   0 |   0 |5579 |  90k|4271 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.40/468.46	c   468s| 80000 |   448 |  1526k|  19.1 |  46M|  87 |  38 |5645 |  17k|5645 |2756 |5579 | 104k|4606 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.00/520.05	c   520s| 90000 |   352 |  1701k|  18.9 |  46M|  87 |   - |5645 |  17k|   0 |   0 |5579 | 117k|4962 | 0.000000e+00 | 1.000000e+00 |    Inf 
569.71/569.76	c   570s|100000 |   383 |  1869k|  18.7 |  49M|  87 |   - |5645 |  23k|5645 |2756 |5579 | 130k|5130 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.70/622.75	c   623s|110000 |   499 |  2039k|  18.5 |  53M|  87 |  31 |5645 |  30k|5645 |2756 |5579 | 144k|5409 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.41/676.49	c   676s|120000 |   478 |  2212k|  18.4 |  54M|  87 |  24 |5645 |  32k|5645 |2756 |5579 | 159k|5701 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.01/731.07	c   731s|130000 |   423 |  2389k|  18.4 |  52M|  87 |  36 |5645 |  28k|5645 |2756 |5579 | 173k|5880 | 0.000000e+00 | 1.000000e+00 |    Inf 
786.81/786.80	c   787s|140000 |   425 |  2569k|  18.4 |  51M|  87 |  36 |5645 |  26k|5645 |2756 |5579 | 187k|6085 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.31/841.36	c   841s|150000 |   394 |  2745k|  18.3 |  52M|  87 |   - |5645 |  28k|5645 |2756 |5579 | 201k|6334 | 0.000000e+00 | 1.000000e+00 |    Inf 
896.01/896.03	c   896s|160000 |   365 |  2921k|  18.3 |  51M|  87 |   - |5645 |  26k|   0 |   0 |5579 | 214k|6585 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.60/950.69	c   951s|170000 |   336 |  3108k|  18.3 |  51M|  87 |   - |5645 |  28k|   0 |   0 |5579 | 227k|6811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1001.81/1001.90	c  1002s|180000 |   375 |  3262k|  18.1 |  54M|  87 |  25 |5645 |  34k|5645 |2748 |5579 | 240k|6988 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.71/1054.76	c  1055s|190000 |   331 |  3428k|  18.0 |  52M|  87 |   - |5645 |  31k|5645 |2756 |5579 | 253k|7172 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.61/1110.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.61/1110.67	c  1111s|200000 |   354 |  3613k|  18.1 |  55M|  87 |  33 |5645 |  36k|5645 |2756 |5579 | 267k|7388 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.72/1167.72	c  1168s|210000 |   311 |  3798k|  18.1 |  53M|  87 |   - |5645 |  32k|5645 |2748 |5579 | 281k|7612 | 0.000000e+00 | 1.000000e+00 |    Inf 
1225.32/1225.35	c  1225s|220000 |   285 |  3979k|  18.1 |  51M|  87 |   - |5645 |  26k|5645 |2756 |5579 | 294k|7808 | 0.000000e+00 | 1.000000e+00 |    Inf 
1278.22/1278.25	c  1278s|230000 |   337 |  4156k|  18.1 |  53M|  87 |   - |5645 |  30k|5645 |2756 |5579 | 307k|7960 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.72/1332.73	c  1333s|240000 |   251 |  4338k|  18.1 |  52M|  87 |   - |5645 |  31k|5645 |2756 |5579 | 321k|8149 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.92/1386.98	c  1387s|250000 |   220 |  4507k|  18.0 |  52M|  87 |   - |5645 |  31k|5645 |2748 |5579 | 334k|8315 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.81/1442.89	c  1443s|260000 |   217 |  4677k|  18.0 |  52M|  87 |  30 |5645 |  32k|5645 |2756 |5579 | 347k|8508 | 0.000000e+00 | 1.000000e+00 |    Inf 
1498.52/1498.55	c  1499s|270000 |   216 |  4857k|  18.0 |  55M|  87 |  35 |5645 |  38k|5645 |2756 |5579 | 360k|8656 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.42/1554.44	c  1554s|280000 |   219 |  5038k|  18.0 |  56M|  87 |  35 |5645 |  40k|5645 |2756 |5579 | 374k|8814 | 0.000000e+00 | 1.000000e+00 |    Inf 
1612.53/1612.57	c  1613s|290000 |   194 |  5207k|  18.0 |  52M|  87 |   - |5645 |  30k|5645 |2756 |5579 | 387k|8932 | 0.000000e+00 | 1.000000e+00 |    Inf 
1669.12/1669.19	c  1669s|300000 |   181 |  5377k|  17.9 |  53M|  87 |   - |5645 |  32k|   0 |   0 |5579 | 401k|9046 | 0.000000e+00 | 1.000000e+00 |    Inf 
1728.72/1728.74	c  1729s|310000 |   182 |  5556k|  17.9 |  53M|  87 |  40 |5645 |  32k|5645 |2756 |5579 | 414k|9167 | 0.000000e+00 | 1.000000e+00 |    Inf 
1788.32/1788.40	c  1788s|320000 |   239 |  5737k|  17.9 |  56M|  87 |  31 |5645 |  38k|5645 |2756 |5579 | 428k|9282 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 321962
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (313 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1800.00	v -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.09 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447323-1307900854.wbo
1800.03/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447323-1307900854.wbo
1800.03/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5414 initial, 42245 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     173143          0       1599          0        406       2843          0          0     330578
1800.03/1800.00	c   varbound         :          0+         6     168405       5523          0          0       6992          2     645613       5568          0          0
1800.03/1800.00	c   linear           :       2707          6    1681751         10          0       1595    6019568      48090    6967671          0          0          0
1800.03/1800.00	c   indicator        :       2707          0     164129       5523          0       1592      10392          0      10780          0          0          0
1800.03/1800.00	c   logicor          :          0+         0     514645          0          0          0    1213262       4715     301684          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     133021          0          0          0        298         19        421          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         18          0        297          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      72.08       0.00       0.00      72.04       0.00       0.05       0.00
1800.03/1800.00	c   varbound         :       3.07       0.00       2.46       0.60       0.00       0.00       0.00
1800.03/1800.00	c   linear           :     102.74       0.00      98.00       0.00       0.00       0.57       4.17
1800.03/1800.00	c   indicator        :       7.45       0.00       3.31       1.75       0.00       2.39       0.00
1800.03/1800.00	c   logicor          :     137.08       0.00     134.97       0.00       0.00       0.00       2.12
1800.03/1800.00	c   bounddisjunction :       0.32       0.00       0.32       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :      33420       2256          8     137776
1800.03/1800.00	c   rootredcost      :         18          0          0       2707
1800.03/1800.00	c   pseudoobj        :    1684368       7140       2659     640408
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :      10.50      10.49       0.00
1800.03/1800.00	c   rootredcost      :       0.34       0.34       0.00
1800.03/1800.00	c   pseudoobj        :      68.32      68.09       0.23
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       4.30      55493      55419     332210       28.8       1243       21.0          -
1800.03/1800.00	c   infeasible LP    :      50.53     107869     107868     780449       38.9       1562       14.8          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          4          4          6        3.7          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     431304       31.9          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -         24          -    (maximal pool size: 302)
1800.03/1800.00	c   redcost          :      17.94     170195          0     140778          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.67          6          0          0       1114          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.51          6          0          0       2346          0
1800.03/1800.00	c   cmir             :       0.14          6          0          0          3          0
1800.03/1800.00	c   flowcover        :       0.12          6          0          0          6          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      71.83     167619        406       2843          0          0     330578
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.01          -         18
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   feaspump         :       0.01          0          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.36         17          0
1800.03/1800.00	c   crossover        :       1.08         11          1
1800.03/1800.00	c   coefdiving       :       2.81         70          0
1800.03/1800.00	c   pscostdiving     :       1.70         70          0
1800.03/1800.00	c   fracdiving       :       3.38         70          0
1800.03/1800.00	c   veclendiving     :       1.76         70          0
1800.03/1800.00	c   linesearchdiving :       1.63         70          0
1800.03/1800.00	c   guideddiving     :       2.97         70          0
1800.03/1800.00	c   objpscostdiving  :       2.19         36          0
1800.03/1800.00	c   rootsoldiving    :       3.20         36          0
1800.03/1800.00	c   trivial          :       0.01          2          1
1800.03/1800.00	c   shiftandpropagate:       0.00          0          0
1800.03/1800.00	c   simplerounding   :       1.12     168076          0
1800.03/1800.00	c   zirounding       :       0.57       1000          0
1800.03/1800.00	c   rounding         :       1.28       5734          0
1800.03/1800.00	c   shifting         :       1.32       1788          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.06          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.07          0          0
1800.03/1800.00	c   trysol           :       0.68       1098        293
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.19          0          0       0.00       0.00
1800.03/1800.00	c   dual LP          :     999.31     280460    5704766      20.34    5708.69
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:      13.77       5289      68870      13.02    5002.71
1800.03/1800.00	c   strong branching :      68.12       9334     384053      41.15    5637.56
1800.03/1800.00	c     (at root node) :          -         33       7170     217.27          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     321962
1800.03/1800.00	c   nodes (total)    :     321962
1800.03/1800.00	c   nodes left       :        219
1800.03/1800.00	c   max depth        :         87
1800.03/1800.00	c   max depth (total):         87
1800.03/1800.00	c   backtracks       :      32344 (10.0%)
1800.03/1800.00	c   delayed cutoffs  :       6684
1800.03/1800.00	c   repropagations   :     726629 (1116008 domain reductions, 6202 cutoffs)
1800.03/1800.01	c   avg switch length:       5.87
1800.03/1800.01	c   switching time   :     154.85
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        313 (19 improvements)
1800.03/1800.01	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 29867 nodes, 217.89 seconds, depth 24, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        647
1800.03/1800.09	c Time complete: 1800.12.

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-3447323-1307900854/watcher-3447323-1307900854 -o /var/tmp/evaluation-result-3447323-1307900854/solver-3447323-1307900854 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447323-1307900854.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.92 1.98 1.94 2/177 3946
/proc/meminfo: memFree=550596/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=10296 CPUtime=0 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 634276695 10543104 1521 33554432000 4194304 9128323 140737413274048 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3946/statm: 2574 1523 399 1205 0 1365 0

[startup+0.037656 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 3946
/proc/meminfo: memFree=550596/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=26616 CPUtime=0.03 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 5382 0 0 0 3 0 0 0 25 0 1 0 634276695 27254784 5334 33554432000 4194304 9128323 140737413274048 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 6654 5334 474 1205 0 5445 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26616

[startup+0.100651 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 3946
/proc/meminfo: memFree=550596/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=35728 CPUtime=0.09 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 634276695 36585472 7644 33554432000 4194304 9128323 140737413274048 18446744073709551615 4748030 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300637 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 3946
/proc/meminfo: memFree=550596/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=72888 CPUtime=0.29 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 17288 0 0 0 28 1 0 0 25 0 1 0 634276695 74637312 16885 33554432000 4194304 9128323 140737413274048 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 18222 16925 699 1205 0 17013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72888

[startup+0.700562 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 3946
/proc/meminfo: memFree=550596/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=50696 CPUtime=0.69 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 20678 0 0 0 67 2 0 0 25 0 1 0 634276695 51912704 11556 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 12674 11556 717 1205 0 11465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50696

[startup+1.50043 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 3947
/proc/meminfo: memFree=503748/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=57496 CPUtime=1.49 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 22307 0 0 0 146 3 0 0 25 0 1 0 634276695 58875904 13179 33554432000 4194304 9128323 140737413274048 18446744073709551615 6695926 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 14374 13179 711 1205 0 13165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57496

[startup+3.10114 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 3947
/proc/meminfo: memFree=497396/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=61880 CPUtime=3.09 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 29501 0 0 0 304 5 0 0 25 0 1 0 634276695 63365120 14232 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 15470 14232 729 1205 0 14261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61880

[startup+6.30054 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 3947
/proc/meminfo: memFree=493924/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=62240 CPUtime=6.29 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 29595 0 0 0 622 7 0 0 25 0 1 0 634276695 63733760 14326 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3946/statm: 15560 14326 729 1205 0 14351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62240

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 3948
/proc/meminfo: memFree=491868/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=63572 CPUtime=12.69 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 30023 0 0 0 1257 12 0 0 25 0 1 0 634276695 65097728 14754 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 15893 14754 730 1205 0 14684 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63572

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 3948
/proc/meminfo: memFree=477292/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=72964 CPUtime=25.49 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 37895 0 0 0 2528 21 0 0 25 0 1 0 634276695 74715136 16877 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 18241 16877 730 1205 0 17032 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72964

[startup+51.1007 s]
/proc/loadavg: 1.96 1.98 1.94 3/178 3949
/proc/meminfo: memFree=459360/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=79216 CPUtime=51.09 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 47487 0 0 0 5071 38 0 0 25 0 1 0 634276695 81117184 18442 33554432000 4194304 9128323 140737413274048 18446744073709551615 5993044 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 19804 18442 741 1205 0 18595 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79216

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 3950
/proc/meminfo: memFree=413700/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=100504 CPUtime=102.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 78165 0 0 0 10166 64 0 0 25 0 1 0 634276695 102916096 23817 33554432000 4194304 9128323 140737413274048 18446744073709551615 6712685 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 25126 23817 742 1205 0 23917 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100504

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.95 4/178 3952
/proc/meminfo: memFree=375604/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=111324 CPUtime=162.29 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 125758 0 0 0 16134 95 0 0 25 0 1 0 634276695 113995776 26589 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 27831 26589 751 1205 0 26622 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111324

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/178 3992
/proc/meminfo: memFree=994512/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=114268 CPUtime=222.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 141360 0 0 0 22101 129 0 0 25 0 1 0 634276695 117010432 27292 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 28567 27292 751 1205 0 27358 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 114268

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 3994
/proc/meminfo: memFree=952780/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=116008 CPUtime=282.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 150311 0 0 0 28073 157 0 0 25 0 1 0 634276695 118792192 27784 33554432000 4194304 9128323 140737413274048 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 29002 27784 751 1205 0 27793 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116008

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 3995
/proc/meminfo: memFree=922940/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=118576 CPUtime=342.29 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 150902 0 0 0 34041 188 0 0 25 0 1 0 634276695 121421824 28375 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 29644 28375 751 1205 0 28435 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 118576

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3997
/proc/meminfo: memFree=901048/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=120540 CPUtime=402.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 153566 0 0 0 40008 222 0 0 25 0 1 0 634276695 123432960 28888 33554432000 4194304 9128323 140737413274048 18446744073709551615 4793064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 30135 28888 751 1205 0 28926 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 120540

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3999
/proc/meminfo: memFree=897456/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=121628 CPUtime=462.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 153826 0 0 0 45978 252 0 0 25 0 1 0 634276695 124547072 29148 33554432000 4194304 9128323 140737413274048 18446744073709551615 5984500 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 30407 29148 751 1205 0 29198 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 121628

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4003
/proc/meminfo: memFree=893732/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=121656 CPUtime=522.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 156213 0 0 0 51945 285 0 0 25 0 1 0 634276695 124575744 29180 33554432000 4194304 9128323 140737413274048 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 30414 29180 751 1205 0 29205 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 121656

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4005
/proc/meminfo: memFree=890812/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=123516 CPUtime=582.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 156624 0 0 0 57916 315 0 0 25 0 1 0 634276695 126480384 29591 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 30879 29591 751 1205 0 29670 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 123516

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4020
/proc/meminfo: memFree=874996/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=131148 CPUtime=822.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164108 0 0 0 81802 429 0 0 25 0 1 0 634276695 134295552 31541 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 32787 31541 751 1205 0 31578 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 131148

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4022
/proc/meminfo: memFree=873632/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=131768 CPUtime=882.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164239 0 0 0 87774 456 0 0 25 0 1 0 634276695 134930432 31672 33554432000 4194304 9128323 140737413274048 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 32942 31672 751 1205 0 31733 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 131768

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4023
/proc/meminfo: memFree=873512/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=131956 CPUtime=942.3 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164286 0 0 0 93744 486 0 0 25 0 1 0 634276695 135122944 31719 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 32989 31719 751 1205 0 31780 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 131956

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4025
/proc/meminfo: memFree=871636/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=132536 CPUtime=1002.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164439 0 0 0 99720 511 0 0 25 0 1 0 634276695 135716864 31872 33554432000 4194304 9128323 140737413274048 18446744073709551615 5201540 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33134 31872 751 1205 0 31925 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132536

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4027
/proc/meminfo: memFree=869100/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=134296 CPUtime=1062.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164838 0 0 0 105692 539 0 0 25 0 1 0 634276695 137519104 32271 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33574 32271 751 1205 0 32365 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 134296

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4028
/proc/meminfo: memFree=868764/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=134296 CPUtime=1122.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 164866 0 0 0 111666 565 0 0 25 0 1 0 634276695 137519104 32299 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33574 32299 751 1205 0 32365 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 134296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4030
/proc/meminfo: memFree=866984/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=135328 CPUtime=1182.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 165081 0 0 0 117640 592 0 0 25 0 1 0 634276695 138575872 32514 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33832 32514 751 1205 0 32623 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 135328

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4031
/proc/meminfo: memFree=866800/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=135328 CPUtime=1242.31 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 165081 0 0 0 123614 617 0 0 25 0 1 0 634276695 138575872 32514 33554432000 4194304 9128323 140737413274048 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33832 32514 751 1205 0 32623 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 135328

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4033
/proc/meminfo: memFree=865840/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=135200 CPUtime=1302.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 167399 0 0 0 129584 648 0 0 25 0 1 0 634276695 138444800 32488 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 33800 32488 752 1205 0 32591 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 135200

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4035
/proc/meminfo: memFree=864352/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=136832 CPUtime=1362.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 167811 0 0 0 135558 674 0 0 25 0 1 0 634276695 140115968 32899 33554432000 4194304 9128323 140737413274048 18446744073709551615 4219866 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34208 32899 751 1205 0 32999 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 136832

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4036
/proc/meminfo: memFree=863120/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=136984 CPUtime=1422.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 167820 0 0 0 141536 696 0 0 25 0 1 0 634276695 140271616 32908 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34246 32908 751 1205 0 33037 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 136984

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4038
/proc/meminfo: memFree=861936/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=137708 CPUtime=1482.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168015 0 0 0 147508 724 0 0 25 0 1 0 634276695 141012992 33103 33554432000 4194304 9128323 140737413274048 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34427 33103 751 1205 0 33218 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 137708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4039
/proc/meminfo: memFree=860616/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=138984 CPUtime=1542.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168330 0 0 0 153480 752 0 0 25 0 1 0 634276695 142319616 33418 33554432000 4194304 9128323 140737413274048 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34746 33418 751 1205 0 33537 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 138984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4041
/proc/meminfo: memFree=859576/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=139692 CPUtime=1602.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168511 0 0 0 159453 779 0 0 25 0 1 0 634276695 143044608 33599 33554432000 4194304 9128323 140737413274048 18446744073709551615 4219648 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34923 33599 751 1205 0 33714 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 139692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4043
/proc/meminfo: memFree=858804/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=139692 CPUtime=1662.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168511 0 0 0 165430 802 0 0 25 0 1 0 634276695 143044608 33599 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34923 33599 751 1205 0 33714 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 139692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4044
/proc/meminfo: memFree=858612/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=139692 CPUtime=1722.32 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168511 0 0 0 171406 826 0 0 25 0 1 0 634276695 143044608 33599 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34923 33599 751 1205 0 33714 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 139692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4046
/proc/meminfo: memFree=858000/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=139836 CPUtime=1782.33 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168544 0 0 0 177379 854 0 0 25 0 1 0 634276695 143192064 33632 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34959 33632 751 1205 0 33750 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 139836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4046
/proc/meminfo: memFree=858344/32951124 swapFree=67055716/67111528
[pid=3946] ppid=3944 vsize=139836 CPUtime=1800.03 cores=0,2,4,6
/proc/3946/stat : 3946 (scip-2.0.1.4.li) R 3944 3946 2916 0 -1 4202496 168544 0 0 0 179142 861 0 0 25 0 1 0 634276695 143192064 33632 33554432000 4194304 9128323 140737413274048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3946/statm: 34959 33632 751 1205 0 33750 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 139836

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.1
CPU time (s): 1800.13
CPU user time (s): 1791.51
CPU system time (s): 8.61969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 139836

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

runsolver used 3.17252 second user time and 6.568 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 19:47:34
IDJOB=3447323
IDBENCH=79286
IDSOLVER=1944
FILE ID=node107/3447323-1307900854
RUNJOBID= node107-1307897248-3618
PBS_JOBID= 13559596
Free space on /var/tmp= 2880 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.1900554420--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-3447323-1307900854/watcher-3447323-1307900854 -o /var/tmp/evaluation-result-3447323-1307900854/solver-3447323-1307900854 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447323-1307900854.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ce7c3a365231565303f31d834d531ee5
RANDOM SEED=522723289

node107.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.829
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        551040 kB
Buffers:         52148 kB
Cached:       30743384 kB
SwapCached:      20072 kB
Active:       16257664 kB
Inactive:     15179112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        551040 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           12180 kB
Writeback:           0 kB
AnonPages:      639240 kB
Mapped:          15992 kB
Slab:           896856 kB
PageTables:       5872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   826200 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= 2872 MiB
End job on node107 at 2011-06-12 20:17:36