Trace number 3447369

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.14 1800.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900669797--soft-0-100-0.wbo
MD5SUMebbce1c4489027f4644c8b5f9031d297
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 benchmark65.911
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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-3447369-1307901345.wbo>
0.01/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.05	o 135864
0.01/0.05	c feasible solution found by trivial heuristic, objective value  1.358640e+05
0.01/0.05	c presolving:
0.01/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.01/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.1s|     1 |     0 |   162 |     - |  17M|   0 |  20 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   261 |     - |  18M|   0 |  44 |5645 |8121 |5645 |2731 |  24 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   299 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2741 |  34 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |   325 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2751 |  44 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.19/1.29	c   1.3s|     1 |     0 |   360 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2757 |  50 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.59/1.67	c   1.7s|     1 |     0 |   401 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
1.98/2.03	c   2.0s|     1 |     0 |   424 |     - |  20M|   0 |  56 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
3.19/3.29	c   3.3s|     1 |     2 |   424 |     - |  20M|   0 |  56 |5645 |8121 |5645 |2772 |  65 |   0 |  33 | 0.000000e+00 | 1.358640e+05 |    Inf 
19.59/19.65	o 368
19.59/19.65	c *19.6s|   272 |   261 | 28001 | 101.8 |  27M|  61 |   - |5645 |8121 |5645 |2821 | 394 |   0 | 877 | 0.000000e+00 | 3.680000e+02 |    Inf 
197.10/197.17	o 359
197.10/197.17	c * 197s|  5771 |  5335 |  1103k| 191.2 |  50M|  77 |   - |5645 |9095 |5645 |2769 |  19k| 974 |2438 | 0.000000e+00 | 3.590000e+02 |    Inf 
273.70/273.78	o 348
273.70/273.78	c * 274s|  7941 |  7273 |  1576k| 198.5 |  57M|  77 |   - |5645 |9439 |5645 |2800 |  27k|1335 |2989 | 0.000000e+00 | 3.480000e+02 |    Inf 
338.40/338.44	c   338s| 10000 |  8927 |  1935k| 193.5 |  65M|  77 |  11 |5645 |9884 |5645 |2795 |  34k|2072 |3420 | 0.000000e+00 | 3.480000e+02 |    Inf 
357.80/357.85	o 334
357.80/357.85	c * 358s| 10478 |  9309 |  2045k| 195.2 |  67M|  77 |   - |5645 |9877 |5645 |2796 |  37k|2229 |3570 | 0.000000e+00 | 3.340000e+02 |    Inf 
364.10/364.18	o 328
364.10/364.18	c * 364s| 10671 |  9432 |  2081k| 195.1 |  67M|  77 |   - |5645 |9892 |5645 |2819 |  37k|2286 |3575 | 0.000000e+00 | 3.280000e+02 |    Inf 
366.90/366.92	o 323
366.90/366.92	c * 367s| 10739 |  9479 |  2096k| 195.2 |  67M|  77 |   - |5645 |9906 |5645 |2790 |  38k|2328 |3576 | 0.000000e+00 | 3.230000e+02 |    Inf 
374.40/374.50	o 122
374.40/374.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.40/374.50	c * 374s| 10964 |  5791 |  2138k| 195.0 |  49M|  77 |   - |5645 |9883 |5645 |2919 |  39k|2406 |3643 | 0.000000e+00 | 1.220000e+02 |    Inf 
375.01/375.01	o 118
375.01/375.01	c * 375s| 10985 |  5523 |  2140k| 194.9 |  49M|  77 |   - |5645 |9889 |5645 |2768 |  39k|2423 |3646 | 0.000000e+00 | 1.180000e+02 |    Inf 
375.30/375.32	o 92
375.30/375.32	c * 375s| 11010 |  4598 |  2141k| 194.5 |  47M|  77 |   - |5645 |9877 |5645 |2782 |  39k|2433 |3649 | 0.000000e+00 | 9.200000e+01 |    Inf 
375.30/375.38	o 66
375.30/375.38	c * 375s| 11011 |  3312 |  2141k| 194.5 |  43M|  77 |   - |5645 |9877 |5645 |2781 |  39k|2433 |3649 | 0.000000e+00 | 6.600000e+01 |    Inf 
375.80/375.86	o 61
375.80/375.86	c * 376s| 11045 |  1477 |  2142k| 194.0 |  37M|  77 |   - |5645 |7615 |5645 |2767 |  39k|2484 |3653 | 0.000000e+00 | 6.100000e+01 |    Inf 
392.71/392.71	o 49
392.71/392.71	c * 393s| 13648 |  1234 |  2173k| 159.2 |  41M|  78 |   - |5645 |8531 |5645 |2766 |  39k|5243 |3751 | 0.000000e+00 | 4.900000e+01 |    Inf 
413.80/413.88	o 38
413.80/413.88	c * 414s| 17562 |  1297 |  2210k| 125.8 |  46M|  78 |   - |5645 |8090 |5645 |2767 |  39k|9745 |3819 | 0.000000e+00 | 3.800000e+01 |    Inf 
416.20/416.21	o 35
416.20/416.21	c * 416s| 17838 |  1264 |  2216k| 124.2 |  46M|  78 |   - |5645 |6950 |5645 |2766 |  39k|  10k|3825 | 0.000000e+00 | 3.500000e+01 |    Inf 
427.50/427.51	c   428s| 20000 |  1277 |  2239k| 111.9 |  47M|  78 |   - |5645 |7837 |   0 |   0 |  39k|  12k|3846 | 0.000000e+00 | 3.500000e+01 |    Inf 
433.21/433.25	o 33
433.21/433.25	c * 433s| 21059 |  1296 |  2250k| 106.8 |  48M|  78 |   - |5645 |7346 |5645 |2766 |  39k|  14k|3866 | 0.000000e+00 | 3.300000e+01 |    Inf 
439.50/439.52	o 28
439.50/439.52	c * 440s| 22048 |  1198 |  2263k| 102.7 |  47M|  78 |   - |5645 |6869 |5645 |2766 |  39k|  15k|3888 | 0.000000e+00 | 2.800000e+01 |    Inf 
457.61/457.62	o 25
457.61/457.62	c * 458s| 24887 |  1272 |  2309k|  92.8 |  48M|  78 |   - |5645 |7676 |5645 |2766 |  39k|  18k|4000 | 0.000000e+00 | 2.500000e+01 |    Inf 
459.30/459.32	o 22
459.30/459.32	c * 459s| 25097 |  1245 |  2314k|  92.2 |  47M|  78 |   - |5645 |6818 |5645 |2766 |  39k|  19k|4012 | 0.000000e+00 | 2.200000e+01 |    Inf 
465.00/465.10	o 19
465.00/465.10	c * 465s| 26108 |  1112 |  2332k|  89.3 |  46M|  78 |   - |5645 |5857 |5645 |2767 |  39k|  20k|4034 | 0.000000e+00 | 1.900000e+01 |    Inf 
465.21/465.21	o 4
465.21/465.21	c * 465s| 26125 |   910 |  2333k|  89.3 |  43M|  78 |   - |5645 |5646 |5645 |2776 |  39k|  20k|4034 | 0.000000e+00 | 4.000000e+00 |    Inf 
483.31/483.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.31/483.33	c   483s| 30000 |   579 |  2409k|  80.3 |  40M|  78 |  10 |5645 |5565 |5645 |2766 |  39k|  25k|4107 | 0.000000e+00 | 4.000000e+00 |    Inf 
521.61/521.66	o 2
521.61/521.66	c * 522s| 39116 |   608 |  2557k|  65.4 |  42M|  78 |   - |5645 |7983 |5645 |2766 |  39k|  37k|4267 | 0.000000e+00 | 2.000000e+00 |    Inf 
525.81/525.87	c   526s| 40000 |   583 |  2573k|  64.3 |  41M|  78 |   - |5645 |6567 |   0 |   0 |  39k|  39k|4297 | 0.000000e+00 | 2.000000e+00 |    Inf 
569.40/569.47	c   569s| 50000 |   554 |  2752k|  55.0 |  43M|  78 |  28 |5645 |  10k|5645 |2766 |  39k|  51k|4477 | 0.000000e+00 | 2.000000e+00 |    Inf 
614.71/614.75	c   615s| 60000 |   561 |  2938k|  49.0 |  46M|  78 |   - |5645 |  16k|   0 |   0 |  39k|  64k|4660 | 0.000000e+00 | 2.000000e+00 |    Inf 
664.21/664.26	c   664s| 70000 |   587 |  3149k|  45.0 |  47M|  78 |  17 |5645 |  17k|5645 |2766 |  39k|  78k|4801 | 0.000000e+00 | 2.000000e+00 |    Inf 
672.02/672.05	o 1
672.02/672.05	c * 672s| 71393 |   556 |  3183k|  44.6 |  47M|  78 |   - |5645 |  18k|5645 |2766 |  39k|  80k|4826 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.62/710.69	c   711s| 80000 |   577 |  3329k|  41.6 |  49M|  78 |  39 |5645 |  23k|5645 |2766 |  39k|  91k|4943 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.31/753.31	c   753s| 90000 |   611 |  3475k|  38.6 |  53M|  78 |  23 |5645 |  28k|5645 |2766 |  39k| 105k|5126 | 0.000000e+00 | 1.000000e+00 |    Inf 
796.91/796.91	c   797s|100000 |   614 |  3619k|  36.2 |  53M|  78 |   - |5645 |  29k|   0 |   0 |  39k| 118k|5318 | 0.000000e+00 | 1.000000e+00 |    Inf 
843.72/843.76	c   844s|110000 |   596 |  3774k|  34.3 |  54M|  78 |   - |5645 |  32k|5645 |2766 |  39k| 132k|5440 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.41/890.45	c   890s|120000 |   653 |  3925k|  32.7 |  57M|  82 |   - |5645 |  35k|   0 |   0 |  39k| 147k|5556 | 0.000000e+00 | 1.000000e+00 |    Inf 
937.42/937.43	c   937s|130000 |   624 |  4079k|  31.4 |  57M|  82 |   - |5645 |  36k|5645 |2766 |  39k| 162k|5688 | 0.000000e+00 | 1.000000e+00 |    Inf 
984.53/984.50	c   985s|140000 |   603 |  4230k|  30.2 |  57M|  87 |   - |5645 |  36k|   0 |   0 |  39k| 177k|5882 | 0.000000e+00 | 1.000000e+00 |    Inf 
1031.83/1031.82	c  1032s|150000 |   591 |  4383k|  29.2 |  56M|  87 |  18 |5645 |  34k|5645 |2766 |  39k| 191k|6043 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.13/1079.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1079.13/1079.15	c  1079s|160000 |   594 |  4528k|  28.3 |  57M|  87 |   - |5645 |  36k|   0 |   0 |  39k| 204k|6128 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.62/1124.68	c  1125s|170000 |   588 |  4672k|  27.5 |  57M|  87 |   - |5645 |  36k|   0 |   0 |  39k| 218k|6337 | 0.000000e+00 | 1.000000e+00 |    Inf 
1173.82/1173.86	c  1174s|180000 |   580 |  4830k|  26.8 |  58M|  87 |   - |5645 |  38k|5645 |2766 |  39k| 231k|6503 | 0.000000e+00 | 1.000000e+00 |    Inf 
1222.22/1222.24	c  1222s|190000 |   546 |  4995k|  26.3 |  57M|  87 |   - |5645 |  35k|5645 |2766 |  39k| 245k|6631 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.03/1272.07	c  1272s|200000 |   472 |  5165k|  25.8 |  49M|  87 |   - |5645 |  16k|5645 |2766 |  39k| 258k|6973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.32/1316.30	c  1316s|210000 |   486 |  5331k|  25.4 |  52M|  87 |   - |5645 |  23k|5645 |2766 |  39k| 271k|7050 | 0.000000e+00 | 1.000000e+00 |    Inf 
1364.33/1364.32	c  1364s|220000 |   439 |  5507k|  25.0 |  49M|  87 |   - |5645 |  16k|5645 |2766 |  39k| 284k|7228 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.53/1410.56	c  1411s|230000 |   393 |  5690k|  24.7 |  50M|  87 |  45 |5645 |  19k|5645 |2766 |  39k| 298k|7410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1456.44/1456.43	c  1456s|240000 |   386 |  5865k|  24.4 |  52M|  87 |   - |5645 |  24k|   0 |   0 |  39k| 311k|7525 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.93/1503.94	c  1504s|250000 |   394 |  6034k|  24.1 |  53M|  87 |  35 |5645 |  27k|5645 |2766 |  39k| 326k|7603 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.94/1549.94	c  1550s|260000 |   364 |  6191k|  23.8 |  54M|  87 |   - |5645 |  29k|5645 |2766 |  39k| 340k|7757 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.34/1599.37	c  1599s|270000 |   345 |  6366k|  23.6 |  53M|  87 |  30 |5645 |  26k|5645 |2766 |  39k| 354k|7895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.34/1645.37	c  1645s|280000 |   345 |  6533k|  23.3 |  54M|  87 |  28 |5645 |  29k|5645 |2766 |  39k| 367k|7998 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.53/1693.52	c  1694s|290000 |   352 |  6701k|  23.1 |  57M|  87 |   - |5645 |  37k|5645 |2766 |  39k| 380k|8171 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.64/1741.60	c  1742s|300000 |   366 |  6855k|  22.9 |  59M|  87 |   - |5645 |  42k|5645 |2766 |  39k| 394k|8268 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.64/1790.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1790.64/1790.69	c  1791s|310000 |   372 |  7007k|  22.6 |  61M|  87 |   - |5645 |  45k|5645 |2766 |  39k| 408k|8323 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 311958
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (400 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.05/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.05/1800.00	v -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 
1800.05/1800.00	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1800.05/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 x2 
1800.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.09 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447369-1307901345.wbo
1800.05/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447369-1307901345.wbo
1800.05/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 5414 initial, 46883 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     206571          0       5455          0        271       2017          0          0     331056
1800.05/1800.00	c   varbound         :          0+         6     383083      39486          0          0      12318          0    1153915      39516          0          0
1800.05/1800.00	c   linear           :       2707          6    1662869         14          1       5451    5610895      61572    7480670          0          0          0
1800.05/1800.00	c   indicator        :       2707          0     371285      39486          0       5421      16584          0      18028          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     532967          0          0          0    1271295       8078     373062          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     180613          0          0          0       1750         97       1072          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         22          1        380          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      72.93       0.00       0.00      72.88       0.00       0.05       0.00
1800.05/1800.00	c   varbound         :       8.44       0.00       5.02       3.41       0.00       0.00       0.01
1800.05/1800.00	c   linear           :      93.51       0.00      88.70       0.00       0.00       1.07       3.74
1800.05/1800.00	c   indicator        :      27.97       0.00       6.75      12.97       0.00       8.24       0.01
1800.05/1800.00	c   logicor          :     113.26       0.00     111.27       0.00       0.00       0.00       2.00
1800.05/1800.00	c   bounddisjunction :       0.93       0.00       0.93       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      67187       5743          9     419808
1800.05/1800.00	c   rootredcost      :         22          0          0       2707
1800.05/1800.00	c   pseudoobj        :    1666636      12559       3800    1149401
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      18.70      18.69       0.00
1800.05/1800.00	c   rootredcost      :       0.34       0.34       0.00
1800.05/1800.00	c   pseudoobj        :      63.91      63.54       0.37
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       5.45      73556      73472     462454       33.0       1855       23.1          -
1800.05/1800.00	c   infeasible LP    :      34.20      81604      81598     608619       39.9       1449       13.9          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          6          6          6        2.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     410732       32.2          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 243)
1800.05/1800.00	c   redcost          :      18.34     180222          0     435636          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.71          6          0          0       1000          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.62          6          0          0       1609          0
1800.05/1800.00	c   cmir             :       0.14          6          0          0          2          0
1800.05/1800.00	c   flowcover        :       0.12          6          0          0          3          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      72.70     167084        271       2017          0          0     331056
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.03          -         22
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.01          0          0
1800.05/1800.00	c   oneopt           :       0.37         21          0
1800.05/1800.00	c   crossover        :       2.22         43          1
1800.05/1800.00	c   pscostdiving     :       6.61        170          0
1800.05/1800.00	c   fracdiving       :       6.03        170          0
1800.05/1800.00	c   linesearchdiving :       5.23        171          0
1800.05/1800.00	c   guideddiving     :       5.39        171          0
1800.05/1800.00	c   veclendiving     :       3.96        171          0
1800.05/1800.00	c   coefdiving       :       8.92        171          0
1800.05/1800.00	c   objpscostdiving  :       6.54         86          0
1800.05/1800.00	c   rootsoldiving    :       7.82         86          0
1800.05/1800.00	c   trivial          :       0.01          2          1
1800.05/1800.00	c   shiftandpropagate:       0.00          0          0
1800.05/1800.00	c   simplerounding   :       4.12     168670          0
1800.05/1800.00	c   zirounding       :       0.47       1000          0
1800.05/1800.00	c   rounding         :       1.57       5792          0
1800.05/1800.00	c   shifting         :       1.57       1812          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.05          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.07          0          0
1800.05/1800.00	c   trysol           :       0.73       3781        376
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       1.37          0          0       0.00       0.00
1800.05/1800.00	c   dual LP          :    1011.93     289933    6780061      23.38    6700.13
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      37.04       7573     254544      33.61    6871.51
1800.05/1800.00	c   strong branching :      69.51       8336     456484      54.76    6567.59
1800.05/1800.00	c     (at root node) :          -         33      11153     337.97          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     311958
1800.05/1800.00	c   nodes (total)    :     311958
1800.05/1800.00	c   nodes left       :        354
1800.05/1800.00	c   max depth        :         87
1800.05/1800.00	c   max depth (total):         87
1800.05/1800.00	c   backtracks       :      31794 (10.2%)
1800.05/1800.00	c   delayed cutoffs  :       9751
1800.05/1800.00	c   repropagations   :     708335 (1342553 domain reductions, 8821 cutoffs)
1800.05/1800.00	c   avg switch length:       5.93
1800.05/1800.00	c   switching time   :     129.11
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        400 (23 improvements)
1800.05/1800.00	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 71393 nodes, 672.05 seconds, depth 31, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :        424
1800.05/1800.08	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-3447369-1307901345/watcher-3447369-1307901345 -o /var/tmp/evaluation-result-3447369-1307901345/solver-3447369-1307901345 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447369-1307901345.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13045
/proc/meminfo: memFree=3163208/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 1533 0 0 0 0 0 0 0 18 0 1 0 882550335 10371072 1486 33554432000 4194304 9128323 140733510695776 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13045/statm: 2532 1486 399 1205 0 1323 0

