Trace number 3447289

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
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 benchmark211.292
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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-3447289-1307900647.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.04/0.05	o 134313
0.04/0.05	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.04/0.05	c presolving:
0.04/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.04/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   441 |     - |  18M|   0 |  34 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |   553 |     - |  18M|   0 |  53 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   587 |     - |  18M|   0 |  53 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.29/1.33	c   1.3s|     1 |     0 |   626 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |   660 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2787 |  80 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.99/2.07	c   2.1s|     1 |     0 |   692 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2791 |  84 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
3.09/3.14	c   3.1s|     1 |     2 |   692 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2791 |  84 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
14.30/14.36	o 437
14.30/14.36	c r14.4s|   117 |   106 | 14111 | 115.7 |  24M|  31 |   1 |5645 |8121 |5645 |2802 | 350 |   0 | 926 | 0.000000e+00 | 4.370000e+02 |    Inf 
14.30/14.39	o 390
14.30/14.39	c *14.4s|   118 |   107 | 14118 | 114.8 |  25M|  31 |   - |5645 |8121 |5645 |2802 | 350 |   0 | 926 | 0.000000e+00 | 3.900000e+02 |    Inf 
90.99/91.05	o 351
90.99/91.05	c *91.1s|  2065 |  1974 |493852 | 238.9 |  36M|  66 |   - |5645 |8306 |5645 |2772 |5896 | 185 |1791 | 0.000000e+00 | 3.510000e+02 |    Inf 
206.00/206.08	o 347
206.00/206.08	c l 206s|  6048 |  5594 |  1251k| 206.8 |  48M|  66 |   - |5645 |9169 |5645 |2804 |  13k|1048 |2744 | 0.000000e+00 | 3.470000e+02 |    Inf 
250.39/250.40	o 343
250.39/250.40	c c 250s|  7279 |  6698 |  1550k| 212.9 |  52M|  66 |   - |5645 |9528 |5645 |2783 |  16k|1420 |3002 | 0.000000e+00 | 3.430000e+02 |    Inf 
336.40/336.40	c   336s| 10000 |  9022 |  2094k| 209.4 |  60M|  66 |   1 |5645 |  10k|5645 |2760 |  24k|2186 |3486 | 0.000000e+00 | 3.430000e+02 |    Inf 
364.89/364.95	o 333
364.89/364.95	c * 365s| 10944 |  9831 |  2284k| 208.7 |  63M|  66 |   - |5645 |  10k|5645 |2799 |  26k|2436 |3625 | 0.000000e+00 | 3.330000e+02 |    Inf 
401.20/401.22	o 236
401.20/401.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.20/401.22	c * 401s| 12009 | 10210 |  2514k| 209.3 |  59M|  75 |   - |5645 |  10k|5645 |2834 |  29k|2751 |3803 | 0.000000e+00 | 2.360000e+02 |    Inf 
416.80/416.86	o 215
416.80/416.86	c * 417s| 12457 |  9999 |  2603k| 209.0 |  59M|  75 |   - |5645 |  10k|5645 |2947 |  31k|2925 |3887 | 0.000000e+00 | 2.150000e+02 |    Inf 
417.70/417.73	o 207
417.70/417.73	c v 418s| 12474 |  9824 |  2609k| 209.2 |  58M|  75 |   - |5645 |  10k|5645 |2785 |  31k|2930 |3888 | 0.000000e+00 | 2.070000e+02 |    Inf 
420.00/420.09	o 205
420.00/420.09	c * 420s| 12563 |  9833 |  2624k| 208.9 |  58M|  75 |   - |5645 |  10k|5645 |2764 |  31k|2980 |3893 | 0.000000e+00 | 2.050000e+02 |    Inf 
429.90/429.99	o 175
429.90/429.99	c * 430s| 13010 |  9432 |  2684k| 206.3 |  58M|  75 |   - |5645 |  10k|5645 |2804 |  32k|3274 |3925 | 0.000000e+00 | 1.750000e+02 |    Inf 
432.20/432.23	o 173
432.20/432.23	c * 432s| 13115 |  9443 |  2696k| 205.6 |  58M|  75 |   - |5645 |  10k|5645 |2764 |  32k|3325 |3950 | 0.000000e+00 | 1.730000e+02 |    Inf 
433.09/433.17	o 155
433.09/433.17	c * 433s| 13189 |  8813 |  2700k| 204.7 |  57M|  75 |   - |5645 |  10k|5645 |2776 |  32k|3376 |3956 | 0.000000e+00 | 1.550000e+02 |    Inf 
436.00/436.05	o 150
436.00/436.05	c * 436s| 13341 |  8665 |  2717k| 203.7 |  57M|  75 |   - |5645 |  10k|5645 |2772 |  32k|3448 |3982 | 0.000000e+00 | 1.500000e+02 |    Inf 
442.30/442.36	o 141
442.30/442.36	c p 442s| 13674 |  8526 |  2751k| 201.2 |  59M|  75 |   - |5645 |  10k|5645 |2775 |  32k|3729 |4022 | 0.000000e+00 | 1.410000e+02 |    Inf 
442.50/442.51	o 138
442.50/442.51	c f 443s| 13684 |  8433 |  2752k| 201.1 |  59M|  75 |   - |5645 |  10k|5645 |2766 |  32k|3733 |4023 | 0.000000e+00 | 1.380000e+02 |    Inf 
443.90/443.93	o 127
443.90/443.93	c * 444s| 13791 |  7824 |  2757k| 199.9 |  57M|  75 |   - |5645 |9992 |5645 |2752 |  32k|3793 |4024 | 0.000000e+00 | 1.270000e+02 |    Inf 
444.20/444.27	o 120
444.20/444.27	c * 444s| 13822 |  7592 |  2757k| 199.5 |  57M|  75 |   - |5645 |9937 |5645 |2755 |  32k|3809 |4025 | 0.000000e+00 | 1.200000e+02 |    Inf 
444.31/444.37	o 119
444.31/444.37	c * 444s| 13830 |  7583 |  2758k| 199.4 |  57M|  75 |   - |5645 |9931 |5645 |2751 |  32k|3815 |4025 | 0.000000e+00 | 1.190000e+02 |    Inf 
445.50/445.56	o 115
445.50/445.56	c * 446s| 13898 |  7469 |  2762k| 198.7 |  58M|  75 |   - |5645 |9847 |5645 |2762 |  33k|3857 |4032 | 0.000000e+00 | 1.150000e+02 |    Inf 
445.50/445.58	o 112
445.50/445.58	c * 446s| 13900 |  7138 |  2762k| 198.7 |  56M|  75 |   - |5645 |9847 |5645 |2761 |  33k|3857 |4032 | 0.000000e+00 | 1.120000e+02 |    Inf 
447.29/447.31	o 111
447.29/447.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.29/447.31	c * 447s| 14059 |  7106 |  2768k| 196.9 |  58M|  75 |   - |5645 |9801 |5645 |2760 |  33k|3972 |4037 | 0.000000e+00 | 1.110000e+02 |    Inf 
448.10/448.19	o 59
448.10/448.19	c * 448s| 14146 |  2154 |  2770k| 195.8 |  41M|  75 |   - |5645 |9742 |5645 |2798 |  33k|4031 |4040 | 0.000000e+00 | 5.900000e+01 |    Inf 
479.50/479.55	o 58
479.50/479.55	c * 480s| 19103 |  2296 |  2813k| 147.3 |  51M| 104 |   - |5645 |8257 |5645 |2761 |  33k|  10k|4138 | 0.000000e+00 | 5.800000e+01 |    Inf 
479.50/479.57	o 56
479.50/479.57	c * 480s| 19104 |  2285 |  2813k| 147.2 |  51M| 104 |   - |5645 |8257 |5645 |2761 |  33k|  10k|4138 | 0.000000e+00 | 5.600000e+01 |    Inf 
484.49/484.51	c   485s| 20000 |  2281 |  2819k| 140.9 |  51M| 104 |  40 |5645 |7682 |5645 |2760 |  33k|  11k|4143 | 0.000000e+00 | 5.600000e+01 |    Inf 
543.41/543.42	c   543s| 30000 |  2562 |  2893k|  96.4 |  62M| 115 |   6 |5645 |9125 |5645 |2760 |  34k|  23k|4315 | 0.000000e+00 | 5.600000e+01 |    Inf 
583.90/583.93	o 53
583.90/583.93	c * 584s| 37333 |  2523 |  2939k|  78.7 |  67M| 115 |   - |5645 |9617 |5645 |2761 |  35k|  33k|4392 | 0.000000e+00 | 5.300000e+01 |    Inf 
584.30/584.34	o 52
584.30/584.34	c * 584s| 37377 |  2488 |  2939k|  78.6 |  67M| 115 |   - |5645 |9440 |5645 |2761 |  35k|  33k|4392 | 0.000000e+00 | 5.200000e+01 |    Inf 
584.40/584.47	o 40
584.40/584.47	c * 584s| 37384 |  2443 |  2939k|  78.6 |  66M| 115 |   - |5645 |9313 |5645 |2767 |  35k|  33k|4392 | 0.000000e+00 | 4.000000e+01 |    Inf 
584.50/584.54	o 17
584.50/584.54	c * 585s| 37391 |  1847 |  2939k|  78.6 |  59M| 115 |   - |5645 |8500 |5645 |2761 |  35k|  33k|4392 | 0.000000e+00 | 1.700000e+01 |    Inf 
584.50/584.56	o 16
584.50/584.56	c * 585s| 37392 |  1829 |  2939k|  78.6 |  58M| 115 |   - |5645 |8500 |5645 |2761 |  35k|  33k|4392 | 0.000000e+00 | 1.600000e+01 |    Inf 
589.31/589.33	o 15
589.31/589.33	c * 589s| 37950 |  1447 |  2955k|  77.9 |  55M| 115 |   - |5645 |5003 |5645 |2764 |  35k|  34k|4399 | 0.000000e+00 | 1.500000e+01 |    Inf 
589.80/589.82	o 8
589.80/589.82	c * 590s| 38039 |  1205 |  2957k|  77.7 |  51M| 115 |   - |5645 |5002 |5645 |2760 |  35k|  34k|4399 | 0.000000e+00 | 8.000000e+00 |    Inf 
599.40/599.46	c   599s| 40000 |   621 |  2995k|  74.9 |  43M| 115 |   - |5645 |5202 |5645 |2760 |  35k|  36k|4457 | 0.000000e+00 | 8.000000e+00 |    Inf 
628.70/628.71	o 6
628.70/628.71	c * 629s| 46883 |   463 |  3105k|  66.2 |  41M| 115 |   - |5645 |7459 |5645 |2752 |  35k|  44k|4532 | 0.000000e+00 | 6.000000e+00 |    Inf 
635.10/635.17	o 5
635.10/635.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.10/635.17	c * 635s| 48264 |   456 |  3129k|  64.8 |  41M| 115 |   - |5645 |7696 |5645 |2760 |  35k|  46k|4570 | 0.000000e+00 | 5.000000e+00 |    Inf 
635.30/635.32	o 4
635.30/635.32	c * 635s| 48306 |   455 |  3130k|  64.8 |  40M| 115 |   - |5645 |7568 |5645 |2761 |  35k|  46k|4570 | 0.000000e+00 | 4.000000e+00 |    Inf 
642.80/642.89	c   643s| 50000 |   437 |  3162k|  63.2 |  41M| 115 |   - |5645 |8182 |   0 |   0 |  35k|  48k|4573 | 0.000000e+00 | 4.000000e+00 |    Inf 
684.91/684.99	c   685s| 60000 |   410 |  3320k|  55.3 |  42M| 115 |  39 |5645 |  10k|5645 |2760 |  35k|  62k|4694 | 0.000000e+00 | 4.000000e+00 |    Inf 
725.70/725.71	c   726s| 70000 |   405 |  3472k|  49.6 |  43M| 115 |   - |5645 |  12k|5645 |2760 |  35k|  75k|4818 | 0.000000e+00 | 4.000000e+00 |    Inf 
740.81/740.85	o 3
740.81/740.85	c * 741s| 73537 |   401 |  3528k|  48.0 |  43M| 115 |   - |5645 |  12k|5645 |2761 |  35k|  80k|4892 | 0.000000e+00 | 3.000000e+00 |    Inf 
770.81/770.82	c   771s| 80000 |   395 |  3650k|  45.6 |  43M| 115 |   - |5645 |  12k|5645 |2760 |  35k|  89k|4965 | 0.000000e+00 | 3.000000e+00 |    Inf 
814.61/814.66	c   815s| 90000 |   433 |  3827k|  42.5 |  45M| 115 |  41 |5645 |  15k|5645 |2760 |  35k| 103k|5153 | 0.000000e+00 | 3.000000e+00 |    Inf 
819.81/819.82	o 2
819.81/819.82	c * 820s| 91250 |   407 |  3846k|  42.1 |  43M| 115 |   - |5645 |  13k|5645 |2761 |  35k| 105k|5185 | 0.000000e+00 | 2.000000e+00 |    Inf 
844.71/844.74	o 1
844.71/844.74	c * 845s| 96876 |   391 |  3952k|  40.8 |  42M| 115 |   - |5645 |  13k|5645 |2761 |  35k| 113k|5238 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.11/859.13	c   859s|100000 |   387 |  4012k|  40.1 |  42M| 115 |  25 |5645 |  13k|5645 |2760 |  35k| 117k|5316 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.41/904.40	c   904s|110000 |   383 |  4200k|  38.2 |  45M| 115 |   - |5645 |  19k|5645 |2760 |  35k| 131k|5505 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.11/950.14	c   950s|120000 |   363 |  4383k|  36.5 |  45M| 115 |  34 |5645 |  20k|5645 |2760 |  35k| 144k|5697 | 0.000000e+00 | 1.000000e+00 |    Inf 
995.91/995.93	c   996s|130000 |   367 |  4560k|  35.1 |  48M| 115 |   - |5645 |  27k|   0 |   0 |  35k| 157k|5878 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.41/1040.46	c  1040s|140000 |   373 |  4723k|  33.7 |  51M| 115 |   - |5645 |  33k|5645 |2760 |  35k| 171k|6048 | 0.000000e+00 | 1.000000e+00 |    Inf 
1088.21/1088.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1088.21/1088.24	c  1088s|150000 |   352 |  4904k|  32.7 |  46M| 115 |   - |5645 |  21k|5645 |2751 |  35k| 184k|6261 | 0.000000e+00 | 1.000000e+00 |    Inf 
1133.31/1133.38	c  1133s|160000 |   356 |  5078k|  31.7 |  46M| 115 |   - |5645 |  21k|5645 |2751 |  35k| 197k|6361 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.22/1181.21	c  1181s|170000 |   361 |  5264k|  31.0 |  49M| 115 |  22 |5645 |  27k|5645 |2751 |  35k| 211k|6483 | 0.000000e+00 | 1.000000e+00 |    Inf 
1229.22/1229.26	c  1229s|180000 |   380 |  5438k|  30.2 |  52M| 115 |   - |5645 |  34k|5645 |2751 |  35k| 224k|6618 | 0.000000e+00 | 1.000000e+00 |    Inf 
1275.42/1275.44	c  1275s|190000 |   371 |  5596k|  29.4 |  53M| 115 |  31 |5645 |  36k|5645 |2751 |  35k| 239k|6737 | 0.000000e+00 | 1.000000e+00 |    Inf 
1324.52/1324.50	c  1325s|200000 |   358 |  5774k|  28.9 |  52M| 115 |   - |5645 |  32k|5645 |2760 |  35k| 252k|6913 | 0.000000e+00 | 1.000000e+00 |    Inf 
1371.93/1371.92	c  1372s|210000 |   363 |  5946k|  28.3 |  54M| 115 |  29 |5645 |  37k|5645 |2760 |  35k| 266k|7010 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.83/1421.87	c  1422s|220000 |   359 |  6134k|  27.9 |  55M| 115 |  32 |5645 |  40k|5645 |2760 |  35k| 281k|7125 | 0.000000e+00 | 1.000000e+00 |    Inf 
1472.83/1472.80	c  1473s|230000 |   360 |  6312k|  27.4 |  56M| 115 |  36 |5645 |  42k|5645 |2760 |  35k| 294k|7227 | 0.000000e+00 | 1.000000e+00 |    Inf 
1525.03/1525.01	c  1525s|240000 |   367 |  6488k|  27.0 |  59M| 115 |   - |5645 |  46k|5645 |2760 |  35k| 309k|7365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1575.93/1575.96	c  1576s|250000 |   352 |  6655k|  26.6 |  58M| 115 |   - |5645 |  45k|5645 |2760 |  35k| 325k|7555 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.83/1624.88	c  1625s|260000 |   363 |  6813k|  26.2 |  61M| 115 |   - |5645 |  49k|5645 |2760 |  35k| 339k|7615 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.73/1676.79	c  1677s|270000 |   354 |  6982k|  25.9 |  62M| 115 |  36 |5645 |  52k|5645 |2760 |  35k| 354k|7830 | 0.000000e+00 | 1.000000e+00 |    Inf 
1730.04/1730.08	c  1730s|280000 |   357 |  7164k|  25.6 |  64M| 115 |  24 |5645 |  55k|5645 |2760 |  35k| 368k|7946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1785.83/1785.84	c  1786s|290000 |   361 |  7333k|  25.3 |  65M| 115 |   - |5645 |  58k|5645 |2760 |  35k| 382k|8002 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 292604
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (306 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 x210 
1800.03/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.03/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 
1800.03/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.00	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/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.03/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 
1800.03/1800.00	v -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.00	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.00	v -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.09 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447289-1307900647.wbo
1800.03/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447289-1307900647.wbo
1800.03/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5414 initial, 59617 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.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

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447289-1307900647/watcher-3447289-1307900647 -o /tmp/evaluation-result-3447289-1307900647/solver-3447289-1307900647 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447289-1307900647.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: 1.92 1.98 1.92 3/177 9401
/proc/meminfo: memFree=2564260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 1563 0 0 0 0 0 0 0 23 0 1 0 901662416 10539008 1516 33554432000 4194304 9128323 140736292461328 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9401/statm: 2573 1516 399 1205 0 1364 0

[startup+0.0523 s]
/proc/loadavg: 1.92 1.98 1.92 3/177 9401
/proc/meminfo: memFree=2564260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=33184 CPUtime=0.04 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 7050 0 0 0 4 0 0 0 23 0 1 0 901662416 33980416 7001 33554432000 4194304 9128323 140736292461328 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 8332 7011 480 1205 0 7123 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33184

[startup+0.10029 s]
/proc/loadavg: 1.92 1.98 1.92 3/177 9401
/proc/meminfo: memFree=2564260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 7950 0 0 0 9 0 0 0 23 0 1 0 901662416 36581376 7644 33554432000 4194304 9128323 140736292461328 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300255 s]
/proc/loadavg: 1.92 1.98 1.92 3/177 9401
/proc/meminfo: memFree=2564260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 17241 0 0 0 27 2 0 0 18 0 1 0 901662416 73375744 16836 33554432000 4194304 9128323 140736292461328 18446744073709551615 4243019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 17914 16836 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700181 s]
/proc/loadavg: 1.92 1.98 1.92 3/177 9401
/proc/meminfo: memFree=2564260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=50620 CPUtime=0.69 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 20686 0 0 0 66 3 0 0 18 0 1 0 901662416 51834880 11562 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 12655 11562 718 1205 0 11446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50620

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 9402
/proc/meminfo: memFree=2519924/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=52316 CPUtime=1.49 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 21019 0 0 0 145 4 0 0 19 0 1 0 901662416 53571584 11889 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 13079 11889 712 1205 0 11870 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52316

