Trace number 2692314

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.31 1800.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
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 benchmark147.368
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2692314-1277925791.wbo>
0.03/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.03/0.03	c problem read
0.03/0.03	c presolving settings loaded
0.09/0.12	o 135279
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.352790e+05 |    Inf 
35.29/35.31	c  34.2s| 10000 | 10001 |104809 |  10.5 |  51M|  77 |   0 |5645 |5414 |5645 | 180 |  16k|   0 |1622 | 0.000000e+00 | 1.352790e+05 |    Inf 
61.29/61.37	c  59.5s| 20000 | 20001 |167691 |   8.4 |  75M| 107 |   0 |5645 |5414 |5645 | 207 |  27k|   0 |2186 | 0.000000e+00 | 1.352790e+05 |    Inf 
83.59/83.67	c  81.2s| 30000 | 30001 |202794 |   6.8 |  98M| 107 |   0 |5645 |5414 |5645 | 212 |  34k|   0 |2449 | 0.000000e+00 | 1.352790e+05 |    Inf 
105.60/105.62	c   103s| 40000 | 40001 |236286 |   5.9 | 121M| 107 |   0 |5645 |5414 |5645 | 188 |  40k|   0 |2707 | 0.000000e+00 | 1.352790e+05 |    Inf 
128.30/128.33	c   125s| 50000 | 50001 |275749 |   5.5 | 144M| 107 |   0 |5645 |5414 |5645 | 192 |  48k|   0 |2982 | 0.000000e+00 | 1.352790e+05 |    Inf 
150.71/150.73	c   146s| 60000 | 60001 |312739 |   5.2 | 168M| 107 |   6 |5645 |5414 |5645 | 190 |  54k|   0 |3270 | 0.000000e+00 | 1.352790e+05 |    Inf 
172.70/172.78	c   168s| 70000 | 70001 |348614 |   5.0 | 191M| 113 |   1 |5645 |5414 |5645 | 184 |  59k|   0 |3481 | 0.000000e+00 | 1.352790e+05 |    Inf 
193.90/193.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.90/193.93	c   189s| 80000 | 80001 |379608 |   4.7 | 214M| 121 |   0 |5645 |5414 |5645 | 181 |  64k|   0 |3647 | 0.000000e+00 | 1.352790e+05 |    Inf 
215.00/215.08	c   209s| 90000 | 90001 |411120 |   4.6 | 237M| 121 |   0 |5645 |5414 |5645 | 200 |  69k|   0 |3833 | 0.000000e+00 | 1.352790e+05 |    Inf 
236.30/236.37	c   230s|100000 |100001 |443872 |   4.4 | 260M| 137 |   0 |5645 |5414 |5645 | 224 |  75k|   0 |4057 | 0.000000e+00 | 1.352790e+05 |    Inf 
256.60/256.64	c   250s|110000 |110001 |466074 |   4.2 | 282M| 137 |   0 |5645 |5414 |5645 | 195 |  80k|   0 |4218 | 0.000000e+00 | 1.352790e+05 |    Inf 
278.10/278.13	c   271s|120000 |120001 |496843 |   4.1 | 305M| 137 |   0 |5645 |5414 |5645 | 171 |  87k|   0 |4526 | 0.000000e+00 | 1.352790e+05 |    Inf 
289.90/289.97	o 436
289.90/289.97	c * 282s|125794 | 80966 |507526 |   4.0 | 228M| 137 |   - |5645 |5414 |5645 | 208 |  92k|   0 |4578 | 0.000000e+00 | 4.360000e+02 |    Inf 
299.50/299.51	o 427
299.50/299.51	c * 292s|128585 | 81728 |530454 |   4.1 | 234M| 137 |   - |5645 |5501 |5645 | 216 |  97k|  87 |4657 | 0.000000e+00 | 4.270000e+02 |    Inf 
304.61/304.63	c   297s|130000 | 83104 |542688 |   4.2 | 238M| 137 |   0 |5645 |5587 |5645 | 166 |  99k| 173 |4743 | 0.000000e+00 | 4.270000e+02 |    Inf 
307.01/307.01	o 424
307.01/307.01	c * 299s|130617 | 82982 |548697 |   4.2 | 240M| 137 |   - |5645 |5760 |5645 | 198 | 101k| 346 |4763 | 0.000000e+00 | 4.240000e+02 |    Inf 
307.30/307.33	o 423
307.30/307.33	c * 299s|130692 | 82831 |549529 |   4.2 | 239M| 137 |   - |5645 |5790 |5645 | 227 | 101k| 376 |4766 | 0.000000e+00 | 4.230000e+02 |    Inf 
322.51/322.53	o 422
322.51/322.53	c * 314s|135003 | 86672 |587826 |   4.4 | 251M| 137 |   - |5645 |6146 |5645 | 199 | 109k| 748 |4900 | 0.000000e+00 | 4.220000e+02 |    Inf 
339.91/339.91	c   331s|140000 | 91374 |629477 |   4.5 | 266M| 137 |   0 |5645 |6421 |5645 | 177 | 119k|1172 |5075 | 0.000000e+00 | 4.220000e+02 |    Inf 
343.00/343.02	o 415
343.00/343.02	c * 334s|140797 | 90558 |638232 |   4.5 | 266M| 137 |   - |5645 |6484 |5645 | 187 | 120k|1330 |5107 | 0.000000e+00 | 4.150000e+02 |    Inf 
357.10/357.17	o 411
357.10/357.17	c * 348s|144223 | 92655 |684336 |   4.7 | 276M| 137 |   - |5645 |6706 |5645 | 210 | 128k|2051 |5290 | 0.000000e+00 | 4.110000e+02 |    Inf 
360.90/360.93	o 410
360.90/360.93	c * 351s|145251 | 93347 |691637 |   4.8 | 278M| 137 |   - |5645 |6724 |5645 | 205 | 130k|2195 |5317 | 0.000000e+00 | 4.100000e+02 |    Inf 
364.11/364.20	o 409
364.11/364.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.11/364.20	c * 355s|146047 | 93788 |701692 |   4.8 | 280M| 137 |   - |5645 |6716 |5645 | 177 | 132k|2342 |5371 | 0.000000e+00 | 4.090000e+02 |    Inf 
372.91/372.94	o 408
372.91/372.94	c * 363s|148377 | 95586 |722708 |   4.9 | 287M| 137 |   - |5645 |6551 |5645 | 178 | 137k|2854 |5428 | 0.000000e+00 | 4.080000e+02 |    Inf 
379.40/379.42	c   369s|150000 | 96969 |743640 |   5.0 | 293M| 137 |   0 |5645 |6342 |5645 | 168 | 141k|3215 |5493 | 0.000000e+00 | 4.080000e+02 |    Inf 
381.40/381.42	o 379
381.40/381.42	c * 371s|150521 | 90178 |749920 |   5.0 | 275M| 137 |   - |5645 |6266 |5645 | 214 | 142k|3281 |5529 | 0.000000e+00 | 3.790000e+02 |    Inf 
390.10/390.12	o 378
390.10/390.12	c * 380s|152483 | 91535 |777815 |   5.1 | 282M| 137 |   - |5645 |6153 |5645 | 200 | 148k|3776 |5637 | 0.000000e+00 | 3.780000e+02 |    Inf 
395.71/395.72	o 376
395.71/395.72	c * 385s|153893 | 92187 |792399 |   5.1 | 285M| 137 |   - |5645 |5928 |5645 | 179 | 151k|4013 |5666 | 0.000000e+00 | 3.760000e+02 |    Inf 
395.71/395.72	o 371
395.71/395.72	c * 385s|153894 | 90754 |792399 |   5.1 | 281M| 137 |   - |5645 |5927 |5645 | 179 | 151k|4013 |5666 | 0.000000e+00 | 3.710000e+02 |    Inf 
417.21/417.25	o 369
417.21/417.25	c * 406s|158923 | 94679 |859280 |   5.4 | 300M| 137 |   - |5645 |5817 |5645 | 189 | 163k|4926 |5885 | 0.000000e+00 | 3.690000e+02 |    Inf 
418.91/418.94	o 367
418.91/418.94	c * 408s|159306 | 94403 |863843 |   5.4 | 300M| 137 |   - |5645 |5876 |5645 | 189 | 164k|5060 |5910 | 0.000000e+00 | 3.670000e+02 |    Inf 
421.80/421.84	c   411s|160000 | 94984 |872043 |   5.4 | 302M| 137 |   0 |5645 |5975 |5645 | 190 | 166k|5267 |5953 | 0.000000e+00 | 3.670000e+02 |    Inf 
435.80/435.83	o 365
435.80/435.83	c * 424s|162968 | 96865 |917240 |   5.6 | 315M| 137 |   - |5645 |5882 |5645 | 166 | 174k|5941 |6100 | 0.000000e+00 | 3.650000e+02 |    Inf 
460.81/460.83	o 344
460.81/460.83	c * 449s|169003 | 95867 |985320 |   5.8 | 313M| 137 |   - |5645 |6031 |5645 | 203 | 188k|7242 |6337 | 0.000000e+00 | 3.440000e+02 |    Inf 
462.40/462.46	o 326
462.40/462.46	c * 450s|169392 | 90621 |990094 |   5.8 | 294M| 137 |   - |5645 |6023 |5645 | 212 | 188k|7329 |6351 | 0.000000e+00 | 3.260000e+02 |    Inf 
462.40/462.47	o 320
462.40/462.47	c * 450s|169393 | 88734 |990094 |   5.8 | 286M| 137 |   - |5645 |6023 |5645 | 212 | 188k|7329 |6351 | 0.000000e+00 | 3.200000e+02 |    Inf 
465.01/465.01	c   453s|170000 | 89230 |996180 |   5.9 | 289M| 137 |   0 |5645 |6067 |5645 | 187 | 189k|7501 |6361 | 0.000000e+00 | 3.200000e+02 |    Inf 
468.00/468.02	o 316
468.00/468.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.00/468.02	c * 456s|170801 | 88546 |  1002k|   5.9 | 287M| 137 |   - |5645 |6121 |5645 | 182 | 191k|7829 |6380 | 0.000000e+00 | 3.160000e+02 |    Inf 
474.01/474.01	o 315
474.01/474.01	c * 461s|172113 | 89224 |  1018k|   5.9 | 293M| 137 |   - |5645 |6033 |5645 | 179 | 194k|8238 |6438 | 0.000000e+00 | 3.150000e+02 |    Inf 
475.00/475.07	o 314
475.00/475.07	c * 463s|172311 | 89069 |  1021k|   5.9 | 293M| 137 |   - |5645 |6004 |5645 | 206 | 194k|8279 |6442 | 0.000000e+00 | 3.140000e+02 |    Inf 
477.61/477.65	o 310
477.61/477.65	c * 465s|172768 | 88092 |  1030k|   6.0 | 292M| 137 |   - |5645 |5914 |5645 | 184 | 196k|8359 |6450 | 0.000000e+00 | 3.100000e+02 |    Inf 
479.81/479.85	o 301
479.81/479.85	c * 467s|173168 | 85252 |  1038k|   6.0 | 284M| 137 |   - |5645 |5881 |5645 | 180 | 197k|8441 |6503 | 0.000000e+00 | 3.010000e+02 |    Inf 
479.91/479.91	o 281
479.91/479.91	c * 467s|173170 | 77986 |  1038k|   6.0 | 257M| 137 |   - |5645 |5881 |5645 | 181 | 197k|8441 |6503 | 0.000000e+00 | 2.810000e+02 |    Inf 
482.01/482.06	o 280
482.01/482.06	c * 469s|173515 | 77756 |  1045k|   6.0 | 258M| 137 |   - |5645 |5857 |5645 | 171 | 198k|8533 |6520 | 0.000000e+00 | 2.800000e+02 |    Inf 
482.81/482.88	o 273
482.81/482.88	c * 470s|173645 | 75077 |  1048k|   6.0 | 250M| 137 |   - |5645 |5902 |5645 | 182 | 199k|8599 |6525 | 0.000000e+00 | 2.730000e+02 |    Inf 
483.61/483.61	o 266
483.61/483.61	c * 471s|173737 | 71974 |  1050k|   6.0 | 241M| 137 |   - |5645 |5948 |5645 | 194 | 199k|8666 |6526 | 0.000000e+00 | 2.660000e+02 |    Inf 
485.91/485.97	o 261
485.91/485.97	c * 473s|174190 | 70293 |  1057k|   6.1 | 239M| 137 |   - |5645 |6008 |5645 | 174 | 200k|8810 |6537 | 0.000000e+00 | 2.610000e+02 |    Inf 
486.22/486.21	o 256
486.22/486.21	c * 473s|174228 | 67984 |  1058k|   6.1 | 233M| 137 |   - |5645 |6030 |5645 | 175 | 201k|8837 |6537 | 0.000000e+00 | 2.560000e+02 |    Inf 
486.22/486.28	o 254
486.22/486.28	c * 473s|174236 | 67186 |  1058k|   6.1 | 232M| 137 |   - |5645 |6027 |5645 | 175 | 201k|8839 |6537 | 0.000000e+00 | 2.540000e+02 |    Inf 
488.01/488.06	o 250
488.01/488.06	c * 475s|174527 | 65629 |  1064k|   6.1 | 229M| 137 |   - |5645 |6046 |5645 | 180 | 202k|8937 |6579 | 0.000000e+00 | 2.500000e+02 |    Inf 
490.70/490.71	o 247
490.70/490.71	c * 478s|175026 | 64667 |  1072k|   6.1 | 228M| 137 |   - |5645 |6207 |5645 | 216 | 203k|9173 |6597 | 0.000000e+00 | 2.470000e+02 |    Inf 
499.61/499.61	o 244
499.61/499.61	c * 486s|177000 | 64958 |  1097k|   6.2 | 237M| 144 |   - |5645 |6295 |5645 | 166 | 207k|9879 |6668 | 0.000000e+00 | 2.440000e+02 |    Inf 
500.20/500.23	o 236
500.20/500.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.20/500.23	c * 487s|177154 | 62044 |  1098k|   6.2 | 227M| 144 |   - |5645 |6291 |5645 | 183 | 207k|9920 |6668 | 0.000000e+00 | 2.360000e+02 |    Inf 
506.70/506.77	o 232
506.70/506.77	c * 493s|178579 | 61623 |  1117k|   6.3 | 228M| 144 |   - |5645 |6658 |5645 | 235 | 210k|  10k|6707 | 0.000000e+00 | 2.320000e+02 |    Inf 
506.70/506.78	o 231
506.70/506.78	c * 493s|178580 | 61336 |  1117k|   6.3 | 227M| 144 |   - |5645 |6658 |5645 | 235 | 210k|  10k|6707 | 0.000000e+00 | 2.310000e+02 |    Inf 
508.22/508.22	o 221
508.22/508.22	c * 495s|178956 | 57947 |  1120k|   6.3 | 215M| 144 |   - |5645 |6549 |5645 | 163 | 211k|  10k|6719 | 0.000000e+00 | 2.210000e+02 |    Inf 
509.00/509.01	o 190
509.00/509.01	c * 496s|179165 | 47683 |  1122k|   6.3 | 180M| 144 |   - |5645 |6472 |5645 | 168 | 211k|  10k|6722 | 0.000000e+00 | 1.900000e+02 |    Inf 
509.41/509.42	o 180
509.41/509.42	c * 496s|179244 | 41510 |  1123k|   6.3 | 161M| 144 |   - |5645 |6423 |5645 | 181 | 211k|  11k|6727 | 0.000000e+00 | 1.800000e+02 |    Inf 
509.51/509.50	o 145
509.51/509.50	c * 496s|179255 | 27372 |  1123k|   6.3 | 118M| 144 |   - |5645 |6417 |5645 | 154 | 211k|  11k|6727 | 0.000000e+00 | 1.450000e+02 |    Inf 
509.81/509.84	o 143
509.81/509.84	c * 496s|179327 | 26617 |  1124k|   6.3 | 117M| 144 |   - |5645 |6395 |5645 | 161 | 212k|  11k|6728 | 0.000000e+00 | 1.430000e+02 |    Inf 
509.81/509.88	o 137
509.81/509.88	c * 496s|179329 | 25624 |  1124k|   6.3 | 114M| 144 |   - |5645 |6389 |5645 | 158 | 212k|  11k|6728 | 0.000000e+00 | 1.370000e+02 |    Inf 
509.91/509.94	o 133
509.91/509.94	c * 496s|179340 | 24944 |  1124k|   6.3 | 112M| 144 |   - |5645 |6390 |5645 | 168 | 212k|  11k|6728 | 0.000000e+00 | 1.330000e+02 |    Inf 
510.00/510.06	o 124
510.00/510.06	c * 497s|179375 | 22045 |  1124k|   6.3 | 104M| 144 |   - |5645 |6376 |5645 | 158 | 212k|  11k|6728 | 0.000000e+00 | 1.240000e+02 |    Inf 
510.00/510.07	o 114
510.00/510.07	c * 497s|179376 | 19938 |  1124k|   6.3 |  98M| 144 |   - |5645 |6376 |5645 | 158 | 212k|  11k|6728 | 0.000000e+00 | 1.140000e+02 |    Inf 
510.11/510.12	o 107
510.11/510.12	c * 497s|179383 | 17906 |  1124k|   6.3 |  91M| 144 |   - |5645 |6375 |5645 | 158 | 212k|  11k|6729 | 0.000000e+00 | 1.070000e+02 |    Inf 
510.11/510.13	o 97
510.11/510.13	c * 497s|179384 | 16108 |  1124k|   6.3 |  85M| 144 |   - |5645 |6375 |5645 | 158 | 212k|  11k|6729 | 0.000000e+00 | 9.700000e+01 |    Inf 
510.21/510.22	o 92
510.21/510.22	c * 497s|179390 |  5258 |  1124k|   6.3 |  49M| 144 |   - |5645 |6247 |5645 | 154 | 212k|  11k|6729 | 0.000000e+00 | 9.200000e+01 |    Inf 
512.71/512.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.71/512.70	c   499s|180000 |  5364 |  1128k|   6.3 |  50M| 144 |   - |5645 |6386 |   0 |   0 | 213k|  11k|6740 | 0.000000e+00 | 9.200000e+01 |    Inf 
550.02/550.03	c   535s|190000 |  6801 |  1190k|   6.3 |  77M| 144 |   1 |5645 |6916 |5645 | 150 | 228k|  23k|6813 | 0.000000e+00 | 9.200000e+01 |    Inf 
589.71/589.70	c   574s|200000 |  9338 |  1258k|   6.3 | 124M| 144 |   4 |5645 |8350 |5645 | 205 | 249k|  34k|6885 | 0.000000e+00 | 9.200000e+01 |    Inf 
628.41/628.41	c   611s|210000 | 11319 |  1316k|   6.3 | 157M| 144 |   0 |5645 |8271 |5645 | 206 | 267k|  47k|6950 | 0.000000e+00 | 9.200000e+01 |    Inf 
638.91/638.97	o 77
638.91/638.97	c * 622s|212679 | 10355 |  1330k|   6.3 | 160M| 144 |   - |5645 |7947 |5645 | 152 | 271k|  50k|6967 | 0.000000e+00 | 7.700000e+01 |    Inf 
639.51/639.52	o 67
639.51/639.52	c * 622s|212818 |  9121 |  1331k|   6.3 | 155M| 144 |   - |5645 |7308 |5645 | 150 | 271k|  51k|6967 | 0.000000e+00 | 6.700000e+01 |    Inf 
664.51/664.53	c   646s|220000 |  9556 |  1366k|   6.2 | 170M| 144 |   - |5645 |7589 |   0 |   0 | 280k|  60k|7005 | 0.000000e+00 | 6.700000e+01 |    Inf 
679.42/679.46	o 64
679.42/679.46	c * 661s|224128 |  9814 |  1391k|   6.2 | 180M| 144 |   - |5645 |7786 |5645 | 197 | 288k|  65k|7029 | 0.000000e+00 | 6.400000e+01 |    Inf 
679.42/679.47	o 51
679.42/679.47	c * 661s|224129 |  9322 |  1391k|   6.2 | 174M| 144 |   - |5645 |7786 |5645 | 197 | 288k|  65k|7029 | 0.000000e+00 | 5.100000e+01 |    Inf 
687.32/687.31	o 33
687.32/687.31	c * 669s|226528 |  8015 |  1407k|   6.2 | 140M| 144 |   - |5645 |7413 |5645 | 172 | 293k|  69k|7056 | 0.000000e+00 | 3.300000e+01 |    Inf 
693.11/693.19	o 23
693.11/693.19	c * 674s|228729 |  7154 |  1416k|   6.2 | 126M| 144 |   - |5645 |5839 |5645 | 163 | 295k|  72k|7059 | 0.000000e+00 | 2.300000e+01 |    Inf 
693.21/693.21	o 9
693.21/693.21	c * 674s|228730 |  5541 |  1416k|   6.2 |  94M| 144 |   - |5645 |5839 |5645 | 150 | 295k|  72k|7059 | 0.000000e+00 | 9.000000e+00 |    Inf 
695.91/695.97	c   677s|230000 |  4923 |  1421k|   6.2 |  91M| 144 |   - |5645 |4856 |   0 |   0 | 296k|  74k|7072 | 0.000000e+00 | 9.000000e+00 |    Inf 
712.82/712.83	c   693s|240000 |  4914 |  1445k|   6.0 |  93M| 144 |   - |5645 |7755 |   0 |   0 | 299k|  86k|7106 | 0.000000e+00 | 9.000000e+00 |    Inf 
731.12/731.10	c   711s|250000 |  4991 |  1476k|   5.9 |  95M| 144 |  13 |5645 |  10k|5645 | 164 | 305k|  99k|7141 | 0.000000e+00 | 9.000000e+00 |    Inf 
751.11/751.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.11/751.15	c   730s|260000 |  4931 |  1511k|   5.8 |  96M| 144 |   1 |5645 |  11k|5645 | 170 | 313k| 112k|7207 | 0.000000e+00 | 9.000000e+00 |    Inf 
765.31/765.34	o 6
765.31/765.34	c * 744s|267543 |  4041 |  1530k|   5.7 |  85M| 144 |   - |5645 |  12k|5645 | 178 | 317k| 122k|7208 | 0.000000e+00 | 6.000000e+00 |    Inf 
770.22/770.27	c   748s|270000 |  4073 |  1538k|   5.7 |  86M| 144 |   - |5645 |  13k|   0 |   0 | 319k| 125k|7232 | 0.000000e+00 | 6.000000e+00 |    Inf 
790.32/790.36	c   768s|280000 |  4032 |  1571k|   5.6 |  87M| 144 |   1 |5645 |  13k|5645 | 165 | 325k| 138k|7270 | 0.000000e+00 | 6.000000e+00 |    Inf 
807.92/807.96	c   785s|290000 |  4093 |  1591k|   5.5 |  88M| 144 |   - |5645 |  13k|   0 |   0 | 328k| 151k|7292 | 0.000000e+00 | 6.000000e+00 |    Inf 
826.13/826.15	c   803s|300000 |  4156 |  1615k|   5.4 |  90M| 144 |   - |5645 |  16k|   0 |   0 | 331k| 164k|7309 | 0.000000e+00 | 6.000000e+00 |    Inf 
828.52/828.57	o 4
828.52/828.57	c * 805s|301239 |  3500 |  1619k|   5.4 |  81M| 144 |   - |5645 |  16k|5645 | 168 | 332k| 166k|7323 | 0.000000e+00 | 4.000000e+00 |    Inf 
846.01/846.07	c   822s|310000 |  3494 |  1644k|   5.3 |  82M| 144 |   - |5645 |  18k|   0 |   0 | 336k| 178k|7337 | 0.000000e+00 | 4.000000e+00 |    Inf 
865.22/865.22	c   840s|320000 |  3481 |  1668k|   5.2 |  83M| 144 |   - |5645 |  18k|   0 |   0 | 339k| 192k|7370 | 0.000000e+00 | 4.000000e+00 |    Inf 
884.33/884.34	c   859s|330000 |  3506 |  1691k|   5.1 |  84M| 144 |   8 |5645 |  20k|5645 | 165 | 341k| 205k|7413 | 0.000000e+00 | 4.000000e+00 |    Inf 
903.32/903.34	c   877s|340000 |  3533 |  1710k|   5.0 |  86M| 144 |   - |5645 |  23k|   0 |   0 | 343k| 218k|7439 | 0.000000e+00 | 4.000000e+00 |    Inf 
924.62/924.64	c   898s|350000 |  3571 |  1729k|   4.9 |  87M| 144 |   1 |5645 |  25k|5645 | 165 | 345k| 231k|7450 | 0.000000e+00 | 4.000000e+00 |    Inf 
946.22/946.23	c   919s|360000 |  3618 |  1746k|   4.9 |  89M| 144 |   1 |5645 |  27k|5645 | 165 | 347k| 245k|7482 | 0.000000e+00 | 4.000000e+00 |    Inf 
968.32/968.30	c   941s|370000 |  3616 |  1766k|   4.8 |  90M| 144 |   7 |5645 |  29k|5645 | 165 | 349k| 259k|7505 | 0.000000e+00 | 4.000000e+00 |    Inf 
991.82/991.89	c   963s|380000 |  3617 |  1791k|   4.7 |  91M| 144 |  10 |5645 |  28k|5645 | 174 | 353k| 272k|7532 | 0.000000e+00 | 4.000000e+00 |    Inf 
1014.92/1014.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.92/1014.93	c   986s|390000 |  3630 |  1809k|   4.6 |  93M| 144 |   - |5645 |  32k|   0 |   0 | 355k| 285k|7550 | 0.000000e+00 | 4.000000e+00 |    Inf 
1038.92/1038.92	c  1009s|400000 |  3653 |  1828k|   4.6 |  95M| 144 |   - |5645 |  37k|   0 |   0 | 358k| 299k|7576 | 0.000000e+00 | 4.000000e+00 |    Inf 
1064.03/1064.01	c  1034s|410000 |  3638 |  1854k|   4.5 |  91M| 144 |  13 |5645 |  25k|5645 | 188 | 361k| 312k|7602 | 0.000000e+00 | 4.000000e+00 |    Inf 
1089.83/1089.87	c  1059s|420000 |  3643 |  1886k|   4.5 |  93M| 144 |   - |5645 |  29k|   0 |   0 | 367k| 326k|7625 | 0.000000e+00 | 4.000000e+00 |    Inf 
1115.73/1115.72	c  1084s|430000 |  3727 |  1913k|   4.4 |  95M| 144 |   1 |5645 |  31k|5645 | 156 | 372k| 339k|7669 | 0.000000e+00 | 4.000000e+00 |    Inf 
1141.03/1141.03	c  1109s|440000 |  3731 |  1935k|   4.4 |  95M| 144 |   1 |5645 |  31k|5645 | 174 | 376k| 352k|7684 | 0.000000e+00 | 4.000000e+00 |    Inf 
1164.23/1164.29	c  1132s|450000 |  3780 |  1956k|   4.3 |  97M| 144 |   - |5645 |  32k|   0 |   0 | 378k| 366k|7698 | 0.000000e+00 | 4.000000e+00 |    Inf 
1187.63/1187.69	c  1154s|460000 |  3759 |  1977k|   4.3 |  96M| 144 |   - |5645 |  30k|   0 |   0 | 381k| 380k|7727 | 0.000000e+00 | 4.000000e+00 |    Inf 
1211.93/1211.91	c  1178s|470000 |  3815 |  2005k|   4.3 |  97M| 144 |   1 |5645 |  30k|5645 | 170 | 386k| 394k|7779 | 0.000000e+00 | 4.000000e+00 |    Inf 
1236.23/1236.25	c  1202s|480000 |  3831 |  2027k|   4.2 |  97M| 144 |   - |5645 |  28k|   0 |   0 | 389k| 408k|7798 | 0.000000e+00 | 4.000000e+00 |    Inf 
1260.23/1260.25	c  1225s|490000 |  3898 |  2044k|   4.2 |  98M| 144 |   1 |5645 |  28k|5645 | 170 | 391k| 421k|7812 | 0.000000e+00 | 4.000000e+00 |    Inf 
1282.33/1282.38	c  1246s|500000 |  3952 |  2062k|   4.1 |  98M| 144 |   1 |5645 |  25k|5645 | 156 | 394k| 434k|7845 | 0.000000e+00 | 4.000000e+00 |    Inf 
1302.83/1302.86	c  1266s|510000 |  4017 |  2078k|   4.1 |  99M| 144 |   - |5645 |  25k|   0 |   0 | 397k| 449k|7849 | 0.000000e+00 | 4.000000e+00 |    Inf 
1324.34/1324.31	c  1287s|520000 |  3966 |  2105k|   4.0 |  98M| 144 |  19 |5645 |  22k|5645 | 180 | 402k| 464k|7892 | 0.000000e+00 | 4.000000e+00 |    Inf 
1350.13/1350.16	c  1312s|530000 |  3950 |  2140k|   4.0 |  98M| 144 |   9 |5645 |  22k|5645 | 178 | 411k| 477k|7968 | 0.000000e+00 | 4.000000e+00 |    Inf 
1376.64/1376.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.64/1376.66	c  1338s|540000 |  4053 |  2181k|   4.0 |  99M| 144 |   - |5645 |  24k|   0 |   0 | 420k| 489k|7997 | 0.000000e+00 | 4.000000e+00 |    Inf 
1404.04/1404.05	c  1364s|550000 |  3992 |  2226k|   4.0 | 100M| 144 |   - |5645 |  25k|   0 |   0 | 431k| 503k|8056 | 0.000000e+00 | 4.000000e+00 |    Inf 
1429.64/1429.66	c  1389s|560000 |  3962 |  2264k|   4.0 | 100M| 144 |   - |5645 |  26k|   0 |   0 | 439k| 516k|8102 | 0.000000e+00 | 4.000000e+00 |    Inf 
1449.94/1449.92	c  1408s|570000 |  4069 |  2285k|   4.0 | 102M| 144 |   - |5645 |  28k|   0 |   0 | 442k| 529k|8103 | 0.000000e+00 | 4.000000e+00 |    Inf 
1470.53/1470.58	c  1428s|580000 |  4073 |  2303k|   4.0 | 103M| 144 |   - |5645 |  31k|   0 |   0 | 444k| 544k|8136 | 0.000000e+00 | 4.000000e+00 |    Inf 
1492.44/1492.45	c  1449s|590000 |  4070 |  2321k|   3.9 | 103M| 144 |   - |5645 |  29k|   0 |   0 | 447k| 558k|8146 | 0.000000e+00 | 4.000000e+00 |    Inf 
1515.14/1515.13	c  1471s|600000 |  4156 |  2339k|   3.9 | 104M| 144 |   7 |5645 |  30k|5645 | 166 | 450k| 572k|8172 | 0.000000e+00 | 4.000000e+00 |    Inf 
1538.04/1538.03	c  1494s|610000 |  4190 |  2358k|   3.9 | 105M| 144 |   - |5645 |  30k|   0 |   0 | 454k| 586k|8193 | 0.000000e+00 | 4.000000e+00 |    Inf 
1560.24/1560.26	c  1515s|620000 |  4192 |  2377k|   3.8 | 106M| 144 |   1 |5645 |  33k|5645 | 156 | 456k| 601k|8194 | 0.000000e+00 | 4.000000e+00 |    Inf 
1582.35/1582.39	c  1537s|630000 |  4128 |  2394k|   3.8 | 105M| 144 |   1 |5645 |  33k|5645 | 170 | 457k| 616k|8225 | 0.000000e+00 | 4.000000e+00 |    Inf 
1604.64/1604.67	c  1558s|640000 |  4098 |  2414k|   3.8 | 105M| 144 |   - |5645 |  31k|   0 |   0 | 460k| 631k|8245 | 0.000000e+00 | 4.000000e+00 |    Inf 
1627.84/1627.83	c  1580s|650000 |  4209 |  2432k|   3.7 | 106M| 144 |   1 |5645 |  32k|5645 | 156 | 463k| 644k|8262 | 0.000000e+00 | 4.000000e+00 |    Inf 
1652.25/1652.28	c  1604s|660000 |  4326 |  2446k|   3.7 | 107M| 144 |   - |5645 |  32k|   0 |   0 | 466k| 656k|8282 | 0.000000e+00 | 4.000000e+00 |    Inf 
1674.95/1674.99	c  1626s|670000 |  4509 |  2467k|   3.7 | 110M| 144 |   - |5645 |  34k|   0 |   0 | 471k| 670k|8288 | 0.000000e+00 | 4.000000e+00 |    Inf 
1700.65/1700.69	c  1651s|680000 |  4522 |  2480k|   3.6 | 111M| 144 |   8 |5645 |  36k|5645 | 177 | 473k| 684k|8308 | 0.000000e+00 | 4.000000e+00 |    Inf 
1726.35/1726.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.35/1726.31	c  1676s|690000 |  4505 |  2496k|   3.6 | 112M| 144 |   - |5645 |  39k|   0 |   0 | 476k| 697k|8310 | 0.000000e+00 | 4.000000e+00 |    Inf 
1750.95/1750.94	c  1700s|700000 |  4533 |  2517k|   3.6 | 111M| 144 |   1 |5645 |  34k|5645 | 156 | 481k| 711k|8338 | 0.000000e+00 | 4.000000e+00 |    Inf 
1775.05/1775.01	c  1723s|710000 |  4627 |  2540k|   3.6 | 112M| 144 |   1 |5645 |  34k|5645 | 156 | 484k| 725k|8366 | 0.000000e+00 | 4.000000e+00 |    Inf 
1796.75/1796.73	c  1744s|720000 |  4591 |  2558k|   3.6 | 113M| 144 |   1 |5645 |  35k|5645 | 156 | 488k| 740k|8367 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1747.43
1800.06/1800.00	c Solving Nodes      : 721460
1800.06/1800.00	c Primal Bound       : +4.00000000000000e+00 (239 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.09	s SATISFIABLE
1800.06/1800.09	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.06/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.06/1800.09	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 x170 -x169 -x168 
1800.06/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.09	v -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.06/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.06/1800.09	v -x104 x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.06/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.06/1800.09	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.06/1800.09	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.06/1800.09	v -x1 
1800.06/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.09	c Solving Time       :    1747.43
1800.06/1800.09	c Original Problem   :
1800.06/1800.09	c   Problem name     : HOME/instance-2692314-1277925791.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.09	c Presolved Problem  :
1800.06/1800.09	c   Problem name     : t_HOME/instance-2692314-1277925791.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5414 initial, 41043 maximal
1800.06/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.06/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   root node        :          -       2616          -          -       5232          -          -          -          -
1800.06/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   integral         :          0          0          0     543077          0          2        107          0          0     640206
1800.06/1800.09	c   indicator        :       2707          0    3660305     222532          0        496   14154790          0          0          0
1800.06/1800.09	c   linear           :       2707          6    3693657     222869          0     214611   15172033     488544          0          0
1800.06/1800.09	c   logicor          :          0+         0     960361          0          0      51713     986883          0          0          0
1800.06/1800.09	c   bounddisjunction :          0+         0      25018          0          0          0         14          0          0          0
1800.06/1800.09	c   countsols        :          0          0          0     150939          0          0          0          0          0          0
1800.06/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.09	c   integral         :      14.80       0.00       0.00      14.80       0.00
1800.06/1800.09	c   indicator        :      78.73       0.00      36.41      42.32       0.00
1800.06/1800.09	c   linear           :     182.95       0.00     153.17      29.78       0.00
1800.06/1800.09	c   logicor          :     199.32       0.00     199.32       0.00       0.00
1800.06/1800.09	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.06/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.09	c   vbounds          :       0.00          2          0          0
1800.06/1800.09	c   rootredcost      :       0.00         59          0       2616
1800.06/1800.09	c   pseudoobj        :     187.71    3709433      15178    7489705
1800.06/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.09	c   propagation      :      18.26     281502     281359    1744469       30.8      15566       19.0          -
1800.06/1800.09	c   infeasible LP    :       1.96       5429       5429      43247       41.0        118       21.5          0
1800.06/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   pseudo solution  :       0.27        913        913       2905       10.6        324        6.0          -
1800.06/1800.09	c   applied globally :          -          -          -     742626       23.3          -          -          -
1800.06/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.06/1800.09	c   redcost          :      54.51     555190          0    6432694          0          0
1800.06/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.06/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.09	c   cmir             :       0.02          4          0          0          0          0
1800.06/1800.09	c   flowcover        :       0.01          4          0          0          0          0
1800.06/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.09	c Pricers            :       Time      Calls       Vars
1800.06/1800.09	c   problem variables:       0.00          0          0
1800.06/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   relpscost        :      14.73     320192          2        107          0          0     640206
1800.06/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   inference        :      36.65     150880          0          0          0          0     301760
1800.06/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.09	c   LP solutions     :       0.43          -         59
1800.06/1800.09	c   pseudo solutions :       0.00          -          0
1800.06/1800.09	c   feaspump         :       0.00          0          0
1800.06/1800.09	c   oneopt           :       0.28         52          0
1800.06/1800.09	c   intshifting      :       0.13         21          0
1800.06/1800.09	c   crossover        :       2.05         75          0
1800.06/1800.09	c   guideddiving     :       5.78       2586          0
1800.06/1800.09	c   veclendiving     :       7.16       4616          0
1800.06/1800.09	c   linesearchdiving :       6.60       4616          0
1800.06/1800.09	c   coefdiving       :       6.71       4617          0
1800.06/1800.09	c   pscostdiving     :       7.04       4617          0
1800.06/1800.09	c   fracdiving       :       6.81       4617          0
1800.06/1800.09	c   rootsoldiving    :       6.87       4110          0
1800.06/1800.09	c   objpscostdiving  :       6.38       4111          0
1800.06/1800.09	c   trivial          :       0.08          2          2
1800.06/1800.09	c   simplerounding   :       0.38     323630          0
1800.06/1800.09	c   zirounding       :       0.21       1000          0
1800.06/1800.09	c   rounding         :       2.37       8019          0
1800.06/1800.09	c   shifting         :       2.19       2504          0
1800.06/1800.09	c   twoopt           :       0.00          0          0
1800.06/1800.09	c   fixandinfer      :       0.00          0          0
1800.06/1800.09	c   intdiving        :       0.00          0          0
1800.06/1800.09	c   actconsdiving    :       0.00          0          0
1800.06/1800.09	c   octane           :       0.00          0          0
1800.06/1800.09	c   rens             :       0.02          1          0
1800.06/1800.09	c   rins             :       0.00          0          0
1800.06/1800.09	c   localbranching   :       0.00          0          0
1800.06/1800.09	c   mutation         :       0.00          0          0
1800.06/1800.09	c   dins             :       0.00          0          0
1800.06/1800.09	c   undercover       :       0.00          0          0
1800.06/1800.09	c   nlp              :       0.00          0          0
1800.06/1800.09	c   trysol           :       2.34      12062        178
1800.06/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.09	c   dual LP          :     425.41     418019    2555852       6.11    6007.97
1800.06/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.09	c   diving/probing LP:       1.35       1482       5088       3.43    3768.89
1800.06/1800.09	c   strong branching :      13.16       8367      86856      10.38    6600.00
1800.06/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.06/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.09	c B&B Tree           :
1800.06/1800.09	c   number of runs   :          1
1800.06/1800.09	c   nodes            :     721460
1800.06/1800.09	c   nodes (total)    :     721460
1800.06/1800.09	c   nodes left       :       4577
1800.06/1800.09	c   max depth        :        144
1800.06/1800.09	c   max depth (total):        144
1800.06/1800.09	c   backtracks       :      48381 (6.7%)
1800.06/1800.09	c   delayed cutoffs  :      40679
1800.06/1800.09	c   repropagations   :    1775695 (4680615 domain reductions, 37618 cutoffs)
1800.06/1800.09	c   avg switch length:       6.66
1800.06/1800.09	c   switching time   :     227.24
1800.06/1800.09	c Solution           :
1800.06/1800.09	c   Solutions found  :        239 (60 improvements)
1800.06/1800.09	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 301239 nodes, 804.83 seconds, depth 61, found by <relaxation>)
1800.06/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.09	c   Gap              :   infinite
1800.06/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.09	c   Root Iterations  :        106
1800.25/1800.24	c Time complete: 1800.3.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692314-1277925791/watcher-2692314-1277925791 -o /tmp/evaluation-result-2692314-1277925791/solver-2692314-1277925791 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692314-1277925791.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.06 2.02 2.00 4/196 19499
/proc/meminfo: memFree=30907852/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=9736 CPUtime=0
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 1730 0 0 0 0 0 0 0 20 0 1 0 133874236 9969664 1650 4089446400 4194304 8223781 140735514451552 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19499/statm: 2434 1650 369 984 0 1447 0