[startup+0.0144891 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13045
/proc/meminfo: memFree=3163208/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=11880 CPUtime=0.01 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 1955 0 0 0 1 0 0 0 18 0 1 0 882550335 12165120 1908 33554432000 4194304 9128323 140733510695776 18446744073709551615 8008930 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13045/statm: 2970 1908 399 1205 0 1761 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11880

[startup+0.100476 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13045
/proc/meminfo: memFree=3163208/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 7950 0 0 0 9 0 0 0 18 0 1 0 882550335 36585472 7644 33554432000 4194304 9128323 140733510695776 18446744073709551615 5973125 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300439 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13045
/proc/meminfo: memFree=3163208/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=81616 CPUtime=0.29 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 19396 0 0 0 28 1 0 0 18 0 1 0 882550335 83574784 18993 33554432000 4194304 9128323 140733510695776 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 20404 18993 700 1205 0 19195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81616

[startup+0.700364 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13045
/proc/meminfo: memFree=3163208/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84600 CPUtime=0.69 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 20572 0 0 0 68 1 0 0 18 0 1 0 882550335 86630400 19799 33554432000 4194304 9128323 140733510695776 18446744073709551615 7414747 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21150 19799 717 1205 0 19941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84600

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3066012/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84600 CPUtime=1.49 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 20594 0 0 0 147 2 0 0 19 0 1 0 882550335 86630400 19815 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21150 19815 711 1205 0 19941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84600

[startup+3.10093 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3064400/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84600 CPUtime=3.09 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 20913 0 0 0 304 5 0 0 24 0 1 0 882550335 86630400 20134 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21150 20134 730 1205 0 19941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84600

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3043704/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84600 CPUtime=6.29 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 20914 0 0 0 617 12 0 0 25 0 1 0 882550335 86630400 20135 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21150 20135 731 1205 0 19941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84600

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3043156/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84600 CPUtime=12.69 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 20914 0 0 0 1238 31 0 0 25 0 1 0 882550335 86630400 20135 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21150 20135 731 1205 0 19941 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84600

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13047
/proc/meminfo: memFree=3044868/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=82512 CPUtime=25.49 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 21981 0 0 0 2493 56 0 0 25 0 1 0 882550335 84492288 19670 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 20628 19670 742 1205 0 19419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82512

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13047
/proc/meminfo: memFree=3044160/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=82512 CPUtime=51.09 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 26322 0 0 0 4989 120 0 0 25 0 1 0 882550335 84492288 19674 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 20628 19674 742 1205 0 19419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82512

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13049
/proc/meminfo: memFree=3038444/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=84172 CPUtime=102.3 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 31871 0 0 0 9953 277 0 0 25 0 1 0 882550335 86192128 20041 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 21043 20041 742 1205 0 19834 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84172

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13050
/proc/meminfo: memFree=3005404/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=91120 CPUtime=162.29 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 39634 0 0 0 15790 439 0 0 25 0 1 0 882550335 93306880 21818 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 22780 21818 742 1205 0 21571 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91120

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13052
/proc/meminfo: memFree=2999632/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=96712 CPUtime=222.29 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 53176 0 0 0 21613 616 0 0 25 0 1 0 882550335 99033088 23248 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 24178 23248 742 1205 0 22969 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96712

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13053
/proc/meminfo: memFree=2978988/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=105680 CPUtime=282.29 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 67471 0 0 0 27440 789 0 0 25 0 1 0 882550335 108216320 25475 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 26420 25475 742 1205 0 25211 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105680

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13064
/proc/meminfo: memFree=2966436/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=114664 CPUtime=342.3 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 81559 0 0 0 33284 946 0 0 25 0 1 0 882550335 117415936 27769 33554432000 4194304 9128323 140733510695776 18446744073709551615 6713544 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 28666 27769 742 1205 0 27457 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114664

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13066
/proc/meminfo: memFree=2945556/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=132740 CPUtime=402.3 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 116380 0 0 0 39168 1062 0 0 25 0 1 0 882550335 135925760 32256 33554432000 4194304 9128323 140733510695776 18446744073709551615 6856960 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 33185 32256 751 1205 0 31976 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132740

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13067
/proc/meminfo: memFree=2924792/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=148028 CPUtime=462.3 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 179081 0 0 0 45091 1139 0 0 25 0 1 0 882550335 151580672 36169 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 37007 36169 752 1205 0 35798 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 148028

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 13069
/proc/meminfo: memFree=2920012/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=150668 CPUtime=522.3 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 215290 0 0 0 50970 1260 0 0 25 0 1 0 882550335 154284032 36792 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 37667 36792 752 1205 0 36458 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150668

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13070
/proc/meminfo: memFree=2917952/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=151728 CPUtime=582.31 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 246902 0 0 0 56842 1389 0 0 25 0 1 0 882550335 155369472 37065 33554432000 4194304 9128323 140733510695776 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 37932 37065 752 1205 0 36723 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 151728

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13077
/proc/meminfo: memFree=2900956/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=162836 CPUtime=822.31 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 288867 0 0 0 80394 1837 0 0 25 0 1 0 882550335 166744064 39835 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 40709 39835 752 1205 0 39500 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 162836

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 13078
/proc/meminfo: memFree=2894200/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=166096 CPUtime=882.31 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 289702 0 0 0 86298 1933 0 0 25 0 1 0 882550335 170082304 40670 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 41524 40670 752 1205 0 40315 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 166096

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13080
/proc/meminfo: memFree=2891656/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=167256 CPUtime=942.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 295756 0 0 0 92203 2029 0 0 25 0 1 0 882550335 171270144 40932 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 41814 40932 752 1205 0 40605 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 167256

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13082
/proc/meminfo: memFree=2889240/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=168932 CPUtime=1002.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 296220 0 0 0 98110 2122 0 0 25 0 1 0 882550335 172986368 41396 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 42233 41396 752 1205 0 41024 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 168932

[startup+1062.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 13083
/proc/meminfo: memFree=2888828/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=169368 CPUtime=1062.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 296324 0 0 0 104017 2215 0 0 25 0 1 0 882550335 173432832 41500 33554432000 4194304 9128323 140733510695776 18446744073709551615 5240706 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 42342 41500 752 1205 0 41133 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 169368

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13085
/proc/meminfo: memFree=2887160/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=170436 CPUtime=1122.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 296559 0 0 0 109926 2306 0 0 25 0 1 0 882550335 174526464 41735 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 42609 41735 752 1205 0 41400 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 170436

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13086
/proc/meminfo: memFree=2884860/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=171092 CPUtime=1182.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 301990 0 0 0 115829 2403 0 0 25 0 1 0 882550335 175198208 41909 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 42773 41909 752 1205 0 41564 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 171092

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13088
/proc/meminfo: memFree=2882068/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=172612 CPUtime=1242.32 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302359 0 0 0 121725 2507 0 0 25 0 1 0 882550335 176754688 42278 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43153 42278 752 1205 0 41944 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 172612

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13090
/proc/meminfo: memFree=2879536/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=174900 CPUtime=1302.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302761 0 0 0 127618 2615 0 0 25 0 1 0 882550335 179097600 42680 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43725 42680 752 1205 0 42516 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 174900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13091
/proc/meminfo: memFree=2877992/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=174900 CPUtime=1362.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302764 0 0 0 133511 2722 0 0 25 0 1 0 882550335 179097600 42683 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43725 42683 752 1205 0 42516 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 174900

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13093
/proc/meminfo: memFree=2876568/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175564 CPUtime=1422.34 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302904 0 0 0 139397 2837 0 0 25 0 1 0 882550335 179777536 42823 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43891 42823 752 1205 0 42682 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 175564

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 13094
/proc/meminfo: memFree=2875884/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175564 CPUtime=1482.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302904 0 0 0 145290 2943 0 0 25 0 1 0 882550335 179777536 42823 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43891 42823 752 1205 0 42682 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 175564

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13096
/proc/meminfo: memFree=2874360/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175564 CPUtime=1542.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302904 0 0 0 151191 3042 0 0 25 0 1 0 882550335 179777536 42823 33554432000 4194304 9128323 140733510695776 18446744073709551615 4892600 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43891 42823 752 1205 0 42682 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 175564

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 13098
/proc/meminfo: memFree=2871940/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175564 CPUtime=1602.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 302928 0 0 0 157089 3144 0 0 25 0 1 0 882550335 179777536 42847 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43891 42847 752 1205 0 42682 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 175564

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13099
/proc/meminfo: memFree=2869140/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175532 CPUtime=1662.33 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 305250 0 0 0 162983 3250 0 0 25 0 1 0 882550335 179744768 42839 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43883 42839 752 1205 0 42674 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 175532

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13101
/proc/meminfo: memFree=2868588/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=175532 CPUtime=1722.34 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 305251 0 0 0 168880 3354 0 0 25 0 1 0 882550335 179744768 42840 33554432000 4194304 9128323 140733510695776 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 43883 42840 752 1205 0 42674 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 175532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13105
/proc/meminfo: memFree=2866876/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=176252 CPUtime=1782.34 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 305407 0 0 0 174792 3442 0 0 25 0 1 0 882550335 180482048 42996 33554432000 4194304 9128323 140733510695776 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 44063 42996 752 1205 0 42854 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 176252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 13107
/proc/meminfo: memFree=3018732/32951124 swapFree=67054264/67111528
[pid=13045] ppid=13043 vsize=176760 CPUtime=1800.05 cores=1,3,5,7
/proc/13045/stat : 13045 (scip-2.0.1.4.li) R 13043 13045 12607 0 -1 4202496 305502 0 0 0 176540 3465 0 0 25 0 1 0 882550335 181002240 43091 33554432000 4194304 9128323 140733510695776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13045/statm: 44190 43091 752 1205 0 42981 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 176760

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.09
CPU time (s): 1800.14
CPU user time (s): 1765.48
CPU system time (s): 34.6587
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 190344

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

runsolver used 2.88956 second user time and 6.61399 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 19:55:45
IDJOB=3447369
IDBENCH=79305
IDSOLVER=1944
FILE ID=node145/3447369-1307901345
RUNJOBID= node145-1307897740-12754
PBS_JOBID= 13559605
Free space on /var/tmp= 2900 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.1900669797--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-3447369-1307901345/watcher-3447369-1307901345 -o /var/tmp/evaluation-result-3447369-1307901345/solver-3447369-1307901345 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447369-1307901345.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ebbce1c4489027f4644c8b5f9031d297
RANDOM SEED=1300774650

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3163900 kB
Buffers:         55784 kB
Cached:       28777148 kB
SwapCached:       9248 kB
Active:       13961408 kB
Inactive:     14918996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3163900 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           24216 kB
Writeback:           0 kB
AnonPages:       45800 kB
Mapped:          14896 kB
Slab:           842416 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   237484 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= 2900 MiB
End job on node145 at 2011-06-12 20:25:47