Trace number 2705747

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 solverOPTIMUM 563.555 563.547

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh203_wcsp.wbo
MD5SUM542e56009f24e88bce5dd1146eaa3ca2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.022995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2705747-1278580126.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1800 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1789.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5948k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6321k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    32 |     - |6378k|   0 |   5 |1700 |1600 |1700 |  57 |  57 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   103 |     - |6406k|   0 |  38 |1700 |1600 |1700 | 103 | 103 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   146 |     - |6492k|   0 |  49 |1700 |1600 |1700 | 139 | 139 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   197 |     - |6748k|   0 |  51 |1700 |1600 |1700 | 156 | 156 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   227 |     - |6838k|   0 |  53 |1700 |1600 |1700 | 162 | 162 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   243 |     - |6858k|   0 |  52 |1700 |1600 |1700 | 166 | 166 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     2 |   243 |     - |6883k|   0 |  52 |1700 |1600 |1700 | 166 | 166 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
3.39/3.44	o 9814
3.39/3.44	c * 3.4s|  3685 |  3676 |  4394 |   1.1 |  11M| 569 |   - |1700 |1607 |1700 | 259 | 764 |   7 | 667 | 0.000000e+00 | 9.814000e+03 |    Inf 
7.70/7.74	c   7.7s| 10000 |  9978 |  9573 |   0.9 |  19M| 569 |   0 |1700 |1666 |1700 | 187 |1713 |  66 | 735 | 0.000000e+00 | 9.814000e+03 |    Inf 
14.39/14.45	c  14.4s| 20000 | 19960 | 15479 |   0.8 |  28M| 569 |   0 |1700 |1740 |1700 | 194 |2567 | 148 | 746 | 0.000000e+00 | 9.814000e+03 |    Inf 
16.69/16.79	o 9591
16.69/16.79	c *16.8s| 23382 | 23232 | 17417 |   0.7 |  31M| 569 |   - |1700 |2007 |1700 | 205 |2905 | 418 | 746 | 0.000000e+00 | 9.591000e+03 |    Inf 
16.69/16.79	o 9423
16.69/16.79	c *16.8s| 23385 | 23187 | 17501 |   0.7 |  31M| 569 |   - |1700 |2007 |1700 | 208 |2908 | 418 | 746 | 0.000000e+00 | 9.423000e+03 |    Inf 
17.39/17.49	o 9327
17.39/17.49	c *17.5s| 24336 | 23990 | 18154 |   0.7 |  33M| 569 |   - |1700 |2311 |1700 | 193 |2974 | 722 | 746 | 0.000000e+00 | 9.327000e+03 |    Inf 
17.39/17.49	o 9224
17.39/17.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.39/17.49	c *17.5s| 24337 | 23950 | 18158 |   0.7 |  33M| 569 |   - |1700 |2311 |1700 | 193 |2974 | 722 | 746 | 0.000000e+00 | 9.224000e+03 |    Inf 
21.69/21.76	c  21.8s| 30000 | 28889 | 23388 |   0.8 |  40M| 569 |   0 |1700 |4702 |1700 | 201 |3690 |3152 | 747 | 0.000000e+00 | 9.224000e+03 |    Inf 
25.59/25.65	o 9094
25.59/25.65	c *25.6s| 34578 | 32803 | 28281 |   0.8 |  47M| 569 |   - |1700 |6290 |1700 | 193 |4507 |5064 | 750 | 0.000000e+00 | 9.094000e+03 |    Inf 
26.30/26.40	o 9081
26.30/26.40	c *26.4s| 35422 | 33537 | 29143 |   0.8 |  48M| 569 |   - |1700 |6473 |1700 | 193 |4616 |5380 | 750 | 0.000000e+00 | 9.081000e+03 |    Inf 
26.30/26.40	o 8978
26.30/26.40	c *26.4s| 35423 | 33407 | 29147 |   0.8 |  48M| 569 |   - |1700 |6473 |1700 | 193 |4616 |5380 | 750 | 0.000000e+00 | 8.978000e+03 |    Inf 
26.39/26.44	o 8939
26.39/26.44	c *26.4s| 35471 | 33385 | 29310 |   0.8 |  48M| 569 |   - |1700 |6487 |1700 | 203 |4628 |5398 | 750 | 0.000000e+00 | 8.939000e+03 |    Inf 
30.09/30.14	c  30.1s| 40000 | 37458 | 32316 |   0.8 |  53M| 569 |   0 |1700 |6932 |1700 | 200 |5060 |6997 | 750 | 0.000000e+00 | 8.939000e+03 |    Inf 
30.69/30.72	o 8934
30.69/30.72	c *30.7s| 40670 | 38028 | 32919 |   0.8 |  54M| 569 |   - |1700 |7014 |1700 | 194 |5138 |7354 | 750 | 0.000000e+00 | 8.934000e+03 |    Inf 
38.49/38.53	c  38.5s| 50000 | 46609 | 40885 |   0.8 |  63M| 569 |   0 |1700 |5742 |1700 | 186 |6303 |9948 | 752 | 0.000000e+00 | 8.934000e+03 |    Inf 
38.89/38.91	o 8854
38.89/38.91	c *38.9s| 50497 | 46916 | 41131 |   0.8 |  64M| 569 |   - |1700 |5635 |1700 | 215 |6353 |  10k| 752 | 0.000000e+00 | 8.854000e+03 |    Inf 
39.50/39.54	o 8752
39.50/39.54	c *39.5s| 51200 | 47271 | 42056 |   0.8 |  64M| 569 |   - |1700 |5413 |1700 | 198 |6541 |  10k| 754 | 0.000000e+00 | 8.752000e+03 |    Inf 
39.50/39.55	o 8560
39.50/39.55	c *39.5s| 51215 | 46783 | 42070 |   0.8 |  63M| 569 |   - |1700 |5413 |1700 | 198 |6541 |  10k| 754 | 0.000000e+00 | 8.560000e+03 |    Inf 
39.50/39.56	o 8295
39.50/39.56	c *39.5s| 51216 | 45944 | 42071 |   0.8 |  61M| 569 |   - |1700 |5413 |1700 | 198 |6541 |  10k| 754 | 0.000000e+00 | 8.295000e+03 |    Inf 
40.70/40.75	o 8265
40.70/40.75	c *40.7s| 52615 | 47147 | 43957 |   0.8 |  62M| 569 |   - |1700 |4839 |1700 | 185 |6951 |  10k| 757 | 0.000000e+00 | 8.265000e+03 |    Inf 
46.49/46.59	c  46.6s| 60000 | 54068 | 50241 |   0.8 |  69M| 569 |   0 |1700 |3411 |1700 | 185 |7898 |  11k| 775 | 0.000000e+00 | 8.265000e+03 |    Inf 
51.49/51.50	o 8261
51.49/51.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.49/51.50	c *51.5s| 65799 | 59089 | 55843 |   0.8 |  76M| 569 |   - |1700 |4563 |1700 | 197 |8718 |  14k| 775 | 0.000000e+00 | 8.261000e+03 |    Inf 
51.49/51.51	o 8250
51.49/51.51	c *51.5s| 65800 | 59028 | 55847 |   0.8 |  76M| 569 |   - |1700 |4563 |1700 | 197 |8718 |  14k| 775 | 0.000000e+00 | 8.250000e+03 |    Inf 
54.89/54.91	c  54.9s| 70000 | 62765 | 59443 |   0.8 |  80M| 569 |   0 |1700 |3172 |1700 | 186 |9324 |  15k| 775 | 0.000000e+00 | 8.250000e+03 |    Inf 
63.19/63.20	c  63.2s| 80000 | 71770 | 69544 |   0.9 |  91M| 569 |   0 |1700 |2509 |1700 | 204 |  11k|  18k| 775 | 0.000000e+00 | 8.250000e+03 |    Inf 
71.19/71.25	c  71.2s| 90000 | 80542 | 77171 |   0.9 | 102M| 569 |   0 |1700 |2661 |1700 | 199 |  12k|  21k| 778 | 0.000000e+00 | 8.250000e+03 |    Inf 
77.19/77.29	o 8033
77.19/77.29	c *77.3s| 97567 | 85724 | 82649 |   0.8 | 108M| 569 |   - |1700 |2573 |1700 | 223 |  13k|  24k| 778 | 0.000000e+00 | 8.033000e+03 |    Inf 
77.29/77.30	o 7927
77.29/77.30	c *77.3s| 97576 | 84871 | 82748 |   0.8 | 106M| 569 |   - |1700 |2583 |1700 | 223 |  13k|  24k| 778 | 0.000000e+00 | 7.927000e+03 |    Inf 
79.19/79.28	c  79.3s|100000 | 86994 | 84608 |   0.8 | 109M| 569 |   0 |1700 |2551 |1700 | 175 |  14k|  25k| 778 | 0.000000e+00 | 7.927000e+03 |    Inf 
80.49/80.58	o 7826
80.49/80.58	c *80.6s|101674 | 87575 | 85497 |   0.8 | 109M| 569 |   - |1700 |2838 |1700 | 205 |  14k|  25k| 778 | 0.000000e+00 | 7.826000e+03 |    Inf 
87.29/87.34	c  87.3s|110000 | 95064 | 93318 |   0.8 | 119M| 569 |   0 |1700 |3428 |1700 | 205 |  15k|  28k| 778 | 0.000000e+00 | 7.826000e+03 |    Inf 
89.78/89.80	o 7671
89.78/89.80	c *89.8s|113226 | 96542 | 95530 |   0.8 | 120M| 569 |   - |1700 |2973 |1700 | 207 |  15k|  29k| 778 | 0.000000e+00 | 7.671000e+03 |    Inf 
89.78/89.81	o 7359
89.78/89.81	c *89.8s|113227 | 93586 | 95553 |   0.8 | 113M| 569 |   - |1700 |2972 |1700 | 207 |  15k|  29k| 778 | 0.000000e+00 | 7.359000e+03 |    Inf 
89.78/89.86	o 7358
89.78/89.86	c *89.8s|113279 | 93610 | 95707 |   0.8 | 113M| 569 |   - |1700 |2960 |1700 | 211 |  15k|  29k| 778 | 0.000000e+00 | 7.358000e+03 |    Inf 
93.40/93.44	o 7315
93.40/93.44	c *93.4s|117713 | 97056 | 99245 |   0.8 | 117M| 569 |   - |1700 |2743 |1700 | 185 |  16k|  30k| 778 | 0.000000e+00 | 7.315000e+03 |    Inf 
95.19/95.26	c  95.2s|120000 | 99018 |101000 |   0.8 | 119M| 569 |   0 |1700 |2935 |1700 | 198 |  16k|  31k| 778 | 0.000000e+00 | 7.315000e+03 |    Inf 
95.59/95.64	o 7287
95.59/95.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.59/95.64	c *95.6s|120400 | 98997 |101818 |   0.8 | 119M| 569 |   - |1700 |2941 |1700 | 185 |  16k|  31k| 780 | 0.000000e+00 | 7.287000e+03 |    Inf 
95.59/95.65	o 7283
95.59/95.65	c *95.6s|120401 | 98928 |101850 |   0.8 | 119M| 569 |   - |1700 |2940 |1700 | 185 |  16k|  31k| 780 | 0.000000e+00 | 7.283000e+03 |    Inf 
102.59/102.62	o 7166
102.59/102.62	c * 103s|129367 |104925 |110703 |   0.9 | 125M| 569 |   - |1700 |3121 |1700 | 181 |  18k|  34k| 790 | 0.000000e+00 | 7.166000e+03 |    Inf 
102.59/102.63	o 7100
102.59/102.63	c * 103s|129368 |104038 |110722 |   0.9 | 124M| 569 |   - |1700 |3121 |1700 | 181 |  18k|  34k| 790 | 0.000000e+00 | 7.100000e+03 |    Inf 
103.09/103.13	c   103s|130000 |104600 |111594 |   0.9 | 124M| 569 |   0 |1700 |3155 |1700 | 188 |  18k|  35k| 791 | 0.000000e+00 | 7.100000e+03 |    Inf 
110.69/110.76	c   111s|140000 |113482 |121981 |   0.9 | 136M| 569 |   0 |1700 |2972 |1700 | 184 |  20k|  37k| 816 | 0.000000e+00 | 7.100000e+03 |    Inf 
112.49/112.57	o 6881
112.49/112.57	c * 113s|142290 |112173 |124416 |   0.9 | 132M| 569 |   - |1700 |3187 |1700 | 211 |  20k|  38k| 834 | 0.000000e+00 | 6.881000e+03 |    Inf 
112.59/112.61	o 6765
112.59/112.61	c * 113s|142320 |110463 |124564 |   0.9 | 129M| 569 |   - |1700 |3183 |1700 | 202 |  20k|  38k| 834 | 0.000000e+00 | 6.765000e+03 |    Inf 
112.59/112.61	o 6551
112.59/112.61	c * 113s|142321 |107375 |124576 |   0.9 | 125M| 569 |   - |1700 |3183 |1700 | 202 |  20k|  38k| 834 | 0.000000e+00 | 6.551000e+03 |    Inf 
112.59/112.66	o 6296
112.59/112.66	c * 113s|142365 |103615 |124712 |   0.9 | 118M| 569 |   - |1700 |3176 |1700 | 199 |  20k|  38k| 834 | 0.000000e+00 | 6.296000e+03 |    Inf 
112.59/112.67	o 6158
112.59/112.67	c * 113s|142369 |101484 |124738 |   0.9 | 115M| 569 |   - |1700 |3176 |1700 | 199 |  20k|  38k| 834 | 0.000000e+00 | 6.158000e+03 |    Inf 
112.59/112.68	o 5877
112.59/112.68	c * 113s|142370 | 97008 |124741 |   0.9 | 108M| 569 |   - |1700 |3176 |1700 | 199 |  20k|  38k| 834 | 0.000000e+00 | 5.877000e+03 |    Inf 
114.59/114.64	o 5874
114.59/114.64	c * 115s|144637 | 98847 |128495 |   0.9 | 111M| 569 |   - |1700 |3235 |1700 | 190 |  21k|  39k| 846 | 0.000000e+00 | 5.874000e+03 |    Inf 
114.59/114.64	o 5825
114.59/114.64	c * 115s|144638 | 98129 |128496 |   0.9 | 110M| 569 |   - |1700 |3235 |1700 | 190 |  21k|  39k| 846 | 0.000000e+00 | 5.825000e+03 |    Inf 
114.69/114.73	o 5780
114.69/114.73	c * 115s|144747 | 97583 |128607 |   0.9 | 109M| 569 |   - |1700 |3228 |1700 | 191 |  21k|  39k| 846 | 0.000000e+00 | 5.780000e+03 |    Inf 
114.69/114.74	o 5609
114.69/114.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.69/114.74	c * 115s|144757 | 95069 |128649 |   0.9 | 107M| 569 |   - |1700 |3228 |1700 | 191 |  21k|  39k| 846 | 0.000000e+00 | 5.609000e+03 |    Inf 
114.69/114.75	o 5560
114.69/114.75	c * 115s|144758 | 94399 |128653 |   0.9 | 106M| 569 |   - |1700 |3228 |1700 | 191 |  21k|  39k| 846 | 0.000000e+00 | 5.560000e+03 |    Inf 
118.80/118.88	c   119s|150000 | 98811 |134190 |   0.9 | 112M| 569 |   0 |1700 |3001 |1700 | 175 |  22k|  40k| 859 | 0.000000e+00 | 5.560000e+03 |    Inf 
126.89/126.96	c   127s|160000 |107132 |146727 |   0.9 | 125M| 569 |   0 |1700 |2979 |1700 | 196 |  24k|  44k| 921 | 0.000000e+00 | 5.560000e+03 |    Inf 
129.19/129.27	o 5431
129.19/129.27	c * 129s|162995 |107712 |149559 |   0.9 | 127M| 569 |   - |1700 |3104 |1700 | 213 |  25k|  44k| 929 | 0.000000e+00 | 5.431000e+03 |    Inf 
134.69/134.79	c   135s|170000 |113598 |156781 |   0.9 | 135M| 569 |   - |1700 |2871 |   0 |   0 |  26k|  47k| 943 | 0.000000e+00 | 5.431000e+03 |    Inf 
142.79/142.88	c   143s|180000 |121946 |170190 |   0.9 | 148M| 569 |   - |1700 |3168 |   0 |   0 |  29k|  50k|1026 | 0.000000e+00 | 5.431000e+03 |    Inf 
145.49/145.56	o 5379
145.49/145.56	c * 146s|183579 |124303 |173513 |   0.9 | 151M| 569 |   - |1700 |2929 |1700 | 192 |  29k|  50k|1029 | 0.000000e+00 | 5.379000e+03 |    Inf 
150.49/150.60	c   151s|190000 |129864 |181053 |   1.0 | 159M| 569 |   0 |1700 |2739 |1700 | 184 |  30k|  52k|1053 | 0.000000e+00 | 5.379000e+03 |    Inf 
157.79/157.89	o 5335
157.79/157.89	c * 158s|198707 |136053 |194341 |   1.0 | 170M| 569 |   - |1700 |3164 |1700 | 193 |  33k|  56k|1115 | 0.000000e+00 | 5.335000e+03 |    Inf 
157.89/157.90	o 5179
157.89/157.90	c * 158s|198709 |133068 |194355 |   1.0 | 166M| 569 |   - |1700 |3164 |1700 | 193 |  33k|  56k|1115 | 0.000000e+00 | 5.179000e+03 |    Inf 
157.89/157.90	o 5054
157.89/157.90	c * 158s|198710 |130534 |194360 |   1.0 | 163M| 569 |   - |1700 |3164 |1700 | 193 |  33k|  56k|1115 | 0.000000e+00 | 5.054000e+03 |    Inf 
158.99/159.01	c   159s|200000 |131587 |196178 |   1.0 | 164M| 569 |   0 |1700 |2768 |1700 | 194 |  33k|  56k|1119 | 0.000000e+00 | 5.054000e+03 |    Inf 
162.59/162.67	o 5006
162.59/162.67	c * 163s|204579 |134231 |201052 |   1.0 | 168M| 569 |   - |1700 |2898 |1700 | 188 |  34k|  57k|1154 | 0.000000e+00 | 5.006000e+03 |    Inf 
166.89/166.98	c   167s|210000 |138785 |207716 |   1.0 | 175M| 569 |   0 |1700 |2749 |1700 | 194 |  35k|  59k|1179 | 0.000000e+00 | 5.006000e+03 |    Inf 
175.09/175.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.09/175.11	c   175s|220000 |146864 |221040 |   1.0 | 188M| 569 |   0 |1700 |3051 |1700 | 178 |  38k|  62k|1226 | 0.000000e+00 | 5.006000e+03 |    Inf 
182.69/182.71	c   183s|230000 |155491 |230628 |   1.0 | 200M| 569 |   0 |1700 |2968 |1700 | 188 |  39k|  65k|1262 | 0.000000e+00 | 5.006000e+03 |    Inf 
187.39/187.49	o 4954
187.39/187.49	c * 187s|235937 |159115 |237443 |   1.0 | 205M| 569 |   - |1700 |3169 |1700 | 186 |  41k|  67k|1286 | 0.000000e+00 | 4.954000e+03 |    Inf 
190.69/190.78	c   191s|240000 |162393 |242118 |   1.0 | 211M| 569 |   0 |1700 |3435 |1700 | 195 |  41k|  69k|1310 | 0.000000e+00 | 4.954000e+03 |    Inf 
198.69/198.78	c   199s|250000 |170379 |253514 |   1.0 | 223M| 569 |   0 |1700 |3217 |1700 | 196 |  43k|  72k|1351 | 0.000000e+00 | 4.954000e+03 |    Inf 
199.89/199.91	o 4928
199.89/199.91	c * 200s|251411 |170920 |255436 |   1.0 | 224M| 569 |   - |1700 |3007 |1700 | 191 |  44k|  73k|1358 | 0.000000e+00 | 4.928000e+03 |    Inf 
199.89/199.91	o 4893
199.89/199.91	c * 200s|251412 |169932 |255438 |   1.0 | 222M| 569 |   - |1700 |3007 |1700 | 191 |  44k|  73k|1358 | 0.000000e+00 | 4.893000e+03 |    Inf 
206.70/206.72	c   207s|260000 |177087 |265495 |   1.0 | 233M| 569 |   0 |1700 |3338 |1700 | 198 |  46k|  75k|1380 | 0.000000e+00 | 4.893000e+03 |    Inf 
213.40/213.42	o 4758
213.40/213.42	c * 213s|268048 |179884 |276592 |   1.0 | 237M| 569 |   - |1700 |3164 |1700 | 192 |  48k|  78k|1448 | 0.000000e+00 | 4.758000e+03 |    Inf 
214.89/214.94	c   215s|270000 |181520 |278709 |   1.0 | 239M| 569 |   0 |1700 |3121 |1700 | 192 |  48k|  78k|1455 | 0.000000e+00 | 4.758000e+03 |    Inf 
218.29/218.34	o 4756
218.29/218.34	c * 218s|274207 |185130 |285309 |   1.0 | 244M| 569 |   - |1700 |2982 |1700 | 205 |  50k|  79k|1470 | 0.000000e+00 | 4.756000e+03 |    Inf 
218.29/218.35	o 4721
218.29/218.35	c * 218s|274208 |184054 |285314 |   1.0 | 243M| 569 |   - |1700 |2982 |1700 | 205 |  50k|  79k|1470 | 0.000000e+00 | 4.721000e+03 |    Inf 
219.19/219.28	o 4630
219.19/219.28	c * 219s|275331 |182140 |286701 |   1.0 | 238M| 569 |   - |1700 |2819 |1700 | 185 |  50k|  80k|1480 | 0.000000e+00 | 4.630000e+03 |    Inf 
223.09/223.12	c   223s|280000 |186042 |294017 |   1.0 | 244M| 569 |   0 |1700 |3050 |1700 | 213 |  51k|  81k|1514 | 0.000000e+00 | 4.630000e+03 |    Inf 
230.99/231.09	c   231s|290000 |194179 |305658 |   1.1 | 257M| 569 |   0 |1700 |3157 |1700 | 187 |  53k|  84k|1556 | 0.000000e+00 | 4.630000e+03 |    Inf 
238.99/239.04	o 4587
238.99/239.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.99/239.04	c * 239s|299876 |200733 |317851 |   1.1 | 267M| 569 |   - |1700 |3273 |1700 | 194 |  55k|  87k|1601 | 0.000000e+00 | 4.587000e+03 |    Inf 
239.09/239.13	c   239s|300000 |200857 |317991 |   1.1 | 267M| 569 |   0 |1700 |3264 |1700 | 195 |  55k|  87k|1601 | 0.000000e+00 | 4.587000e+03 |    Inf 
239.39/239.41	o 4560
239.39/239.41	c * 239s|300374 |200305 |318332 |   1.1 | 265M| 569 |   - |1700 |3256 |1700 | 199 |  55k|  87k|1601 | 0.000000e+00 | 4.560000e+03 |    Inf 
239.69/239.78	o 4486
239.69/239.78	c * 240s|300868 |197780 |318657 |   1.1 | 260M| 569 |   - |1700 |3241 |1700 | 193 |  55k|  87k|1601 | 0.000000e+00 | 4.486000e+03 |    Inf 
239.79/239.86	o 4380
239.79/239.86	c * 240s|300956 |193596 |318794 |   1.1 | 251M| 569 |   - |1700 |3248 |1700 | 195 |  55k|  87k|1601 | 0.000000e+00 | 4.380000e+03 |    Inf 
239.79/239.87	o 4210
239.79/239.87	c * 240s|300957 |186045 |318801 |   1.1 | 236M| 569 |   - |1700 |3247 |1700 | 195 |  55k|  87k|1601 | 0.000000e+00 | 4.210000e+03 |    Inf 
239.89/239.96	o 4167
239.89/239.96	c * 240s|301062 |184365 |318927 |   1.1 | 232M| 569 |   - |1700 |3249 |1700 | 203 |  55k|  87k|1601 | 0.000000e+00 | 4.167000e+03 |    Inf 
239.89/239.98	o 4032
239.89/239.98	c * 240s|301065 |178289 |318956 |   1.1 | 219M| 569 |   - |1700 |3246 |1700 | 203 |  55k|  87k|1601 | 0.000000e+00 | 4.032000e+03 |    Inf 
239.99/240.07	o 3971
239.99/240.07	c * 240s|301176 |175313 |319077 |   1.1 | 212M| 569 |   - |1700 |3248 |1700 | 197 |  55k|  87k|1601 | 0.000000e+00 | 3.971000e+03 |    Inf 
240.69/240.71	o 3778
240.69/240.71	c * 241s|301979 |166813 |319637 |   1.1 | 193M| 569 |   - |1700 |3264 |1700 | 196 |  56k|  87k|1601 | 0.000000e+00 | 3.778000e+03 |    Inf 
240.69/240.73	o 3767
240.69/240.73	c * 241s|301986 |166339 |319720 |   1.1 | 192M| 569 |   - |1700 |3265 |1700 | 202 |  56k|  87k|1601 | 0.000000e+00 | 3.767000e+03 |    Inf 
242.10/242.19	o 3720
242.10/242.19	c * 242s|303673 |165386 |322399 |   1.1 | 191M| 569 |   - |1700 |3257 |1700 | 197 |  56k|  88k|1606 | 0.000000e+00 | 3.720000e+03 |    Inf 
242.20/242.22	o 3709
242.20/242.22	c * 242s|303699 |164891 |322484 |   1.1 | 190M| 569 |   - |1700 |3253 |1700 | 199 |  56k|  88k|1606 | 0.000000e+00 | 3.709000e+03 |    Inf 
242.20/242.25	o 3583
242.20/242.25	c * 242s|303713 |158747 |322534 |   1.1 | 178M| 569 |   - |1700 |3253 |1700 | 201 |  56k|  88k|1606 | 0.000000e+00 | 3.583000e+03 |    Inf 
242.30/242.38	o 3461
242.30/242.38	c * 242s|303866 |153236 |322733 |   1.1 | 170M| 569 |   - |1700 |3274 |1700 | 200 |  56k|  88k|1606 | 0.000000e+00 | 3.461000e+03 |    Inf 
247.69/247.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.69/247.78	c   248s|310000 |158106 |334111 |   1.1 | 178M| 569 |   0 |1700 |3000 |1700 | 204 |  58k|  90k|1678 | 0.000000e+00 | 3.461000e+03 |    Inf 
256.29/256.36	c   256s|320000 |166139 |351511 |   1.1 | 191M| 569 |   0 |1700 |2854 |1700 | 196 |  61k|  92k|1723 | 0.000000e+00 | 3.461000e+03 |    Inf 
260.29/260.39	o 3382
260.29/260.39	c * 260s|324541 |166086 |360169 |   1.1 | 194M| 569 |   - |1700 |2706 |1700 | 201 |  63k|  94k|1754 | 0.000000e+00 | 3.382000e+03 |    Inf 
260.29/260.39	o 3333
260.29/260.39	c * 260s|324542 |163769 |360172 |   1.1 | 191M| 569 |   - |1700 |2706 |1700 | 201 |  63k|  94k|1754 | 0.000000e+00 | 3.333000e+03 |    Inf 
261.00/261.08	o 3330
261.00/261.08	c * 261s|325284 |164229 |361869 |   1.1 | 192M| 569 |   - |1700 |2840 |1700 | 194 |  63k|  94k|1757 | 0.000000e+00 | 3.330000e+03 |    Inf 
261.00/261.09	o 3281
261.00/261.09	c * 261s|325285 |161884 |361870 |   1.1 | 189M| 569 |   - |1700 |2840 |1700 | 194 |  63k|  94k|1757 | 0.000000e+00 | 3.281000e+03 |    Inf 
261.10/261.13	o 3257
261.10/261.13	c * 261s|325325 |160735 |362097 |   1.1 | 187M| 569 |   - |1700 |2839 |1700 | 200 |  63k|  94k|1757 | 0.000000e+00 | 3.257000e+03 |    Inf 
261.10/261.15	o 3162
261.10/261.15	c * 261s|325328 |156441 |362106 |   1.1 | 182M| 569 |   - |1700 |2839 |1700 | 200 |  63k|  94k|1757 | 0.000000e+00 | 3.162000e+03 |    Inf 
261.10/261.15	o 3137
261.10/261.15	c * 261s|325329 |155281 |362107 |   1.1 | 181M| 569 |   - |1700 |2839 |1700 | 200 |  63k|  94k|1757 | 0.000000e+00 | 3.137000e+03 |    Inf 
262.39/262.46	o 2921
262.39/262.46	c * 262s|326705 |146419 |365275 |   1.1 | 171M| 569 |   - |1700 |2742 |1700 | 201 |  64k|  94k|1785 | 0.000000e+00 | 2.921000e+03 |    Inf 
264.69/264.70	o 2901
264.69/264.70	c * 265s|329144 |147260 |370389 |   1.1 | 173M| 569 |   - |1700 |2640 |1700 | 214 |  65k|  95k|1806 | 0.000000e+00 | 2.901000e+03 |    Inf 
265.49/265.54	c   266s|330000 |147934 |372741 |   1.1 | 175M| 569 |   0 |1700 |2668 |1700 | 187 |  65k|  95k|1827 | 0.000000e+00 | 2.901000e+03 |    Inf 
274.50/274.57	c   275s|340000 |155457 |391127 |   1.1 | 189M| 569 |   0 |1700 |2950 |1700 | 207 |  69k|  98k|1882 | 0.000000e+00 | 2.901000e+03 |    Inf 
283.70/283.79	c   284s|350000 |162878 |413008 |   1.2 | 203M| 569 |   0 |1700 |2754 |1700 | 196 |  73k| 101k|1988 | 0.000000e+00 | 2.901000e+03 |    Inf 
292.19/292.22	o 2897
292.19/292.22	c * 292s|359300 |169690 |430749 |   1.2 | 218M| 569 |   - |1700 |2838 |1700 | 206 |  76k| 104k|2037 | 0.000000e+00 | 2.897000e+03 |    Inf 
292.19/292.23	o 2822
292.19/292.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.19/292.23	c * 292s|359301 |165975 |430751 |   1.2 | 213M| 569 |   - |1700 |2838 |1700 | 206 |  76k| 104k|2037 | 0.000000e+00 | 2.822000e+03 |    Inf 
292.90/292.97	c   293s|360000 |166497 |432980 |   1.2 | 214M| 569 |   0 |1700 |2879 |1700 | 206 |  77k| 104k|2045 | 0.000000e+00 | 2.822000e+03 |    Inf 
302.30/302.35	c   302s|370000 |173863 |456838 |   1.2 | 230M| 569 |   - |1700 |2791 |   0 |   0 |  81k| 107k|2128 | 0.000000e+00 | 2.822000e+03 |    Inf 
311.90/311.91	c   312s|380000 |181369 |482781 |   1.3 | 245M| 569 |   0 |1700 |2934 |1700 | 200 |  86k| 111k|2219 | 0.000000e+00 | 2.822000e+03 |    Inf 
320.80/320.80	c   321s|390000 |189080 |502308 |   1.3 | 259M| 569 |   0 |1700 |2843 |1700 | 218 |  89k| 113k|2284 | 0.000000e+00 | 2.822000e+03 |    Inf 
326.70/326.73	o 2795
326.70/326.73	c * 327s|396737 |192818 |515429 |   1.3 | 267M| 569 |   - |1700 |2888 |1700 | 181 |  91k| 115k|2315 | 0.000000e+00 | 2.795000e+03 |    Inf 
329.79/329.86	c   330s|400000 |195364 |522991 |   1.3 | 272M| 569 |   0 |1700 |2849 |1700 | 206 |  93k| 116k|2350 | 0.000000e+00 | 2.795000e+03 |    Inf 
338.49/338.51	o 2777
338.49/338.51	c * 339s|409723 |201991 |542381 |   1.3 | 286M| 569 |   - |1700 |3076 |1700 | 199 |  97k| 119k|2399 | 0.000000e+00 | 2.777000e+03 |    Inf 
338.70/338.77	c   339s|410000 |202230 |542791 |   1.3 | 286M| 569 |   0 |1700 |3084 |1700 | 186 |  97k| 119k|2399 | 0.000000e+00 | 2.777000e+03 |    Inf 
339.10/339.11	o 2752
339.10/339.11	c * 339s|410383 |201018 |543422 |   1.3 | 285M| 569 |   - |1700 |3092 |1700 | 201 |  97k| 119k|2399 | 0.000000e+00 | 2.752000e+03 |    Inf 
339.10/339.13	o 2628
339.10/339.13	c * 339s|410384 |193312 |543423 |   1.3 | 275M| 569 |   - |1700 |3092 |1700 | 201 |  97k| 119k|2399 | 0.000000e+00 | 2.628000e+03 |    Inf 
339.59/339.64	o 2549
339.59/339.64	c * 340s|410883 |188524 |544674 |   1.3 | 269M| 569 |   - |1700 |3099 |1700 | 197 |  97k| 119k|2406 | 0.000000e+00 | 2.549000e+03 |    Inf 
339.59/339.65	o 2518
339.59/339.65	c * 340s|410886 |186636 |544707 |   1.3 | 266M| 569 |   - |1700 |3099 |1700 | 196 |  97k| 119k|2406 | 0.000000e+00 | 2.518000e+03 |    Inf 
339.59/339.67	o 2393
339.59/339.67	c * 340s|410887 |178089 |544718 |   1.3 | 252M| 569 |   - |1700 |3099 |1700 | 197 |  97k| 119k|2406 | 0.000000e+00 | 2.393000e+03 |    Inf 
339.69/339.73	o 2336
339.69/339.73	c * 340s|410929 |174369 |544887 |   1.3 | 245M| 569 |   - |1700 |3101 |1700 | 192 |  97k| 119k|2406 | 0.000000e+00 | 2.336000e+03 |    Inf 
339.69/339.74	o 2284
339.69/339.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.69/339.74	c * 340s|410940 |170669 |544892 |   1.3 | 239M| 569 |   - |1700 |3101 |1700 | 192 |  97k| 119k|2406 | 0.000000e+00 | 2.284000e+03 |    Inf 
339.69/339.78	o 2159
339.69/339.78	c * 340s|410941 |161975 |544902 |   1.3 | 223M| 569 |   - |1700 |3101 |1700 | 192 |  97k| 119k|2406 | 0.000000e+00 | 2.159000e+03 |    Inf 
339.80/339.86	o 2090
339.80/339.86	c * 340s|410989 |157321 |545271 |   1.3 | 215M| 569 |   - |1700 |3100 |1700 | 192 |  97k| 119k|2406 | 0.000000e+00 | 2.090000e+03 |    Inf 
348.70/348.76	c   349s|420000 |163385 |567452 |   1.4 | 228M| 569 |   - |1700 |2754 |   0 |   0 | 101k| 122k|2466 | 0.000000e+00 | 2.090000e+03 |    Inf 
358.50/358.54	c   359s|430000 |170200 |593489 |   1.4 | 244M| 569 |   0 |1700 |2563 |1700 | 199 | 106k| 125k|2575 | 0.000000e+00 | 2.090000e+03 |    Inf 
359.39/359.46	o 2071
359.39/359.46	c * 359s|430964 |169407 |595884 |   1.4 | 243M| 569 |   - |1700 |2564 |1700 | 198 | 106k| 125k|2576 | 0.000000e+00 | 2.071000e+03 |    Inf 
359.70/359.71	o 1967
359.70/359.71	c * 360s|431194 |161198 |596388 |   1.4 | 227M| 569 |   - |1700 |2591 |1700 | 202 | 107k| 125k|2576 | 0.000000e+00 | 1.967000e+03 |    Inf 
368.69/368.74	c   369s|440000 |167128 |622698 |   1.4 | 241M| 569 |   0 |1700 |2987 |1700 | 199 | 111k| 128k|2624 | 0.000000e+00 | 1.967000e+03 |    Inf 
378.99/379.06	c   379s|450000 |174391 |651938 |   1.4 | 257M| 569 |   0 |1700 |3114 |1700 | 221 | 118k| 130k|2700 | 0.000000e+00 | 1.967000e+03 |    Inf 
389.19/389.24	c   389s|460000 |181119 |680827 |   1.5 | 274M| 569 |   0 |1700 |2817 |1700 | 183 | 123k| 134k|2778 | 0.000000e+00 | 1.967000e+03 |    Inf 
393.19/393.29	o 1856
393.19/393.29	c * 393s|463807 |173485 |693675 |   1.5 | 259M| 569 |   - |1700 |2583 |1700 | 197 | 125k| 135k|2808 | 0.000000e+00 | 1.856000e+03 |    Inf 
400.00/400.09	c   400s|470000 |177411 |716986 |   1.5 | 271M| 569 |   0 |1700 |2749 |1700 | 196 | 129k| 137k|2872 | 0.000000e+00 | 1.856000e+03 |    Inf 
410.60/410.68	c   411s|480000 |184068 |750348 |   1.6 | 288M| 569 |   0 |1700 |2717 |1700 | 220 | 135k| 140k|2945 | 0.000000e+00 | 1.856000e+03 |    Inf 
421.09/421.20	c   421s|490000 |190706 |784750 |   1.6 | 305M| 569 |   0 |1700 |2831 |1700 | 201 | 141k| 143k|3020 | 0.000000e+00 | 1.856000e+03 |    Inf 
428.30/428.37	o 1781
428.30/428.37	c * 428s|497074 |187920 |804796 |   1.6 | 303M| 569 |   - |1700 |2835 |1700 | 199 | 145k| 145k|3062 | 0.000000e+00 | 1.781000e+03 |    Inf 
428.40/428.42	o 1742
428.40/428.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.40/428.42	c * 428s|497108 |183732 |804967 |   1.6 | 296M| 569 |   - |1700 |2843 |1700 | 208 | 145k| 145k|3062 | 0.000000e+00 | 1.742000e+03 |    Inf 
428.50/428.58	o 1693
428.50/428.58	c * 429s|497275 |178914 |805257 |   1.6 | 289M| 569 |   - |1700 |2872 |1700 | 201 | 145k| 145k|3065 | 0.000000e+00 | 1.693000e+03 |    Inf 
431.69/431.77	c   432s|500000 |180690 |817033 |   1.6 | 294M| 569 |   0 |1700 |2847 |1700 | 202 | 147k| 146k|3080 | 0.000000e+00 | 1.693000e+03 |    Inf 
442.90/442.96	c   443s|510000 |187097 |856231 |   1.7 | 313M| 569 |   - |1700 |2998 |   0 |   0 | 154k| 150k|3159 | 0.000000e+00 | 1.693000e+03 |    Inf 
453.89/453.95	c   454s|520000 |193383 |894469 |   1.7 | 332M| 569 |   0 |1700 |3093 |1700 | 186 | 160k| 153k|3235 | 0.000000e+00 | 1.693000e+03 |    Inf 
464.60/464.69	o 1688
464.60/464.69	c * 465s|529788 |199331 |933738 |   1.8 | 350M| 569 |   - |1700 |3035 |1700 | 185 | 167k| 157k|3312 | 0.000000e+00 | 1.688000e+03 |    Inf 
464.89/464.90	c   465s|530000 |199489 |934333 |   1.8 | 350M| 569 |   0 |1700 |3081 |1700 | 195 | 167k| 157k|3313 | 0.000000e+00 | 1.688000e+03 |    Inf 
474.01/474.01	o 1659
474.01/474.01	c * 474s|538172 |201554 |963619 |   1.8 | 360M| 569 |   - |1700 |3162 |1700 | 200 | 172k| 160k|3370 | 0.000000e+00 | 1.659000e+03 |    Inf 
474.01/474.03	o 1580
474.01/474.03	c * 474s|538173 |192738 |963622 |   1.8 | 346M| 569 |   - |1700 |3162 |1700 | 200 | 172k| 160k|3370 | 0.000000e+00 | 1.580000e+03 |    Inf 
474.11/474.12	o 1467
474.11/474.12	c * 474s|538225 |179784 |963886 |   1.8 | 326M| 569 |   - |1700 |3188 |1700 | 209 | 173k| 160k|3370 | 0.000000e+00 | 1.467000e+03 |    Inf 
474.11/474.12	o 1451
474.11/474.12	c * 474s|538226 |178037 |963887 |   1.8 | 324M| 569 |   - |1700 |3188 |1700 | 209 | 173k| 160k|3370 | 0.000000e+00 | 1.451000e+03 |    Inf 
476.20/476.23	c   476s|540000 |179048 |971601 |   1.8 | 327M| 569 |   0 |1700 |3195 |1700 | 195 | 174k| 160k|3400 | 0.000000e+00 | 1.451000e+03 |    Inf 
487.50/487.58	o 1382
487.50/487.58	c * 488s|549514 |176833 |  1011k|   1.8 | 334M| 569 |   - |1700 |2988 |1700 | 198 | 181k| 164k|3473 | 0.000000e+00 | 1.382000e+03 |    Inf 
488.20/488.21	c   488s|550000 |177069 |  1014k|   1.8 | 335M| 569 |   0 |1700 |2975 |1700 | 187 | 181k| 164k|3475 | 0.000000e+00 | 1.382000e+03 |    Inf 
500.51/500.53	c   501s|560000 |182559 |  1060k|   1.9 | 356M| 569 |   0 |1700 |3091 |1700 | 213 | 189k| 169k|3564 | 0.000000e+00 | 1.382000e+03 |    Inf 
512.61/512.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.61/512.69	c   513s|570000 |188400 |  1107k|   1.9 | 377M| 569 |   0 |1700 |2954 |1700 | 174 | 198k| 172k|3645 | 0.000000e+00 | 1.382000e+03 |    Inf 
516.60/516.64	o 1350
516.60/516.64	c * 517s|573191 |186580 |  1123k|   2.0 | 378M| 569 |   - |1700 |2908 |1700 | 203 | 201k| 174k|3679 | 0.000000e+00 | 1.350000e+03 |    Inf 
516.60/516.66	o 1286
516.60/516.66	c * 517s|573192 |179213 |  1123k|   2.0 | 365M| 569 |   - |1700 |2908 |1700 | 203 | 201k| 174k|3679 | 0.000000e+00 | 1.286000e+03 |    Inf 
519.90/519.96	o 1239
519.90/519.96	c * 520s|575735 |174830 |  1136k|   2.0 | 360M| 569 |   - |1700 |2887 |1700 | 204 | 203k| 175k|3689 | 0.000000e+00 | 1.239000e+03 |    Inf 
520.00/520.02	o 1098
520.00/520.02	c * 520s|575736 |157423 |  1136k|   2.0 | 323M| 569 |   - |1700 |2887 |1700 | 204 | 203k| 175k|3689 | 0.000000e+00 | 1.098000e+03 |    Inf 
524.60/524.63	o 1085
524.60/524.63	c * 525s|579044 |157410 |  1158k|   2.0 | 328M| 569 |   - |1700 |2824 |1700 | 218 | 206k| 176k|3727 | 0.000000e+00 | 1.085000e+03 |    Inf 
524.60/524.65	o 1036
524.60/524.65	c * 525s|579045 |151315 |  1158k|   2.0 | 314M| 569 |   - |1700 |2824 |1700 | 219 | 206k| 176k|3727 | 0.000000e+00 | 1.036000e+03 |    Inf 
525.90/525.98	c   526s|580000 |151816 |  1163k|   2.0 | 316M| 569 |   0 |1700 |2812 |1700 | 195 | 207k| 177k|3757 | 0.000000e+00 | 1.036000e+03 |    Inf 
534.10/534.16	o 982
534.10/534.16	c * 534s|585901 |145726 |  1202k|   2.1 | 308M| 569 |   - |1700 |3310 |1700 | 224 | 213k| 180k|3814 | 0.000000e+00 | 9.820000e+02 |    Inf 
538.00/538.08	o 894
538.00/538.08	c * 538s|588506 |131193 |  1222k|   2.1 | 281M| 569 |   - |1700 |2475 |1700 | 221 | 216k| 181k|3854 | 0.000000e+00 | 8.940000e+02 |    Inf 
538.39/538.46	o 881
538.39/538.46	c * 538s|588674 |129513 |  1224k|   2.1 | 278M| 569 |   - |1700 |2270 |1700 | 194 | 216k| 181k|3855 | 0.000000e+00 | 8.810000e+02 |    Inf 
538.39/538.48	o 865
538.39/538.48	c * 538s|588676 |126961 |  1224k|   2.1 | 272M| 569 |   - |1700 |2251 |1700 | 197 | 216k| 181k|3855 | 0.000000e+00 | 8.650000e+02 |    Inf 
539.60/539.68	o 760
539.60/539.68	c * 540s|589290 |111230 |  1231k|   2.1 | 238M| 569 |   - |1700 |2225 |1700 | 219 | 217k| 182k|3867 | 0.000000e+00 | 7.600000e+02 |    Inf 
541.20/541.28	c   541s|590000 |111139 |  1244k|   2.1 | 242M| 569 |   - |1700 |1984 |   0 |   0 | 219k| 182k|3897 | 0.000000e+00 | 7.600000e+02 |    Inf 
558.40/558.41	c   558s|600000 |113248 |  1365k|   2.3 | 275M| 569 |   0 |1700 |2794 |1700 | 232 | 236k| 190k|4075 | 0.000000e+00 | 7.600000e+02 |    Inf 
559.50/559.52	o 682
559.50/559.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.50/559.52	c * 560s|600663 |102603 |  1373k|   2.3 | 252M| 569 |   - |1700 |2878 |1700 | 222 | 237k| 191k|4086 | 0.000000e+00 | 6.820000e+02 |    Inf 
559.50/559.55	o 623
559.50/559.55	c * 560s|600664 | 93611 |  1373k|   2.3 | 232M| 569 |   - |1700 |2878 |1700 | 222 | 237k| 191k|4086 | 0.000000e+00 | 6.230000e+02 |    Inf 
561.40/561.42	o 585
561.40/561.42	c * 561s|601564 | 85762 |  1389k|   2.3 | 222M| 569 |   - |1700 |2174 |1700 | 198 | 239k| 192k|4105 | 0.000000e+00 | 5.850000e+02 |    Inf 
561.40/561.46	o 493
561.40/561.46	c * 561s|601565 | 73884 |  1389k|   2.3 | 197M| 569 |   - |1700 |2174 |1700 | 198 | 239k| 192k|4105 | 0.000000e+00 | 4.930000e+02 |    Inf 
561.50/561.56	o 451
561.50/561.56	c * 562s|601602 | 69374 |  1389k|   2.3 | 187M| 569 |   - |1700 |1984 |1700 | 204 | 239k| 192k|4105 | 0.000000e+00 | 4.510000e+02 |    Inf 
561.50/561.58	o 406
561.50/561.58	c * 562s|601610 | 65108 |  1390k|   2.3 | 176M| 569 |   - |1700 |1936 |1700 | 200 | 239k| 192k|4105 | 0.000000e+00 | 4.060000e+02 |    Inf 
563.11/563.17	o 204
563.11/563.17	c * 563s|602227 | 34969 |  1402k|   2.3 | 118M| 569 |   - |1700 |1972 |1700 | 209 | 241k| 193k|4124 | 0.000000e+00 | 2.040000e+02 |    Inf 
563.21/563.22	o 119
563.21/563.22	c * 563s|602230 | 23062 |  1402k|   2.3 |  91M| 569 |   - |1700 |1690 |1700 | 177 | 241k| 193k|4124 | 0.000000e+00 | 1.190000e+02 |    Inf 
563.30/563.37	o 109
563.30/563.37	c * 563s|602270 | 13587 |  1403k|   2.3 |  73M| 569 |   - |1700 |1474 |1700 | 177 | 241k| 193k|4124 | 0.000000e+00 | 1.090000e+02 |    Inf 
563.30/563.37	o 103
563.30/563.37	c * 563s|602271 | 13526 |  1403k|   2.3 |  73M| 569 |   - |1700 |1474 |1700 | 177 | 241k| 193k|4124 | 0.000000e+00 | 1.030000e+02 |    Inf 
563.40/563.40	o 55
563.40/563.40	c * 563s|602281 |  9460 |  1404k|   2.3 |  58M| 569 |   - |1700 |1422 |1700 | 190 | 241k| 193k|4124 | 0.000000e+00 | 5.500000e+01 |    Inf 
563.40/563.41	o 39
563.40/563.41	c * 563s|602282 |  8437 |  1404k|   2.3 |  54M| 569 |   - |1700 |1422 |1700 | 190 | 241k| 193k|4124 | 0.000000e+00 | 3.900000e+01 |    Inf 
563.50/563.51	c 
563.50/563.51	c SCIP Status        : problem is solved [optimal solution found]
563.50/563.51	c Solving Time (sec) : 563.50
563.50/563.51	c Solving Nodes      : 602305
563.50/563.51	c Primal Bound       : +3.90000000000000e+01 (224 solutions)
563.50/563.51	c Dual Bound         : +3.90000000000000e+01
563.50/563.51	c Gap                : 0.00 %
563.50/563.51	s OPTIMUM FOUND
563.50/563.51	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
563.50/563.51	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
563.50/563.51	v x154 -x153 x152 -x151 x150 -x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 
563.50/563.51	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
563.50/563.51	v x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 -x92 x91 x90 -x89 x88 -x87 -x86 x85 x84 
563.50/563.51	v -x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 x66 -x65 x64 -x63 -x62 x61 -x60 x59 -x58 x57 -x56 
563.50/563.51	v x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 x40 -x39 x38 -x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 x28 
563.50/563.51	v -x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 x4 -x3 -x2 x1 
563.50/563.51	c SCIP Status        : problem is solved [optimal solution found]
563.50/563.51	c Solving Time       :     563.50
563.50/563.51	c Original Problem   :
563.50/563.51	c   Problem name     : HOME/instance-2705747-1278580126.wbo
563.50/563.51	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
563.50/563.51	c   Constraints      : 1701 initial, 1701 maximal
563.50/563.51	c Presolved Problem  :
563.50/563.51	c   Problem name     : t_HOME/instance-2705747-1278580126.wbo
563.50/563.51	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
563.50/563.51	c   Constraints      : 1600 initial, 7119 maximal
563.50/563.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
563.50/563.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
563.50/563.51	c   linear           :       0.02          0        100          0        800          0        101          0          0
563.50/563.51	c   indicator        :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
563.50/563.51	c   root node        :          -       1554          -          -       1554          -          -          -          -
563.50/563.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
563.50/563.51	c   integral         :          0          0          0     622421          0          0         37          0          0      23542
563.50/563.51	c   linear           :        800          6    1562293     610564          0      11653    1093257     241332          0          0
563.50/563.51	c   indicator        :        800          0    1550889     610613          0       9252   18178204          0          0          0
563.50/563.51	c   logicor          :          0+         0     754001          0          0       5372     418756          0          0          0
563.50/563.51	c   countsols        :          0          0          0     530289          0          0          0          0          0          0
563.50/563.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
563.50/563.51	c   integral         :       3.36       0.00       0.00       3.36       0.00
563.50/563.51	c   linear           :      36.95       0.00      18.81      18.13       0.00
563.50/563.51	c   indicator        :      81.68       0.01      45.71      35.96       0.00
563.50/563.51	c   logicor          :       8.37       0.00       8.37       0.00       0.00
563.50/563.51	c   countsols        :       0.07       0.00       0.00       0.07       0.00
563.50/563.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
563.50/563.51	c   vbounds          :       0.28          2          0          0
563.50/563.51	c   rootredcost      :       0.26        123          0        775
563.50/563.51	c   pseudoobj        :      33.62    1615902      53559   17448935
563.50/563.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
563.50/563.51	c   propagation      :       3.55      70584      70149     228686       23.6       1339       12.8          -
563.50/563.51	c   infeasible LP    :       0.01         51         51        174       16.9          4       17.8          0
563.50/563.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
563.50/563.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
563.50/563.51	c   pseudo solution  :       0.00          4          4         16       17.8          0        0.0          -
563.50/563.51	c   applied globally :          -          -          -     193656       22.5          -          -          -
563.50/563.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
563.50/563.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
563.50/563.51	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 146)
563.50/563.51	c   redcost          :      25.37     643729          0    1114844          0          0
563.50/563.51	c   impliedbounds    :       0.00          5          0          0          0          0
563.50/563.51	c   intobj           :       0.00          0          0          0          0          0
563.50/563.51	c   cgmip            :       0.00          0          0          0          0          0
563.50/563.51	c   gomory           :       0.02          5          0          0        208          0
563.50/563.51	c   strongcg         :       0.01          5          0          0        282          0
563.50/563.51	c   cmir             :       0.01          5          0          0          0          0
563.50/563.51	c   flowcover        :       0.02          5          0          0          0          0
563.50/563.51	c   clique           :       0.00          1          0          0          0          0
563.50/563.51	c   zerohalf         :       0.00          0          0          0          0          0
563.50/563.51	c   mcf              :       0.00          1          0          0          0          0
563.50/563.51	c   rapidlearning    :       0.05          1          0          0          0          0
563.50/563.51	c Pricers            :       Time      Calls       Vars
563.50/563.51	c   problem variables:       0.00          0          0
563.50/563.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
563.50/563.51	c   relpscost        :       3.17      11807          0         37          0          0      23542
563.50/563.51	c   pscost           :       0.00          0          0          0          0          0          0
563.50/563.51	c   inference        :      67.71     530166          0          0          0          0    1060332
563.50/563.51	c   mostinf          :       0.00          0          0          0          0          0          0
563.50/563.51	c   leastinf         :       0.00          0          0          0          0          0          0
563.50/563.51	c   fullstrong       :       0.00          0          0          0          0          0          0
563.50/563.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
563.50/563.51	c   random           :       0.00          0          0          0          0          0          0
563.50/563.51	c Primal Heuristics  :       Time      Calls      Found
563.50/563.51	c   LP solutions     :       1.16          -        123
563.50/563.51	c   pseudo solutions :       0.00          -          0
563.50/563.51	c   feaspump         :       0.00          0          0
563.50/563.51	c   intshifting      :       0.00          0          0
563.50/563.51	c   oneopt           :       0.28         93          0
563.50/563.51	c   crossover        :       2.62        164          4
563.50/563.51	c   linesearchdiving :       0.77       1201          0
563.50/563.51	c   guideddiving     :       0.73       1201          0
563.50/563.51	c   veclendiving     :       0.72       1202          0
563.50/563.51	c   coefdiving       :       0.72       1202          0
563.50/563.51	c   pscostdiving     :       0.73       1202          0
563.50/563.51	c   fracdiving       :       0.72       1202          0
563.50/563.51	c   rootsoldiving    :       0.77       1199          0
563.50/563.51	c   objpscostdiving  :       0.76       1200          0
563.50/563.51	c   trivial          :       0.00          2          1
563.50/563.51	c   simplerounding   :       0.21      13146          0
563.50/563.51	c   zirounding       :       0.13       1000          0
563.50/563.51	c   rounding         :       0.15       1565          0
563.50/563.51	c   shifting         :       0.07        459          0
563.50/563.51	c   twoopt           :       0.00          0          0
563.50/563.51	c   fixandinfer      :       0.00          0          0
563.50/563.51	c   intdiving        :       0.00          0          0
563.50/563.51	c   actconsdiving    :       0.00          0          0
563.50/563.51	c   octane           :       0.00          0          0
563.50/563.51	c   rens             :       0.01          1          0
563.50/563.51	c   rins             :       0.00          0          0
563.50/563.51	c   localbranching   :       0.00          0          0
563.50/563.51	c   mutation         :       0.00          0          0
563.50/563.51	c   dins             :       0.00          0          0
563.50/563.51	c   undercover       :       0.00          0          0
563.50/563.51	c   nlp              :       0.09          0          0
563.50/563.51	c   trysol           :       0.20       1361         96
563.50/563.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
563.50/563.51	c   primal LP        :       0.00          0          0       0.00          -
563.50/563.51	c   dual LP          :     176.13     191654    1399677       7.30    7947.04
563.50/563.51	c   lex dual LP      :       0.00          0          0       0.00          -
563.50/563.51	c   barrier LP       :       0.00          0          0       0.00          -
563.50/563.51	c   diving/probing LP:       0.10         97       5105      52.63   49645.05
563.50/563.51	c   strong branching :       3.08       4124      53054      12.86   17230.04
563.50/563.51	c     (at root node) :          -         33       1971      59.73          -
563.50/563.51	c   conflict analysis:       0.00          0          0       0.00          -
563.50/563.51	c B&B Tree           :
563.50/563.51	c   number of runs   :          1
563.50/563.51	c   nodes            :     602305
563.50/563.51	c   nodes (total)    :     602305
563.50/563.51	c   nodes left       :          0
563.50/563.51	c   max depth        :        569
563.50/563.51	c   max depth (total):        569
563.50/563.51	c   backtracks       :      27516 (4.6%)
563.50/563.51	c   delayed cutoffs  :      40726
563.50/563.51	c   repropagations   :     149579 (8517357 domain reductions, 19633 cutoffs)
563.50/563.51	c   avg switch length:       3.44
563.50/563.51	c   switching time   :      39.36
563.50/563.51	c Solution           :
563.50/563.51	c   Solutions found  :        224 (124 improvements)
563.50/563.51	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
563.50/563.51	c   Primal Bound     : +3.90000000000000e+01   (in run 1, after 602282 nodes, 563.39 seconds, depth 19, found by <relaxation>)
563.50/563.51	c   Dual Bound       : +3.90000000000000e+01
563.50/563.51	c   Gap              :       0.00 %
563.50/563.51	c   Root Dual Bound  : +0.00000000000000e+00
563.50/563.51	c   Root Iterations  :        243
563.50/563.54	c Time complete: 563.55.

