Trace number 2700285

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 456.269 456.255

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh306_wcsp.wbo
MD5SUM066a913179e37120802f974ea952f3b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.014996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2700285-1278534590.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6459k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6881k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.0s|     1 |     0 |    46 |     - |6927k|   0 |   0 |1900 |1800 |1900 |  77 |  77 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   153 |     - |6975k|   0 |  64 |1900 |1800 |1900 | 122 | 122 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   198 |     - |7172k|   0 |  70 |1900 |1800 |1900 | 160 | 160 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   283 |     - |7233k|   0 |  63 |1900 |1800 |1900 | 180 | 180 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   301 |     - |7259k|   0 |  65 |1900 |1800 |1900 | 184 | 184 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   308 |     - |7286k|   0 |  65 |1900 |1800 |1900 | 187 | 187 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     2 |   471 |     - |7313k|   0 |  65 |1900 |1800 |1900 | 187 | 187 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
4.60/4.63	o 9161
4.60/4.63	c * 4.4s|  4579 |  4294 |  9206 |   1.9 |  13M| 857 |   - |1900 |1816 |1900 | 303 | 972 |  16 | 738 | 0.000000e+00 | 9.161000e+03 |    Inf 
8.59/8.66	c   8.2s| 10000 |  9679 | 19233 |   1.9 |  20M| 857 |   0 |1900 |1924 |1900 | 207 |2225 | 124 | 773 | 0.000000e+00 | 9.161000e+03 |    Inf 
11.19/11.25	o 8928
11.19/11.25	c *10.6s| 13717 | 12903 | 25025 |   1.8 |  24M| 857 |   - |1900 |3350 |1900 | 206 |2748 |1550 | 780 | 0.000000e+00 | 8.928000e+03 |    Inf 
12.29/12.33	o 8887
12.29/12.33	c *11.6s| 15196 | 14205 | 26624 |   1.7 |  26M| 857 |   - |1900 |4014 |1900 | 212 |2905 |2215 | 780 | 0.000000e+00 | 8.887000e+03 |    Inf 
14.89/14.94	o 8622
14.89/14.94	c *14.1s| 18612 | 16977 | 33344 |   1.8 |  30M| 857 |   - |1900 |4852 |1900 | 254 |3712 |4209 | 783 | 0.000000e+00 | 8.622000e+03 |    Inf 
15.99/16.05	c  15.1s| 20000 | 18147 | 36796 |   1.8 |  32M| 857 |   0 |1900 |4718 |1900 | 225 |4111 |5301 | 787 | 0.000000e+00 | 8.622000e+03 |    Inf 
23.39/23.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.39/23.47	c  22.1s| 30000 | 27073 | 56355 |   1.9 |  43M| 857 |   0 |1900 |4428 |1900 | 221 |6118 |9792 | 792 | 0.000000e+00 | 8.622000e+03 |    Inf 
25.39/25.44	o 8612
25.39/25.44	c *23.9s| 32730 | 29450 | 60463 |   1.8 |  46M| 857 |   - |1900 |4466 |1900 | 226 |6526 |  11k| 793 | 0.000000e+00 | 8.612000e+03 |    Inf 
30.70/30.78	c  28.9s| 40000 | 35814 | 71818 |   1.8 |  54M| 857 |   0 |1900 |4975 |1900 | 245 |7666 |  15k| 793 | 0.000000e+00 | 8.612000e+03 |    Inf 
31.59/31.61	o 8608
31.59/31.61	c *29.8s| 41195 | 36865 | 73123 |   1.8 |  56M| 857 |   - |1900 |5326 |1900 | 219 |7818 |  15k| 793 | 0.000000e+00 | 8.608000e+03 |    Inf 
31.69/31.71	o 8482
31.69/31.71	c *29.8s| 41320 | 36767 | 73370 |   1.8 |  56M| 857 |   - |1900 |5354 |1900 | 217 |7833 |  15k| 793 | 0.000000e+00 | 8.482000e+03 |    Inf 
37.40/37.43	o 8329
37.40/37.43	c *35.2s| 49033 | 43137 | 84964 |   1.7 |  64M| 857 |   - |1900 |5016 |1900 | 212 |9140 |  19k| 793 | 0.000000e+00 | 8.329000e+03 |    Inf 
38.19/38.20	c  35.9s| 50000 | 43988 | 86470 |   1.7 |  65M| 857 |   0 |1900 |5170 |1900 | 213 |9306 |  20k| 793 | 0.000000e+00 | 8.329000e+03 |    Inf 
38.19/38.22	o 8304
38.19/38.22	c *35.9s| 50014 | 43904 | 86540 |   1.7 |  65M| 857 |   - |1900 |5180 |1900 | 215 |9308 |  20k| 793 | 0.000000e+00 | 8.304000e+03 |    Inf 
38.19/38.25	o 8140
38.19/38.25	c *36.0s| 50044 | 43441 | 86637 |   1.7 |  64M| 857 |   - |1900 |5206 |1900 | 223 |9316 |  20k| 793 | 0.000000e+00 | 8.140000e+03 |    Inf 
38.19/38.26	o 8109
38.19/38.26	c *36.0s| 50045 | 43315 | 86645 |   1.7 |  64M| 857 |   - |1900 |5206 |1900 | 223 |9316 |  20k| 793 | 0.000000e+00 | 8.109000e+03 |    Inf 
44.89/44.90	o 8094
44.89/44.90	c *42.2s| 58758 | 50751 |100321 |   1.7 |  74M| 857 |   - |1900 |5787 |1900 | 216 |  10k|  25k| 793 | 0.000000e+00 | 8.094000e+03 |    Inf 
44.89/44.91	o 8072
44.89/44.91	c *42.2s| 58765 | 50689 |100359 |   1.7 |  74M| 857 |   - |1900 |5787 |1900 | 216 |  10k|  25k| 793 | 0.000000e+00 | 8.072000e+03 |    Inf 
44.89/44.91	o 7900
44.89/44.91	c *42.2s| 58766 | 50076 |100365 |   1.7 |  72M| 857 |   - |1900 |5787 |1900 | 216 |  10k|  25k| 793 | 0.000000e+00 | 7.900000e+03 |    Inf 
45.79/45.80	c  43.1s| 60000 | 51103 |102251 |   1.7 |  74M| 857 |   - |1900 |6186 |   0 |   0 |  11k|  26k| 793 | 0.000000e+00 | 7.900000e+03 |    Inf 
46.20/46.22	o 7896
46.20/46.22	c *43.5s| 60543 | 51551 |103039 |   1.7 |  74M| 857 |   - |1900 |6072 |1900 | 223 |  11k|  26k| 793 | 0.000000e+00 | 7.896000e+03 |    Inf 
46.20/46.23	o 7811
46.20/46.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.20/46.23	c *43.5s| 60550 | 51219 |103060 |   1.7 |  74M| 857 |   - |1900 |6071 |1900 | 223 |  11k|  26k| 793 | 0.000000e+00 | 7.811000e+03 |    Inf 
46.20/46.23	o 7756
46.20/46.23	c *43.5s| 60551 | 50988 |103063 |   1.7 |  73M| 857 |   - |1900 |6071 |1900 | 223 |  11k|  26k| 793 | 0.000000e+00 | 7.756000e+03 |    Inf 
46.70/46.79	o 7700
46.70/46.79	c *44.0s| 61270 | 51348 |104126 |   1.7 |  73M| 857 |   - |1900 |5966 |1900 | 213 |  11k|  27k| 793 | 0.000000e+00 | 7.700000e+03 |    Inf 
47.79/47.89	o 7646
47.79/47.89	c *45.0s| 62695 | 52303 |105652 |   1.7 |  74M| 857 |   - |1900 |5980 |1900 | 222 |  11k|  27k| 793 | 0.000000e+00 | 7.646000e+03 |    Inf 
51.09/51.16	o 7568
51.09/51.16	c *48.1s| 66667 | 55159 |112959 |   1.7 |  78M| 857 |   - |1900 |6093 |1900 | 205 |  12k|  30k| 793 | 0.000000e+00 | 7.568000e+03 |    Inf 
51.09/51.16	o 7470
51.09/51.16	c *48.1s| 66668 | 54534 |112967 |   1.7 |  77M| 857 |   - |1900 |6093 |1900 | 205 |  12k|  30k| 793 | 0.000000e+00 | 7.470000e+03 |    Inf 
52.89/52.96	o 7392
52.89/52.96	c *49.8s| 68948 | 55968 |116450 |   1.7 |  77M| 857 |   - |1900 |5364 |1900 | 206 |  12k|  31k| 793 | 0.000000e+00 | 7.392000e+03 |    Inf 
52.89/52.97	o 7389
52.89/52.97	c *49.8s| 68952 | 55956 |116468 |   1.7 |  77M| 857 |   - |1900 |5374 |1900 | 206 |  12k|  31k| 793 | 0.000000e+00 | 7.389000e+03 |    Inf 
52.89/52.98	o 7305
52.89/52.98	c *49.8s| 68955 | 55362 |116485 |   1.7 |  76M| 857 |   - |1900 |5374 |1900 | 206 |  12k|  31k| 793 | 0.000000e+00 | 7.305000e+03 |    Inf 
53.69/53.72	c  50.5s| 70000 | 56316 |117705 |   1.7 |  77M| 857 |   0 |1900 |5339 |1900 | 209 |  12k|  32k| 793 | 0.000000e+00 | 7.305000e+03 |    Inf 
61.60/61.67	c  58.0s| 80000 | 64915 |136685 |   1.7 |  89M| 857 |   0 |1900 |5501 |1900 | 200 |  15k|  37k| 793 | 0.000000e+00 | 7.305000e+03 |    Inf 
64.99/65.03	o 7295
64.99/65.03	c *61.1s| 84537 | 68771 |142667 |   1.7 |  94M| 857 |   - |1900 |5096 |1900 | 219 |  15k|  39k| 793 | 0.000000e+00 | 7.295000e+03 |    Inf 
64.99/65.03	o 7294
64.99/65.03	c *61.1s| 84538 | 68763 |142667 |   1.7 |  94M| 857 |   - |1900 |5096 |1900 | 219 |  15k|  39k| 793 | 0.000000e+00 | 7.294000e+03 |    Inf 
67.99/68.08	o 7275
67.99/68.08	c *64.0s| 88514 | 72093 |148342 |   1.7 |  99M| 857 |   - |1900 |5063 |1900 | 211 |  16k|  41k| 793 | 0.000000e+00 | 7.275000e+03 |    Inf 
68.09/68.14	o 7155
68.09/68.14	c *64.1s| 88584 | 71237 |148573 |   1.7 |  97M| 857 |   - |1900 |5047 |1900 | 217 |  16k|  41k| 793 | 0.000000e+00 | 7.155000e+03 |    Inf 
69.30/69.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.30/69.31	c  65.2s| 90000 | 72422 |151115 |   1.7 |  99M| 857 |   0 |1900 |5551 |1900 | 197 |  16k|  42k| 793 | 0.000000e+00 | 7.155000e+03 |    Inf 
73.09/73.15	o 7056
73.09/73.15	c *68.8s| 94757 | 75736 |158941 |   1.7 | 103M| 857 |   - |1900 |5665 |1900 | 227 |  17k|  44k| 793 | 0.000000e+00 | 7.056000e+03 |    Inf 
73.80/73.80	o 7033
73.80/73.80	c *69.4s| 95576 | 76284 |159866 |   1.7 | 104M| 857 |   - |1900 |5580 |1900 | 211 |  17k|  45k| 793 | 0.000000e+00 | 7.033000e+03 |    Inf 
73.80/73.81	o 6958
73.80/73.81	c *69.4s| 95577 | 75594 |159868 |   1.7 | 103M| 857 |   - |1900 |5580 |1900 | 211 |  17k|  45k| 793 | 0.000000e+00 | 6.958000e+03 |    Inf 
74.10/74.15	o 6768
74.10/74.15	c *69.7s| 96021 | 74281 |160497 |   1.7 | 100M| 857 |   - |1900 |5528 |1900 | 221 |  17k|  45k| 793 | 0.000000e+00 | 6.768000e+03 |    Inf 
77.39/77.45	c  72.8s|100000 | 77692 |167408 |   1.7 | 105M| 857 |   0 |1900 |5064 |1900 | 212 |  18k|  47k| 793 | 0.000000e+00 | 6.768000e+03 |    Inf 
79.69/79.73	o 6650
79.69/79.73	c *75.0s|102932 | 78970 |171327 |   1.7 | 106M| 857 |   - |1900 |5193 |1900 | 206 |  19k|  48k| 793 | 0.000000e+00 | 6.650000e+03 |    Inf 
79.69/79.74	o 6440
79.69/79.74	c *75.0s|102933 | 76611 |171347 |   1.7 | 102M| 857 |   - |1900 |5192 |1900 | 206 |  19k|  48k| 793 | 0.000000e+00 | 6.440000e+03 |    Inf 
80.99/81.07	o 6406
80.99/81.07	c *76.2s|104604 | 77618 |173952 |   1.7 | 103M| 857 |   - |1900 |5198 |1900 | 214 |  19k|  49k| 793 | 0.000000e+00 | 6.406000e+03 |    Inf 
81.10/81.10	o 6256
81.10/81.10	c *76.2s|104627 | 75862 |174153 |   1.7 |  99M| 857 |   - |1900 |5196 |1900 | 230 |  19k|  49k| 793 | 0.000000e+00 | 6.256000e+03 |    Inf 
85.39/85.45	c  80.3s|110000 | 80364 |184432 |   1.7 | 105M| 857 |   0 |1900 |5240 |1900 | 201 |  20k|  52k| 793 | 0.000000e+00 | 6.256000e+03 |    Inf 
93.30/93.34	c  87.7s|120000 | 88828 |200348 |   1.7 | 117M| 857 |   0 |1900 |5787 |1900 | 207 |  22k|  58k| 804 | 0.000000e+00 | 6.256000e+03 |    Inf 
100.30/100.30	o 6142
100.30/100.30	c *94.3s|128899 | 94940 |214686 |   1.7 | 125M| 857 |   - |1900 |4640 |1900 | 218 |  23k|  62k| 821 | 0.000000e+00 | 6.142000e+03 |    Inf 
100.30/100.31	o 6087
100.30/100.31	c *94.3s|128900 | 94230 |214687 |   1.7 | 124M| 857 |   - |1900 |4640 |1900 | 218 |  23k|  62k| 821 | 0.000000e+00 | 6.087000e+03 |    Inf 
100.59/100.63	o 6048
100.59/100.63	c *94.6s|129272 | 93992 |215658 |   1.7 | 123M| 857 |   - |1900 |4634 |1900 | 236 |  23k|  62k| 823 | 0.000000e+00 | 6.048000e+03 |    Inf 
100.59/100.64	o 5798
100.59/100.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.59/100.64	c *94.6s|129273 | 90767 |215659 |   1.7 | 118M| 857 |   - |1900 |4634 |1900 | 236 |  23k|  62k| 823 | 0.000000e+00 | 5.798000e+03 |    Inf 
101.20/101.24	c  95.2s|130000 | 91407 |217317 |   1.7 | 119M| 857 |   0 |1900 |4593 |1900 | 218 |  24k|  63k| 826 | 0.000000e+00 | 5.798000e+03 |    Inf 
101.70/101.73	o 5641
101.70/101.73	c *95.6s|130548 | 89693 |218579 |   1.7 | 116M| 857 |   - |1900 |4424 |1900 | 197 |  24k|  63k| 826 | 0.000000e+00 | 5.641000e+03 |    Inf 
104.40/104.47	o 5558
104.40/104.47	c *98.2s|134011 | 91579 |225886 |   1.7 | 118M| 857 |   - |1900 |4711 |1900 | 229 |  24k|  65k| 837 | 0.000000e+00 | 5.558000e+03 |    Inf 
104.40/104.49	o 5414
104.40/104.49	c *98.2s|134023 | 89427 |225932 |   1.7 | 115M| 857 |   - |1900 |4709 |1900 | 230 |  24k|  65k| 837 | 0.000000e+00 | 5.414000e+03 |    Inf 
104.40/104.50	o 5314
104.40/104.50	c *98.2s|134024 | 88000 |225938 |   1.7 | 112M| 857 |   - |1900 |4709 |1900 | 230 |  24k|  65k| 837 | 0.000000e+00 | 5.314000e+03 |    Inf 
109.49/109.51	c   103s|140000 | 93115 |238517 |   1.7 | 120M| 857 |   0 |1900 |5070 |1900 | 210 |  26k|  68k| 862 | 0.000000e+00 | 5.314000e+03 |    Inf 
112.29/112.36	o 5162
112.29/112.36	c * 106s|143227 | 93249 |246761 |   1.7 | 120M| 857 |   - |1900 |4976 |1900 | 219 |  27k|  69k| 886 | 0.000000e+00 | 5.162000e+03 |    Inf 
112.29/112.36	o 5146
112.29/112.36	c * 106s|143228 | 93040 |246764 |   1.7 | 119M| 857 |   - |1900 |4976 |1900 | 219 |  27k|  69k| 886 | 0.000000e+00 | 5.146000e+03 |    Inf 
117.90/117.94	c   111s|150000 | 98778 |258725 |   1.7 | 128M| 857 |   0 |1900 |4710 |1900 | 198 |  28k|  73k| 912 | 0.000000e+00 | 5.146000e+03 |    Inf 
122.39/122.47	o 5131
122.39/122.47	c * 115s|155543 |103106 |270444 |   1.7 | 135M| 857 |   - |1900 |5017 |1900 | 230 |  30k|  76k| 936 | 0.000000e+00 | 5.131000e+03 |    Inf 
122.39/122.48	o 5076
122.39/122.48	c * 115s|155544 |102197 |270446 |   1.7 | 133M| 857 |   - |1900 |5017 |1900 | 230 |  30k|  76k| 936 | 0.000000e+00 | 5.076000e+03 |    Inf 
126.30/126.34	c   119s|160000 |105884 |281157 |   1.8 | 139M| 857 |   0 |1900 |5508 |1900 | 205 |  31k|  78k| 972 | 0.000000e+00 | 5.076000e+03 |    Inf 
135.10/135.17	c   127s|170000 |114167 |307704 |   1.8 | 153M| 857 |   0 |1900 |5346 |1900 | 198 |  34k|  83k|1029 | 0.000000e+00 | 5.076000e+03 |    Inf 
143.60/143.62	c   135s|180000 |122505 |331257 |   1.8 | 165M| 857 |   0 |1900 |5052 |1900 | 241 |  37k|  89k|1087 | 0.000000e+00 | 5.076000e+03 |    Inf 
151.80/151.87	o 4991
151.80/151.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.80/151.87	c * 143s|189864 |128988 |351791 |   1.9 | 176M| 857 |   - |1900 |4836 |1900 | 215 |  39k|  94k|1124 | 0.000000e+00 | 4.991000e+03 |    Inf 
151.89/151.99	c   143s|190000 |129102 |352194 |   1.9 | 176M| 857 |   - |1900 |4796 |   0 |   0 |  39k|  94k|1124 | 0.000000e+00 | 4.991000e+03 |    Inf 
160.60/160.65	c   151s|200000 |137422 |375673 |   1.9 | 189M| 857 |   0 |1900 |4938 |1900 | 209 |  42k|  99k|1183 | 0.000000e+00 | 4.991000e+03 |    Inf 
168.30/168.35	o 4942
168.30/168.35	c * 158s|208979 |143702 |396763 |   1.9 | 200M| 857 |   - |1900 |5458 |1900 | 219 |  44k| 103k|1233 | 0.000000e+00 | 4.942000e+03 |    Inf 
169.19/169.25	c   159s|210000 |144532 |399315 |   1.9 | 201M| 857 |   0 |1900 |5777 |1900 | 214 |  44k| 104k|1233 | 0.000000e+00 | 4.942000e+03 |    Inf 
178.10/178.20	c   167s|220000 |152746 |426566 |   1.9 | 214M| 857 |   0 |1900 |5595 |1900 | 231 |  48k| 109k|1299 | 0.000000e+00 | 4.942000e+03 |    Inf 
186.80/186.86	c   176s|230000 |161090 |447701 |   1.9 | 228M| 857 |   0 |1900 |5219 |1900 | 219 |  51k| 114k|1354 | 0.000000e+00 | 4.942000e+03 |    Inf 
195.39/195.42	c   184s|240000 |169364 |471650 |   2.0 | 241M| 857 |   0 |1900 |5049 |1900 | 213 |  54k| 119k|1407 | 0.000000e+00 | 4.942000e+03 |    Inf 
195.80/195.87	o 4939
195.80/195.87	c * 184s|240595 |169853 |472569 |   2.0 | 242M| 857 |   - |1900 |5109 |1900 | 239 |  54k| 119k|1407 | 0.000000e+00 | 4.939000e+03 |    Inf 
199.80/199.88	o 4772
199.80/199.88	c * 188s|245136 |169417 |482974 |   2.0 | 241M| 857 |   - |1900 |5486 |1900 | 211 |  55k| 122k|1447 | 0.000000e+00 | 4.772000e+03 |    Inf 
200.11/200.16	o 4629
200.11/200.16	c * 188s|245489 |165490 |483360 |   2.0 | 235M| 857 |   - |1900 |5528 |1900 | 214 |  55k| 122k|1447 | 0.000000e+00 | 4.629000e+03 |    Inf 
200.89/200.92	o 4539
200.89/200.92	c * 189s|246251 |163314 |485232 |   2.0 | 232M| 857 |   - |1900 |5892 |1900 | 226 |  55k| 123k|1449 | 0.000000e+00 | 4.539000e+03 |    Inf 
203.50/203.53	o 4535
203.50/203.53	c * 191s|249067 |165445 |492424 |   2.0 | 236M| 857 |   - |1900 |5834 |1900 | 212 |  56k| 125k|1451 | 0.000000e+00 | 4.535000e+03 |    Inf 
204.51/204.59	c   192s|250000 |166203 |497371 |   2.0 | 238M| 857 |   0 |1900 |5966 |1900 | 234 |  57k| 125k|1475 | 0.000000e+00 | 4.535000e+03 |    Inf 
206.90/206.95	o 4447
206.90/206.95	c * 194s|252232 |165183 |506021 |   2.0 | 236M| 857 |   - |1900 |6057 |1900 | 266 |  58k| 127k|1484 | 0.000000e+00 | 4.447000e+03 |    Inf 
214.10/214.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.10/214.19	c   201s|260000 |171328 |523329 |   2.0 | 248M| 857 |   0 |1900 |6383 |1900 | 195 |  60k| 131k|1503 | 0.000000e+00 | 4.447000e+03 |    Inf 
223.20/223.28	c   210s|270000 |179301 |545608 |   2.0 | 262M| 857 |   0 |1900 |5802 |1900 | 209 |  63k| 137k|1548 | 0.000000e+00 | 4.447000e+03 |    Inf 
232.00/232.02	c   218s|280000 |187390 |565465 |   2.0 | 276M| 857 |   - |1900 |5473 |   0 |   0 |  66k| 143k|1603 | 0.000000e+00 | 4.447000e+03 |    Inf 
240.59/240.66	c   226s|290000 |195516 |591144 |   2.0 | 289M| 857 |   0 |1900 |4794 |1900 | 208 |  68k| 148k|1668 | 0.000000e+00 | 4.447000e+03 |    Inf 
241.69/241.78	o 4424
241.69/241.78	c * 227s|291397 |195866 |593546 |   2.0 | 289M| 857 |   - |1900 |4652 |1900 | 208 |  69k| 148k|1677 | 0.000000e+00 | 4.424000e+03 |    Inf 
241.80/241.80	o 4322
241.80/241.80	c * 227s|291400 |192024 |593557 |   2.0 | 280M| 857 |   - |1900 |4652 |1900 | 208 |  69k| 148k|1677 | 0.000000e+00 | 4.322000e+03 |    Inf 
241.80/241.81	o 4208
241.80/241.81	c * 227s|291401 |187431 |593561 |   2.0 | 269M| 857 |   - |1900 |4652 |1900 | 208 |  69k| 148k|1677 | 0.000000e+00 | 4.208000e+03 |    Inf 
246.30/246.38	o 3988
246.30/246.38	c * 232s|296418 |181235 |605520 |   2.0 | 248M| 857 |   - |1900 |5260 |1900 | 227 |  70k| 151k|1691 | 0.000000e+00 | 3.988000e+03 |    Inf 
249.70/249.79	c   235s|300000 |183991 |615500 |   2.1 | 253M| 857 |   0 |1900 |4988 |1900 | 195 |  71k| 153k|1724 | 0.000000e+00 | 3.988000e+03 |    Inf 
257.20/257.29	o 3961
257.20/257.29	c * 242s|308044 |189042 |640751 |   2.1 | 261M| 857 |   - |1900 |5210 |1900 | 231 |  74k| 157k|1767 | 0.000000e+00 | 3.961000e+03 |    Inf 
259.10/259.10	c   244s|310000 |190590 |645301 |   2.1 | 264M| 857 |   0 |1900 |5241 |1900 | 199 |  74k| 158k|1769 | 0.000000e+00 | 3.961000e+03 |    Inf 
268.40/268.47	c   252s|320000 |198495 |676774 |   2.1 | 279M| 857 |   0 |1900 |4971 |1900 | 212 |  78k| 164k|1822 | 0.000000e+00 | 3.961000e+03 |    Inf 
269.10/269.10	o 3926
269.10/269.10	c * 253s|320695 |197220 |678583 |   2.1 | 276M| 857 |   - |1900 |5008 |1900 | 238 |  78k| 164k|1833 | 0.000000e+00 | 3.926000e+03 |    Inf 
277.70/277.74	c   261s|330000 |204418 |702751 |   2.1 | 289M| 857 |   0 |1900 |6220 |1900 | 257 |  81k| 170k|1869 | 0.000000e+00 | 3.926000e+03 |    Inf 
278.40/278.40	o 3840
278.40/278.40	c * 262s|330599 |200265 |704736 |   2.1 | 281M| 857 |   - |1900 |6371 |1900 | 237 |  81k| 170k|1870 | 0.000000e+00 | 3.840000e+03 |    Inf 
278.40/278.40	o 3839
278.40/278.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.40/278.40	c * 262s|330600 |200199 |704737 |   2.1 | 281M| 857 |   - |1900 |6371 |1900 | 237 |  81k| 170k|1870 | 0.000000e+00 | 3.839000e+03 |    Inf 
278.50/278.58	o 3819
278.50/278.58	c * 262s|330773 |199305 |705393 |   2.1 | 279M| 857 |   - |1900 |6387 |1900 | 238 |  81k| 170k|1870 | 0.000000e+00 | 3.819000e+03 |    Inf 
278.50/278.59	o 3785
278.50/278.59	c * 262s|330780 |197501 |705413 |   2.1 | 275M| 857 |   - |1900 |6387 |1900 | 238 |  81k| 170k|1870 | 0.000000e+00 | 3.785000e+03 |    Inf 
282.40/282.46	o 3702
282.40/282.46	c * 266s|334552 |196080 |715332 |   2.1 | 272M| 857 |   - |1900 |6386 |1900 | 221 |  83k| 173k|1896 | 0.000000e+00 | 3.702000e+03 |    Inf 
282.40/282.48	o 3624
282.40/282.48	c * 266s|334557 |192053 |715340 |   2.1 | 262M| 857 |   - |1900 |6386 |1900 | 221 |  83k| 173k|1896 | 0.000000e+00 | 3.624000e+03 |    Inf 
282.50/282.50	o 3452
282.50/282.50	c * 266s|334558 |182673 |715341 |   2.1 | 243M| 857 |   - |1900 |6386 |1900 | 221 |  83k| 173k|1896 | 0.000000e+00 | 3.452000e+03 |    Inf 
282.90/282.96	o 3401
282.90/282.96	c * 266s|335007 |180071 |716523 |   2.1 | 237M| 857 |   - |1900 |6464 |1900 | 236 |  83k| 173k|1896 | 0.000000e+00 | 3.401000e+03 |    Inf 
282.90/282.97	o 3338
282.90/282.97	c * 266s|335008 |176440 |716548 |   2.1 | 231M| 857 |   - |1900 |6463 |1900 | 237 |  83k| 173k|1896 | 0.000000e+00 | 3.338000e+03 |    Inf 
285.00/285.00	o 3247
285.00/285.00	c * 268s|337066 |172995 |721636 |   2.1 | 224M| 857 |   - |1900 |5801 |1900 | 237 |  84k| 174k|1910 | 0.000000e+00 | 3.247000e+03 |    Inf 
285.00/285.05	o 3217
285.00/285.05	c * 268s|337096 |171260 |721925 |   2.1 | 221M| 857 |   - |1900 |5802 |1900 | 237 |  84k| 174k|1910 | 0.000000e+00 | 3.217000e+03 |    Inf 
285.00/285.06	o 3184
285.00/285.06	c * 268s|337097 |169447 |721926 |   2.1 | 217M| 857 |   - |1900 |5802 |1900 | 237 |  84k| 174k|1910 | 0.000000e+00 | 3.184000e+03 |    Inf 
288.20/288.25	c   271s|340000 |171578 |735141 |   2.2 | 222M| 857 |   0 |1900 |4958 |1900 | 197 |  85k| 176k|1941 | 0.000000e+00 | 3.184000e+03 |    Inf 
298.30/298.32	c   281s|350000 |179117 |769239 |   2.2 | 237M| 857 |   0 |1900 |5136 |1900 | 216 |  89k| 182k|2001 | 0.000000e+00 | 3.184000e+03 |    Inf 
306.50/306.59	o 3132
306.50/306.59	c * 288s|358162 |182329 |800438 |   2.2 | 245M| 857 |   - |1900 |5855 |1900 | 221 |  92k| 187k|2066 | 0.000000e+00 | 3.132000e+03 |    Inf 
307.20/307.21	o 3040
307.20/307.21	c * 289s|358802 |177496 |802399 |   2.2 | 236M| 857 |   - |1900 |5943 |1900 | 229 |  92k| 187k|2066 | 0.000000e+00 | 3.040000e+03 |    Inf 
308.40/308.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.40/308.47	c   290s|360000 |178407 |806749 |   2.2 | 238M| 857 |   0 |1900 |6020 |1900 | 197 |  93k| 188k|2069 | 0.000000e+00 | 3.040000e+03 |    Inf 
317.70/317.70	o 2884
317.70/317.70	c * 299s|369611 |176206 |833877 |   2.3 | 236M| 857 |   - |1900 |5534 |1900 | 218 |  96k| 193k|2121 | 0.000000e+00 | 2.884000e+03 |    Inf 
317.70/317.71	o 2829
317.70/317.71	c * 299s|369612 |172800 |833877 |   2.3 | 230M| 857 |   - |1900 |5534 |1900 | 218 |  96k| 193k|2121 | 0.000000e+00 | 2.829000e+03 |    Inf 
318.10/318.14	c   299s|370000 |173078 |836093 |   2.3 | 231M| 857 |   0 |1900 |5551 |1900 | 218 |  96k| 193k|2131 | 0.000000e+00 | 2.829000e+03 |    Inf 
318.50/318.50	o 2811
318.50/318.50	c * 300s|370317 |172209 |837579 |   2.3 | 230M| 857 |   - |1900 |5622 |1900 | 234 |  96k| 193k|2136 | 0.000000e+00 | 2.811000e+03 |    Inf 
318.50/318.51	o 2800
318.50/318.51	c * 300s|370318 |171537 |837581 |   2.3 | 229M| 857 |   - |1900 |5622 |1900 | 234 |  96k| 193k|2136 | 0.000000e+00 | 2.800000e+03 |    Inf 
318.50/318.54	o 2797
318.50/318.54	c * 300s|370337 |171384 |837819 |   2.3 | 229M| 857 |   - |1900 |5626 |1900 | 234 |  96k| 193k|2137 | 0.000000e+00 | 2.797000e+03 |    Inf 
328.10/328.14	c   309s|380000 |178610 |868027 |   2.3 | 244M| 857 |   - |1900 |6044 |1900 | 219 | 100k| 198k|2179 | 0.000000e+00 | 2.797000e+03 |    Inf 
333.90/333.91	o 2768
333.90/333.91	c * 314s|385605 |180772 |886184 |   2.3 | 251M| 857 |   - |1900 |5018 |1900 | 237 | 102k| 201k|2224 | 0.000000e+00 | 2.768000e+03 |    Inf 
333.90/333.97	o 2636
333.90/333.97	c * 314s|385642 |172329 |886352 |   2.3 | 239M| 857 |   - |1900 |5015 |1900 | 236 | 102k| 201k|2224 | 0.000000e+00 | 2.636000e+03 |    Inf 
333.90/333.98	o 2605
333.90/333.98	c * 314s|385643 |170353 |886354 |   2.3 | 236M| 857 |   - |1900 |5015 |1900 | 236 | 102k| 201k|2224 | 0.000000e+00 | 2.605000e+03 |    Inf 
338.30/338.34	o 2484
338.30/338.34	c * 318s|389868 |165615 |899781 |   2.3 | 231M| 857 |   - |1900 |5178 |1900 | 232 | 104k| 203k|2232 | 0.000000e+00 | 2.484000e+03 |    Inf 
338.40/338.45	c   318s|390000 |165719 |900043 |   2.3 | 231M| 857 |   0 |1900 |5227 |1900 | 220 | 104k| 203k|2232 | 0.000000e+00 | 2.484000e+03 |    Inf 
339.50/339.50	o 2435
339.50/339.50	c * 319s|390920 |163070 |905221 |   2.3 | 227M| 857 |   - |1900 |5406 |1900 | 233 | 104k| 204k|2241 | 0.000000e+00 | 2.435000e+03 |    Inf 
339.50/339.58	o 2426
339.50/339.58	c * 319s|390985 |162609 |905604 |   2.3 | 227M| 857 |   - |1900 |5452 |1900 | 239 | 104k| 204k|2241 | 0.000000e+00 | 2.426000e+03 |    Inf 
341.50/341.51	o 2400
341.50/341.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.50/341.51	c * 321s|392829 |162245 |912496 |   2.3 | 227M| 857 |   - |1900 |5282 |1900 | 236 | 105k| 205k|2262 | 0.000000e+00 | 2.400000e+03 |    Inf 
341.50/341.53	o 2369
341.50/341.53	c * 321s|392830 |160136 |912498 |   2.3 | 223M| 857 |   - |1900 |5282 |1900 | 236 | 105k| 205k|2262 | 0.000000e+00 | 2.369000e+03 |    Inf 
348.90/348.98	c   328s|400000 |164965 |934639 |   2.3 | 234M| 857 |   - |1900 |4730 |   0 |   0 | 108k| 209k|2297 | 0.000000e+00 | 2.369000e+03 |    Inf 
349.40/349.48	o 2308
349.40/349.48	c * 329s|400468 |161152 |936497 |   2.3 | 229M| 857 |   - |1900 |4849 |1900 | 217 | 108k| 210k|2304 | 0.000000e+00 | 2.308000e+03 |    Inf 
349.60/349.60	o 2287
349.60/349.60	c * 329s|400583 |159822 |936835 |   2.3 | 227M| 857 |   - |1900 |4878 |1900 | 228 | 108k| 210k|2305 | 0.000000e+00 | 2.287000e+03 |    Inf 
349.60/349.64	o 2072
349.60/349.64	c * 329s|400584 |144757 |936836 |   2.3 | 201M| 857 |   - |1900 |4878 |1900 | 228 | 108k| 210k|2305 | 0.000000e+00 | 2.072000e+03 |    Inf 
350.00/350.02	o 2031
350.00/350.02	c * 329s|400875 |142126 |938459 |   2.3 | 197M| 857 |   - |1900 |4896 |1900 | 223 | 108k| 210k|2305 | 0.000000e+00 | 2.031000e+03 |    Inf 
360.00/360.04	c   339s|410000 |148121 |975081 |   2.4 | 213M| 857 |   0 |1900 |4722 |1900 | 206 | 112k| 215k|2347 | 0.000000e+00 | 2.031000e+03 |    Inf 
364.70/364.79	o 2010
364.70/364.79	c * 343s|413869 |148944 |999703 |   2.4 | 217M| 857 |   - |1900 |4911 |1900 | 226 | 115k| 218k|2401 | 0.000000e+00 | 2.010000e+03 |    Inf 
364.70/364.79	o 1985
364.70/364.79	c * 343s|413870 |147144 |999704 |   2.4 | 214M| 857 |   - |1900 |4911 |1900 | 226 | 115k| 218k|2401 | 0.000000e+00 | 1.985000e+03 |    Inf 
365.40/365.42	o 1791
365.40/365.42	c * 344s|414340 |132967 |  1002k|   2.4 | 191M| 857 |   - |1900 |5093 |1900 | 239 | 115k| 218k|2403 | 0.000000e+00 | 1.791000e+03 |    Inf 
365.40/365.42	o 1780
365.40/365.42	c * 344s|414341 |132163 |  1002k|   2.4 | 190M| 857 |   - |1900 |5093 |1900 | 239 | 115k| 218k|2403 | 0.000000e+00 | 1.780000e+03 |    Inf 
372.30/372.36	c   350s|420000 |135568 |  1036k|   2.5 | 200M| 857 |   0 |1900 |5731 |1900 | 256 | 119k| 223k|2441 | 0.000000e+00 | 1.780000e+03 |    Inf 
384.80/384.82	c   362s|430000 |141785 |  1099k|   2.6 | 221M| 857 |   0 |1900 |5280 |1900 | 201 | 125k| 229k|2546 | 0.000000e+00 | 1.780000e+03 |    Inf 
397.40/397.44	c   374s|440000 |147997 |  1163k|   2.6 | 241M| 857 |   0 |1900 |4610 |1900 | 225 | 131k| 236k|2644 | 0.000000e+00 | 1.780000e+03 |    Inf 
409.50/409.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.50/409.53	c   385s|450000 |154661 |  1222k|   2.7 | 262M| 857 |   - |1900 |5257 |   0 |   0 | 138k| 242k|2708 | 0.000000e+00 | 1.780000e+03 |    Inf 
418.10/418.12	o 1726
418.10/418.12	c * 394s|456896 |154430 |  1267k|   2.8 | 270M| 857 |   - |1900 |4700 |1900 | 226 | 142k| 246k|2786 | 0.000000e+00 | 1.726000e+03 |    Inf 
420.21/420.27	o 1650
420.21/420.27	c * 396s|458650 |149450 |  1276k|   2.8 | 263M| 857 |   - |1900 |4901 |1900 | 227 | 143k| 247k|2799 | 0.000000e+00 | 1.650000e+03 |    Inf 
420.21/420.29	o 1560
420.21/420.29	c * 396s|458651 |141534 |  1276k|   2.8 | 251M| 857 |   - |1900 |4901 |1900 | 227 | 143k| 247k|2799 | 0.000000e+00 | 1.560000e+03 |    Inf 
420.30/420.34	o 1497
420.30/420.34	c * 396s|458682 |136191 |  1276k|   2.8 | 243M| 857 |   - |1900 |4904 |1900 | 227 | 143k| 247k|2799 | 0.000000e+00 | 1.497000e+03 |    Inf 
420.30/420.36	o 1407
420.30/420.36	c * 396s|458683 |128235 |  1276k|   2.8 | 231M| 857 |   - |1900 |4904 |1900 | 227 | 143k| 247k|2799 | 0.000000e+00 | 1.407000e+03 |    Inf 
420.40/420.41	o 1264
420.40/420.41	c * 396s|458695 |115452 |  1276k|   2.8 | 209M| 857 |   - |1900 |4914 |1900 | 225 | 143k| 247k|2799 | 0.000000e+00 | 1.264000e+03 |    Inf 
422.20/422.29	c   398s|460000 |116123 |  1288k|   2.8 | 212M| 857 |   - |1900 |4723 |   0 |   0 | 144k| 248k|2802 | 0.000000e+00 | 1.264000e+03 |    Inf 
436.10/436.14	o 1197
436.10/436.14	c * 411s|469274 |115114 |  1379k|   2.9 | 226M| 857 |   - |1900 |4140 |1900 | 226 | 152k| 255k|2908 | 0.000000e+00 | 1.197000e+03 |    Inf 
436.21/436.28	o 1167
436.21/436.28	c * 411s|469350 |112327 |  1380k|   2.9 | 220M| 857 |   - |1900 |4218 |1900 | 239 | 153k| 255k|2908 | 0.000000e+00 | 1.167000e+03 |    Inf 
436.40/436.45	o 1166
436.40/436.45	c * 411s|469465 |112299 |  1381k|   2.9 | 220M| 857 |   - |1900 |4257 |1900 | 233 | 153k| 255k|2908 | 0.000000e+00 | 1.166000e+03 |    Inf 
437.10/437.19	c   412s|470000 |112609 |  1385k|   2.9 | 222M| 857 |   0 |1900 |4324 |1900 | 217 | 153k| 255k|2920 | 0.000000e+00 | 1.166000e+03 |    Inf 
438.00/438.01	o 1145
438.00/438.01	c * 412s|470590 |110815 |  1389k|   3.0 | 219M| 857 |   - |1900 |4499 |1900 | 231 | 153k| 256k|2928 | 0.000000e+00 | 1.145000e+03 |    Inf 
438.31/438.31	o 1081
438.31/438.31	c * 413s|470789 |104855 |  1390k|   3.0 | 206M| 857 |   - |1900 |4607 |1900 | 231 | 153k| 256k|2928 | 0.000000e+00 | 1.081000e+03 |    Inf 
438.31/438.33	o 1058
438.31/438.33	c * 413s|470791 |102553 |  1390k|   3.0 | 200M| 857 |   - |1900 |4607 |1900 | 231 | 153k| 256k|2928 | 0.000000e+00 | 1.058000e+03 |    Inf 
438.31/438.35	o 991
438.31/438.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.31/438.35	c * 413s|470792 | 96201 |  1390k|   3.0 | 186M| 857 |   - |1900 |4607 |1900 | 231 | 153k| 256k|2928 | 0.000000e+00 | 9.910000e+02 |    Inf 
440.60/440.69	o 978
440.60/440.69	c * 415s|472138 | 95154 |  1406k|   3.0 | 186M| 857 |   - |1900 |3783 |1900 | 270 | 155k| 257k|2940 | 0.000000e+00 | 9.780000e+02 |    Inf 
447.71/447.77	o 918
447.71/447.77	c * 422s|476127 | 90653 |  1456k|   3.1 | 186M| 857 |   - |1900 |3092 |1900 | 235 | 159k| 261k|3018 | 0.000000e+00 | 9.180000e+02 |    Inf 
450.21/450.30	o 863
450.21/450.30	c * 424s|477593 | 85380 |  1474k|   3.1 | 178M| 857 |   - |1900 |3296 |1900 | 216 | 161k| 262k|3026 | 0.000000e+00 | 8.630000e+02 |    Inf 
451.11/451.15	o 746
451.11/451.15	c * 425s|478087 | 72924 |  1479k|   3.1 | 153M| 857 |   - |1900 |3552 |1900 | 260 | 161k| 262k|3034 | 0.000000e+00 | 7.460000e+02 |    Inf 
452.30/452.31	o 716
452.30/452.31	c * 426s|478690 | 69809 |  1488k|   3.1 | 149M| 857 |   - |1900 |3511 |1900 | 237 | 162k| 263k|3051 | 0.000000e+00 | 7.160000e+02 |    Inf 
453.11/453.14	o 492
453.11/453.14	c * 427s|479085 | 44472 |  1493k|   3.1 | 105M| 857 |   - |1900 |3390 |1900 | 237 | 163k| 264k|3056 | 0.000000e+00 | 4.920000e+02 |    Inf 
453.11/453.18	o 437
453.11/453.18	c * 427s|479090 | 41522 |  1494k|   3.1 |  99M| 857 |   - |1900 |3024 |1900 | 211 | 163k| 264k|3056 | 0.000000e+00 | 4.370000e+02 |    Inf 
453.11/453.20	o 404
453.11/453.20	c * 427s|479091 | 38147 |  1494k|   3.1 |  92M| 857 |   - |1900 |3024 |1900 | 211 | 163k| 264k|3056 | 0.000000e+00 | 4.040000e+02 |    Inf 
454.00/454.09	o 381
454.00/454.09	c * 427s|479369 | 36376 |  1501k|   3.1 |  91M| 857 |   - |1900 |2253 |1900 | 244 | 163k| 265k|3062 | 0.000000e+00 | 3.810000e+02 |    Inf 
454.40/454.46	o 298
454.40/454.46	c * 428s|479493 | 29499 |  1504k|   3.1 |  77M| 857 |   - |1900 |2206 |1900 | 231 | 163k| 265k|3062 | 0.000000e+00 | 2.980000e+02 |    Inf 
454.50/454.57	o 250
454.50/454.57	c * 428s|479509 | 25816 |  1504k|   3.1 |  70M| 857 |   - |1900 |2010 |1900 | 199 | 163k| 265k|3063 | 0.000000e+00 | 2.500000e+02 |    Inf 
455.00/455.07	o 249
455.00/455.07	c * 428s|479700 | 23182 |  1509k|   3.1 |  68M| 857 |   - |1900 |2034 |1900 | 230 | 164k| 265k|3064 | 0.000000e+00 | 2.490000e+02 |    Inf 
455.00/455.08	o 238
455.00/455.08	c * 428s|479701 | 22864 |  1509k|   3.1 |  67M| 857 |   - |1900 |2034 |1900 | 230 | 164k| 265k|3064 | 0.000000e+00 | 2.380000e+02 |    Inf 
455.11/455.10	o 202
455.11/455.10	c * 428s|479709 | 20824 |  1509k|   3.1 |  63M| 857 |   - |1900 |2010 |1900 | 231 | 164k| 265k|3064 | 0.000000e+00 | 2.020000e+02 |    Inf 
455.11/455.10	o 191
455.11/455.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.11/455.10	c * 428s|479710 | 19858 |  1509k|   3.1 |  61M| 857 |   - |1900 |2010 |1900 | 231 | 164k| 265k|3064 | 0.000000e+00 | 1.910000e+02 |    Inf 
455.31/455.31	o 139
455.31/455.31	c * 429s|479780 | 15379 |  1511k|   3.2 |  53M| 857 |   - |1900 |1891 |1900 | 230 | 164k| 266k|3065 | 0.000000e+00 | 1.390000e+02 |    Inf 
455.31/455.31	o 128
455.31/455.31	c * 429s|479781 | 15062 |  1511k|   3.1 |  51M| 857 |   - |1900 |1891 |1900 | 230 | 164k| 266k|3065 | 0.000000e+00 | 1.280000e+02 |    Inf 
455.31/455.39	o 88
455.31/455.39	c * 429s|479797 | 12206 |  1512k|   3.2 |  46M| 857 |   - |1900 |1809 |1900 | 219 | 164k| 266k|3065 | 0.000000e+00 | 8.800000e+01 |    Inf 
455.61/455.67	o 56
455.61/455.67	c * 429s|479879 |  4114 |  1515k|   3.2 |  29M| 857 |   - |1900 |1673 |1900 | 215 | 164k| 266k|3080 | 0.000000e+00 | 5.600000e+01 |    Inf 
455.70/455.70	o 25
455.70/455.70	c * 429s|479890 |  3657 |  1516k|   3.2 |  28M| 857 |   - |1900 |1612 |1900 | 185 | 164k| 266k|3080 | 0.000000e+00 | 2.500000e+01 |    Inf 
455.70/455.70	o 16
455.70/455.70	c * 429s|479892 |  3477 |  1516k|   3.2 |  27M| 857 |   - |1900 |1580 |1900 | 189 | 164k| 266k|3080 | 0.000000e+00 | 1.600000e+01 |    Inf 
456.00/456.02	c   429s|480000 |   321 |  1521k|   3.2 |  16M| 857 |   - |1900 |1521 |   0 |   0 | 164k| 266k|3092 | 0.000000e+00 | 1.600000e+01 |    Inf 
456.21/456.22	c 
456.21/456.22	c SCIP Status        : problem is solved [optimal solution found]
456.21/456.22	c Solving Time (sec) : 429.39
456.21/456.22	c Solving Nodes      : 480116
456.21/456.22	c Primal Bound       : +1.60000000000000e+01 (232 solutions)
456.21/456.22	c Dual Bound         : +1.60000000000000e+01
456.21/456.22	c Gap                : 0.00 %
456.21/456.22	s OPTIMUM FOUND
456.21/456.22	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 -x188 x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
456.21/456.22	v -x176 x175 -x174 x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
456.21/456.22	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 x132 
456.21/456.22	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 x112 -x111 x110 -x109 
456.21/456.22	v -x108 x107 -x106 x105 x104 -x103 -x102 x101 -x100 x99 x98 -x97 x96 -x95 x94 -x93 -x92 x91 x90 -x89 x88 -x87 -x86 x85 -x84 
456.21/456.22	v x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 x62 -x61 x60 -x59 -x58 x57 x56 
456.21/456.22	v -x55 -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 x28 
456.21/456.22	v -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 -x1 
456.21/456.22	c SCIP Status        : problem is solved [optimal solution found]
456.21/456.22	c Solving Time       :     429.39
456.21/456.22	c Original Problem   :
456.21/456.22	c   Problem name     : HOME/instance-2700285-1278534590.wbo
456.21/456.22	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
456.21/456.22	c   Constraints      : 1901 initial, 1901 maximal
456.21/456.22	c Presolved Problem  :
456.21/456.22	c   Problem name     : t_HOME/instance-2700285-1278534590.wbo
456.21/456.22	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
456.21/456.22	c   Constraints      : 1800 initial, 6737 maximal
456.21/456.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
456.21/456.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   probing          :       0.02          0          0          0          0          0          0          0          0
456.21/456.22	c   indicator        :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   linear           :       0.01          0        100          0        900          0        101          0          0
456.21/456.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0
456.21/456.22	c   root node        :          -        890          -          -       1780          -          -          -          -
456.21/456.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
456.21/456.22	c   integral         :          0          0          0     493758          0          0         36          0          0      19364
456.21/456.22	c   indicator        :        900          0    1119227     484038          0       1241   12652736          0          0          0
456.21/456.22	c   linear           :        900          6    1117440     483959          0      10797     909652     164814          0          0
456.21/456.22	c   logicor          :          0+         0     696660          0          0       1438     413110          0          0          0
456.21/456.22	c   countsols        :          0          0          0     425249          0          0          0          0          0          0
456.21/456.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
456.21/456.22	c   integral         :       3.47       0.00       0.00       3.47       0.00
456.21/456.22	c   indicator        :      46.52       0.00      19.03      27.49       0.00
456.21/456.22	c   linear           :      30.18       0.00      15.46      14.72       0.00
456.21/456.22	c   logicor          :       9.97       0.00       9.97       0.00       0.00
456.21/456.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
456.21/456.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
456.21/456.22	c   vbounds          :       0.00          2          0          0
456.21/456.22	c   rootredcost      :       0.02        131          0        890
456.21/456.22	c   pseudoobj        :      29.41    1164723      45691   10318280
456.21/456.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
456.21/456.22	c   propagation      :       3.45      57926      57855     218614       27.3      86313        4.1          -
456.21/456.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
456.21/456.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
456.21/456.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
456.21/456.22	c   pseudo solution  :       0.03        255        255       1296       24.0        601        4.2          -
456.21/456.22	c   applied globally :          -          -          -     266464       18.6          -          -          -
456.21/456.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
456.21/456.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
456.21/456.22	c   cut pool         :       0.00          3          -          -         16          -    (maximal pool size: 57)
456.21/456.22	c   redcost          :      20.72     512312          0    2176840          0          0
456.21/456.22	c   impliedbounds    :       0.00          4          0          0          0          0
456.21/456.22	c   intobj           :       0.00          0          0          0          0          0
456.21/456.22	c   cgmip            :       0.00          0          0          0          0          0
456.21/456.22	c   gomory           :       0.00          4          0          0         58          0
456.21/456.22	c   strongcg         :       0.00          4          0          0          0          0
456.21/456.22	c   cmir             :       0.02          4          0          0          0          0
456.21/456.22	c   flowcover        :       0.02          4          0          0          0          0
456.21/456.22	c   clique           :       0.00          1          0          0          0          0
456.21/456.22	c   zerohalf         :       0.00          0          0          0          0          0
456.21/456.22	c   mcf              :       0.00          1          0          0          0          0
456.21/456.22	c   rapidlearning    :       0.00          0          0          0          0          0
456.21/456.22	c Pricers            :       Time      Calls       Vars
456.21/456.22	c   problem variables:       0.00          0          0
456.21/456.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
456.21/456.22	c   relpscost        :       3.47       9716          0         36          0          0      19364
456.21/456.22	c   pscost           :       0.00          0          0          0          0          0          0
456.21/456.22	c   inference        :      33.47     425118          0          0          0          0     850236
456.21/456.22	c   mostinf          :       0.00          0          0          0          0          0          0
456.21/456.22	c   leastinf         :       0.00          0          0          0          0          0          0
456.21/456.22	c   fullstrong       :       0.00          0          0          0          0          0          0
456.21/456.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
456.21/456.22	c   random           :       0.00          0          0          0          0          0          0
456.21/456.22	c Primal Heuristics  :       Time      Calls      Found
456.21/456.22	c   LP solutions     :       0.99          -        131
456.21/456.22	c   pseudo solutions :       0.00          -          0
456.21/456.22	c   feaspump         :       0.00          0          0
456.21/456.22	c   oneopt           :       0.26        101          0
456.21/456.22	c   linesearchdiving :       0.05         92          0
456.21/456.22	c   guideddiving     :       0.06         92          0
456.21/456.22	c   coefdiving       :       0.08         92          0
456.21/456.22	c   pscostdiving     :       0.07         92          0
456.21/456.22	c   fracdiving       :       0.08         92          0
456.21/456.22	c   veclendiving     :       0.06         92          0
456.21/456.22	c   rootsoldiving    :       0.04         92          0
456.21/456.22	c   objpscostdiving  :       0.04         92          0
456.21/456.22	c   trivial          :       0.01          2          1
456.21/456.22	c   simplerounding   :       0.05      10994          0
456.21/456.22	c   zirounding       :       0.04       1000          0
456.21/456.22	c   rounding         :       0.05       1421          0
456.21/456.22	c   shifting         :       0.29        441          0
456.21/456.22	c   intshifting      :       0.01          1          0
456.21/456.22	c   twoopt           :       0.00          0          0
456.21/456.22	c   fixandinfer      :       0.00          0          0
456.21/456.22	c   intdiving        :       0.00          0          0
456.21/456.22	c   actconsdiving    :       0.00          0          0
456.21/456.22	c   octane           :       0.00          0          0
456.21/456.22	c   rens             :       0.01          1          0
456.21/456.22	c   rins             :       0.00          0          0
456.21/456.22	c   localbranching   :       0.00          0          0
456.21/456.22	c   mutation         :       0.00          0          0
456.21/456.22	c   crossover        :       2.26        161          5
456.21/456.22	c   dins             :       0.00          0          0
456.21/456.22	c   undercover       :       0.00          0          0
456.21/456.22	c   nlp              :       0.00          0          0
456.21/456.22	c   trysol           :       0.04        900         95
456.21/456.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
456.21/456.22	c   primal LP        :       0.00          0          0       0.00          -
456.21/456.22	c   dual LP          :     160.05     149330    1515980      10.15    9471.92
456.21/456.22	c   lex dual LP      :       0.00          0          0       0.00          -
456.21/456.22	c   barrier LP       :       0.00          0          0       0.00          -
456.21/456.22	c   diving/probing LP:       0.17        100       7910      79.10   46529.41
456.21/456.22	c   strong branching :       3.40       3092      72814      23.55   21415.88
456.21/456.22	c     (at root node) :          -         33       6394     193.76          -
456.21/456.22	c   conflict analysis:       0.00          0          0       0.00          -
456.21/456.22	c B&B Tree           :
456.21/456.22	c   number of runs   :          1
456.21/456.22	c   nodes            :     480116
456.21/456.22	c   nodes (total)    :     480116
456.21/456.22	c   nodes left       :          0
456.21/456.22	c   max depth        :        857
456.21/456.22	c   max depth (total):        857
456.21/456.22	c   backtracks       :      18739 (3.9%)
456.21/456.22	c   delayed cutoffs  :      31261
456.21/456.22	c   repropagations   :     109537 (5561129 domain reductions, 14237 cutoffs)
456.21/456.22	c   avg switch length:       3.81
456.21/456.22	c   switching time   :      31.18
456.21/456.22	c Solution           :
456.21/456.22	c   Solutions found  :        232 (132 improvements)
456.21/456.22	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
456.21/456.22	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 479892 nodes, 428.91 seconds, depth 11, found by <relaxation>)
456.21/456.22	c   Dual Bound       : +1.60000000000000e+01
456.21/456.22	c   Gap              :       0.00 %
456.21/456.22	c   Root Dual Bound  : +0.00000000000000e+00
456.21/456.22	c   Root Iterations  :        308
456.21/456.25	c Time complete: 456.26.