[startup+0.035512 s]
/proc/loadavg: 2.06 2.02 2.00 4/196 19499
/proc/meminfo: memFree=30907852/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=18572 CPUtime=0.03
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 3977 0 0 0 3 0 0 0 20 0 1 0 133874236 19017728 3896 4089446400 4194304 8223781 140735514451552 18446744073709551615 4333573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19499/statm: 4643 3896 370 984 0 3656 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18572

[startup+0.100511 s]
/proc/loadavg: 2.06 2.02 2.00 4/196 19499
/proc/meminfo: memFree=30907852/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=35136 CPUtime=0.09
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 8088 0 0 0 9 0 0 0 20 0 1 0 133874236 35979264 7644 4089446400 4194304 8223781 140735514451552 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300463 s]
/proc/loadavg: 2.06 2.02 2.00 4/196 19499
/proc/meminfo: memFree=30907852/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=55992 CPUtime=0.29
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 13884 0 0 0 26 3 0 0 20 0 1 0 133874236 57335808 12827 4089446400 4194304 8223781 140735514451552 18446744073709551615 6207493 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 13998 12828 564 984 0 13011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55992

[startup+0.700385 s]
/proc/loadavg: 2.06 2.02 2.00 4/196 19499
/proc/meminfo: memFree=30907852/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=43076 CPUtime=0.69
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 15655 0 0 0 64 5 0 0 21 0 1 0 133874236 44109824 9710 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 10769 9710 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50025 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 19500
/proc/meminfo: memFree=30870892/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=43244 CPUtime=1.49
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 15772 0 0 0 139 10 0 0 23 0 1 0 133874236 44281856 9827 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 10811 9827 578 984 0 9824 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43244

