Trace number 2705071

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.26 1790.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.wbo
MD5SUM6ba4b4283c00d7202a0c09683aff0663
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 benchmark385.756
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705071-1278578335.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137945
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	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.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.379450e+05 |    Inf 
13.19/13.26	o 676
13.19/13.26	c *13.2s|  6550 |  6438 |  3136 |   0.5 |  37M|2287 |   - |5645 |5414 |5645 | 233 |1001 |   0 | 538 | 0.000000e+00 | 6.760000e+02 |    Inf 
18.89/18.94	c  18.9s| 10000 |  9888 |  3488 |   0.3 |  44M|2287 |   0 |5645 |5414 |5645 | 210 |1079 |   0 | 565 | 0.000000e+00 | 6.760000e+02 |    Inf 
35.10/35.13	c  35.1s| 20000 | 19890 |  4660 |   0.2 |  65M|2287 |   0 |5645 |5414 |5645 | 181 |1355 |   0 | 645 | 0.000000e+00 | 6.760000e+02 |    Inf 
52.29/52.38	c  52.3s| 30000 | 29868 |  6643 |   0.2 |  87M|2287 |   0 |5645 |5473 |5645 | 224 |1874 |  59 | 775 | 0.000000e+00 | 6.760000e+02 |    Inf 
71.50/71.60	c  71.6s| 40000 | 39878 |  9272 |   0.2 | 106M|2287 |   0 |5645 |5494 |5645 | 217 |2655 |  80 | 873 | 0.000000e+00 | 6.760000e+02 |    Inf 
89.29/89.31	c  89.3s| 50000 | 49867 | 11372 |   0.2 | 126M|2287 |   0 |5645 |5551 |5645 | 227 |3296 | 137 | 909 | 0.000000e+00 | 6.760000e+02 |    Inf 
103.09/103.16	o 653
103.09/103.16	c * 103s| 56849 | 56371 | 14738 |   0.3 | 140M|2287 |   - |5645 |5810 |5645 | 196 |4255 | 396 | 959 | 0.000000e+00 | 6.530000e+02 |    Inf 
103.09/103.17	o 641
103.09/103.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.09/103.17	c * 103s| 56850 | 56179 | 14742 |   0.3 | 140M|2287 |   - |5645 |5810 |5645 | 196 |4255 | 396 | 959 | 0.000000e+00 | 6.410000e+02 |    Inf 
103.40/103.49	o 626
103.40/103.49	c * 103s| 57004 | 56127 | 14809 |   0.3 | 139M|2287 |   - |5645 |5822 |5645 | 205 |4270 | 408 | 959 | 0.000000e+00 | 6.260000e+02 |    Inf 
103.59/103.63	o 608
103.59/103.63	c * 104s| 57068 | 55887 | 14841 |   0.3 | 139M|2287 |   - |5645 |5832 |5645 | 203 |4273 | 418 | 959 | 0.000000e+00 | 6.080000e+02 |    Inf 
103.90/103.96	o 607
103.90/103.96	c * 104s| 57219 | 56013 | 14931 |   0.3 | 139M|2287 |   - |5645 |5863 |5645 | 208 |4288 | 449 | 959 | 0.000000e+00 | 6.070000e+02 |    Inf 
104.30/104.33	o 606
104.30/104.33	c * 104s| 57381 | 56149 | 15092 |   0.3 | 140M|2287 |   - |5645 |5904 |5645 | 207 |4319 | 490 | 959 | 0.000000e+00 | 6.060000e+02 |    Inf 
104.50/104.59	o 605
104.50/104.59	c * 105s| 57478 | 56232 | 15318 |   0.3 | 140M|2287 |   - |5645 |5929 |5645 | 224 |4360 | 515 | 959 | 0.000000e+00 | 6.050000e+02 |    Inf 
110.00/110.03	o 591
110.00/110.03	c * 110s| 59467 | 57836 | 18860 |   0.3 | 146M|2287 |   - |5645 |6707 |5645 | 211 |5381 |1293 | 997 | 0.000000e+00 | 5.910000e+02 |    Inf 
110.00/110.06	o 588
110.00/110.06	c * 110s| 59471 | 57794 | 18867 |   0.3 | 146M|2287 |   - |5645 |6707 |5645 | 211 |5381 |1293 | 997 | 0.000000e+00 | 5.880000e+02 |    Inf 
110.00/110.07	o 572
110.00/110.07	c * 110s| 59472 | 57540 | 18868 |   0.3 | 145M|2287 |   - |5645 |6707 |5645 | 211 |5381 |1293 | 997 | 0.000000e+00 | 5.720000e+02 |    Inf 
111.19/111.20	o 554
111.19/111.20	c * 111s| 59955 | 57451 | 19130 |   0.3 | 146M|2287 |   - |5645 |6937 |5645 | 214 |5459 |1523 | 997 | 0.000000e+00 | 5.540000e+02 |    Inf 
111.29/111.30	c   111s| 60000 | 57493 | 19180 |   0.3 | 146M|2287 |   0 |5645 |6950 |5645 | 221 |5471 |1536 | 997 | 0.000000e+00 | 5.540000e+02 |    Inf 
111.69/111.76	o 528
111.69/111.76	c * 112s| 60205 | 56860 | 19231 |   0.3 | 144M|2287 |   - |5645 |6981 |5645 | 219 |5486 |1567 | 997 | 0.000000e+00 | 5.280000e+02 |    Inf 
111.69/111.77	o 490
111.69/111.77	c * 112s| 60206 | 55488 | 19232 |   0.3 | 140M|2287 |   - |5645 |6981 |5645 | 219 |5486 |1567 | 997 | 0.000000e+00 | 4.900000e+02 |    Inf 
111.89/111.96	o 479
111.89/111.96	c * 112s| 60295 | 55097 | 19283 |   0.3 | 140M|2287 |   - |5645 |6981 |5645 | 213 |5490 |1567 | 997 | 0.000000e+00 | 4.790000e+02 |    Inf 
112.29/112.38	o 438
112.29/112.38	c * 112s| 60506 | 53803 | 19299 |   0.3 | 136M|2287 |   - |5645 |6981 |5645 | 213 |5491 |1567 | 997 | 0.000000e+00 | 4.380000e+02 |    Inf 
112.39/112.48	o 414
112.39/112.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.39/112.48	c * 112s| 60543 | 53101 | 19311 |   0.3 | 135M|2287 |   - |5645 |6986 |5645 | 212 |5491 |1572 | 997 | 0.000000e+00 | 4.140000e+02 |    Inf 
112.39/112.48	o 410
112.39/112.48	c * 112s| 60544 | 52969 | 19311 |   0.3 | 134M|2287 |   - |5645 |6986 |5645 | 212 |5491 |1572 | 997 | 0.000000e+00 | 4.100000e+02 |    Inf 
112.69/112.76	o 390
112.69/112.76	c * 113s| 60697 | 52335 | 19370 |   0.3 | 133M|2287 |   - |5645 |7024 |5645 | 213 |5506 |1610 | 997 | 0.000000e+00 | 3.900000e+02 |    Inf 
116.69/116.79	o 369
116.69/116.79	c * 117s| 62123 | 52641 | 21246 |   0.3 | 137M|2287 |   - |5645 |7746 |5645 | 196 |5940 |2332 |1060 | 0.000000e+00 | 3.690000e+02 |    Inf 
121.19/121.24	o 366
121.19/121.24	c * 121s| 63775 | 53896 | 22952 |   0.4 | 143M|2287 |   - |5645 |8345 |5645 | 221 |6293 |2936 |1115 | 0.000000e+00 | 3.660000e+02 |    Inf 
121.49/121.55	o 319
121.49/121.55	c * 122s| 63991 | 51479 | 22956 |   0.4 | 138M|2287 |   - |5645 |8355 |5645 | 216 |6293 |2946 |1115 | 0.000000e+00 | 3.190000e+02 |    Inf 
121.89/121.95	o 318
121.89/121.95	c * 122s| 64210 | 51636 | 22963 |   0.4 | 138M|2287 |   - |5645 |8355 |5645 | 216 |6293 |2946 |1115 | 0.000000e+00 | 3.180000e+02 |    Inf 
123.99/124.01	o 293
123.99/124.01	c * 124s| 65292 | 50331 | 23354 |   0.4 | 134M|2287 |   - |5645 |8548 |5645 | 220 |6395 |3147 |1118 | 0.000000e+00 | 2.930000e+02 |    Inf 
124.49/124.56	o 272
124.49/124.56	c * 125s| 65576 | 48574 | 23400 |   0.4 | 130M|2287 |   - |5645 |8611 |5645 | 217 |6408 |3210 |1118 | 0.000000e+00 | 2.720000e+02 |    Inf 
124.79/124.85	o 251
124.79/124.85	c * 125s| 65693 | 46240 | 23492 |   0.4 | 125M|2287 |   - |5645 |8704 |5645 | 221 |6438 |3304 |1123 | 0.000000e+00 | 2.510000e+02 |    Inf 
134.39/134.41	o 194
134.39/134.41	c * 134s| 69310 | 38895 | 29677 |   0.4 | 115M|2287 |   - |5645 |9551 |5645 | 213 |7924 |4719 |1253 | 0.000000e+00 | 1.940000e+02 |    Inf 
134.39/134.46	o 192
134.39/134.46	c * 134s| 69320 | 38537 | 29778 |   0.4 | 115M|2287 |   - |5645 |9536 |5645 | 202 |7936 |4720 |1257 | 0.000000e+00 | 1.920000e+02 |    Inf 
134.49/134.57	o 181
134.49/134.57	c * 135s| 69362 | 36237 | 29941 |   0.4 | 110M|2287 |   - |5645 |9559 |5645 | 211 |7964 |4748 |1257 | 0.000000e+00 | 1.810000e+02 |    Inf 
134.49/134.57	o 180
134.49/134.57	c * 135s| 69363 | 35998 | 29941 |   0.4 | 109M|2287 |   - |5645 |9559 |5645 | 211 |7964 |4748 |1257 | 0.000000e+00 | 1.800000e+02 |    Inf 
136.99/137.04	c   137s| 70000 | 36179 | 32246 |   0.5 | 112M|2287 |   0 |5645 |9451 |5645 | 198 |8455 |5406 |1341 | 0.000000e+00 | 1.800000e+02 |    Inf 
141.49/141.54	o 164
141.49/141.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.49/141.54	c * 142s| 71350 | 33910 | 35888 |   0.5 | 111M|2287 |   - |5645 |9353 |5645 | 232 |9370 |6230 |1370 | 0.000000e+00 | 1.640000e+02 |    Inf 
141.80/141.84	o 151
141.80/141.84	c * 142s| 71412 | 31010 | 36165 |   0.5 | 104M|2287 |   - |5645 |9357 |5645 | 208 |9439 |6281 |1373 | 0.000000e+00 | 1.510000e+02 |    Inf 
145.99/146.02	o 136
145.99/146.02	c * 146s| 72601 | 28274 | 38821 |   0.5 | 101M|2287 |   - |5645 |9397 |5645 | 207 |  10k|6967 |1386 | 0.000000e+00 | 1.360000e+02 |    Inf 
151.89/151.91	o 135
151.89/151.91	c * 152s| 74147 | 28937 | 44353 |   0.6 | 108M|2287 |   - |5645 |9356 |5645 | 230 |  11k|7968 |1429 | 0.000000e+00 | 1.350000e+02 |    Inf 
155.10/155.15	o 128
155.10/155.15	c * 155s| 75034 | 28016 | 47980 |   0.6 | 110M|2287 |   - |5645 |9029 |5645 | 229 |  12k|8555 |1473 | 0.000000e+00 | 1.280000e+02 |    Inf 
155.19/155.21	o 124
155.19/155.21	c * 155s| 75040 | 26705 | 48049 |   0.6 | 107M|2287 |   - |5645 |9013 |5645 | 193 |  12k|8558 |1473 | 0.000000e+00 | 1.240000e+02 |    Inf 
161.09/161.15	o 121
161.09/161.15	c * 161s| 76628 | 26751 | 54997 |   0.7 | 113M|2287 |   - |5645 |8692 |5645 | 228 |  13k|9574 |1489 | 0.000000e+00 | 1.210000e+02 |    Inf 
161.19/161.22	o 114
161.19/161.22	c * 161s| 76652 | 24671 | 55203 |   0.7 | 107M|2287 |   - |5645 |8680 |5645 | 218 |  13k|9580 |1491 | 0.000000e+00 | 1.140000e+02 |    Inf 
161.29/161.38	o 107
161.29/161.38	c * 161s| 76750 | 22915 | 55435 |   0.7 | 101M|2287 |   - |5645 |8659 |5645 | 243 |  14k|9584 |1493 | 0.000000e+00 | 1.070000e+02 |    Inf 
164.50/164.54	o 104
164.50/164.54	c * 165s| 77630 | 22508 | 58275 |   0.7 | 105M|2287 |   - |5645 |8777 |5645 | 220 |  14k|  10k|1500 | 0.000000e+00 | 1.040000e+02 |    Inf 
167.59/167.68	o 101
167.59/167.68	c * 168s| 78447 | 22047 | 61798 |   0.8 | 108M|2287 |   - |5645 |8813 |5645 | 215 |  15k|  10k|1504 | 0.000000e+00 | 1.010000e+02 |    Inf 
167.59/167.69	o 93
167.59/167.69	c * 168s| 78448 | 19466 | 61798 |   0.8 |  99M|2287 |   - |5645 |8813 |5645 | 215 |  15k|  10k|1504 | 0.000000e+00 | 9.300000e+01 |    Inf 
169.00/169.00	o 86
169.00/169.00	c * 169s| 78841 | 17623 | 62577 |   0.8 |  94M|2287 |   - |5645 |8518 |5645 | 222 |  15k|  11k|1504 | 0.000000e+00 | 8.600000e+01 |    Inf 
170.70/170.76	o 84
170.70/170.76	c * 171s| 79290 | 16961 | 63868 |   0.8 |  93M|2287 |   - |5645 |8272 |5645 | 224 |  15k|  11k|1508 | 0.000000e+00 | 8.400000e+01 |    Inf 
173.19/173.25	c   173s| 80000 | 17149 | 65655 |   0.8 |  95M|2287 |   1 |5645 |7956 |5645 | 249 |  16k|  12k|1515 | 0.000000e+00 | 8.400000e+01 |    Inf 
208.60/208.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.60/208.62	c   209s| 90000 | 21110 | 91976 |   1.0 | 133M|2287 |   0 |5645 |9017 |5645 | 250 |  23k|  20k|1804 | 0.000000e+00 | 8.400000e+01 |    Inf 
240.80/240.86	o 66
240.80/240.86	c * 241s| 99040 | 19726 |115643 |   1.2 | 151M|2287 |   - |5645 |8643 |5645 | 230 |  29k|  29k|2050 | 0.000000e+00 | 6.600000e+01 |    Inf 
244.89/244.93	c   245s|100000 | 20034 |120606 |   1.2 | 154M|2287 |  12 |5645 |7873 |5645 | 236 |  30k|  30k|2085 | 0.000000e+00 | 6.600000e+01 |    Inf 
248.00/248.07	o 61
248.00/248.07	c * 248s|100801 | 18568 |123527 |   1.2 | 151M|2287 |   - |5645 |7952 |5645 | 224 |  31k|  31k|2127 | 0.000000e+00 | 6.100000e+01 |    Inf 
248.00/248.09	o 40
248.00/248.09	c * 248s|100802 | 13770 |123527 |   1.2 | 121M|2287 |   - |5645 |7952 |5645 | 224 |  31k|  31k|2127 | 0.000000e+00 | 4.000000e+01 |    Inf 
248.10/248.14	o 37
248.10/248.14	c * 248s|100810 | 13233 |123580 |   1.2 | 117M|2287 |   - |5645 |7087 |5645 | 223 |  31k|  31k|2128 | 0.000000e+00 | 3.700000e+01 |    Inf 
257.00/257.07	o 34
257.00/257.07	c * 257s|104315 | 12835 |136043 |   1.3 | 117M|2287 |   - |5645 |6838 |5645 | 186 |  34k|  36k|2285 | 0.000000e+00 | 3.400000e+01 |    Inf 
269.10/269.13	c   269s|110000 | 13028 |149251 |   1.4 | 121M|2287 |   1 |5645 |7148 |5645 | 183 |  36k|  42k|2378 | 0.000000e+00 | 3.400000e+01 |    Inf 
271.19/271.27	o 22
271.19/271.27	c * 271s|110912 | 10860 |151695 |   1.4 | 101M|2287 |   - |5645 |6788 |5645 | 207 |  36k|  43k|2396 | 0.000000e+00 | 2.200000e+01 |    Inf 
278.09/278.20	o 19
278.09/278.20	c * 278s|114132 | 10405 |164746 |   1.4 |  99M|2287 |   - |5645 |7351 |5645 | 268 |  38k|  47k|2491 | 0.000000e+00 | 1.900000e+01 |    Inf 
280.69/280.72	o 15
280.69/280.72	c * 281s|115387 |  9335 |168884 |   1.5 |  91M|2287 |   - |5645 |7527 |5645 | 261 |  39k|  49k|2508 | 0.000000e+00 | 1.500000e+01 |    Inf 
285.90/285.95	o 10
285.90/285.95	c * 286s|117988 |  8287 |179921 |   1.5 |  84M|2287 |   - |5645 |6813 |5645 | 229 |  41k|  52k|2584 | 0.000000e+00 | 1.000000e+01 |    Inf 
289.00/289.00	o 9
289.00/289.00	c * 289s|119510 |  8251 |189446 |   1.6 |  84M|2287 |   - |5645 |7065 |5645 | 228 |  42k|  54k|2671 | 0.000000e+00 | 9.000000e+00 |    Inf 
289.89/289.90	c   290s|120000 |  8269 |191958 |   1.6 |  84M|2287 |  10 |5645 |7170 |5645 | 250 |  43k|  55k|2676 | 0.000000e+00 | 9.000000e+00 |    Inf 
293.70/293.70	o 6
293.70/293.70	c * 294s|122255 |  7212 |200273 |   1.6 |  79M|2287 |   - |5645 |7499 |5645 | 247 |  44k|  58k|2725 | 0.000000e+00 | 6.000000e+00 |    Inf 
306.80/306.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.80/306.90	c   307s|130000 |  6748 |231893 |   1.8 |  79M|2287 |   - |5645 |8685 |   0 |   0 |  48k|  69k|2919 | 0.000000e+00 | 6.000000e+00 |    Inf 
324.89/324.93	c   325s|140000 |  6826 |283171 |   2.0 |  81M|2287 |   - |5645 |  10k|5645 | 260 |  56k|  82k|3171 | 0.000000e+00 | 6.000000e+00 |    Inf 
339.09/339.14	o 3
339.09/339.14	c * 339s|147339 |  6153 |327199 |   2.2 |  77M|2287 |   - |5645 |  10k|5645 | 281 |  61k|  92k|3418 | 0.000000e+00 | 3.000000e+00 |    Inf 
344.10/344.14	c   344s|150000 |  5993 |342876 |   2.3 |  76M|2287 |  15 |5645 |9281 |5645 | 212 |  63k|  95k|3492 | 0.000000e+00 | 3.000000e+00 |    Inf 
360.80/360.84	c   361s|160000 |  5945 |386883 |   2.4 |  78M|2287 |   1 |5645 |  12k|5645 | 262 |  69k| 109k|3705 | 0.000000e+00 | 3.000000e+00 |    Inf 
377.79/377.85	c   378s|170000 |  5959 |429697 |   2.5 |  79M|2287 |  11 |5645 |  13k|5645 | 233 |  74k| 122k|3891 | 0.000000e+00 | 3.000000e+00 |    Inf 
397.60/397.67	c   398s|180000 |  5975 |493120 |   2.7 |  80M|2287 |   - |5645 |  14k|   0 |   0 |  83k| 136k|4127 | 0.000000e+00 | 3.000000e+00 |    Inf 
415.00/415.10	o 2
415.00/415.10	c * 415s|188769 |  5768 |548162 |   2.9 |  79M|2287 |   - |5645 |  16k|5645 | 257 |  91k| 147k|4277 | 0.000000e+00 | 2.000000e+00 |    Inf 
417.60/417.67	c   418s|190000 |  5777 |556735 |   2.9 |  80M|2287 |   - |5645 |  16k|5645 | 244 |  92k| 149k|4320 | 0.000000e+00 | 2.000000e+00 |    Inf 
438.60/438.64	c   439s|200000 |  5743 |622677 |   3.1 |  79M|2287 |  19 |5645 |  14k|5645 | 256 | 101k| 163k|4518 | 0.000000e+00 | 2.000000e+00 |    Inf 
457.39/457.48	c   457s|210000 |  5530 |679569 |   3.2 |  78M|2287 |   - |5645 |  13k|   0 |   0 | 109k| 176k|4769 | 0.000000e+00 | 2.000000e+00 |    Inf 
475.90/475.99	c   476s|220000 |  5583 |727938 |   3.3 |  81M|2287 |   1 |5645 |  17k|5645 | 293 | 115k| 190k|4887 | 0.000000e+00 | 2.000000e+00 |    Inf 
495.10/495.19	c   495s|230000 |  5448 |776728 |   3.4 |  79M|2287 |   - |5645 |  15k|   0 |   0 | 121k| 203k|5038 | 0.000000e+00 | 2.000000e+00 |    Inf 
515.00/515.05	o 1
515.00/515.05	c * 515s|239564 |  4984 |834177 |   3.5 |  76M|2287 |   - |5645 |  14k|5645 | 237 | 129k| 216k|5218 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.81/515.86	c   516s|240000 |  4979 |836183 |   3.5 |  75M|2287 |  12 |5645 |  13k|5645 | 243 | 129k| 216k|5218 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.00/536.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.00/536.00	c   536s|250000 |  5083 |898163 |   3.6 |  78M|2287 |   - |5645 |  18k|   0 |   0 | 136k| 229k|5345 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.10/557.19	c   557s|260000 |  5050 |961473 |   3.7 |  80M|2287 |  15 |5645 |  21k|5645 | 279 | 141k| 243k|5468 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.51/577.50	c   577s|270000 |  4907 |  1015k|   3.8 |  77M|2287 |  21 |5645 |  17k|5645 | 244 | 149k| 257k|5666 | 0.000000e+00 | 1.000000e+00 |    Inf 
595.90/595.99	c   596s|280000 |  4750 |  1063k|   3.8 |  77M|2287 |   1 |5645 |  16k|5645 | 210 | 157k| 270k|5777 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.10/613.13	c   613s|290000 |  4556 |  1101k|   3.8 |  76M|2287 |   1 |5645 |  16k|5645 | 220 | 162k| 284k|5897 | 0.000000e+00 | 1.000000e+00 |    Inf 
630.90/630.95	c   631s|300000 |  4534 |  1140k|   3.8 |  76M|2287 |   1 |5645 |  16k|5645 | 208 | 170k| 297k|6002 | 0.000000e+00 | 1.000000e+00 |    Inf 
648.60/648.60	c   649s|310000 |  4640 |  1181k|   3.8 |  77M|2287 |   1 |5645 |  16k|5645 | 208 | 178k| 310k|6062 | 0.000000e+00 | 1.000000e+00 |    Inf 
665.90/665.93	c   666s|320000 |  4617 |  1224k|   3.8 |  79M|2287 |   - |5645 |  18k|   0 |   0 | 185k| 325k|6152 | 0.000000e+00 | 1.000000e+00 |    Inf 
683.40/683.45	c   683s|330000 |  4570 |  1265k|   3.8 |  79M|2287 |   1 |5645 |  18k|5645 | 233 | 192k| 340k|6217 | 0.000000e+00 | 1.000000e+00 |    Inf 
701.70/701.79	c   702s|340000 |  4557 |  1309k|   3.9 |  79M|2287 |  11 |5645 |  17k|5645 | 222 | 199k| 354k|6277 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.51/720.50	c   720s|350000 |  4643 |  1353k|   3.9 |  80M|2287 |   1 |5645 |  19k|5645 | 207 | 206k| 368k|6360 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.91/738.95	c   739s|360000 |  4417 |  1393k|   3.9 |  77M|2287 |   1 |5645 |  17k|5645 | 207 | 212k| 382k|6411 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.81/755.88	c   756s|370000 |  4170 |  1427k|   3.9 |  74M|2287 |   - |5645 |  17k|   0 |   0 | 218k| 396k|6466 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.11/774.17	c   774s|380000 |  3920 |  1467k|   3.9 |  72M|2287 |  11 |5645 |  16k|5645 | 226 | 225k| 409k|6760 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.01/794.02	c   794s|390000 |  3747 |  1519k|   3.9 |  71M|2287 |   - |5645 |  17k|   0 |   0 | 232k| 423k|6897 | 0.000000e+00 | 1.000000e+00 |    Inf 
813.51/813.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.51/813.54	c   814s|400000 |  3949 |  1558k|   3.9 |  73M|2287 |   - |5645 |  19k|   0 |   0 | 239k| 436k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.30/833.39	c   833s|410000 |  3969 |  1593k|   3.9 |  75M|2287 |   1 |5645 |  21k|5645 | 213 | 246k| 449k|7044 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.30/853.33	c   853s|420000 |  4024 |  1631k|   3.9 |  76M|2287 |  13 |5645 |  23k|5645 | 194 | 253k| 464k|7100 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.41/873.49	c   873s|430000 |  4049 |  1668k|   3.9 |  77M|2287 |   - |5645 |  23k|   0 |   0 | 259k| 478k|7150 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.10/894.16	c   894s|440000 |  4065 |  1706k|   3.9 |  78M|2287 |   - |5645 |  23k|   0 |   0 | 266k| 492k|7221 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.41/914.44	c   914s|450000 |  4090 |  1741k|   3.9 |  79M|2287 |  13 |5645 |  24k|5645 | 189 | 272k| 506k|7279 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.61/935.63	c   936s|460000 |  4126 |  1782k|   3.9 |  80M|2287 |   1 |5645 |  24k|5645 | 195 | 279k| 520k|7347 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.61/956.62	c   957s|470000 |  4024 |  1821k|   3.9 |  78M|2287 |   - |5645 |  22k|   0 |   0 | 285k| 535k|7407 | 0.000000e+00 | 1.000000e+00 |    Inf 
977.61/977.66	c   978s|480000 |  3947 |  1860k|   3.9 |  78M|2287 |   1 |5645 |  24k|5645 | 173 | 291k| 549k|7454 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.21/1000.24	c  1000s|490000 |  3779 |  1913k|   3.9 |  74M|2287 |  18 |5645 |  23k|5645 | 237 | 299k| 563k|7603 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.21/1024.29	c  1024s|500000 |  3896 |  1978k|   4.0 |  76M|2287 |  22 |5645 |  26k|5645 | 249 | 307k| 576k|7673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.52/1049.56	c  1050s|510000 |  3924 |  2045k|   4.0 |  77M|2287 |  14 |5645 |  28k|5645 | 244 | 315k| 590k|7750 | 0.000000e+00 | 1.000000e+00 |    Inf 
1074.82/1074.87	c  1075s|520000 |  3912 |  2105k|   4.0 |  77M|2287 |   1 |5645 |  25k|5645 | 173 | 322k| 603k|7878 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.81/1099.89	c  1100s|530000 |  4105 |  2138k|   4.0 |  80M|2287 |   - |5645 |  28k|   0 |   0 | 328k| 616k|7903 | 0.000000e+00 | 1.000000e+00 |    Inf 
1122.41/1122.48	c  1122s|540000 |  4150 |  2178k|   4.0 |  80M|2287 |   1 |5645 |  27k|5645 | 216 | 334k| 629k|7954 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.52/1145.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.52/1145.56	c  1146s|550000 |  4222 |  2216k|   4.0 |  82M|2287 |   - |5645 |  30k|   0 |   0 | 339k| 643k|8013 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.52/1168.56	c  1169s|560000 |  4202 |  2253k|   4.0 |  81M|2287 |   - |5645 |  25k|   0 |   0 | 344k| 656k|8123 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.62/1193.65	c  1194s|570000 |  4541 |  2298k|   4.0 |  85M|2287 |   - |5645 |  28k|   0 |   0 | 354k| 668k|8187 | 0.000000e+00 | 1.000000e+00 |    Inf 
1219.42/1219.46	c  1219s|580000 |  4799 |  2343k|   4.0 |  88M|2287 |   - |5645 |  30k|   0 |   0 | 363k| 680k|8240 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.32/1244.37	c  1244s|590000 |  4949 |  2384k|   4.0 |  89M|2287 |   - |5645 |  28k|   0 |   0 | 372k| 693k|8311 | 0.000000e+00 | 1.000000e+00 |    Inf 
1269.52/1269.55	c  1270s|600000 |  5098 |  2429k|   4.0 |  92M|2287 |   - |5645 |  30k|   0 |   0 | 381k| 706k|8367 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.32/1294.30	c  1294s|610000 |  5223 |  2474k|   4.1 |  93M|2287 |   - |5645 |  28k|   0 |   0 | 390k| 720k|8423 | 0.000000e+00 | 1.000000e+00 |    Inf 
1318.62/1318.63	c  1319s|620000 |  5252 |  2516k|   4.1 |  94M|2287 |   - |5645 |  29k|   0 |   0 | 398k| 733k|8484 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.22/1342.21	c  1342s|630000 |  5284 |  2556k|   4.1 |  95M|2287 |   - |5645 |  28k|   0 |   0 | 405k| 747k|8531 | 0.000000e+00 | 1.000000e+00 |    Inf 
1367.33/1367.33	c  1367s|640000 |  5320 |  2597k|   4.1 |  96M|2287 |   1 |5645 |  28k|5645 | 185 | 414k| 760k|8581 | 0.000000e+00 | 1.000000e+00 |    Inf 
1390.62/1390.69	c  1391s|650000 |  5503 |  2637k|   4.1 |  98M|2287 |   - |5645 |  29k|   0 |   0 | 422k| 774k|8627 | 0.000000e+00 | 1.000000e+00 |    Inf 
1414.32/1414.31	c  1414s|660000 |  5586 |  2676k|   4.1 | 100M|2287 |   1 |5645 |  31k|5645 | 241 | 429k| 787k|8670 | 0.000000e+00 | 1.000000e+00 |    Inf 
1438.13/1438.10	c  1438s|670000 |  5644 |  2714k|   4.1 | 101M|2287 |   - |5645 |  30k|   0 |   0 | 436k| 801k|8723 | 0.000000e+00 | 1.000000e+00 |    Inf 
1462.32/1462.33	c  1462s|680000 |  5660 |  2755k|   4.1 | 101M|2287 |  13 |5645 |  28k|5645 | 183 | 444k| 814k|8780 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.73/1484.79	c  1485s|690000 |  5788 |  2794k|   4.1 | 103M|2287 |   1 |5645 |  30k|5645 | 184 | 452k| 828k|8838 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.23/1507.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.23/1507.29	c  1507s|700000 |  5845 |  2838k|   4.1 | 105M|2287 |   1 |5645 |  32k|5645 | 220 | 460k| 843k|8878 | 0.000000e+00 | 1.000000e+00 |    Inf 
1530.82/1530.80	c  1531s|710000 |  5800 |  2878k|   4.1 | 104M|2287 |   - |5645 |  29k|   0 |   0 | 468k| 858k|8920 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.53/1554.52	c  1554s|720000 |  5882 |  2922k|   4.1 | 106M|2287 |   - |5645 |  31k|   0 |   0 | 475k| 872k|8965 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.33/1578.36	c  1578s|730000 |  5883 |  2965k|   4.1 | 106M|2287 |   - |5645 |  31k|   0 |   0 | 482k| 886k|9022 | 0.000000e+00 | 1.000000e+00 |    Inf 
1601.53/1601.51	c  1601s|740000 |  5780 |  3006k|   4.1 | 105M|2287 |   1 |5645 |  29k|5645 | 186 | 489k| 901k|9074 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.43/1625.46	c  1625s|750000 |  5760 |  3052k|   4.1 | 105M|2287 |   8 |5645 |  31k|5645 | 203 | 496k| 915k|9127 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.93/1649.93	c  1650s|760000 |  5746 |  3095k|   4.1 | 105M|2287 |   - |5645 |  30k|   0 |   0 | 503k| 929k|9184 | 0.000000e+00 | 1.000000e+00 |    Inf 
1673.32/1673.32	c  1673s|770000 |  5675 |  3133k|   4.1 | 105M|2287 |   1 |5645 |  30k|5645 | 195 | 510k| 944k|9228 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.63/1696.69	c  1697s|780000 |  5674 |  3174k|   4.1 | 106M|2287 |  15 |5645 |  31k|5645 | 224 | 517k| 958k|9267 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.54/1721.55	c  1722s|790000 |  5753 |  3218k|   4.1 | 107M|2287 |   1 |5645 |  30k|5645 | 203 | 525k| 973k|9306 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.43/1746.42	c  1746s|800000 |  5664 |  3263k|   4.1 | 106M|2287 |   1 |5645 |  29k|5645 | 202 | 533k| 988k|9352 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.84/1769.87	c  1770s|810000 |  5631 |  3305k|   4.1 | 106M|2287 |   - |5645 |  29k|   0 |   0 | 540k|1003k|9404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.98
1790.03/1790.01	c Solving Nodes      : 819119
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (241 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.08	s SATISFIABLE
1790.03/1790.08	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.08	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.08	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.03/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1790.03/1790.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.03/1790.08	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 
1790.03/1790.08	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 
1790.03/1790.08	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 
1790.03/1790.08	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 
1790.03/1790.08	v -x1 
1790.03/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.08	c Solving Time       :    1789.98
1790.03/1790.08	c Original Problem   :
1790.03/1790.08	c   Problem name     : HOME/instance-2705071-1278578335.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.08	c Presolved Problem  :
1790.03/1790.08	c   Problem name     : t_HOME/instance-2705071-1278578335.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5414 initial, 33240 maximal
1790.03/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.03/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   integral         :          0          0          0     550601          0         25        870          0          0     800732
1790.03/1790.08	c   linear           :       2707          6    4329750     147134          2     316745   18030167     547609          0          0
1790.03/1790.08	c   indicator        :       2707          0    1037531     104549          0        606    5251493          0          0          0
1790.03/1790.08	c   logicor          :          0+         0    1274790          0          0      55490    1536589          0          0          0
1790.03/1790.08	c   bounddisjunction :          0+         0     293069          0          0        112       3880          0          0          0
1790.03/1790.08	c   countsols        :          0          0          0      82144          2          0          0          0          0          0
1790.03/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.08	c   integral         :      13.82       0.00       0.00      13.82       0.00
1790.03/1790.08	c   linear           :     218.82       0.00     204.31      14.51       0.00
1790.03/1790.08	c   indicator        :      46.01       0.00      27.31      18.70       0.00
1790.03/1790.08	c   logicor          :     270.06       0.00     270.06       0.00       0.00
1790.03/1790.08	c   bounddisjunction :       2.14       0.00       2.14       0.00       0.00
1790.03/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.03/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.08	c   vbounds          :       0.78      27403          1       8958
1790.03/1790.08	c   rootredcost      :       0.63         58          0       2707
1790.03/1790.08	c   pseudoobj        :     161.59    4341890       9132    4716451
1790.03/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.08	c   propagation      :      23.74     381479     381419    2494262       29.5      11672       23.7          -
1790.03/1790.08	c   infeasible LP    :       4.72      14667      14667     119122       39.4        136       16.7          0
1790.03/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.08	c   applied globally :          -          -          -    1015791       22.9          -          -          -
1790.03/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.08	c   redcost          :      54.04     553498          0     589207          0          0
1790.03/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.08	c Pricers            :       Time      Calls       Vars
1790.03/1790.08	c   problem variables:       0.00          0          0
1790.03/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   relpscost        :      13.43     401072         25        870          0          0     800732
1790.03/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   inference        :      39.35      82088          0          0          0          0     164903
1790.03/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.08	c   LP solutions     :       0.18          -         58
1790.03/1790.08	c   pseudo solutions :       0.00          -          0
1790.03/1790.08	c   feaspump         :       0.00          0          0
1790.03/1790.08	c   intshifting      :       0.00          0          0
1790.03/1790.08	c   oneopt           :       0.46         51          0
1790.03/1790.08	c   guideddiving     :       0.33        139          0
1790.03/1790.08	c   coefdiving       :       0.29        168          0
1790.03/1790.08	c   pscostdiving     :       0.29        168          0
1790.03/1790.08	c   fracdiving       :       0.29        168          0
1790.03/1790.08	c   linesearchdiving :       0.29        168          0
1790.03/1790.08	c   veclendiving     :       0.29        169          0
1790.03/1790.08	c   crossover        :       2.53         69          4
1790.03/1790.08	c   objpscostdiving  :       0.32        163          0
1790.03/1790.08	c   rootsoldiving    :       0.36        163          0
1790.03/1790.08	c   trivial          :       0.07          2          2
1790.03/1790.08	c   simplerounding   :       0.66     401403          0
1790.03/1790.08	c   zirounding       :       0.52       1000          0
1790.03/1790.08	c   rounding         :       1.44       8933          0
1790.03/1790.08	c   shifting         :       0.64       2756          0
1790.03/1790.08	c   twoopt           :       0.00          0          0
1790.03/1790.08	c   fixandinfer      :       0.00          0          0
1790.03/1790.08	c   intdiving        :       0.00          0          0
1790.03/1790.08	c   actconsdiving    :       0.00          0          0
1790.03/1790.08	c   octane           :       0.00          0          0
1790.03/1790.08	c   rens             :       0.03          1          0
1790.03/1790.08	c   rins             :       0.00          0          0
1790.03/1790.08	c   localbranching   :       0.00          0          0
1790.03/1790.08	c   mutation         :       0.00          0          0
1790.03/1790.08	c   dins             :       0.00          0          0
1790.03/1790.08	c   undercover       :       0.00          0          0
1790.03/1790.08	c   nlp              :       0.14          0          0
1790.03/1790.08	c   trysol           :       0.48        616        177
1790.03/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.08	c   dual LP          :     440.90     487793    3339266       6.85    7573.71
1790.03/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.08	c   diving/probing LP:       0.18        105       1299      12.37    7277.31
1790.03/1790.08	c   strong branching :      10.72       9444     103023      10.91    9607.64
1790.03/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.08	c B&B Tree           :
1790.03/1790.08	c   number of runs   :          1
1790.03/1790.08	c   nodes            :     819119
1790.03/1790.08	c   nodes (total)    :     819119
1790.03/1790.08	c   nodes left       :       5693
1790.03/1790.08	c   max depth        :       2287
1790.03/1790.08	c   max depth (total):       2287
1790.03/1790.08	c   backtracks       :      72160 (8.8%)
1790.03/1790.08	c   delayed cutoffs  :      66211
1790.03/1790.08	c   repropagations   :    2141237 (4754720 domain reductions, 60015 cutoffs)
1790.03/1790.08	c   avg switch length:       6.96
1790.03/1790.08	c   switching time   :     270.40
1790.03/1790.08	c Solution           :
1790.03/1790.08	c   Solutions found  :        241 (59 improvements)
1790.03/1790.08	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 239564 nodes, 515.02 seconds, depth 31, found by <relaxation>)
1790.03/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.08	c   Gap              :   infinite
1790.03/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.08	c   Root Iterations  :        184
1790.23/1790.21	c Time complete: 1790.25.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705071-1278578335/watcher-2705071-1278578335 -o /tmp/evaluation-result-2705071-1278578335/solver-2705071-1278578335 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705071-1278578335.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.07 2.02 1.93 4/178 22790
/proc/meminfo: memFree=29575688/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=12688 CPUtime=0
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 2007 0 0 0 0 0 0 0 21 0 1 0 26045763 12992512 1926 4089446400 4194304 10345943 140735156476896 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22790/statm: 3172 1926 429 1502 0 1665 0