Verifier Data

OK	16

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700285-1278534590/watcher-2700285-1278534590 -o /tmp/evaluation-result-2700285-1278534590/solver-2700285-1278534590 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700285-1278534590.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.16 1.48 3/178 19486
/proc/meminfo: memFree=27729476/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=10840 CPUtime=0
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1635 0 0 0 0 0 0 0 21 0 1 0 21672119 11100160 1556 4089446400 4194304 9819077 140734117954384 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19486/statm: 2710 1556 392 1374 0 1331 0

[startup+0.0735759 s]
/proc/loadavg: 2.04 2.16 1.48 3/178 19486
/proc/meminfo: memFree=27729476/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=25320 CPUtime=0.06
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 6130 0 0 0 5 1 0 0 21 0 1 0 21672119 25927680 4911 4089446400 4194304 9819077 140734117954384 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 6330 4911 645 1374 0 4951 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25320

[startup+0.100567 s]
/proc/loadavg: 2.04 2.16 1.48 3/178 19486
/proc/meminfo: memFree=27729476/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=26352 CPUtime=0.09
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 6424 0 0 0 8 1 0 0 21 0 1 0 21672119 26984448 5176 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 6588 5176 674 1374 0 5209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26352

[startup+0.300529 s]
/proc/loadavg: 2.04 2.16 1.48 3/178 19486
/proc/meminfo: memFree=27729476/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=27752 CPUtime=0.29
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 11172 0 0 0 27 2 0 0 21 0 1 0 21672119 28418048 5299 4089446400 4194304 9819077 140734117954384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 6938 5299 695 1374 0 5559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27752

