Trace number 3447354

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.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark46.232
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-3447354-1307901228.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.00/0.06	o 137244
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.00/0.06	c presolving:
0.05/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.05/0.07	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.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (3 rounds):
0.09/0.13	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.13	c  2707 implications, 0 cliques
0.09/0.13	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.13	c    2707 constraints of type <linear>
0.09/0.13	c    2707 constraints of type <indicator>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c t 0.2s|     1 |     0 |   227 |     - |  17M|   0 |  24 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   315 |     - |  18M|   0 |  47 |5645 |8121 |5645 |2737 |  30 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   370 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2746 |  39 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.09/1.14	c   1.1s|     1 |     0 |   524 |     - |  19M|   0 |  44 |5645 |8121 |5645 |2759 |  52 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.39/1.45	c   1.4s|     1 |     0 |   551 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2768 |  61 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.79/1.80	c   1.8s|     1 |     0 |   572 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
2.10/2.20	c   2.2s|     1 |     0 |   597 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
2.99/3.07	c   3.1s|     1 |     2 |   597 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2779 |  72 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
33.89/33.98	o 811
33.89/33.98	c *34.0s|   739 |   718 | 98087 | 132.1 |  31M|  46 |   - |5645 |8121 |5645 |2803 |1613 |   0 |1366 | 0.000000e+00 | 8.110000e+02 |    Inf 
124.10/124.13	o 174
124.10/124.13	c * 124s|  4998 |  2640 |583345 | 116.6 |  37M|  55 |   - |5645 |8132 |5645 |2832 |  11k|  11 |1864 | 0.000000e+00 | 1.740000e+02 |    Inf 
132.20/132.24	o 173
132.20/132.24	c p 132s|  5332 |  2816 |626672 | 117.4 |  41M|  55 |   - |5645 |8286 |5645 |2749 |  12k| 165 |1949 | 0.000000e+00 | 1.730000e+02 |    Inf 
139.40/139.42	o 158
139.40/139.42	c * 139s|  5830 |  2858 |651603 | 111.7 |  43M|  55 |   - |5645 |8517 |5645 |2759 |  12k| 396 |1957 | 0.000000e+00 | 1.580000e+02 |    Inf 
139.50/139.59	o 150
139.50/139.59	c * 140s|  5853 |  2718 |652097 | 111.3 |  43M|  55 |   - |5645 |8521 |5645 |2751 |  12k| 400 |1957 | 0.000000e+00 | 1.500000e+02 |    Inf 
142.39/142.48	o 144
142.39/142.48	c * 142s|  6103 |  2599 |662158 | 108.4 |  44M|  56 |   - |5645 |8674 |5645 |2749 |  12k| 553 |1992 | 0.000000e+00 | 1.440000e+02 |    Inf 
146.99/147.02	o 135
146.99/147.02	c * 147s|  6423 |  2620 |678513 | 105.6 |  44M|  88 |   - |5645 |8867 |5645 |2752 |  12k| 746 |2027 | 0.000000e+00 | 1.350000e+02 |    Inf 
151.59/151.67	o 126
151.59/151.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.59/151.67	c * 152s|  6806 |  2641 |693576 | 101.8 |  48M|  88 |   - |5645 |9111 |5645 |2757 |  12k| 997 |2043 | 0.000000e+00 | 1.260000e+02 |    Inf 
157.30/157.32	o 122
157.30/157.32	c * 157s|  7475 |  2651 |705821 |  94.4 |  51M|  88 |   - |5645 |9549 |5645 |2750 |  12k|1492 |2046 | 0.000000e+00 | 1.220000e+02 |    Inf 
157.30/157.38	o 115
157.30/157.38	c * 157s|  7477 |  2552 |705844 |  94.3 |  50M|  88 |   - |5645 |9549 |5645 |2756 |  12k|1492 |2046 | 0.000000e+00 | 1.150000e+02 |    Inf 
157.99/158.09	o 110
157.99/158.09	c * 158s|  7559 |  2505 |706900 |  93.5 |  50M|  88 |   - |5645 |9595 |5645 |2754 |  12k|1561 |2046 | 0.000000e+00 | 1.100000e+02 |    Inf 
159.00/159.00	o 101
159.00/159.00	c r 159s|  7673 |  2464 |708735 |  92.3 |  50M|  88 |   1 |5645 |9644 |5645 |2756 |  12k|1640 |2046 | 0.000000e+00 | 1.010000e+02 |    Inf 
159.00/159.02	o 99
159.00/159.02	c * 159s|  7674 |  2455 |708783 |  92.3 |  50M|  88 |   - |5645 |9644 |5645 |2756 |  12k|1640 |2046 | 0.000000e+00 | 9.900000e+01 |    Inf 
161.09/161.13	o 76
161.09/161.13	c * 161s|  7913 |  1604 |713885 |  90.2 |  41M|  88 |   - |5645 |9619 |5645 |2752 |  13k|1794 |2046 | 0.000000e+00 | 7.600000e+01 |    Inf 
177.59/177.62	c   178s| 10000 |  1898 |740580 |  74.0 |  50M|  88 |   1 |5645 |8898 |5645 |2749 |  13k|3641 |2129 | 0.000000e+00 | 7.600000e+01 |    Inf 
244.70/244.72	c   245s| 20000 |  2570 |822945 |  41.1 |  67M| 106 |   - |5645 |  10k|   0 |   0 |  14k|  14k|2255 | 0.000000e+00 | 7.600000e+01 |    Inf 
303.30/303.31	c   303s| 30000 |  3049 |882803 |  29.4 |  77M| 109 |   - |5645 |9477 |   0 |   0 |  15k|  23k|2355 | 0.000000e+00 | 7.600000e+01 |    Inf 
367.71/367.73	c   368s| 40000 |  3687 |972990 |  24.3 |  91M| 109 |   6 |5645 |  10k|5645 |2740 |  16k|  35k|2472 | 0.000000e+00 | 7.600000e+01 |    Inf 
440.01/440.06	c   440s| 50000 |  4256 |  1063k|  21.3 | 103M| 109 |   4 |5645 |  10k|5645 |2757 |  18k|  46k|2643 | 0.000000e+00 | 7.600000e+01 |    Inf 
450.30/450.38	o 72
450.30/450.38	c * 450s| 51272 |  4262 |  1076k|  21.0 | 104M| 109 |   - |5645 |  10k|5645 |2752 |  18k|  48k|2654 | 0.000000e+00 | 7.200000e+01 |    Inf 
451.40/451.40	o 66
451.40/451.40	c * 451s| 51346 |  4173 |  1077k|  21.0 | 103M| 109 |   - |5645 |9931 |5645 |2756 |  18k|  48k|2655 | 0.000000e+00 | 6.600000e+01 |    Inf 
464.91/464.98	o 61
464.91/464.98	c * 465s| 53087 |  4222 |  1093k|  20.6 | 104M| 109 |   - |5645 |9897 |5645 |2749 |  18k|  50k|2699 | 0.000000e+00 | 6.100000e+01 |    Inf 
465.11/465.14	o 55
465.11/465.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
465.11/465.14	c * 465s| 53099 |  4191 |  1093k|  20.6 | 103M| 109 |   - |5645 |9590 |5645 |2750 |  18k|  50k|2699 | 0.000000e+00 | 5.500000e+01 |    Inf 
466.50/466.52	o 54
466.50/466.52	c * 467s| 53316 |  4168 |  1094k|  20.5 | 103M| 109 |   - |5645 |9024 |5645 |2748 |  18k|  50k|2702 | 0.000000e+00 | 5.400000e+01 |    Inf 
505.80/505.85	c   506s| 60000 |  4208 |  1142k|  19.0 | 108M| 109 |   1 |5645 |9596 |5645 |2748 |  19k|  59k|2768 | 0.000000e+00 | 5.400000e+01 |    Inf 
517.11/517.14	o 43
517.11/517.14	c * 517s| 62066 |  3845 |  1155k|  18.6 | 103M| 109 |   - |5645 |9641 |5645 |2757 |  19k|  61k|2790 | 0.000000e+00 | 4.300000e+01 |    Inf 
517.11/517.16	o 40
517.11/517.16	c * 517s| 62067 |  3821 |  1155k|  18.6 | 102M| 109 |   - |5645 |9641 |5645 |2757 |  19k|  61k|2790 | 0.000000e+00 | 4.000000e+01 |    Inf 
533.41/533.47	o 37
533.41/533.47	c * 533s| 64581 |  3717 |  1181k|  18.3 | 102M| 109 |   - |5645 |8323 |5645 |2752 |  19k|  65k|2804 | 0.000000e+00 | 3.700000e+01 |    Inf 
557.72/557.75	o 35
557.72/557.75	c * 558s| 68641 |  3760 |  1218k|  17.7 | 104M| 109 |   - |5645 |8870 |5645 |2751 |  19k|  71k|2866 | 0.000000e+00 | 3.500000e+01 |    Inf 
562.01/562.07	o 33
562.01/562.07	c * 562s| 69229 |  3633 |  1224k|  17.7 | 101M| 109 |   - |5645 |6888 |5645 |2748 |  19k|  72k|2881 | 0.000000e+00 | 3.300000e+01 |    Inf 
567.21/567.26	c   567s| 70000 |  3568 |  1234k|  17.6 | 101M| 109 |   - |5645 |6367 |   0 |   0 |  19k|  73k|2908 | 0.000000e+00 | 3.300000e+01 |    Inf 
597.22/597.28	o 32
597.22/597.28	c * 597s| 75063 |  3524 |  1284k|  17.1 | 103M| 109 |   - |5645 |8567 |5645 |2751 |  19k|  80k|3008 | 0.000000e+00 | 3.200000e+01 |    Inf 
614.31/614.39	o 28
614.31/614.39	c * 614s| 77870 |  3477 |  1316k|  16.9 | 102M| 109 |   - |5645 |7892 |5645 |2750 |  20k|  84k|3049 | 0.000000e+00 | 2.800000e+01 |    Inf 
614.41/614.40	o 26
614.41/614.40	c * 614s| 77871 |  3430 |  1316k|  16.9 | 100M| 109 |   - |5645 |7892 |5645 |2750 |  20k|  84k|3049 | 0.000000e+00 | 2.600000e+01 |    Inf 
627.71/627.79	c   628s| 80000 |  3336 |  1344k|  16.8 | 100M| 109 |   - |5645 |6737 |   0 |   0 |  20k|  87k|3120 | 0.000000e+00 | 2.600000e+01 |    Inf 
652.91/652.93	o 25
652.91/652.93	c * 653s| 84180 |  3239 |  1397k|  16.6 | 100M| 109 |   - |5645 |8180 |5645 |2748 |  20k|  92k|3155 | 0.000000e+00 | 2.500000e+01 |    Inf 
655.61/655.60	o 23
655.61/655.60	c * 656s| 84595 |  3207 |  1403k|  16.6 |  99M| 109 |   - |5645 |8129 |5645 |2748 |  20k|  93k|3174 | 0.000000e+00 | 2.300000e+01 |    Inf 
656.61/656.70	o 20
656.61/656.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.61/656.70	c * 657s| 84742 |  3091 |  1405k|  16.6 |  94M| 109 |   - |5645 |7872 |5645 |2750 |  20k|  93k|3183 | 0.000000e+00 | 2.000000e+01 |    Inf 
680.82/680.87	c   681s| 90000 |  3161 |  1461k|  16.2 |  96M| 109 |   - |5645 |8718 |   0 |   0 |  20k| 100k|3226 | 0.000000e+00 | 2.000000e+01 |    Inf 
728.22/728.26	c   728s|100000 |  3151 |  1569k|  15.7 |  96M| 109 |   - |5645 |8869 |   0 |   0 |  20k| 114k|3410 | 0.000000e+00 | 2.000000e+01 |    Inf 
739.91/739.95	o 18
739.91/739.95	c * 740s|102542 |  3071 |  1596k|  15.6 |  94M| 109 |   - |5645 |9372 |5645 |2753 |  20k| 117k|3421 | 0.000000e+00 | 1.800000e+01 |    Inf 
740.01/740.03	o 17
740.01/740.03	c * 740s|102560 |  3000 |  1596k|  15.6 |  93M| 109 |   - |5645 |9151 |5645 |2748 |  20k| 117k|3421 | 0.000000e+00 | 1.700000e+01 |    Inf 
746.51/746.56	o 16
746.51/746.56	c * 747s|103626 |  2859 |  1612k|  15.6 |  89M| 109 |   - |5645 |8817 |5645 |2748 |  20k| 118k|3453 | 0.000000e+00 | 1.600000e+01 |    Inf 
777.21/777.28	c   777s|110000 |  2772 |  1688k|  15.3 |  88M| 109 |  23 |5645 |8458 |5645 |2748 |  20k| 127k|3549 | 0.000000e+00 | 1.600000e+01 |    Inf 
828.52/828.54	c   829s|120000 |  2737 |  1815k|  15.1 |  90M| 109 |   - |5645 |  12k|   0 |   0 |  20k| 141k|3756 | 0.000000e+00 | 1.600000e+01 |    Inf 
873.62/873.60	o 15
873.62/873.60	c * 874s|128958 |  2627 |  1918k|  14.9 |  88M| 109 |   - |5645 |  12k|5645 |2748 |  20k| 152k|3874 | 0.000000e+00 | 1.500000e+01 |    Inf 
878.71/878.76	c   879s|130000 |  2631 |  1930k|  14.8 |  88M| 109 |   - |5645 |  11k|5645 |2748 |  20k| 153k|3876 | 0.000000e+00 | 1.500000e+01 |    Inf 
887.62/887.65	o 14
887.62/887.65	c * 888s|131810 |  2570 |  1952k|  14.8 |  87M| 109 |   - |5645 |  12k|5645 |2748 |  20k| 156k|3923 | 0.000000e+00 | 1.400000e+01 |    Inf 
927.62/927.61	c   928s|140000 |  2542 |  2051k|  14.6 |  87M| 109 |  26 |5645 |  13k|5645 |2748 |  20k| 167k|4054 | 0.000000e+00 | 1.400000e+01 |    Inf 
937.92/937.91	o 11
937.92/937.91	c * 938s|142293 |  2126 |  2076k|  14.6 |  78M| 109 |   - |5645 |  13k|5645 |2748 |  20k| 171k|4061 | 0.000000e+00 | 1.100000e+01 |    Inf 
972.92/972.92	o 10
972.92/972.92	c * 973s|149184 |  1915 |  2184k|  14.6 |  71M| 109 |   - |5645 |9006 |5645 |2754 |  20k| 180k|4165 | 0.000000e+00 | 1.000000e+01 |    Inf 
976.02/976.07	c   976s|150000 |  1913 |  2192k|  14.6 |  71M| 109 |   - |5645 |8811 |   0 |   0 |  20k| 181k|4165 | 0.000000e+00 | 1.000000e+01 |    Inf 
984.22/984.22	o 7
984.22/984.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.22/984.22	c * 984s|152055 |  1481 |  2215k|  14.6 |  63M| 109 |   - |5645 |8058 |5645 |2748 |  20k| 183k|4194 | 0.000000e+00 | 7.000000e+00 |    Inf 
1019.02/1019.04	c  1019s|160000 |  1478 |  2328k|  14.5 |  65M| 109 |   - |5645 |  11k|5645 |2748 |  20k| 194k|4325 | 0.000000e+00 | 7.000000e+00 |    Inf 
1064.33/1064.31	c  1064s|170000 |  1482 |  2474k|  14.6 |  65M| 109 |   - |5645 |  11k|   0 |   0 |  20k| 207k|4433 | 0.000000e+00 | 7.000000e+00 |    Inf 
1110.43/1110.40	c  1110s|180000 |  1471 |  2613k|  14.5 |  65M| 109 |   - |5645 |  11k|5645 |2748 |  20k| 221k|4588 | 0.000000e+00 | 7.000000e+00 |    Inf 
1160.32/1160.36	c  1160s|190000 |  1482 |  2783k|  14.6 |  67M| 109 |  34 |5645 |  13k|5645 |2748 |  20k| 234k|4750 | 0.000000e+00 | 7.000000e+00 |    Inf 
1206.93/1206.93	c  1207s|200000 |  1479 |  2935k|  14.7 |  68M| 109 |   - |5645 |  16k|5645 |2748 |  20k| 249k|4869 | 0.000000e+00 | 7.000000e+00 |    Inf 
1226.73/1226.75	o 5
1226.73/1226.75	c *1227s|204179 |  1397 |  3000k|  14.7 |  65M| 109 |   - |5645 |  14k|5645 |2748 |  20k| 254k|4942 | 0.000000e+00 | 5.000000e+00 |    Inf 
1252.13/1252.19	c  1252s|210000 |  1381 |  3083k|  14.7 |  65M| 109 |  13 |5645 |  13k|5645 |2748 |  20k| 262k|5035 | 0.000000e+00 | 5.000000e+00 |    Inf 
1298.72/1298.70	c  1299s|220000 |  1328 |  3244k|  14.7 |  63M| 109 |  20 |5645 |  10k|5645 |2748 |  20k| 275k|5179 | 0.000000e+00 | 5.000000e+00 |    Inf 
1344.73/1344.74	c  1345s|230000 |  1216 |  3405k|  14.8 |  62M| 109 |  37 |5645 |9131 |5645 |2748 |  20k| 288k|5288 | 0.000000e+00 | 5.000000e+00 |    Inf 
1391.94/1391.94	c  1392s|240000 |  1223 |  3573k|  14.9 |  63M| 109 |  37 |5645 |  13k|5645 |2748 |  20k| 300k|5454 | 0.000000e+00 | 5.000000e+00 |    Inf 
1435.93/1435.96	c  1436s|250000 |  1194 |  3716k|  14.9 |  63M| 109 |   - |5645 |  13k|5645 |2748 |  20k| 313k|5596 | 0.000000e+00 | 5.000000e+00 |    Inf 
1484.94/1485.00	c  1485s|260000 |  1208 |  3892k|  15.0 |  64M| 109 |   - |5645 |  15k|5645 |2748 |  20k| 325k|5744 | 0.000000e+00 | 5.000000e+00 |    Inf 
1535.64/1535.62	c  1536s|270000 |  1206 |  4069k|  15.1 |  66M| 109 |   - |5645 |  19k|   0 |   0 |  20k| 339k|5838 | 0.000000e+00 | 5.000000e+00 |    Inf 
1582.24/1582.28	c  1582s|280000 |  1220 |  4219k|  15.1 |  66M| 109 |   - |5645 |  19k|   0 |   0 |  20k| 353k|5961 | 0.000000e+00 | 5.000000e+00 |    Inf 
1630.64/1630.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.64/1630.64	c  1631s|290000 |  1037 |  4378k|  15.1 |  61M| 109 |   - |5645 |  12k|   0 |   0 |  20k| 367k|6123 | 0.000000e+00 | 5.000000e+00 |    Inf 
1679.84/1679.80	c  1680s|300000 |  1061 |  4554k|  15.2 |  62M| 109 |   - |5645 |  14k|5645 |2740 |  20k| 379k|6316 | 0.000000e+00 | 5.000000e+00 |    Inf 
1726.64/1726.66	c  1727s|310000 |  1050 |  4708k|  15.2 |  63M| 109 |  25 |5645 |  17k|5645 |2740 |  20k| 392k|6430 | 0.000000e+00 | 5.000000e+00 |    Inf 
1773.15/1773.13	c  1773s|320000 |   794 |  4865k|  15.2 |  60M| 109 |  33 |5645 |  15k|5645 |2748 |  20k| 405k|6578 | 0.000000e+00 | 5.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 325667
1800.04/1800.00	c Primal Bound       : +5.00000000000000e+00 (609 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 
1800.04/1800.00	v -x104 -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.04/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 
1800.04/1800.00	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/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.04/1800.00	v -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.10 (included in solving)
1800.04/1800.00	c   reading          :       0.02 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447354-1307901228.wbo
1800.04/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447354-1307901228.wbo
1800.04/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 5414 initial, 21790 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -       5198          -          -       5198          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     195045          0       5564          0        145       1316          0          0     346768
1800.04/1800.00	c   varbound         :          0+         6    1958798      20467          2          0      84994         21    7446278      20495          0          0
1800.05/1800.00	c   linear           :       2707          6    1966214         18          2       5560    4921471      62022    8120047          0          0          0
1800.05/1800.00	c   indicator        :       2707          0    1899706      20467          2       5509     126398          0     138979          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     589945          0          0          0    1009240      13769     435943          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     220969          0          0          0       2017        132       3548          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         37          2        574          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         :      52.63       0.00       0.00      52.56       0.00       0.07       0.00
1800.05/1800.00	c   varbound         :      29.41       0.00      27.94       1.43       0.00       0.00       0.04
1800.05/1800.00	c   linear           :     104.72       0.00      98.55       0.00       0.00       1.73       4.44
1800.05/1800.00	c   indicator        :      51.19       0.01      37.07       5.30       0.00       8.76       0.06
1800.05/1800.00	c   logicor          :      55.63       0.00      53.83       0.00       0.00       0.00       1.80
1800.05/1800.00	c   bounddisjunction :       1.74       0.00       1.73       0.00       0.00       0.00       0.01
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          :     485423      37536         67    1293123
1800.05/1800.00	c   rootredcost      :         39          0          0       2599
1800.05/1800.00	c   pseudoobj        :    1993632      87439      27341    7441264
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :     137.07     137.05       0.02
1800.05/1800.00	c   rootredcost      :       0.45       0.45       0.00
1800.05/1800.00	c   pseudoobj        :     106.42     103.60       2.82

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447354-1307901228/watcher-3447354-1307901228 -o /tmp/evaluation-result-3447354-1307901228/solver-3447354-1307901228 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447354-1307901228.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.96 2/178 12584
/proc/meminfo: memFree=1503968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 1532 0 0 0 0 0 0 0 25 0 1 0 901721046 10366976 1486 33554432000 4194304 9128323 140735273771296 18446744073709551615 7998196 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12584/statm: 2531 1486 399 1205 0 1322 0

[startup+0.0618561 s]
/proc/loadavg: 1.92 1.98 1.96 2/178 12584
/proc/meminfo: memFree=1503968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=34700 CPUtime=0.05 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 7336 0 0 0 5 0 0 0 25 0 1 0 901721046 35532800 7288 33554432000 4194304 9128323 140735273771296 18446744073709551615 5211408 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 8675 7294 503 1205 0 7466 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34700

[startup+0.10085 s]
/proc/loadavg: 1.92 1.98 1.96 2/178 12584
/proc/meminfo: memFree=1503968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 901721046 36581376 7644 33554432000 4194304 9128323 140735273771296 18446744073709551615 6691804 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300782 s]
/proc/loadavg: 1.92 1.98 1.96 2/178 12584
/proc/meminfo: memFree=1503968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=70696 CPUtime=0.29 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 17018 0 0 0 27 2 0 0 25 0 1 0 901721046 72392704 16605 33554432000 4194304 9128323 140735273771296 18446744073709551615 8012704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 17674 16605 689 1205 0 16465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70696