Verifier Data

OK	39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705747-1278580126/watcher-2705747-1278580126 -o /tmp/evaluation-result-2705747-1278580126/solver-2705747-1278580126 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705747-1278580126.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: 1.94 1.99 1.96 4/178 21937
/proc/meminfo: memFree=29378820/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=12540 CPUtime=0
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 1973 0 0 0 0 0 0 0 21 0 1 0 26227369 12840960 1891 4089446400 4194304 10345943 140733696475168 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21937/statm: 3135 1892 429 1502 0 1628 0

[startup+0.0745491 s]
/proc/loadavg: 1.94 1.99 1.96 4/178 21937
/proc/meminfo: memFree=29378820/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=39136 CPUtime=0.06
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 8643 0 0 0 6 0 0 0 21 0 1 0 26227369 40075264 8207 4089446400 4194304 10345943 140733696475168 18446744073709551615 4288140 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 9784 8207 634 1502 0 8277 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39136

[startup+0.100541 s]
/proc/loadavg: 1.94 1.99 1.96 4/178 21937
/proc/meminfo: memFree=29378820/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=39292 CPUtime=0.09
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 8723 0 0 0 8 1 0 0 21 0 1 0 26227369 40235008 8287 4089446400 4194304 10345943 140733696475168 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 9823 8287 636 1502 0 8316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39292