[startup+0.700469 s]
/proc/loadavg: 2.04 2.16 1.48 3/178 19486
/proc/meminfo: memFree=27729476/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=27704 CPUtime=0.69
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 15349 0 0 0 65 4 0 0 22 0 1 0 21672119 28368896 5291 4089446400 4194304 9819077 140734117954384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 6926 5291 700 1374 0 5547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27704

[startup+1.50032 s]
/proc/loadavg: 2.04 2.16 1.48 3/179 19487
/proc/meminfo: memFree=27708512/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=27364 CPUtime=1.49
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 27984 0 0 0 141 8 0 0 25 0 1 0 21672119 28020736 5469 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 6841 5469 703 1374 0 5462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27364

[startup+3.10102 s]
/proc/loadavg: 2.04 2.16 1.48 3/179 19487
/proc/meminfo: memFree=27704544/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=32288 CPUtime=3.09
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 38957 0 0 0 294 15 0 0 25 0 1 0 21672119 33062912 6855 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 8072 6855 707 1374 0 6693 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32288

[startup+6.30044 s]
/proc/loadavg: 2.04 2.15 1.49 3/179 19487
/proc/meminfo: memFree=27693880/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=39004 CPUtime=6.29
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 59172 0 0 0 597 32 0 0 25 0 1 0 21672119 39940096 8274 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 9751 8274 707 1374 0 8372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39004