[startup+3.10074 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 9402
/proc/meminfo: memFree=2500456/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=53104 CPUtime=3.09 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 27433 0 0 0 300 9 0 0 24 0 1 0 901662416 54378496 12225 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 13276 12225 728 1205 0 12067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53104

[startup+6.30015 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 9402
/proc/meminfo: memFree=2514692/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=56160 CPUtime=6.29 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 28039 0 0 0 610 19 0 0 25 0 1 0 901662416 57507840 12831 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 14040 12831 729 1205 0 12831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56160

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 9403
/proc/meminfo: memFree=2513572/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=59552 CPUtime=12.68 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 28914 0 0 0 1237 31 0 0 25 0 1 0 901662416 60981248 13689 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 14888 13689 731 1205 0 13679 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59552

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.92 3/178 9403
/proc/meminfo: memFree=2499692/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=71260 CPUtime=25.49 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 33932 0 0 0 2489 60 0 0 25 0 1 0 901662416 72970240 16573 33554432000 4194304 9128323 140736292461328 18446744073709551615 7343298 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 17815 16573 741 1205 0 16606 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71260

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.92 3/178 9404
/proc/meminfo: memFree=2497832/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=72356 CPUtime=51.09 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 36485 0 0 0 4975 134 0 0 25 0 1 0 901662416 74092544 16869 33554432000 4194304 9128323 140736292461328 18446744073709551615 7343298 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 18089 16869 741 1205 0 16880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72356

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.92 3/178 9405
/proc/meminfo: memFree=2484756/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=77980 CPUtime=102.29 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 50032 0 0 0 9955 274 0 0 25 0 1 0 901662416 79851520 18230 33554432000 4194304 9128323 140736292461328 18446744073709551615 7177607 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 19495 18230 741 1205 0 18286 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 77980

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9407
/proc/meminfo: memFree=2471940/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=84804 CPUtime=162.29 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 62874 0 0 0 15786 443 0 0 25 0 1 0 901662416 86839296 19946 33554432000 4194304 9128323 140736292461328 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 21201 19946 741 1205 0 19992 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 84804

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9408
/proc/meminfo: memFree=2451308/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=91696 CPUtime=222.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 75478 0 0 0 21622 608 0 0 25 0 1 0 901662416 93896704 21738 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9401/statm: 22924 21738 741 1205 0 21715 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91696

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9410
/proc/meminfo: memFree=2431300/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=98312 CPUtime=282.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 91351 0 0 0 27460 770 0 0 25 0 1 0 901662416 100671488 23377 33554432000 4194304 9128323 140736292461328 18446744073709551615 7358369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9401/statm: 24578 23377 741 1205 0 23369 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 98312

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9411
/proc/meminfo: memFree=2416628/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=105480 CPUtime=342.29 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 99215 0 0 0 33295 934 0 0 25 0 1 0 901662416 108011520 25209 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 26370 25209 741 1205 0 25161 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 105480

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9413
/proc/meminfo: memFree=2396376/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=113904 CPUtime=402.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 115477 0 0 0 39142 1088 0 0 25 0 1 0 901662416 116637696 27294 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 28476 27294 741 1205 0 27267 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113904

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9415
/proc/meminfo: memFree=2358016/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=141200 CPUtime=462.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 146239 0 0 0 45019 1211 0 0 25 0 1 0 901662416 144588800 34156 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 35300 34156 742 1205 0 34091 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141200

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9416
/proc/meminfo: memFree=2321260/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=170696 CPUtime=522.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 172693 0 0 0 50981 1249 0 0 25 0 1 0 901662416 174792704 41463 33554432000 4194304 9128323 140736292461328 18446744073709551615 4794272 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 42674 41463 752 1205 0 41465 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170696

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9418
/proc/meminfo: memFree=2292084/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=191156 CPUtime=582.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 179953 0 0 0 56943 1287 0 0 25 0 1 0 901662416 195743744 46509 33554432000 4194304 9128323 140736292461328 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 47789 46509 752 1205 0 46580 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 191156

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9424
/proc/meminfo: memFree=2232388/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=198960 CPUtime=822.3 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 248124 0 0 0 80522 1708 0 0 25 0 1 0 901662416 203735040 48514 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 49740 48514 752 1205 0 48531 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 198960

[startup+882.3 s]
/proc/loadavg: 2.12 2.02 1.93 3/178 9426
/proc/meminfo: memFree=2216472/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=199100 CPUtime=882.31 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 271309 0 0 0 86406 1825 0 0 25 0 1 0 901662416 203878400 48572 33554432000 4194304 9128323 140736292461328 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 49775 48572 752 1205 0 48566 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 199100

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 9466
/proc/meminfo: memFree=2605224/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=200092 CPUtime=942.31 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 273964 0 0 0 92283 1948 0 0 25 0 1 0 901662416 204894208 48815 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 50023 48815 752 1205 0 48814 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 200092

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9468
/proc/meminfo: memFree=2603000/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=203044 CPUtime=1002.31 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 277038 0 0 0 98165 2066 0 0 25 0 1 0 901662416 207917056 49529 33554432000 4194304 9128323 140736292461328 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 50761 49529 752 1205 0 49552 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203044

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9479
/proc/meminfo: memFree=2600168/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=205432 CPUtime=1062.31 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 277630 0 0 0 104052 2179 0 0 25 0 1 0 901662416 210362368 50121 33554432000 4194304 9128323 140736292461328 18446744073709551615 6712723 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 51358 50121 752 1205 0 50149 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 205432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9480
/proc/meminfo: memFree=2593676/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=206296 CPUtime=1122.32 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 283365 0 0 0 109938 2294 0 0 25 0 1 0 901662416 211247104 50348 33554432000 4194304 9128323 140736292461328 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 51574 50348 752 1205 0 50365 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9482
/proc/meminfo: memFree=2587184/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=206492 CPUtime=1182.32 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 283422 0 0 0 115821 2411 0 0 25 0 1 0 901662416 211447808 50405 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 51623 50405 752 1205 0 50414 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 206492

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 9486
/proc/meminfo: memFree=2576832/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=207196 CPUtime=1242.32 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 283579 0 0 0 121713 2519 0 0 25 0 1 0 901662416 212168704 50562 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 51799 50562 752 1205 0 50590 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 207196

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 9488
/proc/meminfo: memFree=2566912/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=208396 CPUtime=1302.32 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 283916 0 0 0 127608 2624 0 0 25 0 1 0 901662416 213397504 50899 33554432000 4194304 9128323 140736292461328 18446744073709551615 4241104 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 52099 50899 752 1205 0 50890 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 208396

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9490
/proc/meminfo: memFree=2560924/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=209632 CPUtime=1362.32 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 289835 0 0 0 133508 2724 0 0 25 0 1 0 901662416 214663168 51206 33554432000 4194304 9128323 140736292461328 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 52408 51206 752 1205 0 51199 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 209632

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 1.94 4/178 9491
/proc/meminfo: memFree=2550460/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=210132 CPUtime=1422.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 289943 0 0 0 139400 2833 0 0 25 0 1 0 901662416 215175168 51314 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 52533 51314 752 1205 0 51324 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 210132

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 9493
/proc/meminfo: memFree=2542864/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=211764 CPUtime=1482.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 290317 0 0 0 145301 2932 0 0 25 0 1 0 901662416 216846336 51688 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 52941 51688 752 1205 0 51732 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 211764

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 9494
/proc/meminfo: memFree=2529564/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=215552 CPUtime=1542.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 291236 0 0 0 151197 3036 0 0 25 0 1 0 901662416 220725248 52607 33554432000 4194304 9128323 140736292461328 18446744073709551615 7049857 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 53888 52607 752 1205 0 52679 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 215552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9496
/proc/meminfo: memFree=2517992/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=216732 CPUtime=1602.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 291591 0 0 0 157100 3133 0 0 25 0 1 0 901662416 221933568 52962 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 54183 52962 752 1205 0 52974 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 216732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9498
/proc/meminfo: memFree=2504424/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=217404 CPUtime=1662.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 291739 0 0 0 163006 3227 0 0 25 0 1 0 901662416 222621696 53110 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 54351 53110 752 1205 0 53142 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 217404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9499
/proc/meminfo: memFree=2493840/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=219072 CPUtime=1722.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 292136 0 0 0 168904 3329 0 0 25 0 1 0 901662416 224329728 53507 33554432000 4194304 9128323 140736292461328 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 54768 53507 752 1205 0 53559 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 219072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9501
/proc/meminfo: memFree=2481764/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=220392 CPUtime=1782.33 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 292431 0 0 0 174819 3414 0 0 25 0 1 0 901662416 225681408 53802 33554432000 4194304 9128323 140736292461328 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9401/statm: 55098 53802 752 1205 0 53889 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 220392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9501
/proc/meminfo: memFree=2476040/32951124 swapFree=67076880/67111528
[pid=9401] ppid=9399 vsize=221732 CPUtime=1800.04 cores=1,3,5,7
/proc/9401/stat : 9401 (scip-2.0.1.4.li) R 9399 9401 8865 0 -1 4202496 292771 0 0 0 176561 3443 0 0 25 0 1 0 901662416 227053568 54142 33554432000 4194304 9128323 140736292461328 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9401/statm: 55433 54142 753 1205 0 54224 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 221732

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.06
CPU user time (s): 1765.61
CPU system time (s): 34.4468
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 228176

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

runsolver used 2.66059 second user time and 6.30204 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 19:44:07
IDJOB=3447289
IDBENCH=79269
IDSOLVER=1944
FILE ID=node139/3447289-1307900647
RUNJOBID= node139-1307898232-9192
PBS_JOBID= 13559516
Free space on /tmp= 2680 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.1900670234--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-3447289-1307900647/watcher-3447289-1307900647 -o /tmp/evaluation-result-3447289-1307900647/solver-3447289-1307900647 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447289-1307900647.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=20672146

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5321.49
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2565184 kB
Buffers:         54436 kB
Cached:       29049596 kB
SwapCached:       3400 kB
Active:       14722620 kB
Inactive:     14745028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2565184 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           12072 kB
Writeback:           0 kB
AnonPages:      361368 kB
Mapped:          17144 kB
Slab:           853688 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   545592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 2668 MiB
End job on node139 at 2011-06-12 20:14:09