[startup+0.700732 s]
/proc/loadavg: 1.92 1.98 1.96 2/178 12584
/proc/meminfo: memFree=1503968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=83912 CPUtime=0.69 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 20393 0 0 0 67 2 0 0 25 0 1 0 901721046 85925888 19621 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20978 19621 715 1205 0 19769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83912

[startup+1.50055 s]
/proc/loadavg: 1.92 1.98 1.96 3/179 12585
/proc/meminfo: memFree=1402676/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=83912 CPUtime=1.49 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 20408 0 0 0 146 3 0 0 25 0 1 0 901721046 85925888 19630 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20978 19630 709 1205 0 19769 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83912

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.96 4/179 12585
/proc/meminfo: memFree=1402428/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=83912 CPUtime=3.09 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 20697 0 0 0 306 3 0 0 25 0 1 0 901721046 85925888 19919 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20978 19919 727 1205 0 19769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83912

[startup+6.3007 s]
/proc/loadavg: 1.93 1.98 1.96 3/179 12585
/proc/meminfo: memFree=1401732/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=83912 CPUtime=6.29 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 20697 0 0 0 623 6 0 0 25 0 1 0 901721046 85925888 19919 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20978 19919 727 1205 0 19769 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83912

[startup+12.7005 s]
/proc/loadavg: 1.93 1.98 1.96 3/179 12586
/proc/meminfo: memFree=1402004/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=83912 CPUtime=12.69 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 20697 0 0 0 1259 10 0 0 25 0 1 0 901721046 85925888 19919 33554432000 4194304 9128323 140735273771296 18446744073709551615 7207328 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20978 19919 727 1205 0 19769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83912

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.96 3/179 12586
/proc/meminfo: memFree=1404568/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=81828 CPUtime=25.49 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 21988 0 0 0 2528 21 0 0 25 0 1 0 901721046 83791872 19473 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20457 19473 728 1205 0 19248 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81828

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.96 3/179 12587
/proc/meminfo: memFree=1390524/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=81828 CPUtime=51.09 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 29698 0 0 0 5068 41 0 0 25 0 1 0 901721046 83791872 19482 33554432000 4194304 9128323 140735273771296 18446744073709551615 7217897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20457 19482 730 1205 0 19248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81828

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.96 3/179 12588
/proc/meminfo: memFree=1357556/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=82848 CPUtime=102.29 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 39977 0 0 0 10153 76 0 0 25 0 1 0 901721046 84836352 19722 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 20712 19722 739 1205 0 19503 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82848

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12590
/proc/meminfo: memFree=1313108/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=118860 CPUtime=162.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 70805 0 0 0 16116 114 0 0 25 0 1 0 901721046 121712640 28754 33554432000 4194304 9128323 140735273771296 18446744073709551615 5241273 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 29715 28754 739 1205 0 28506 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 118860

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12591
/proc/meminfo: memFree=1268552/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=161380 CPUtime=222.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 102846 0 0 0 22101 129 0 0 25 0 1 0 901721046 165253120 39222 33554432000 4194304 9128323 140735273771296 18446744073709551615 7414851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 40345 39222 739 1205 0 39136 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 161380

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12593
/proc/meminfo: memFree=1238500/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=190548 CPUtime=282.29 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 116294 0 0 0 28089 140 0 0 25 0 1 0 901721046 195121152 46552 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 47637 46552 739 1205 0 46428 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 190548

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12594
/proc/meminfo: memFree=1207200/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=221916 CPUtime=342.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 128719 0 0 0 34079 151 0 0 25 0 1 0 901721046 227241984 54106 33554432000 4194304 9128323 140735273771296 18446744073709551615 6712723 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 55479 54106 739 1205 0 54270 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 221916

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12596
/proc/meminfo: memFree=1186684/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=241596 CPUtime=402.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 133619 0 0 0 40065 165 0 0 25 0 1 0 901721046 247394304 58971 33554432000 4194304 9128323 140735273771296 18446744073709551615 7216739 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 60399 58971 739 1205 0 59190 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 241596

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12607
/proc/meminfo: memFree=1160084/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=266000 CPUtime=462.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 146277 0 0 0 46049 181 0 0 25 0 1 0 901721046 272384000 64923 33554432000 4194304 9128323 140735273771296 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 66500 64923 739 1205 0 65291 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 266000

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12608
/proc/meminfo: memFree=1143172/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=283040 CPUtime=522.3 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 175480 0 0 0 52031 199 0 0 25 0 1 0 901721046 289832960 68906 33554432000 4194304 9128323 140735273771296 18446744073709551615 7192212 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 70760 68906 740 1205 0 69551 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 283040

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/179 12610
/proc/meminfo: memFree=1129092/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=295760 CPUtime=582.31 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 212635 0 0 0 58011 220 0 0 25 0 1 0 901721046 302858240 72146 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 73940 72146 749 1205 0 72731 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 295760

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 12619
/proc/meminfo: memFree=1116368/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=304908 CPUtime=822.31 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 341140 0 0 0 81911 320 0 0 25 0 1 0 901721046 312225792 74458 33554432000 4194304 9128323 140735273771296 18446744073709551615 6553557 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 76227 74458 752 1205 0 75018 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 304908

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 12621
/proc/meminfo: memFree=1110396/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=307084 CPUtime=882.31 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 357707 0 0 0 87888 343 0 0 25 0 1 0 901721046 314454016 75002 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 76771 75002 752 1205 0 75562 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 307084

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 12622
/proc/meminfo: memFree=1107988/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=307612 CPUtime=942.32 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 396341 0 0 0 93858 374 0 0 25 0 1 0 901721046 314994688 75135 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 76903 75135 752 1205 0 75694 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 307612

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12624
/proc/meminfo: memFree=1105620/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=307268 CPUtime=1002.32 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 450525 0 0 0 99824 408 0 0 25 0 1 0 901721046 314642432 74998 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 76817 74998 752 1205 0 75608 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 307268

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1327824/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=307648 CPUtime=1062.32 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 462264 0 0 0 105795 437 0 0 25 0 1 0 901721046 315031552 75104 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 76912 75104 752 1205 0 75703 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 307648

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12666
/proc/meminfo: memFree=1303812/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=308432 CPUtime=1122.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 466935 0 0 0 111770 463 0 0 25 0 1 0 901721046 315834368 75340 33554432000 4194304 9128323 140735273771296 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77108 75340 752 1205 0 75899 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 308432

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 12668
/proc/meminfo: memFree=1300968/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=308840 CPUtime=1182.32 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 467004 0 0 0 117741 491 0 0 25 0 1 0 901721046 316252160 75409 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77210 75409 752 1205 0 76001 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 308840

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 12669
/proc/meminfo: memFree=1288232/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=309956 CPUtime=1242.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 495069 0 0 0 123705 528 0 0 25 0 1 0 901721046 317394944 75701 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77489 75701 752 1205 0 76280 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 309956

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/179 12671
/proc/meminfo: memFree=1272900/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=310168 CPUtime=1302.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 506583 0 0 0 129675 558 0 0 25 0 1 0 901721046 317612032 75762 33554432000 4194304 9128323 140735273771296 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77542 75762 752 1205 0 76333 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 310168

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/179 12673
/proc/meminfo: memFree=1270480/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=310764 CPUtime=1362.34 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 512214 0 0 0 135646 588 0 0 25 0 1 0 901721046 318222336 75925 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77691 75925 752 1205 0 76482 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 310764

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.98 3/179 12674
/proc/meminfo: memFree=1258056/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=310764 CPUtime=1422.34 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 512214 0 0 0 141616 618 0 0 25 0 1 0 901721046 318222336 75925 33554432000 4194304 9128323 140735273771296 18446744073709551615 7216804 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77691 75925 752 1205 0 76482 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 310764

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/179 12676
/proc/meminfo: memFree=1250848/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=310368 CPUtime=1482.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 517807 0 0 0 147585 648 0 0 25 0 1 0 901721046 317816832 75789 33554432000 4194304 9128323 140735273771296 18446744073709551615 7184242 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77592 75789 752 1205 0 76383 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 310368

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 1.99 3/179 12677
/proc/meminfo: memFree=1244424/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=310368 CPUtime=1542.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 517826 0 0 0 153557 676 0 0 25 0 1 0 901721046 317816832 75808 33554432000 4194304 9128323 140735273771296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77592 75808 752 1205 0 76383 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 310368

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/179 12679
/proc/meminfo: memFree=1232080/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=311104 CPUtime=1602.33 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 518015 0 0 0 159527 706 0 0 25 0 1 0 901721046 318570496 75997 33554432000 4194304 9128323 140735273771296 18446744073709551615 4240064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77776 75997 752 1205 0 76567 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 311104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 12681
/proc/meminfo: memFree=1222128/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=311684 CPUtime=1662.34 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 518147 0 0 0 165500 734 0 0 25 0 1 0 901721046 319164416 76129 33554432000 4194304 9128323 140735273771296 18446744073709551615 7205169 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77921 76129 752 1205 0 76712 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 311684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 12682
/proc/meminfo: memFree=1212944/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=311672 CPUtime=1722.34 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 523842 0 0 0 171470 764 0 0 25 0 1 0 901721046 319152128 76116 33554432000 4194304 9128323 140735273771296 18446744073709551615 7049878 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77918 76116 752 1205 0 76709 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 311672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12684
/proc/meminfo: memFree=1205032/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=311816 CPUtime=1782.34 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 523893 0 0 0 177441 793 0 0 25 0 1 0 901721046 319299584 76167 33554432000 4194304 9128323 140735273771296 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12584/statm: 77954 76167 752 1205 0 76745 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 311816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12684
/proc/meminfo: memFree=1204024/32951124 swapFree=67063552/67111528
[pid=12584] ppid=12582 vsize=311816 CPUtime=1800.05 cores=0,2,4,6
/proc/12584/stat : 12584 (scip-2.0.1.4.li) R 12582 12584 11440 0 -1 4202496 523893 0 0 0 179204 801 0 0 25 0 1 0 901721046 319299584 76167 33554432000 4194304 9128323 140735273771296 18446744073709551615 4683760 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12584/statm: 77954 76168 753 1205 0 76745 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 311816

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1792.04
CPU system time (s): 8.02878
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 333140

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

runsolver used 3.12052 second user time and 5.76112 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 19:53:48
IDJOB=3447354
IDBENCH=79300
IDSOLVER=1944
FILE ID=node134/3447354-1307901228
RUNJOBID= node134-1307898651-11878
PBS_JOBID= 13559572
Free space on /tmp= 1412 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.1900546076--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 /tmp/evaluation-result-3447354-1307901228/watcher-3447354-1307901228 -o /tmp/evaluation-result-3447354-1307901228/solver-3447354-1307901228 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447354-1307901228.wbo -t 1800 -m 15500

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=1766235021

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1504148 kB
Buffers:         60960 kB
Cached:       30256232 kB
SwapCached:      10044 kB
Active:       15592344 kB
Inactive:     14906124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1504148 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           12520 kB
Writeback:           0 kB
AnonPages:      178880 kB
Mapped:          13208 kB
Slab:           883344 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   346272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1400 MiB
End job on node134 at 2011-06-12 20:23:51