[startup+12.7003 s]
/proc/loadavg: 2.04 2.15 1.49 3/179 19487
/proc/meminfo: memFree=27672408/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=50804 CPUtime=12.69
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 93390 0 0 0 1199 70 0 0 25 0 1 0 21672119 52023296 11281 4089446400 4194304 9819077 140734117954384 18446744073709551615 6589066 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 12701 11281 707 1374 0 11322 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50804

[startup+25.5009 s]
/proc/loadavg: 2.03 2.14 1.50 3/179 19488
/proc/meminfo: memFree=27633604/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=73888 CPUtime=25.5
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 157568 0 0 0 2401 149 0 0 25 0 1 0 21672119 75661312 17082 4089446400 4194304 9819077 140734117954384 18446744073709551615 6388890 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 18472 17082 707 1374 0 17093 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 73888

[startup+51.1003 s]
/proc/loadavg: 2.08 2.14 1.51 3/179 19489
/proc/meminfo: memFree=27556116/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=115524 CPUtime=51.09
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 289680 0 0 0 4805 304 0 0 25 0 1 0 21672119 118296576 27474 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 28881 27474 707 1374 0 27502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115524

[startup+102.306 s]
/proc/loadavg: 2.07 2.13 1.54 3/179 19490
/proc/meminfo: memFree=27425908/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=179376 CPUtime=102.3
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 498427 0 0 0 9617 613 0 0 25 0 1 0 21672119 183681024 42765 4089446400 4194304 9819077 140734117954384 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 44887 42766 707 1374 0 43508 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 179376