[startup+0.052352 s]
/proc/loadavg: 2.07 2.02 1.93 4/178 22790
/proc/meminfo: memFree=29575688/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=35164 CPUtime=0.04
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 8060 0 0 0 4 0 0 0 21 0 1 0 26045763 36007936 7625 4089446400 4194304 10345943 140735156476896 18446744073709551615 4604689 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 8791 7625 494 1502 0 7284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35164

[startup+0.100344 s]
/proc/loadavg: 2.07 2.02 1.93 4/178 22790
/proc/meminfo: memFree=29575688/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=38016 CPUtime=0.09
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 8448 0 0 0 9 0 0 0 21 0 1 0 26045763 38928384 8013 4089446400 4194304 10345943 140735156476896 18446744073709551615 9138370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300307 s]
/proc/loadavg: 2.07 2.02 1.93 4/178 22790
/proc/meminfo: memFree=29575688/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=70100 CPUtime=0.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 16226 0 0 0 26 3 0 0 21 0 1 0 26045763 71782400 15791 4089446400 4194304 10345943 140735156476896 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700235 s]
/proc/loadavg: 2.07 2.02 1.93 4/178 22790
/proc/meminfo: memFree=29575688/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=65260 CPUtime=0.69
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 16892 0 0 0 65 4 0 0 22 0 1 0 26045763 66826240 15052 4089446400 4194304 10345943 140735156476896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50107 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 22791
/proc/meminfo: memFree=29517896/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=65260 CPUtime=1.49
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 16895 0 0 0 145 4 0 0 25 0 1 0 26045763 66826240 15055 4089446400 4194304 10345943 140735156476896 18446744073709551615 6002316 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 16315 15055 754 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10081 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 22791
/proc/meminfo: memFree=29517648/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=65260 CPUtime=3.09
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 16896 0 0 0 305 4 0 0 25 0 1 0 26045763 66826240 15056 4089446400 4194304 10345943 140735156476896 18446744073709551615 4999750 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 16315 15056 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30024 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 22791
/proc/meminfo: memFree=29517332/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=65260 CPUtime=6.3
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 19283 0 0 0 624 6 0 0 25 0 1 0 26045763 66826240 15083 4089446400 4194304 10345943 140735156476896 18446744073709551615 4447766 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 16315 15083 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 65260