[startup+0.300492 s]
/proc/loadavg: 1.94 1.99 1.96 4/178 21937
/proc/meminfo: memFree=29378820/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=42864 CPUtime=0.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 11167 0 0 0 28 1 0 0 21 0 1 0 26227369 43892736 9277 4089446400 4194304 10345943 140733696475168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 10716 9277 752 1502 0 9209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42864

[startup+0.700426 s]
/proc/loadavg: 1.94 1.99 1.96 4/178 21937
/proc/meminfo: memFree=29378820/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=42864 CPUtime=0.69
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 11167 0 0 0 68 1 0 0 22 0 1 0 26227369 43892736 9277 4089446400 4194304 10345943 140733696475168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 10716 9277 752 1502 0 9209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42864

[startup+1.50028 s]
/proc/loadavg: 1.94 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29343720/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=45308 CPUtime=1.49
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 13115 0 0 0 146 3 0 0 25 0 1 0 26227369 46395392 9898 4089446400 4194304 10345943 140733696475168 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 11327 9898 758 1502 0 9820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45308

[startup+3.101 s]
/proc/loadavg: 1.94 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29343596/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=51304 CPUtime=3.09
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 15664 0 0 0 306 3 0 0 25 0 1 0 26227369 52535296 11108 4089446400 4194304 10345943 140733696475168 18446744073709551615 5012669 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 12826 11108 761 1502 0 11319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51304