[startup+162.301 s]
/proc/loadavg: 2.02 2.11 1.57 3/179 19491
/proc/meminfo: memFree=27278608/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=250392 CPUtime=162.3
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 729869 0 0 0 15253 977 0 0 25 0 1 0 21672119 256401408 59730 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 62598 59730 707 1374 0 61219 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 250392

[startup+222.301 s]
/proc/loadavg: 2.01 2.08 1.59 3/179 19493
/proc/meminfo: memFree=27115240/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=334248 CPUtime=222.3
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 984978 0 0 0 20897 1333 0 0 25 0 1 0 21672119 342269952 79316 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 83562 79316 707 1374 0 82183 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 334248

[startup+282.301 s]
/proc/loadavg: 2.00 2.07 1.61 3/179 19495
/proc/meminfo: memFree=26985704/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=391276 CPUtime=282.3
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1229181 0 0 0 26550 1680 0 0 25 0 1 0 21672119 400666624 91294 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 97819 91294 707 1374 0 96440 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 391276

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 1.64 3/179 19497
/proc/meminfo: memFree=26890372/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=405332 CPUtime=342.3
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1506205 0 0 0 32205 2025 0 0 25 0 1 0 21672119 415059968 94252 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 101333 94252 707 1374 0 99954 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 405332

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 1.66 3/179 19498
/proc/meminfo: memFree=26791860/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=428548 CPUtime=402.31
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1786992 0 0 0 37870 2361 0 0 25 0 1 0 21672119 438833152 98917 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 107137 98917 707 1374 0 105758 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 428548

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.04 1.66 3/179 19499
/proc/meminfo: memFree=26778452/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=434276 CPUtime=409.5
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1817520 0 0 0 38546 2404 0 0 25 0 1 0 21672119 444698624 99943 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 108569 99943 707 1374 0 107190 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 434276