[startup+3.10093 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 19500
/proc/meminfo: memFree=30870544/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=47180 CPUtime=3.09
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 21695 0 0 0 292 17 0 0 25 0 1 0 133874236 48312320 10666 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 11795 10666 579 984 0 10808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47180

[startup+6.30037 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 19500
/proc/meminfo: memFree=30862580/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=54204 CPUtime=6.29
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 28487 0 0 0 604 25 0 0 25 0 1 0 133874236 55504896 12387 4089446400 4194304 8223781 140735514451552 18446744073709551615 4831168 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 13551 12387 579 984 0 12564 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54204

[startup+12.7002 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 19501
/proc/meminfo: memFree=30858108/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=58248 CPUtime=12.7
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 34588 0 0 0 1224 46 0 0 25 0 1 0 133874236 59645952 13413 4089446400 4194304 8223781 140735514451552 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 14562 13413 579 984 0 13575 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 58248

[startup+25.5008 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 19501
/proc/meminfo: memFree=30846088/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=69976 CPUtime=25.5
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 47686 0 0 0 2467 83 0 0 25 0 1 0 133874236 71655424 16346 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 17494 16346 579 984 0 16507 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 69976

[startup+51.1011 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 19502
/proc/meminfo: memFree=30823232/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=92424 CPUtime=51.09
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 58424 0 0 0 4955 154 0 0 25 0 1 0 133874236 94642176 21975 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 23106 21975 579 984 0 22119 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92424

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 19504
/proc/meminfo: memFree=30767376/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=147536 CPUtime=102.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 77396 0 0 0 9940 290 0 0 25 0 1 0 133874236 151076864 35815 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 36884 35815 579 984 0 35897 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147536

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19505
/proc/meminfo: memFree=30704700/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=209660 CPUtime=162.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 98125 0 0 0 15777 453 0 0 25 0 1 0 133874236 214691840 51415 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 52415 51415 579 984 0 51428 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 209660

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19506
/proc/meminfo: memFree=30638160/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=278088 CPUtime=222.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 114695 0 0 0 21637 593 0 0 25 0 1 0 133874236 284762112 67931 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 69522 67931 579 984 0 68535 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 278088

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19508
/proc/meminfo: memFree=30573112/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=343448 CPUtime=282.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 136479 0 0 0 27485 745 0 0 25 0 1 0 133874236 351690752 84527 4089446400 4194304 8223781 140735514451552 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 85862 84527 579 984 0 84875 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 343448

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19510
/proc/meminfo: memFree=30541668/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=374216 CPUtime=342.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 207627 0 0 0 33337 893 0 0 25 0 1 0 133874236 383197184 91971 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 93554 91971 587 984 0 92567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 374216

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19512
/proc/meminfo: memFree=30502536/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=414600 CPUtime=402.31
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 310005 0 0 0 39171 1060 0 0 25 0 1 0 133874236 424550400 101659 4089446400 4194304 8223781 140735514451552 18446744073709551615 6557699 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 103650 101659 588 984 0 102663 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 414600

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19513
/proc/meminfo: memFree=30463420/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=454384 CPUtime=462.3
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 355589 0 0 0 45010 1220 0 0 25 0 1 0 133874236 465289216 111221 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 113596 111221 588 984 0 112609 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 454384

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 19517
/proc/meminfo: memFree=30395500/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=524984 CPUtime=522.31
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 445961 0 0 0 50846 1385 0 0 25 0 1 0 133874236 537583616 128384 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 131246 128384 592 984 0 130259 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 524984

[startup+582.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 19519
/proc/meminfo: memFree=30310408/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=616960 CPUtime=582.31
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 473212 0 0 0 56664 1567 0 0 25 0 1 0 133874236 631767040 149210 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 154240 149210 592 984 0 153253 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 616960

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 19521
/proc/meminfo: memFree=30240644/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=696944 CPUtime=642.32
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 502432 0 0 0 62495 1737 0 0 25 0 1 0 133874236 713670656 166443 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 174236 166443 592 984 0 173249 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 696944

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19527
/proc/meminfo: memFree=30196604/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=745888 CPUtime=882.32
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 642463 0 0 0 85691 2541 0 0 25 0 1 0 133874236 763789312 177105 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 186472 177105 603 984 0 185485 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 745888

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19529
/proc/meminfo: memFree=30194284/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=748836 CPUtime=942.33
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 647695 0 0 0 91523 2710 0 0 25 0 1 0 133874236 766808064 177798 4089446400 4194304 8223781 140735514451552 18446744073709551615 6557684 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 187209 177798 603 984 0 186222 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 748836

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19531
/proc/meminfo: memFree=30191600/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=751416 CPUtime=1002.32
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 648348 0 0 0 97366 2866 0 0 25 0 1 0 133874236 769449984 178448 4089446400 4194304 8223781 140735514451552 18446744073709551615 6003108 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 187854 178448 601 984 0 186867 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 751416

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19532
/proc/meminfo: memFree=30189048/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=753436 CPUtime=1062.33
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 650657 0 0 0 103217 3016 0 0 25 0 1 0 133874236 771518464 178945 4089446400 4194304 8223781 140735514451552 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 188359 178945 601 984 0 187372 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 753436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19533
/proc/meminfo: memFree=30188720/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=753960 CPUtime=1122.33
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 650802 0 0 0 109068 3165 0 0 25 0 1 0 133874236 772055040 179090 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 188490 179090 601 984 0 187503 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 753960

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19535
/proc/meminfo: memFree=30187524/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=755008 CPUtime=1182.33
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 651053 0 0 0 114916 3317 0 0 25 0 1 0 133874236 773128192 179341 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 188752 179341 601 984 0 187765 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 755008

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 19583
/proc/meminfo: memFree=30054916/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=755540 CPUtime=1242.33
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 651196 0 0 0 120751 3482 0 0 25 0 1 0 133874236 773672960 179484 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 188885 179484 601 984 0 187898 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 755540

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 19585
/proc/meminfo: memFree=30018168/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=755880 CPUtime=1302.34
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 655825 0 0 0 126544 3690 0 0 25 0 1 0 133874236 774021120 179600 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 188970 179600 601 984 0 187983 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 755880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19586
/proc/meminfo: memFree=29990224/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=757288 CPUtime=1362.34
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656117 0 0 0 132359 3875 0 0 25 0 1 0 133874236 775462912 179892 4089446400 4194304 8223781 140735514451552 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 189322 179892 601 984 0 188335 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 757288

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19587
/proc/meminfo: memFree=29947652/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=758044 CPUtime=1422.35
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656280 0 0 0 138183 4052 0 0 25 0 1 0 133874236 776237056 180055 4089446400 4194304 8223781 140735514451552 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 189511 180055 601 984 0 188524 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 758044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19589
/proc/meminfo: memFree=29909284/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=758900 CPUtime=1482.34
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656494 0 0 0 143973 4261 0 0 25 0 1 0 133874236 777113600 180269 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 189725 180269 601 984 0 188738 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 758900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19591
/proc/meminfo: memFree=29861388/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=759872 CPUtime=1542.34
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656736 0 0 0 149778 4456 0 0 25 0 1 0 133874236 778108928 180511 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 189968 180511 601 984 0 188981 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 759872

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 19593
/proc/meminfo: memFree=29834200/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=760428 CPUtime=1602.35
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656875 0 0 0 155580 4655 0 0 25 0 1 0 133874236 778678272 180649 4089446400 4194304 8223781 140735514451552 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 190107 180649 601 984 0 189120 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 760428

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 19594
/proc/meminfo: memFree=29809600/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=760652 CPUtime=1662.35
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 656932 0 0 0 161386 4849 0 0 25 0 1 0 133874236 778907648 180702 4089446400 4194304 8223781 140735514451552 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 190163 180702 601 984 0 189176 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 760652

[startup+1722.3 s]
/proc/loadavg: 2.33 2.12 2.04 3/197 19595
/proc/meminfo: memFree=29781700/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=762456 CPUtime=1722.34
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 657401 0 0 0 167199 5035 0 0 25 0 1 0 133874236 780754944 181171 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 190614 181171 601 984 0 189627 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 762456

[startup+1782.3 s]
/proc/loadavg: 2.49 2.20 2.07 3/197 19597
/proc/meminfo: memFree=29748172/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=763020 CPUtime=1782.35
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 665467 0 0 0 173026 5209 0 0 25 0 1 0 133874236 781332480 181319 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 190755 181319 601 984 0 189768 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 763020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.38 2.19 2.07 3/197 19597
/proc/meminfo: memFree=29736756/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=763260 CPUtime=1800.06
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 665527 0 0 0 174746 5260 0 0 25 0 1 0 133874236 781578240 181379 4089446400 4194304 8223781 140735514451552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19499/statm: 190815 181379 601 984 0 189828 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 763260

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

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

[startup+1800.2 s]
/proc/loadavg: 2.38 2.19 2.07 3/197 19597
/proc/meminfo: memFree=29736756/32951124 swapFree=67111528/67111528
[pid=19499] ppid=19497 vsize=603108 CPUtime=1800.25
/proc/19499/stat : 19499 (pbscip.linux.x8) R 19497 19499 19367 0 -1 4202496 665552 0 0 0 174765 5260 0 0 25 0 1 0 133874236 617582592 141342 4089446400 4194304 8223781 140735514451552 18446744073709551615 4997782 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19499/statm: 150777 141342 603 984 0 149790 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 603108

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.31
CPU user time (s): 1747.68
CPU system time (s): 52.627
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 780860

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

runsolver used 2.88856 second user time and 5.80212 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 21:23:11
IDJOB=2692314
IDBENCH=79263
IDSOLVER=1204
FILE ID=node147/2692314-1277925791
PBS_JOBID= 11197356
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692314-1277925791/watcher-2692314-1277925791 -o /tmp/evaluation-result-2692314-1277925791/solver-2692314-1277925791 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692314-1277925791.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=964680977

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30908132 kB
Buffers:        213484 kB
Cached:        1505308 kB
SwapCached:          0 kB
Active:         663444 kB
Inactive:      1233512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30908132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      177996 kB
Mapped:          20448 kB
Slab:            81972 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651948 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= 74192 MiB
End job on node147 at 2010-06-30 21:53:13