[startup+6.30045 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29335920/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=50264 CPUtime=6.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 19226 0 0 0 624 5 0 0 25 0 1 0 26227369 51470336 11166 4089446400 4194304 10345943 140733696475168 18446744073709551615 6307421 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 12566 11166 761 1502 0 11059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50264

[startup+12.7003 s]
/proc/loadavg: 1.95 1.99 1.96 3/179 21938
/proc/meminfo: memFree=29331132/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=58028 CPUtime=12.69
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 25722 0 0 0 1262 7 0 0 25 0 1 0 26227369 59420672 12948 4089446400 4194304 10345943 140733696475168 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21937/statm: 14507 12948 761 1502 0 13000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58028

[startup+25.501 s]
/proc/loadavg: 1.81 1.96 1.95 2/171 21987
/proc/meminfo: memFree=29859028/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=82952 CPUtime=25.49
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 46931 0 0 0 2536 13 0 0 25 0 1 0 26227369 84942848 19061 4089446400 4194304 10345943 140733696475168 18446744073709551615 6865887 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21937/statm: 20738 19061 761 1502 0 19231 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82952

[startup+51.1005 s]
/proc/loadavg: 1.53 1.88 1.93 2/171 21987
/proc/meminfo: memFree=29825180/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=120068 CPUtime=51.09
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 93802 0 0 0 5084 25 0 0 25 0 1 0 26227369 122949632 28402 4089446400 4194304 10345943 140733696475168 18446744073709551615 4214290 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21937/statm: 30017 28402 762 1502 0 28510 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120068

[startup+102.305 s]
/proc/loadavg: 1.23 1.74 1.87 2/171 21989
/proc/meminfo: memFree=29758516/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=189212 CPUtime=102.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 153681 0 0 0 10190 39 0 0 25 0 1 0 26227369 193753088 45053 4089446400 4194304 10345943 140733696475168 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 47303 45053 776 1502 0 45796 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 189212

[startup+162.301 s]
/proc/loadavg: 1.08 1.60 1.82 2/171 21990
/proc/meminfo: memFree=29704648/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=242976 CPUtime=162.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 211155 0 0 0 16171 58 0 0 25 0 1 0 26227369 248807424 58222 4089446400 4194304 10345943 140733696475168 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 60744 58222 776 1502 0 59237 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 242976

[startup+222.3 s]
/proc/loadavg: 1.03 1.49 1.76 2/171 21992
/proc/meminfo: memFree=29624380/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=328020 CPUtime=222.3
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 278802 0 0 0 22150 80 0 0 25 0 1 0 26227369 335892480 78127 4089446400 4194304 10345943 140733696475168 18446744073709551615 6003113 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 82005 78127 776 1502 0 80498 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328020

[startup+282.301 s]
/proc/loadavg: 1.01 1.40 1.71 2/171 21993
/proc/meminfo: memFree=29590728/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=365540 CPUtime=282.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 332930 0 0 0 28132 97 0 0 25 0 1 0 26227369 374312960 86469 4089446400 4194304 10345943 140733696475168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 91385 86469 776 1502 0 89878 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 365540

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.66 2/171 21995
/proc/meminfo: memFree=29558060/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=403232 CPUtime=342.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 378957 0 0 0 34113 116 0 0 25 0 1 0 26227369 412909568 94584 4089446400 4194304 10345943 140733696475168 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 100808 94584 776 1502 0 99301 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 403232

[startup+402.3 s]
/proc/loadavg: 1.00 1.26 1.62 2/171 21997
/proc/meminfo: memFree=29538548/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=427656 CPUtime=402.3
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 413113 0 0 0 40097 133 0 0 25 0 1 0 26227369 437919744 99597 4089446400 4194304 10345943 140733696475168 18446744073709551615 4220727 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 106914 99597 776 1502 0 105407 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 427656

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.58 2/171 21998
/proc/meminfo: memFree=29488420/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=487224 CPUtime=462.3
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 444144 0 0 0 46079 151 0 0 25 0 1 0 26227369 498917376 112212 4089446400 4194304 10345943 140733696475168 18446744073709551615 6525281 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 121806 112212 776 1502 0 120299 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 487224

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.54 2/171 22000
/proc/meminfo: memFree=29432580/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=551640 CPUtime=522.29
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 500629 0 0 0 52054 175 0 0 25 0 1 0 26227369 564879360 125948 4089446400 4194304 10345943 140733696475168 18446744073709551615 7537396 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 137910 125948 776 1502 0 136403 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 551640

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

[startup+537.5 s]
/proc/loadavg: 1.00 1.16 1.53 2/171 22000
/proc/meminfo: memFree=29419424/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=562488 CPUtime=537.5
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 513038 0 0 0 53569 181 0 0 25 0 1 0 26227369 575987712 129182 4089446400 4194304 10345943 140733696475168 18446744073709551615 6067588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 140622 129182 777 1502 0 139115 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 562488

[startup+550.3 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29418912/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=564252 CPUtime=550.3
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 520352 0 0 0 54844 186 0 0 25 0 1 0 26227369 577794048 129425 4089446400 4194304 10345943 140733696475168 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 141063 129425 777 1502 0 139556 0
Current children cumulated CPU time (s) 550.3
Current children cumulated vsize (KiB) 564252

[startup+556.701 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29417548/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=566296 CPUtime=556.7
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 522750 0 0 0 55481 189 0 0 25 0 1 0 26227369 579887104 129735 4089446400 4194304 10345943 140733696475168 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 141574 129735 777 1502 0 140067 0
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (KiB) 566296

[startup+559.905 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29415808/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=568064 CPUtime=559.9
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 523192 0 0 0 55800 190 0 0 25 0 1 0 26227369 581697536 130177 4089446400 4194304 10345943 140733696475168 18446744073709551615 5085616 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 142016 130177 777 1502 0 140509 0
Current children cumulated CPU time (s) 559.9
Current children cumulated vsize (KiB) 568064

[startup+561.5 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29415064/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=569312 CPUtime=561.5
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 527467 0 0 0 55958 192 0 0 25 0 1 0 26227369 582975488 130254 4089446400 4194304 10345943 140733696475168 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 142328 130254 777 1502 0 140821 0
Current children cumulated CPU time (s) 561.5
Current children cumulated vsize (KiB) 569312

[startup+562.301 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29415064/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=568244 CPUtime=562.3
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 529552 0 0 0 56038 192 0 0 25 0 1 0 26227369 581881856 130283 4089446400 4194304 10345943 140733696475168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 142061 130283 777 1502 0 140554 0
Current children cumulated CPU time (s) 562.3
Current children cumulated vsize (KiB) 568244

[startup+563.101 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29414932/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=567368 CPUtime=563.11
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 531601 0 0 0 56118 193 0 0 25 0 1 0 26227369 580984832 130276 4089446400 4194304 10345943 140733696475168 18446744073709551615 4653837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 141842 130276 777 1502 0 140335 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 567368

[startup+563.501 s]
/proc/loadavg: 1.00 1.15 1.52 2/171 22001
/proc/meminfo: memFree=29414932/32951124 swapFree=67111528/67111528
[pid=21937] ppid=21935 vsize=568256 CPUtime=563.5
/proc/21937/stat : 21937 (pbscip.linux.x8) R 21935 21937 21384 0 -1 4202496 531623 0 0 0 56157 193 0 0 25 0 1 0 26227369 581894144 130298 4089446400 4194304 10345943 140733696475168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21937/statm: 142064 130298 777 1502 0 140557 0
Current children cumulated CPU time (s) 563.5
Current children cumulated vsize (KiB) 568256

Child status: 0
Real time (s): 563.547
CPU time (s): 563.555
CPU user time (s): 561.603
CPU system time (s): 1.9527
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 576400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.603
system time used= 1.9527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531630
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= 2
involuntary context switches= 473

runsolver used 0.840872 second user time and 1.74673 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-08 11:08:46
IDJOB=2705747
IDBENCH=79411
IDSOLVER=1214
FILE ID=node108/2705747-1278580126
PBS_JOBID= 11240238
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 542e56009f24e88bce5dd1146eaa3ca2
RANDOM SEED=1131462059

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2681.499
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		: 2681.499
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.69
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		: 2681.499
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		: 2681.499
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:      29379596 kB
Buffers:        155704 kB
Cached:        2663992 kB
SwapCached:          0 kB
Active:        2327352 kB
Inactive:      1093796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29379596 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12844 kB
Writeback:           0 kB
AnonPages:      601512 kB
Mapped:          17772 kB
Slab:            85400 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   773816 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= 73472 MiB
End job on node108 at 2010-07-08 11:18:10