[startup+435.1 s]
/proc/loadavg: 2.00 2.04 1.66 3/179 19499
/proc/meminfo: memFree=26729112/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=452716 CPUtime=435.11
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 1950729 0 0 0 40959 2552 0 0 25 0 1 0 21672119 463581184 103565 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 113179 103565 707 1374 0 111800 0
Current children cumulated CPU time (s) 435.11
Current children cumulated vsize (KiB) 452716

[startup+447.901 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26703308/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=461964 CPUtime=447.9
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2030439 0 0 0 42163 2627 0 0 25 0 1 0 21672119 473051136 105327 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 115491 105327 707 1374 0 114112 0
Current children cumulated CPU time (s) 447.9
Current children cumulated vsize (KiB) 461964

[startup+451.1 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26695620/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=464536 CPUtime=451.11
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2055938 0 0 0 42462 2649 0 0 25 0 1 0 21672119 475684864 105825 4089446400 4194304 9819077 140734117954384 18446744073709551615 7309488 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 116134 105825 707 1374 0 114755 0
Current children cumulated CPU time (s) 451.11
Current children cumulated vsize (KiB) 464536

[startup+454.306 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26691276/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=464632 CPUtime=454.31
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2081242 0 0 0 42761 2670 0 0 25 0 1 0 21672119 475783168 105857 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 116158 105857 708 1374 0 114779 0
Current children cumulated CPU time (s) 454.31
Current children cumulated vsize (KiB) 464632

[startup+455.101 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26691276/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=464632 CPUtime=455.11
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2084663 0 0 0 42835 2676 0 0 25 0 1 0 21672119 475783168 105856 4089446400 4194304 9819077 140734117954384 18446744073709551615 4212479 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 116158 105856 708 1374 0 114779 0
Current children cumulated CPU time (s) 455.11
Current children cumulated vsize (KiB) 464632

[startup+455.9 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26688672/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=464636 CPUtime=455.91
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2089066 0 0 0 42910 2681 0 0 25 0 1 0 21672119 475787264 105858 4089446400 4194304 9819077 140734117954384 18446744073709551615 4998130 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 116159 105858 708 1374 0 114780 0
Current children cumulated CPU time (s) 455.91
Current children cumulated vsize (KiB) 464636

[startup+456.1 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26688672/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=438012 CPUtime=456.11
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2090149 0 0 0 42929 2682 0 0 25 0 1 0 21672119 448524288 99204 4089446400 4194304 9819077 140734117954384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 109503 99204 708 1374 0 108124 0
Current children cumulated CPU time (s) 456.11
Current children cumulated vsize (KiB) 438012

[startup+456.2 s]
/proc/loadavg: 2.00 2.03 1.67 3/179 19499
/proc/meminfo: memFree=26688672/32951124 swapFree=67111528/67111528
[pid=19486] ppid=19484 vsize=438012 CPUtime=456.21
/proc/19486/stat : 19486 (pbscip.linux.x8) R 19484 19486 18367 0 -1 4202496 2093055 0 0 0 42938 2683 0 0 25 0 1 0 21672119 448524288 99204 4089446400 4194304 9819077 140734117954384 18446744073709551615 6593607 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19486/statm: 109503 99204 708 1374 0 108124 0
Current children cumulated CPU time (s) 456.21
Current children cumulated vsize (KiB) 438012

Child status: 0
Real time (s): 456.255
CPU time (s): 456.269
CPU user time (s): 429.424
CPU system time (s): 26.8449
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 474636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.424
system time used= 26.8449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2093183
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= 4
involuntary context switches= 5249

runsolver used 0.59091 second user time and 1.49577 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-07 22:29:50
IDJOB=2700285
IDBENCH=79415
IDSOLVER=1205
FILE ID=node138/2700285-1278534590
PBS_JOBID= 11239202
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh306_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700285-1278534590/watcher-2700285-1278534590 -o /tmp/evaluation-result-2700285-1278534590/solver-2700285-1278534590 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700285-1278534590.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 066a913179e37120802f974ea952f3b3
RANDOM SEED=1139385853

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27729880 kB
Buffers:        128948 kB
Cached:        3979224 kB
SwapCached:          0 kB
Active:        2515652 kB
Inactive:      2554088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27729880 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      961124 kB
Mapped:          16468 kB
Slab:            84404 kB
PageTables:       6804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1102216 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= 73604 MiB
End job on node138 at 2010-07-07 22:37:26