[startup+12.7011 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 22791
/proc/meminfo: memFree=29507612/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=76492 CPUtime=12.69
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 22448 0 0 0 1262 7 0 0 25 0 1 0 26045763 78327808 17653 4089446400 4194304 10345943 140735156476896 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 19123 17653 754 1502 0 17616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76492

[startup+25.5008 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 22792
/proc/meminfo: memFree=29492480/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=91660 CPUtime=25.49
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 32111 0 0 0 2539 10 0 0 25 0 1 0 26045763 93859840 21731 4089446400 4194304 10345943 140735156476896 18446744073709551615 4469808 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22790/statm: 22915 21731 754 1502 0 21408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91660

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 22793
/proc/meminfo: memFree=29469528/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=117332 CPUtime=51.1
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 42530 0 0 0 5095 15 0 0 25 0 1 0 26045763 120147968 27628 4089446400 4194304 10345943 140735156476896 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 29333 27628 762 1502 0 27826 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 117332

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 22795
/proc/meminfo: memFree=29415084/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=170580 CPUtime=102.3
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 60539 0 0 0 10209 21 0 0 25 0 1 0 26045763 174673920 41074 4089446400 4194304 10345943 140735156476896 18446744073709551615 6519518 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 42645 41074 762 1502 0 41138 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 170580

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22795
/proc/meminfo: memFree=29307040/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=301764 CPUtime=162.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 171537 0 0 0 16186 43 0 0 25 0 1 0 26045763 309006336 73288 4089446400 4194304 10345943 140735156476896 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 75441 73288 762 1502 0 73934 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 301764

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22797
/proc/meminfo: memFree=29186576/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=406592 CPUtime=222.3
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 218749 0 0 0 22170 60 0 0 25 0 1 0 26045763 416350208 97961 4089446400 4194304 10345943 140735156476896 18446744073709551615 6847612 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 101648 97961 767 1502 0 100141 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 406592

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22826
/proc/meminfo: memFree=29355196/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=473120 CPUtime=282.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 301556 0 0 0 28148 81 0 0 25 0 1 0 26045763 484474880 113762 4089446400 4194304 10345943 140735156476896 18446744073709551615 4230933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 118280 113762 787 1502 0 116773 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 473120

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22828
/proc/meminfo: memFree=29321472/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=475984 CPUtime=342.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 366982 0 0 0 34109 120 0 0 25 0 1 0 26045763 487407616 114505 4089446400 4194304 10345943 140735156476896 18446744073709551615 6803577 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 118996 114505 795 1502 0 117489 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 475984

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22830
/proc/meminfo: memFree=29296020/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=478900 CPUtime=402.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 382729 0 0 0 40078 151 0 0 25 0 1 0 26045763 490393600 115286 4089446400 4194304 10345943 140735156476896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 119725 115286 795 1502 0 118218 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 478900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22830
/proc/meminfo: memFree=29263092/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=479236 CPUtime=462.29
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 409119 0 0 0 46043 186 0 0 25 0 1 0 26045763 490737664 115368 4089446400 4194304 10345943 140735156476896 18446744073709551615 6322998 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 119809 115368 795 1502 0 118302 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 479236

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22832
/proc/meminfo: memFree=29237244/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=479588 CPUtime=522.3
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 425298 0 0 0 52012 218 0 0 25 0 1 0 26045763 491098112 115666 4089446400 4194304 10345943 140735156476896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 119897 115666 795 1502 0 118390 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 479588

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22834
/proc/meminfo: memFree=29207776/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=481804 CPUtime=582.3
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 435727 0 0 0 57979 251 0 0 25 0 1 0 26045763 493367296 115949 4089446400 4194304 10345943 140735156476896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 120451 115949 795 1502 0 118944 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 481804

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22836
/proc/meminfo: memFree=29181544/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=482704 CPUtime=642.31
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 440233 0 0 0 63954 277 0 0 25 0 1 0 26045763 494288896 116240 4089446400 4194304 10345943 140735156476896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 120676 116240 795 1502 0 119169 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 482704

[startup+702.3 s]

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

/proc/meminfo: memFree=29007864/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=485452 CPUtime=1062.31
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 446898 0 0 0 105795 436 0 0 25 0 1 0 26045763 497102848 116823 4089446400 4194304 10345943 140735156476896 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 121363 116823 795 1502 0 119856 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 485452

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22848
/proc/meminfo: memFree=28983756/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=485452 CPUtime=1122.31
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 447012 0 0 0 111776 455 0 0 25 0 1 0 26045763 497102848 116937 4089446400 4194304 10345943 140735156476896 18446744073709551615 6802948 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 121363 116937 795 1502 0 119856 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 485452

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22850
/proc/meminfo: memFree=28956640/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=486304 CPUtime=1182.31
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 447175 0 0 0 117759 472 0 0 25 0 1 0 26045763 497975296 117100 4089446400 4194304 10345943 140735156476896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 121576 117100 795 1502 0 120069 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 486304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22852
/proc/meminfo: memFree=28930624/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=489604 CPUtime=1242.31
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 447993 0 0 0 123740 491 0 0 25 0 1 0 26045763 501354496 117918 4089446400 4194304 10345943 140735156476896 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 122401 117918 795 1502 0 120894 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 489604

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22854
/proc/meminfo: memFree=28904744/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=491956 CPUtime=1302.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 448601 0 0 0 129721 512 0 0 25 0 1 0 26045763 503762944 118526 4089446400 4194304 10345943 140735156476896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 122989 118526 795 1502 0 121482 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 491956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22863
/proc/meminfo: memFree=28879616/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=492952 CPUtime=1362.32
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 448915 0 0 0 135699 533 0 0 25 0 1 0 26045763 504782848 118839 4089446400 4194304 10345943 140735156476896 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 123238 118839 795 1502 0 121731 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 492952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22865
/proc/meminfo: memFree=28850540/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=498552 CPUtime=1422.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 454263 0 0 0 141682 551 0 0 25 0 1 0 26045763 510517248 120027 4089446400 4194304 10345943 140735156476896 18446744073709551615 4995143 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 124638 120027 795 1502 0 123131 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 498552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22867
/proc/meminfo: memFree=28824704/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=498724 CPUtime=1482.32
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 454557 0 0 0 147664 568 0 0 25 0 1 0 26045763 510693376 120321 4089446400 4194304 10345943 140735156476896 18446744073709551615 4737418 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 124681 120321 795 1502 0 123174 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 498724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22869
/proc/meminfo: memFree=28800940/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=500416 CPUtime=1542.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 454948 0 0 0 153646 587 0 0 25 0 1 0 26045763 512425984 120712 4089446400 4194304 10345943 140735156476896 18446744073709551615 6777380 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 125104 120712 795 1502 0 123597 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 500416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22871
/proc/meminfo: memFree=28775352/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=502952 CPUtime=1602.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 455344 0 0 0 159626 607 0 0 25 0 1 0 26045763 515022848 121108 4089446400 4194304 10345943 140735156476896 18446744073709551615 4217108 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 125738 121108 795 1502 0 124231 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 502952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22871
/proc/meminfo: memFree=28676336/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=504900 CPUtime=1662.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 455727 0 0 0 165606 627 0 0 25 0 1 0 26045763 517017600 121491 4089446400 4194304 10345943 140735156476896 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126225 121491 795 1502 0 124718 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 504900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22873
/proc/meminfo: memFree=28675072/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=504900 CPUtime=1722.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 455892 0 0 0 171588 645 0 0 25 0 1 0 26045763 517017600 121656 4089446400 4194304 10345943 140735156476896 18446744073709551615 6864730 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126225 121656 795 1502 0 124718 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 504900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674112/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1782.33
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456095 0 0 0 177570 663 0 0 25 0 1 0 26045763 517476352 121859 4089446400 4194304 10345943 140735156476896 18446744073709551615 6865066 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121859 795 1502 0 124830 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 505348

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28673988/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1785.53
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456105 0 0 0 177890 663 0 0 25 0 1 0 26045763 517476352 121869 4089446400 4194304 10345943 140735156476896 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121869 795 1502 0 124830 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 505348

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674104/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1788.73
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456105 0 0 0 178209 664 0 0 25 0 1 0 26045763 517476352 121869 4089446400 4194304 10345943 140735156476896 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121869 795 1502 0 124830 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 505348

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674104/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1789.53
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456105 0 0 0 178289 664 0 0 25 0 1 0 26045763 517476352 121869 4089446400 4194304 10345943 140735156476896 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121869 795 1502 0 124830 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 505348

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674104/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1789.93
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456105 0 0 0 178329 664 0 0 25 0 1 0 26045763 517476352 121869 4089446400 4194304 10345943 140735156476896 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121869 795 1502 0 124830 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 505348

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674104/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=505348 CPUtime=1790.13
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456132 0 0 0 178349 664 0 0 25 0 1 0 26045763 517476352 121896 4089446400 4194304 10345943 140735156476896 18446744073709551615 4220138 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22790/statm: 126337 121896 796 1502 0 124830 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 505348

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22875
/proc/meminfo: memFree=28674104/32951124 swapFree=67111528/67111528
[pid=22790] ppid=22788 vsize=502304 CPUtime=1790.23
/proc/22790/stat : 22790 (pbscip.linux.x8) R 22788 22790 21551 0 -1 4202496 456142 0 0 0 178359 664 0 0 25 0 1 0 26045763 514359296 117970 4089446400 4194304 10345943 140735156476896 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22790/statm: 125576 117459 796 1502 0 124069 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 502304

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.26
CPU user time (s): 1783.59
CPU system time (s): 6.66799
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 505348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.59
system time used= 6.66799
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456145
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= 1
involuntary context switches= 2716

runsolver used 3.05754 second user time and 6.73198 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-08 10:38:55
IDJOB=2705071
IDBENCH=79287
IDSOLVER=1214
FILE ID=node145/2705071-1278578335
PBS_JOBID= 11240164
Free space on /tmp= 73596 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.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-2705071-1278578335/watcher-2705071-1278578335 -o /tmp/evaluation-result-2705071-1278578335/solver-2705071-1278578335 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705071-1278578335.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6ba4b4283c00d7202a0c09683aff0663
RANDOM SEED=1071258226

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29575968 kB
Buffers:        164256 kB
Cached:        2559404 kB
SwapCached:          0 kB
Active:        1897128 kB
Inactive:      1326276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29575968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:      499712 kB
Mapped:          17716 kB
Slab:            86792 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   649824 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= 73584 MiB
End job on node145 at 2010-07-08 11:08:46