Trace number 2699974

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 409.808 409.796

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh14_wcsp.wbo
MD5SUMa9c1b78c2cafd61259a4392acdb09fa2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark1.3028
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2699974-1278533865.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.04	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.04/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (3 rounds):
0.04/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.06	c  1050 implications, 0 cliques
0.04/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.04/0.06	c     850 constraints of type <indicator>
0.04/0.06	c     850 constraints of type <linear>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.04
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 1.2.1.2
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1799.99
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 3420
0.04/0.06	c 
0.04/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.06	c lp/solvefreq = -1
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.06	o 420925
0.04/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c t 0.0s|     1 |     0 |     0 |     - |6130k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.04/0.07	c   0.0s|     1 |     2 |     0 |     - |6082k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.68	o 16471
0.59/0.68	c * 0.6s|  4726 |  3344 |     0 |   0.0 |8018k| 861 |   - |1800 |1769 |   0 |   0 |   0 |  69 |   0 | 1.000000e+00 | 1.647100e+04 |  Large 
1.28/1.35	o 15924
1.28/1.35	c * 1.3s|  7924 |  5780 |     0 |   0.0 |9942k| 861 |   - |1800 |2523 |   0 |   0 |   0 | 823 |   0 | 1.000000e+00 | 1.592400e+04 |  Large 
1.69/1.75	o 15889
1.69/1.75	c * 1.6s|  9661 |  7328 |     0 |   0.0 |  11M| 861 |   - |1800 |3134 |   0 |   0 |   0 |1458 |   0 | 1.000000e+00 | 1.588900e+04 |  Large 
1.79/1.83	c   1.7s| 10000 |  7634 |     0 |   0.0 |  11M| 861 |   - |1800 |3264 |   0 |   0 |   0 |1618 |   0 | 1.000000e+00 | 1.588900e+04 |  Large 
1.79/1.85	o 15676
1.79/1.85	c * 1.8s| 10062 |  7510 |     0 |   0.0 |  11M| 861 |   - |1800 |3302 |   0 |   0 |   0 |1658 |   0 | 1.000000e+00 | 1.567600e+04 |  Large 
1.79/1.85	o 15468
1.79/1.85	c * 1.8s| 10064 |  7345 |     0 |   0.0 |  11M| 861 |   - |1800 |3302 |   0 |   0 |   0 |1658 |   0 | 1.000000e+00 | 1.546800e+04 |  Large 
2.09/2.11	o 15341
2.09/2.11	c * 2.0s| 11155 |  8188 |     0 |   0.0 |  11M| 861 |   - |1800 |3613 |   0 |   0 |   0 |2148 |   0 | 1.000000e+00 | 1.534100e+04 |  Large 
2.39/2.45	o 15298
2.39/2.45	c * 2.3s| 12557 |  9431 |     0 |   0.0 |  12M| 861 |   - |1800 |3594 |   0 |   0 |   0 |2838 |   0 | 1.000000e+00 | 1.529800e+04 |  Large 
2.49/2.55	o 15226
2.49/2.55	c * 2.4s| 12947 |  9703 |     0 |   0.0 |  12M| 861 |   - |1800 |3601 |   0 |   0 |   0 |3018 |   0 | 1.000000e+00 | 1.522600e+04 |  Large 
2.59/2.64	o 15001
2.59/2.64	c * 2.5s| 13327 |  9846 |     0 |   0.0 |  12M| 861 |   - |1800 |3573 |   0 |   0 |   0 |3208 |   0 | 1.000000e+00 | 1.500100e+04 |  Large 
2.69/2.70	o 14885
2.69/2.70	c * 2.6s| 13604 | 10053 |     0 |   0.0 |  13M| 861 |   - |1800 |3541 |   0 |   0 |   0 |3298 |   0 | 1.000000e+00 | 1.488500e+04 |  Large 
2.69/2.70	o 14366
2.69/2.70	c * 2.6s| 13605 |  9766 |     0 |   0.0 |  12M| 861 |   - |1800 |3541 |   0 |   0 |   0 |3298 |   0 | 1.000000e+00 | 1.436600e+04 |  Large 
2.89/2.97	o 14099
2.89/2.97	c * 2.8s| 14671 | 10630 |     0 |   0.0 |  13M| 861 |   - |1800 |3687 |   0 |   0 |   0 |3828 |   0 | 1.000000e+00 | 1.409900e+04 |  Large 
3.29/3.33	o 13770
3.29/3.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.29/3.33	c * 3.2s| 16165 | 11855 |     0 |   0.0 |  14M| 861 |   - |1800 |3921 |   0 |   0 |   0 |4568 |   0 | 1.000000e+00 | 1.377000e+04 |  Large 
3.39/3.48	o 13545
3.39/3.48	c * 3.3s| 16775 | 12309 |     0 |   0.0 |  14M| 861 |   - |1800 |3967 |   0 |   0 |   0 |4838 |   0 | 1.000000e+00 | 1.354500e+04 |  Large 
3.39/3.49	o 12930
3.39/3.49	c * 3.3s| 16800 | 11985 |     0 |   0.0 |  14M| 861 |   - |1800 |3987 |   0 |   0 |   0 |4858 |   0 | 1.000000e+00 | 1.293000e+04 |  Large 
3.89/3.91	o 12808
3.89/3.91	c * 3.7s| 18532 | 13466 |     0 |   0.0 |  15M| 861 |   - |1800 |4255 |   0 |   0 |   0 |5878 |   0 | 1.000000e+00 | 1.280800e+04 |  Large 
3.89/3.92	o 12447
3.89/3.92	c * 3.7s| 18533 | 13271 |     0 |   0.0 |  15M| 861 |   - |1800 |4255 |   0 |   0 |   0 |5878 |   0 | 1.000000e+00 | 1.244700e+04 |  Large 
3.89/3.95	o 12286
3.89/3.95	c * 3.8s| 18657 | 13282 |     0 |   0.0 |  15M| 861 |   - |1800 |4273 |   0 |   0 |   0 |5928 |   0 | 1.000000e+00 | 1.228600e+04 |  Large 
4.19/4.28	c   4.1s| 20000 | 14492 |     0 |   0.0 |  15M| 861 |   - |1800 |4018 |   0 |   0 |   0 |6688 |   0 | 1.000000e+00 | 1.228600e+04 |  Large 
4.30/4.32	o 12057
4.30/4.32	c * 4.1s| 20136 | 14497 |     0 |   0.0 |  15M| 861 |   - |1800 |4011 |   0 |   0 |   0 |6758 |   0 | 1.000000e+00 | 1.205700e+04 |  Large 
4.30/4.36	o 11965
4.30/4.36	c * 4.2s| 20343 | 14648 |     0 |   0.0 |  15M| 861 |   - |1800 |3979 |   0 |   0 |   0 |6838 |   0 | 1.000000e+00 | 1.196500e+04 |  Large 
4.30/4.37	o 11738
4.30/4.37	c * 4.2s| 20353 | 14519 |     0 |   0.0 |  15M| 861 |   - |1800 |3978 |   0 |   0 |   0 |6838 |   0 | 1.000000e+00 | 1.173800e+04 |  Large 
4.30/4.37	o 11453
4.30/4.37	c * 4.2s| 20354 | 14376 |     0 |   0.0 |  15M| 861 |   - |1800 |3978 |   0 |   0 |   0 |6838 |   0 | 1.000000e+00 | 1.145300e+04 |  Large 
5.29/5.35	o 11410
5.29/5.35	c * 5.1s| 24291 | 17922 |     0 |   0.0 |  18M| 861 |   - |1800 |4338 |   0 |   0 |   0 |8958 |   0 | 1.000000e+00 | 1.141000e+04 |  Large 
6.69/6.79	c   6.5s| 30000 | 23052 |     0 |   0.0 |  21M| 861 |   - |1800 |5074 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.141000e+04 |  Large 
7.09/7.16	o 11321
7.09/7.16	c * 6.9s| 31428 | 24227 |     0 |   0.0 |  22M| 861 |   - |1800 |5287 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.132100e+04 |  Large 
9.39/9.41	c   9.1s| 40000 | 31838 |     0 |   0.0 |  27M| 861 |   - |1800 |5868 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.132100e+04 |  Large 
10.19/10.26	o 11229
10.19/10.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.19/10.26	c * 9.9s| 43254 | 34587 |     0 |   0.0 |  29M| 861 |   - |1800 |6137 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.122900e+04 |  Large 
10.39/10.43	o 11163
10.39/10.43	c *10.1s| 43963 | 35109 |     0 |   0.0 |  30M| 861 |   - |1800 |6182 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 1.116300e+04 |  Large 
10.79/10.84	o 11056
10.79/10.84	c *10.4s| 45485 | 36277 |     0 |   0.0 |  30M| 861 |   - |1800 |6240 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 1.105600e+04 |  Large 
10.79/10.84	o 11050
10.79/10.84	c *10.4s| 45486 | 36268 |     0 |   0.0 |  30M| 861 |   - |1800 |6240 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 1.105000e+04 |  Large 
11.09/11.18	o 10914
11.09/11.18	c *10.8s| 46818 | 37265 |     0 |   0.0 |  31M| 861 |   - |1800 |6223 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.091400e+04 |  Large 
12.00/12.02	c  11.6s| 50000 | 40076 |     0 |   0.0 |  33M| 861 |   - |1800 |6509 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.091400e+04 |  Large 
13.39/13.48	o 10771
13.39/13.48	c *13.0s| 55473 | 44750 |     0 |   0.0 |  36M| 861 |   - |1800 |6326 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.077100e+04 |  Large 
13.39/13.48	o 10736
13.39/13.48	c *13.0s| 55474 | 44691 |     0 |   0.0 |  36M| 861 |   - |1800 |6326 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.073600e+04 |  Large 
13.49/13.50	o 10709
13.49/13.50	c *13.0s| 55574 | 44753 |     0 |   0.0 |  36M| 861 |   - |1800 |6320 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.070900e+04 |  Large 
13.49/13.51	o 10674
13.49/13.51	c *13.0s| 55575 | 44699 |     0 |   0.0 |  36M| 861 |   - |1800 |6320 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.067400e+04 |  Large 
13.59/13.66	o 10353
13.59/13.66	c *13.2s| 56166 | 44534 |     0 |   0.0 |  35M| 861 |   - |1800 |6447 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.035300e+04 |  Large 
14.59/14.69	c  14.2s| 60000 | 47986 |     0 |   0.0 |  37M| 861 |   - |1800 |6502 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.035300e+04 |  Large 
15.39/15.42	o 10312
15.39/15.42	c *14.9s| 62724 | 50290 |     0 |   0.0 |  38M| 861 |   - |1800 |6684 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.031200e+04 |  Large 
15.79/15.82	o 10294
15.79/15.82	c *15.3s| 64194 | 51570 |     0 |   0.0 |  39M| 861 |   - |1800 |6830 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.029400e+04 |  Large 
15.89/15.95	o 10080
15.89/15.95	c *15.4s| 64680 | 51372 |     0 |   0.0 |  38M| 861 |   - |1800 |6865 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.008000e+04 |  Large 
16.19/16.27	o 10069
16.19/16.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.19/16.27	c *15.7s| 65880 | 52413 |     0 |   0.0 |  39M| 861 |   - |1800 |6996 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.006900e+04 |  Large 
16.39/16.49	o 10039
16.39/16.49	c *15.9s| 66637 | 52977 |     0 |   0.0 |  39M| 861 |   - |1800 |7168 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.003900e+04 |  Large 
16.39/16.49	o 9897
16.39/16.49	c *15.9s| 66638 | 52538 |     0 |   0.0 |  39M| 861 |   - |1800 |7168 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 9.897000e+03 |  Large 
17.39/17.42	c  16.8s| 70000 | 55505 |     0 |   0.0 |  41M| 861 |   - |1800 |7389 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 9.897000e+03 |  Large 
20.09/20.19	c  19.5s| 80000 | 64316 |     0 |   0.0 |  47M| 861 |   - |1800 |8231 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 9.897000e+03 |  Large 
22.99/23.01	c  22.2s| 90000 | 73064 |     0 |   0.0 |  53M| 861 |   - |1800 |9684 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 | 9.897000e+03 |  Large 
25.89/25.94	c  25.1s|100000 | 81792 |     0 |   0.0 |  59M| 861 |   - |1800 |  10k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 9.897000e+03 |  Large 
26.00/26.08	o 9760
26.00/26.08	c *25.2s|100526 | 81754 |     0 |   0.0 |  59M| 861 |   - |1800 |  10k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 9.760000e+03 |  Large 
28.79/28.82	c  27.9s|110000 | 90076 |     0 |   0.0 |  64M| 861 |   - |1800 |9790 |   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 9.760000e+03 |  Large 
29.79/29.85	o 9681
29.79/29.85	c *28.9s|113620 | 92936 |     0 |   0.0 |  66M| 861 |   - |1800 |9821 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 9.681000e+03 |  Large 
30.99/31.08	o 9661
30.99/31.08	c *30.1s|117888 | 96596 |     0 |   0.0 |  68M| 861 |   - |1800 |  10k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 9.661000e+03 |  Large 
31.59/31.69	c  30.7s|120000 | 98438 |     0 |   0.0 |  69M| 861 |   - |1800 |  10k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 9.661000e+03 |  Large 
34.69/34.71	c  33.6s|130000 |107064 |     0 |   0.0 |  75M| 861 |   - |1800 |  11k|   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 9.661000e+03 |  Large 
37.29/37.31	o 9526
37.29/37.31	c *36.1s|138338 |113566 |     0 |   0.0 |  80M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 9.526000e+03 |  Large 
37.70/37.77	o 9521
37.70/37.77	c *36.6s|139829 |114826 |     0 |   0.0 |  81M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 9.521000e+03 |  Large 
37.79/37.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.79/37.82	c  36.6s|140000 |114974 |     0 |   0.0 |  81M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 9.521000e+03 |  Large 
40.09/40.10	o 9508
40.09/40.10	c *38.8s|147093 |120961 |     0 |   0.0 |  86M| 861 |   - |1800 |  13k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 9.508000e+03 |  Large 
41.09/41.13	c  39.9s|150000 |123401 |     0 |   0.0 |  87M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 9.508000e+03 |  Large 
41.59/41.67	o 9466
41.59/41.67	c *40.4s|151826 |124854 |     0 |   0.0 |  88M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 9.466000e+03 |  Large 
42.10/42.12	o 9046
42.10/42.12	c *40.8s|153334 |123698 |     0 |   0.0 |  85M| 861 |   - |1800 |  12k|   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 9.046000e+03 |  Large 
44.19/44.21	c  42.9s|160000 |129515 |     0 |   0.0 |  89M| 861 |   - |1800 |  11k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 9.046000e+03 |  Large 
44.39/44.47	o 8979
44.39/44.47	c *43.1s|160850 |129841 |     0 |   0.0 |  89M| 861 |   - |1800 |  11k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 8.979000e+03 |  Large 
45.49/45.59	o 8824
45.49/45.59	c *44.2s|164456 |131695 |     0 |   0.0 |  89M| 861 |   - |1800 |  11k|   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 8.824000e+03 |  Large 
45.49/45.59	o 8789
45.49/45.59	c *44.2s|164457 |131410 |     0 |   0.0 |  88M| 861 |   - |1800 |  11k|   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 8.789000e+03 |  Large 
47.19/47.28	c  45.8s|170000 |136344 |     0 |   0.0 |  92M| 861 |   - |1800 |  11k|   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 8.789000e+03 |  Large 
47.59/47.61	o 8659
47.59/47.61	c *46.1s|171029 |135902 |     0 |   0.0 |  90M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 8.659000e+03 |  Large 
47.59/47.61	o 8658
47.59/47.61	c *46.1s|171030 |135871 |     0 |   0.0 |  90M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 8.658000e+03 |  Large 
50.19/50.28	o 8519
50.19/50.28	c *48.7s|179412 |141666 |     0 |   0.0 |  93M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 8.519000e+03 |  Large 
50.40/50.47	c  48.9s|180000 |142174 |     0 |   0.0 |  93M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 8.519000e+03 |  Large 
50.99/51.09	o 8404
50.99/51.09	c *49.5s|182020 |142758 |     0 |   0.0 |  93M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 8.404000e+03 |  Large 
50.99/51.09	o 8369
50.99/51.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.99/51.09	c *49.5s|182021 |142425 |     0 |   0.0 |  92M| 861 |   - |1800 |  12k|   0 |   0 |   0 | 119k|   0 | 1.000000e+00 | 8.369000e+03 |  Large 
53.59/53.63	c  52.0s|190000 |149414 |     0 |   0.0 |  97M| 861 |   - |1800 |  13k|   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 8.369000e+03 |  Large 
53.90/53.93	o 8347
53.90/53.93	c *52.3s|190887 |149954 |     0 |   0.0 |  98M| 861 |   - |1800 |  13k|   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 8.347000e+03 |  Large 
54.99/55.04	o 8199
54.99/55.04	c *53.4s|194271 |151365 |     0 |   0.0 |  98M| 861 |   - |1800 |  13k|   0 |   0 |   0 | 128k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
56.79/56.85	c  55.1s|200000 |156374 |     0 |   0.0 | 102M| 861 |   - |1800 |  13k|   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
60.00/60.08	c  58.3s|210000 |165098 |     0 |   0.0 | 108M| 861 |   - |1800 |  14k|   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
63.39/63.42	c  61.5s|220000 |173731 |     0 |   0.0 | 114M| 861 |   - |1800 |  15k|   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
66.79/66.83	c  64.8s|230000 |182406 |     0 |   0.0 | 120M| 861 |   - |1800 |  16k|   0 |   0 |   0 | 154k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
70.19/70.23	c  68.2s|240000 |191040 |     0 |   0.0 | 127M| 861 |   - |1800 |  16k|   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 8.199000e+03 |  Large 
70.29/70.39	o 7800
70.29/70.39	c *68.3s|240433 |186595 |     0 |   0.0 | 122M| 861 |   - |1800 |  17k|   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 7.800000e+03 |  Large 
73.70/73.71	c  71.6s|250000 |194806 |     0 |   0.0 | 128M| 861 |   - |1800 |  18k|   0 |   0 |   0 | 170k|   0 | 1.000000e+00 | 7.800000e+03 |  Large 
75.19/75.27	o 7783
75.19/75.27	c *73.1s|254357 |198283 |     0 |   0.0 | 131M| 861 |   - |1800 |  18k|   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 7.783000e+03 |  Large 
75.29/75.36	o 7624
75.29/75.36	c *73.2s|254629 |196426 |     0 |   0.0 | 128M| 861 |   - |1800 |  18k|   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 7.624000e+03 |  Large 
75.29/75.36	o 7573
75.29/75.36	c *73.2s|254630 |195778 |     0 |   0.0 | 127M| 861 |   - |1800 |  18k|   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 7.573000e+03 |  Large 
77.20/77.22	c  75.0s|260000 |200384 |     0 |   0.0 | 131M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 7.573000e+03 |  Large 
80.89/80.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.89/80.91	c  78.6s|270000 |208873 |     0 |   0.0 | 137M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 187k|   0 | 1.000000e+00 | 7.573000e+03 |  Large 
81.20/81.22	o 7512
81.20/81.22	c *78.9s|270792 |208616 |     0 |   0.0 | 136M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
84.49/84.59	c  82.2s|280000 |216568 |     0 |   0.0 | 141M| 861 |   - |1800 |  17k|   0 |   0 |   0 | 195k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
88.20/88.24	c  85.8s|290000 |225183 |     0 |   0.0 | 147M| 861 |   - |1800 |  18k|   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
91.89/91.97	c  89.4s|300000 |233780 |     0 |   0.0 | 152M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
95.79/95.87	c  93.2s|310000 |242364 |     0 |   0.0 | 158M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 218k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
99.79/99.81	c  97.1s|320000 |250865 |     0 |   0.0 | 165M| 861 |   - |1800 |  20k|   0 |   0 |   0 | 227k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
103.69/103.79	c   101s|330000 |259369 |     0 |   0.0 | 171M| 861 |   - |1800 |  21k|   0 |   0 |   0 | 235k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
107.80/107.87	c   105s|340000 |267927 |     0 |   0.0 | 177M| 861 |   - |1800 |  22k|   0 |   0 |   0 | 243k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
111.99/112.09	c   109s|350000 |276390 |     0 |   0.0 | 184M| 861 |   - |1800 |  22k|   0 |   0 |   0 | 252k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
116.29/116.35	c   113s|360000 |284898 |     0 |   0.0 | 190M| 861 |   - |1800 |  23k|   0 |   0 |   0 | 260k|   0 | 1.000000e+00 | 7.512000e+03 |  Large 
119.59/119.60	o 7144
119.59/119.60	c * 116s|367555 |284190 |     0 |   0.0 | 186M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 7.144000e+03 |  Large 
120.59/120.67	c   118s|370000 |286208 |     0 |   0.0 | 188M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 269k|   0 | 1.000000e+00 | 7.144000e+03 |  Large 
121.40/121.47	o 7094
121.40/121.47	c * 118s|371833 |286748 |     0 |   0.0 | 188M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 271k|   0 | 1.000000e+00 | 7.094000e+03 |  Large 
121.40/121.48	o 7059
121.40/121.48	c * 118s|371834 |286073 |     0 |   0.0 | 187M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 271k|   0 | 1.000000e+00 | 7.059000e+03 |  Large 
122.10/122.15	o 6802
122.10/122.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.10/122.15	c * 119s|373350 |282131 |     0 |   0.0 | 182M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 272k|   0 | 1.000000e+00 | 6.802000e+03 |  Large 
124.20/124.21	o 6717
124.20/124.21	c * 121s|377742 |283818 |     0 |   0.0 | 182M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 276k|   0 | 1.000000e+00 | 6.717000e+03 |  Large 
125.19/125.29	c   122s|380000 |285684 |     0 |   0.0 | 184M| 861 |   - |1800 |  26k|   0 |   0 |   0 | 279k|   0 | 1.000000e+00 | 6.717000e+03 |  Large 
130.09/130.11	c   127s|390000 |293990 |     0 |   0.0 | 190M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 288k|   0 | 1.000000e+00 | 6.717000e+03 |  Large 
134.90/134.92	c   132s|400000 |302249 |     0 |   0.0 | 197M| 861 |   - |1800 |  28k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 6.717000e+03 |  Large 
138.40/138.43	o 2034
138.40/138.43	c * 135s|406019 |145660 |     0 |   0.0 | 100M| 861 |   - |1800 |  28k|   0 |   0 |   0 | 304k|   0 | 1.000000e+00 | 2.034000e+03 |  Large 
141.30/141.32	c   138s|410000 |148638 |     0 |   0.0 | 103M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 308k|   0 | 1.000000e+00 | 2.034000e+03 |  Large 
146.80/146.88	o 2009
146.80/146.88	c * 143s|417708 |152561 |     0 |   0.0 | 112M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 316k|   0 | 1.000000e+00 | 2.009000e+03 |  Large 
148.50/148.58	c   145s|420000 |154091 |     0 |   0.0 | 115M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 318k|   0 | 1.000000e+00 | 2.009000e+03 |  Large 
153.30/153.31	o 1979
153.30/153.31	c * 150s|427036 |157361 |     0 |   0.0 | 121M| 861 |   - |1800 |  23k|   0 |   0 |   0 | 325k|   0 | 1.000000e+00 | 1.979000e+03 |  Large 
155.19/155.23	c   152s|430000 |159391 |     0 |   0.0 | 124M| 861 |   - |1800 |  23k|   0 |   0 |   0 | 328k|   0 | 1.000000e+00 | 1.979000e+03 |  Large 
159.20/159.28	o 1963
159.20/159.28	c * 156s|435881 |162619 |     0 |   0.0 | 130M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 334k|   0 | 1.000000e+00 | 1.963000e+03 |  Large 
161.99/162.05	c   158s|440000 |165449 |     0 |   0.0 | 134M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 | 1.963000e+03 |  Large 
163.50/163.57	o 1961
163.50/163.57	c * 160s|442136 |166784 |     0 |   0.0 | 136M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 341k|   0 | 1.000000e+00 | 1.961000e+03 |  Large 
165.10/165.19	o 1951
165.10/165.19	c * 161s|444336 |167701 |     0 |   0.0 | 138M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 343k|   0 | 1.000000e+00 | 1.951000e+03 |  Large 
167.69/167.76	o 1937
167.69/167.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.69/167.76	c * 164s|448007 |169444 |     0 |   0.0 | 142M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 347k|   0 | 1.000000e+00 | 1.937000e+03 |  Large 
169.00/169.10	c   165s|450000 |170738 |     0 |   0.0 | 144M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 1.937000e+03 |  Large 
174.10/174.13	o 1909
174.10/174.13	c * 170s|456535 |173106 |     0 |   0.0 | 150M| 861 |   - |1800 |  26k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 1.909000e+03 |  Large 
174.90/174.97	o 1875
174.90/174.97	c * 171s|457661 |171884 |     0 |   0.0 | 150M| 861 |   - |1800 |  26k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 1.875000e+03 |  Large 
176.69/176.72	c   173s|460000 |173353 |     0 |   0.0 | 152M| 861 |   - |1800 |  26k|   0 |   0 |   0 | 361k|   0 | 1.000000e+00 | 1.875000e+03 |  Large 
180.20/180.28	o 1841
180.20/180.28	c * 176s|464591 |174100 |     0 |   0.0 | 156M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 367k|   0 | 1.000000e+00 | 1.841000e+03 |  Large 
184.60/184.66	c   181s|470000 |177318 |     0 |   0.0 | 162M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 374k|   0 | 1.000000e+00 | 1.841000e+03 |  Large 
185.50/185.53	o 1790
185.50/185.53	c * 181s|471009 |174868 |     0 |   0.0 | 161M| 861 |   - |1800 |  28k|   0 |   0 |   0 | 375k|   0 | 1.000000e+00 | 1.790000e+03 |  Large 
185.50/185.53	o 1784
185.50/185.53	c * 181s|471010 |174500 |     0 |   0.0 | 161M| 861 |   - |1800 |  28k|   0 |   0 |   0 | 375k|   0 | 1.000000e+00 | 1.784000e+03 |  Large 
188.11/188.11	o 1782
188.11/188.11	c * 184s|473981 |175971 |     0 |   0.0 | 164M| 861 |   - |1800 |  28k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 | 1.782000e+03 |  Large 
193.60/193.61	c   189s|480000 |179153 |     0 |   0.0 | 171M| 861 |   - |1800 |  30k|   0 |   0 |   0 | 388k|   0 | 1.000000e+00 | 1.782000e+03 |  Large 
203.60/203.67	o 1704
203.60/203.67	c * 199s|489791 |178624 |     0 |   0.0 | 179M| 861 |   - |1800 |  33k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 1.704000e+03 |  Large 
203.79/203.89	c   200s|490000 |178707 |     0 |   0.0 | 179M| 861 |   - |1800 |  33k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 1.704000e+03 |  Large 
211.11/211.12	o 1690
211.11/211.12	c * 207s|495941 |180527 |     0 |   0.0 | 186M| 861 |   - |1800 |  31k|   0 |   0 |   0 | 415k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
214.69/214.79	c   210s|500000 |183105 |     0 |   0.0 | 192M| 861 |   - |1800 |  31k|   0 |   0 |   0 | 419k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
224.00/224.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.00/224.03	c   219s|510000 |189524 |     0 |   0.0 | 205M| 861 |   - |1800 |  33k|   0 |   0 |   0 | 429k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
234.80/234.80	c   230s|520000 |195232 |     0 |   0.0 | 219M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 440k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
246.50/246.52	c   242s|530000 |201025 |     0 |   0.0 | 232M| 861 |   - |1800 |  35k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
254.90/254.95	o 1676
254.90/254.95	c * 250s|536992 |204033 |     0 |   0.0 | 240M| 861 |   - |1800 |  35k|   0 |   0 |   0 | 459k|   0 | 1.000000e+00 | 1.676000e+03 |  Large 
258.60/258.64	c   254s|540000 |205739 |     0 |   0.0 | 244M| 861 |   - |1800 |  36k|   0 |   0 |   0 | 463k|   0 | 1.000000e+00 | 1.676000e+03 |  Large 
271.10/271.18	c   266s|550000 |211181 |     0 |   0.0 | 257M| 861 |   - |1800 |  37k|   0 |   0 |   0 | 475k|   0 | 1.000000e+00 | 1.676000e+03 |  Large 
281.40/281.41	o 1590
281.40/281.41	c * 276s|557611 |208651 |     0 |   0.0 | 260M| 861 |   - |1800 |  38k|   0 |   0 |   0 | 486k|   0 | 1.000000e+00 | 1.590000e+03 |  Large 
281.40/281.42	o 1511
281.40/281.42	c * 276s|557612 |202455 |     0 |   0.0 | 254M| 861 |   - |1800 |  38k|   0 |   0 |   0 | 486k|   0 | 1.000000e+00 | 1.511000e+03 |  Large 
283.00/283.00	o 1451
283.00/283.00	c * 278s|558672 |198477 |     0 |   0.0 | 250M| 861 |   - |1800 |  38k|   0 |   0 |   0 | 487k|   0 | 1.000000e+00 | 1.451000e+03 |  Large 
284.60/284.62	c   279s|560000 |199148 |     0 |   0.0 | 252M| 861 |   - |1800 |  39k|   0 |   0 |   0 | 489k|   0 | 1.000000e+00 | 1.451000e+03 |  Large 
289.50/289.53	o 1302
289.50/289.53	c * 284s|563329 |188709 |     0 |   0.0 | 241M| 861 |   - |1800 |  39k|   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 1.302000e+03 |  Large 
290.10/290.18	o 1292
290.10/290.18	c * 285s|563838 |188034 |     0 |   0.0 | 240M| 861 |   - |1800 |  39k|   0 |   0 |   0 | 495k|   0 | 1.000000e+00 | 1.292000e+03 |  Large 
290.20/290.20	o 1255
290.20/290.20	c * 285s|563859 |184810 |     0 |   0.0 | 234M| 861 |   - |1800 |  39k|   0 |   0 |   0 | 495k|   0 | 1.000000e+00 | 1.255000e+03 |  Large 
300.40/300.46	c   295s|570000 |187172 |     0 |   0.0 | 242M| 861 |   - |1800 |  39k|   0 |   0 |   0 | 504k|   0 | 1.000000e+00 | 1.255000e+03 |  Large 
306.00/306.03	o 1231
306.00/306.03	c * 301s|573183 |185882 |     0 |   0.0 | 243M| 861 |   - |1800 |  40k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.231000e+03 |  Large 
306.60/306.60	o 1197
306.60/306.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.60/306.60	c * 301s|573546 |182590 |     0 |   0.0 | 237M| 861 |   - |1800 |  40k|   0 |   0 |   0 | 510k|   0 | 1.000000e+00 | 1.197000e+03 |  Large 
307.30/307.37	o 1184
307.30/307.37	c * 302s|573965 |181304 |     0 |   0.0 | 235M| 861 |   - |1800 |  40k|   0 |   0 |   0 | 510k|   0 | 1.000000e+00 | 1.184000e+03 |  Large 
308.09/308.19	o 1172
308.09/308.19	c * 303s|574353 |180186 |     0 |   0.0 | 233M| 861 |   - |1800 |  40k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 1.172000e+03 |  Large 
319.70/319.76	c   314s|580000 |181759 |     0 |   0.0 | 243M| 861 |   - |1800 |  40k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 1.172000e+03 |  Large 
327.00/327.08	o 1167
327.00/327.08	c * 322s|583430 |181926 |     0 |   0.0 | 248M| 861 |   - |1800 |  38k|   0 |   0 |   0 | 528k|   0 | 1.000000e+00 | 1.167000e+03 |  Large 
327.90/327.95	o 1165
327.90/327.95	c * 322s|583847 |181816 |     0 |   0.0 | 249M| 861 |   - |1800 |  38k|   0 |   0 |   0 | 529k|   0 | 1.000000e+00 | 1.165000e+03 |  Large 
333.60/333.61	o 1106
333.60/333.61	c * 328s|587781 |177434 |     0 |   0.0 | 244M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 534k|   0 | 1.000000e+00 | 1.106000e+03 |  Large 
336.61/336.65	c   331s|590000 |178621 |     0 |   0.0 | 248M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 1.106000e+03 |  Large 
338.00/338.04	o 1075
338.00/338.04	c * 332s|591088 |175480 |     0 |   0.0 | 243M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 538k|   0 | 1.000000e+00 | 1.075000e+03 |  Large 
347.31/347.33	o 956
347.31/347.33	c * 342s|597941 |161455 |     0 |   0.0 | 226M| 861 |   - |1800 |  33k|   0 |   0 |   0 | 546k|   0 | 1.000000e+00 | 9.560000e+02 |  Large 
350.70/350.70	c   345s|600000 |162272 |     0 |   0.0 | 230M| 861 |   - |1800 |  32k|   0 |   0 |   0 | 549k|   0 | 1.000000e+00 | 9.560000e+02 |  Large 
367.00/367.07	o 833
367.00/367.07	c * 361s|609145 |146624 |     0 |   0.0 | 226M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 564k|   0 | 1.000000e+00 | 8.330000e+02 |  Large 
368.00/368.02	o 831
368.00/368.02	c * 362s|609511 |146532 |     0 |   0.0 | 227M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 565k|   0 | 1.000000e+00 | 8.310000e+02 |  Large 
369.50/369.52	c   364s|610000 |146558 |     0 |   0.0 | 229M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 566k|   0 | 1.000000e+00 | 8.310000e+02 |  Large 
374.50/374.57	o 792
374.50/374.57	c * 369s|611964 |141886 |     0 |   0.0 | 229M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 7.920000e+02 |  Large 
376.91/376.99	o 718
376.91/376.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.91/376.99	c * 371s|612844 |131598 |     0 |   0.0 | 218M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 572k|   0 | 1.000000e+00 | 7.180000e+02 |  Large 
377.00/377.01	o 683
377.00/377.01	c * 371s|612845 |127223 |     0 |   0.0 | 212M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 572k|   0 | 1.000000e+00 | 6.830000e+02 |  Large 
382.10/382.17	o 663
382.10/382.17	c * 376s|614112 |123670 |     0 |   0.0 | 216M| 861 |   - |1800 |  34k|   0 |   0 |   0 | 576k|   0 | 1.000000e+00 | 6.630000e+02 |  Large 
389.90/389.92	o 656
389.90/389.92	c * 384s|616830 |121914 |     0 |   0.0 | 224M| 861 |   - |1800 |  31k|   0 |   0 |   0 | 582k|   0 | 1.000000e+00 | 6.560000e+02 |  Large 
390.60/390.64	o 638
390.60/390.64	c * 385s|617147 |120188 |     0 |   0.0 | 223M| 861 |   - |1800 |  30k|   0 |   0 |   0 | 583k|   0 | 1.000000e+00 | 6.380000e+02 |  Large 
394.40/394.46	o 518
394.40/394.46	c * 388s|618854 |102075 |     0 |   0.0 | 203M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 5.180000e+02 |  Large 
394.70/394.78	o 465
394.70/394.78	c * 389s|618993 | 94139 |     0 |   0.0 | 192M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 4.650000e+02 |  Large 
394.70/394.79	o 425
394.70/394.79	c * 389s|618996 | 89831 |     0 |   0.0 | 184M| 861 |   - |1800 |  27k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 4.250000e+02 |  Large 
396.70/396.75	o 420
396.70/396.75	c * 391s|619490 | 89471 |     0 |   0.0 | 186M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 4.200000e+02 |  Large 
396.70/396.76	o 415
396.70/396.76	c * 391s|619491 | 86282 |     0 |   0.0 | 182M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 4.150000e+02 |  Large 
396.80/396.82	o 392
396.80/396.82	c * 391s|619508 | 84126 |     0 |   0.0 | 179M| 861 |   - |1800 |  25k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 3.920000e+02 |  Large 
397.21/397.24	o 391
397.21/397.24	c * 391s|619638 | 84084 |     0 |   0.0 | 179M| 861 |   - |1800 |  24k|   0 |   0 |   0 | 588k|   0 | 1.000000e+00 | 3.910000e+02 |  Large 
399.10/399.16	c   393s|620000 | 83592 |     0 |   0.0 | 180M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 589k|   0 | 1.000000e+00 | 3.910000e+02 |  Large 
399.31/399.39	o 335
399.31/399.39	c * 393s|620041 | 76831 |     0 |   0.0 | 168M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 589k|   0 | 1.000000e+00 | 3.350000e+02 |  Large 
400.80/400.87	o 304
400.80/400.87	c * 395s|620325 | 70365 |     0 |   0.0 | 160M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 3.040000e+02 |  Large 
401.10/401.15	o 303
401.10/401.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.10/401.15	c * 395s|620384 | 70079 |     0 |   0.0 | 160M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 3.030000e+02 |  Large 
401.10/401.18	o 268
401.10/401.18	c * 395s|620385 | 63278 |     0 |   0.0 | 143M| 861 |   - |1800 |  19k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 2.680000e+02 |  Large 
405.71/405.71	o 247
405.71/405.71	c * 400s|621335 | 49684 |     0 |   0.0 | 136M| 861 |   - |1800 |  10k|   0 |   0 |   0 | 594k|   0 | 1.000000e+00 | 2.470000e+02 |  Large 
406.20/406.25	o 229
406.20/406.25	c * 400s|621762 | 45288 |     0 |   0.0 | 129M| 861 |   - |1800 |9913 |   0 |   0 |   0 | 594k|   0 | 9.000000e+00 | 2.290000e+02 |2444.44%
409.01/409.08	o 217
409.01/409.08	c * 403s|624300 | 27600 |     0 |   0.0 | 104M| 861 |   - |1800 |3293 |   0 |   0 |   0 | 598k|   0 | 7.400000e+01 | 2.170000e+02 | 193.24%
409.11/409.11	o 182
409.11/409.11	c * 403s|624301 | 21277 |     0 |   0.0 |  90M| 861 |   - |1800 |3293 |   0 |   0 |   0 | 598k|   0 | 7.400000e+01 | 1.820000e+02 | 145.95%
409.11/409.19	o 163
409.11/409.19	c * 403s|624342 | 19589 |     0 |   0.0 |  86M| 861 |   - |1800 |3383 |   0 |   0 |   0 | 598k|   0 | 7.500000e+01 | 1.630000e+02 | 117.33%
409.31/409.35	o 102
409.31/409.35	c * 403s|624424 |  7584 |     0 |   0.0 |  60M| 861 |   - |1800 |3460 |   0 |   0 |   0 | 599k|   0 | 7.500000e+01 | 1.020000e+02 |  36.00%
409.71/409.76	o 101
409.71/409.76	c * 403s|624548 |     0 |     0 |   0.0 |  14M| 861 |   - |1800 |2859 |   0 |   0 |   0 | 599k|   0 | 1.010000e+02 | 1.010000e+02 |   0.00%
409.71/409.76	c 
409.71/409.76	c SCIP Status        : problem is solved [optimal solution found]
409.71/409.76	c Solving Time (sec) : 403.44
409.71/409.76	c Solving Nodes      : 624548
409.71/409.76	c Primal Bound       : +1.01000000000000e+02 (127 solutions)
409.71/409.76	c Dual Bound         : +1.01000000000000e+02
409.71/409.76	c Gap                : 0.00 %
409.71/409.76	s OPTIMUM FOUND
409.71/409.76	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 
409.71/409.76	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 -x160 x159 -x158 x157 -x156 x155 
409.71/409.76	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 -x132 
409.71/409.76	v x131 -x130 x129 -x128 x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
409.71/409.76	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 
409.71/409.76	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 
409.71/409.76	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 
409.71/409.76	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 
409.71/409.76	c SCIP Status        : problem is solved [optimal solution found]
409.71/409.76	c Solving Time       :     403.44
409.71/409.76	c Original Problem   :
409.71/409.76	c   Problem name     : HOME/instance-2699974-1278533865.wbo
409.71/409.76	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
409.71/409.76	c   Constraints      : 1801 initial, 1801 maximal
409.71/409.76	c Presolved Problem  :
409.71/409.76	c   Problem name     : t_HOME/instance-2699974-1278533865.wbo
409.71/409.76	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
409.71/409.76	c   Constraints      : 1700 initial, 41090 maximal
409.71/409.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
409.71/409.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   probing          :       0.02          0          0          0          0          0          0          0          0
409.71/409.76	c   indicator        :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   linear           :       0.01          0        100          0        850          0        101          0          0
409.71/409.76	c   logicor          :       0.00          0          0          0          0          0          0          0          0
409.71/409.76	c   root node        :          -        617          -          -       1234          -          -          -          -
409.71/409.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
409.71/409.76	c   integral         :          0          0          0          0          0          0          0          0          0          0
409.71/409.76	c   indicator        :        850          0    1534911          0     560707       1295   12026969          0          0          0
409.71/409.76	c   linear           :        850          0    1533527          0     560653      17158    1547010          0          0          0
409.71/409.76	c   logicor          :          0+         0    1038366          0          0       6645     943203          0          0          0
409.71/409.76	c   countsols        :          0          0          0          0     560743          0          0          0          0          0
409.71/409.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
409.71/409.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
409.71/409.76	c   indicator        :      44.44       0.00      22.15       0.00      22.29
409.71/409.76	c   linear           :      36.56       0.00      36.26       0.00       0.30
409.71/409.76	c   logicor          :     109.02       0.00     109.02       0.00       0.00
409.71/409.76	c   countsols        :       0.09       0.00       0.00       0.00       0.09
409.71/409.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
409.71/409.76	c   vbounds          :       0.49          2          0          0
409.71/409.76	c   rootredcost      :       0.40          0          0          0
409.71/409.76	c   pseudoobj        :      43.90    1603115      68205   11822929
409.71/409.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
409.71/409.76	c   propagation      :       7.46      92008      91733     603218       37.0     249374        3.8          -
409.71/409.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
409.71/409.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
409.71/409.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
409.71/409.76	c   pseudo solution  :       0.13        464        464       4888       42.3       2034        4.1          -
409.71/409.76	c   applied globally :          -          -          -     599349       19.7          -          -          -
409.71/409.76	c   applied locally  :          -          -          -          3       99.0          -          -          -
409.71/409.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
409.71/409.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
409.71/409.76	c   redcost          :       0.00          0          0          0          0          0
409.71/409.76	c   impliedbounds    :       0.00          0          0          0          0          0
409.71/409.76	c   intobj           :       0.00          0          0          0          0          0
409.71/409.76	c   cgmip            :       0.00          0          0          0          0          0
409.71/409.76	c   gomory           :       0.00          0          0          0          0          0
409.71/409.76	c   strongcg         :       0.00          0          0          0          0          0
409.71/409.76	c   cmir             :       0.00          0          0          0          0          0
409.71/409.76	c   flowcover        :       0.00          0          0          0          0          0
409.71/409.76	c   clique           :       0.00          0          0          0          0          0
409.71/409.76	c   zerohalf         :       0.00          0          0          0          0          0
409.71/409.76	c   mcf              :       0.00          0          0          0          0          0
409.71/409.76	c   rapidlearning    :       0.00          0          0          0          0          0
409.71/409.76	c Pricers            :       Time      Calls       Vars
409.71/409.76	c   problem variables:       0.00          0          0
409.71/409.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
409.71/409.76	c   relpscost        :       0.00          0          0          0          0          0          0
409.71/409.76	c   pscost           :       0.00          0          0          0          0          0          0
409.71/409.76	c   inference        :      37.05     560618          0          0          0          0    1121236
409.71/409.76	c   mostinf          :       0.00          0          0          0          0          0          0
409.71/409.76	c   leastinf         :       0.00          0          0          0          0          0          0
409.71/409.76	c   fullstrong       :       0.00          0          0          0          0          0          0
409.71/409.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
409.71/409.76	c   random           :       0.00          0          0          0          0          0          0
409.71/409.76	c Primal Heuristics  :       Time      Calls      Found
409.71/409.76	c   LP solutions     :       0.00          -          0
409.71/409.76	c   pseudo solutions :       1.10          -        125
409.71/409.76	c   oneopt           :       0.20          0          0
409.71/409.76	c   trivial          :       0.01          2          1
409.71/409.76	c   simplerounding   :       0.00          0          0
409.71/409.76	c   zirounding       :       0.00          0          0
409.71/409.76	c   rounding         :       0.00          0          0
409.71/409.76	c   shifting         :       0.00          0          0
409.71/409.76	c   intshifting      :       0.00          0          0
409.71/409.76	c   twoopt           :       0.00          0          0
409.71/409.76	c   fixandinfer      :       0.00          0          0
409.71/409.76	c   feaspump         :       0.00          0          0
409.71/409.76	c   coefdiving       :       0.00          0          0
409.71/409.76	c   pscostdiving     :       0.00          0          0
409.71/409.76	c   fracdiving       :       0.00          0          0
409.71/409.76	c   veclendiving     :       0.00          0          0
409.71/409.76	c   intdiving        :       0.00          0          0
409.71/409.76	c   actconsdiving    :       0.00          0          0
409.71/409.76	c   objpscostdiving  :       0.00          0          0
409.71/409.76	c   rootsoldiving    :       0.00          0          0
409.71/409.76	c   linesearchdiving :       0.00          0          0
409.71/409.76	c   guideddiving     :       0.00          0          0
409.71/409.76	c   octane           :       0.00          0          0
409.71/409.76	c   rens             :       0.00          0          0
409.71/409.76	c   rins             :       0.00          0          0
409.71/409.76	c   localbranching   :       0.00          0          0
409.71/409.76	c   mutation         :       0.00          0          0
409.71/409.76	c   crossover        :       0.00          0          0
409.71/409.76	c   dins             :       0.00          0          0
409.71/409.76	c   undercover       :       0.00          0          0
409.71/409.76	c   nlp              :       0.16          0          0
409.71/409.76	c   trysol           :       0.16          1          1
409.71/409.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
409.71/409.76	c   primal LP        :       0.00          0          0       0.00          -
409.71/409.76	c   dual LP          :       0.00          0          0       0.00          -
409.71/409.76	c   lex dual LP      :       0.00          0          0       0.00          -
409.71/409.76	c   barrier LP       :       0.00          0          0       0.00          -
409.71/409.76	c   diving/probing LP:       0.00          0          0       0.00          -
409.71/409.76	c   strong branching :       0.00          0          0       0.00          -
409.71/409.76	c     (at root node) :          -          0          0       0.00          -
409.71/409.76	c   conflict analysis:       0.00          0          0       0.00          -
409.71/409.76	c B&B Tree           :
409.71/409.76	c   number of runs   :          1
409.71/409.76	c   nodes            :     624548
409.71/409.76	c   nodes (total)    :     624548
409.71/409.76	c   nodes left       :          0
409.71/409.76	c   max depth        :        861
409.71/409.76	c   max depth (total):        861
409.71/409.76	c   backtracks       :      36050 (5.8%)
409.71/409.76	c   delayed cutoffs  :      65522
409.71/409.76	c   repropagations   :     127009 (7261120 domain reductions, 29962 cutoffs)
409.71/409.76	c   avg switch length:       4.11
409.71/409.76	c   switching time   :      87.40
409.71/409.76	c Solution           :
409.71/409.76	c   Solutions found  :        127 (126 improvements)
409.71/409.76	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
409.71/409.76	c   Primal Bound     : +1.01000000000000e+02   (in run 1, after 624548 nodes, 403.44 seconds, depth 501, found by <relaxation>)
409.71/409.76	c   Dual Bound       : +1.01000000000000e+02
409.71/409.76	c   Gap              :       0.00 %
409.71/409.76	c   Root Dual Bound  : +0.00000000000000e+00
409.71/409.76	c   Root Iterations  :          0
409.71/409.79	c Time complete: 409.79.

Verifier Data

OK	101

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699974-1278533865/watcher-2699974-1278533865 -o /tmp/evaluation-result-2699974-1278533865/solver-2699974-1278533865 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699974-1278533865.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.29 0.38 0.13 4/178 17730
/proc/meminfo: memFree=29506192/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=8136 CPUtime=0
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 1533 0 0 0 0 0 0 0 25 0 1 0 21599411 8331264 1455 4089446400 4194304 7136930 140736806884208 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17730/statm: 2034 1464 275 719 0 1313 0

[startup+0.044596 s]
/proc/loadavg: 1.29 0.38 0.13 4/178 17730
/proc/meminfo: memFree=29506192/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=19052 CPUtime=0.04
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 5182 0 0 0 3 1 0 0 25 0 1 0 21599411 19509248 3979 4089446400 4194304 7136930 140736806884208 18446744073709551615 4938110 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 4763 3979 353 719 0 4042 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19052

[startup+0.100586 s]
/proc/loadavg: 1.29 0.38 0.13 4/178 17730
/proc/meminfo: memFree=29506192/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=20500 CPUtime=0.09
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 5600 0 0 0 8 1 0 0 25 0 1 0 21599411 20992000 4397 4089446400 4194304 7136930 140736806884208 18446744073709551615 5507155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 5125 4397 387 719 0 4404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20500

[startup+0.300549 s]
/proc/loadavg: 1.29 0.38 0.13 4/178 17730
/proc/meminfo: memFree=29506192/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=21272 CPUtime=0.29
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 5782 0 0 0 27 2 0 0 25 0 1 0 21599411 21782528 4579 4089446400 4194304 7136930 140736806884208 18446744073709551615 4947549 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 5318 4579 393 719 0 4597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21272

[startup+0.700473 s]
/proc/loadavg: 1.29 0.38 0.13 4/178 17730
/proc/meminfo: memFree=29506192/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=23260 CPUtime=0.69
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 6308 0 0 0 64 5 0 0 25 0 1 0 21599411 23818240 5105 4089446400 4194304 7136930 140736806884208 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 5815 5105 393 719 0 5094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23260

[startup+1.50031 s]
/proc/loadavg: 1.29 0.38 0.13 3/179 17731
/proc/meminfo: memFree=29486688/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=25588 CPUtime=1.48
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 6897 0 0 0 141 7 0 0 25 0 1 0 21599411 26202112 5694 4089446400 4194304 7136930 140736806884208 18446744073709551615 4983706 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 6397 5694 394 719 0 5676 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25588

[startup+3.10102 s]
/proc/loadavg: 1.35 0.40 0.14 3/179 17731
/proc/meminfo: memFree=29482224/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=31840 CPUtime=3.09
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 8464 0 0 0 296 13 0 0 25 0 1 0 21599411 32604160 7261 4089446400 4194304 7136930 140736806884208 18446744073709551615 4679756 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 7960 7261 394 719 0 7239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31840

[startup+6.30043 s]
/proc/loadavg: 1.35 0.40 0.14 3/179 17731
/proc/meminfo: memFree=29471624/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=42688 CPUtime=6.29
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 11148 0 0 0 606 23 0 0 25 0 1 0 21599411 43712512 9945 4089446400 4194304 7136930 140736806884208 18446744073709551615 4652873 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 10672 9945 394 719 0 9951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42688

[startup+12.7003 s]
/proc/loadavg: 1.45 0.46 0.16 3/179 17731
/proc/meminfo: memFree=29451292/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=60740 CPUtime=12.69
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 15684 0 0 0 1225 44 0 0 25 0 1 0 21599411 62197760 14481 4089446400 4194304 7136930 140736806884208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 15185 14481 394 719 0 14464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60740

[startup+25.5009 s]
/proc/loadavg: 1.53 0.51 0.18 3/179 17731
/proc/meminfo: memFree=29418700/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=94476 CPUtime=25.49
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 23492 0 0 0 2468 81 0 0 25 0 1 0 21599411 96743424 22289 4089446400 4194304 7136930 140736806884208 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 23619 22289 394 719 0 22898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94476

[startup+51.1002 s]
/proc/loadavg: 1.69 0.62 0.22 3/179 17733
/proc/meminfo: memFree=29373124/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=141656 CPUtime=51.09
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 34874 0 0 0 4955 154 0 0 25 0 1 0 21599411 145055744 33671 4089446400 4194304 7136930 140736806884208 18446744073709551615 4660974 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 35414 33671 394 719 0 34693 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141656

[startup+102.306 s]
/proc/loadavg: 1.87 0.85 0.32 3/179 17737
/proc/meminfo: memFree=29291964/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=226792 CPUtime=102.3
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 54740 0 0 0 9953 277 0 0 25 0 1 0 21599411 232235008 53537 4089446400 4194304 7136930 140736806884208 18446744073709551615 4414760 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 56698 53537 394 719 0 55977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 226792

[startup+162.301 s]
/proc/loadavg: 1.95 1.06 0.42 3/179 17738
/proc/meminfo: memFree=29241812/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=281212 CPUtime=162.3
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 67521 0 0 0 15848 382 0 0 25 0 1 0 21599411 287961088 66318 4089446400 4194304 7136930 140736806884208 18446744073709551615 6000440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 70303 66318 394 719 0 69582 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 281212

[startup+222.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 17740
/proc/meminfo: memFree=29189316/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=342528 CPUtime=222.29
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 80582 0 0 0 21773 456 0 0 25 0 1 0 21599411 350748672 79379 4089446400 4194304 7136930 140736806884208 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 85632 79379 394 719 0 84911 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 342528

[startup+282.301 s]
/proc/loadavg: 2.06 1.38 0.62 3/179 17742
/proc/meminfo: memFree=29137308/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=407716 CPUtime=282.3
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 93464 0 0 0 27714 516 0 0 25 0 1 0 21599411 417501184 92261 4089446400 4194304 7136930 140736806884208 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 101929 92261 394 719 0 101208 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 407716

[startup+342.301 s]
/proc/loadavg: 2.02 1.49 0.70 3/179 17743
/proc/meminfo: memFree=29114448/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=435500 CPUtime=342.3
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 99141 0 0 0 33665 565 0 0 25 0 1 0 21599411 445952000 97938 4089446400 4194304 7136930 140736806884208 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 108875 97938 394 719 0 108154 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 435500

[startup+402.301 s]
/proc/loadavg: 2.01 1.58 0.78 3/179 17744
/proc/meminfo: memFree=29093516/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=462712 CPUtime=402.31
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104329 0 0 0 39618 613 0 0 25 0 1 0 21599411 473817088 103126 4089446400 4194304 7136930 140736806884208 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 115678 103126 394 719 0 114957 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 462712

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

[startup+403.101 s]
/proc/loadavg: 2.01 1.58 0.78 3/179 17745
/proc/meminfo: memFree=29093392/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=462712 CPUtime=403.1
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104333 0 0 0 39697 613 0 0 25 0 1 0 21599411 473817088 103130 4089446400 4194304 7136930 140736806884208 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 115678 103130 394 719 0 114957 0
Current children cumulated CPU time (s) 403.1
Current children cumulated vsize (KiB) 462712

[startup+406.3 s]
/proc/loadavg: 2.01 1.58 0.78 3/179 17745
/proc/meminfo: memFree=29092780/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=463504 CPUtime=406.3
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104473 0 0 0 40014 616 0 0 25 0 1 0 21599411 474628096 103270 4089446400 4194304 7136930 140736806884208 18446744073709551615 4947744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 115876 103270 394 719 0 115155 0
Current children cumulated CPU time (s) 406.3
Current children cumulated vsize (KiB) 463504

[startup+407.901 s]
/proc/loadavg: 2.01 1.59 0.78 3/179 17745
/proc/meminfo: memFree=29092780/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=463636 CPUtime=407.9
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104498 0 0 0 40171 619 0 0 25 0 1 0 21599411 474763264 103295 4089446400 4194304 7136930 140736806884208 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17730/statm: 115909 103295 394 719 0 115188 0
Current children cumulated CPU time (s) 407.9
Current children cumulated vsize (KiB) 463636

[startup+408.701 s]
/proc/loadavg: 2.01 1.59 0.78 2/174 17762
/proc/meminfo: memFree=29145752/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=463636 CPUtime=408.7
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104498 0 0 0 40248 622 0 0 25 0 1 0 21599411 474763264 103295 4089446400 4194304 7136930 140736806884208 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17730/statm: 115909 103295 394 719 0 115188 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 463636

[startup+409.501 s]
/proc/loadavg: 2.01 1.59 0.78 2/174 17808
/proc/meminfo: memFree=29144680/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=463848 CPUtime=409.51
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104538 0 0 0 40322 629 0 0 25 0 1 0 21599411 474980352 103335 4089446400 4194304 7136930 140736806884208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17730/statm: 115962 103335 394 719 0 115241 0
Current children cumulated CPU time (s) 409.51
Current children cumulated vsize (KiB) 463848

[startup+409.701 s]
/proc/loadavg: 2.01 1.59 0.78 2/174 17808
/proc/meminfo: memFree=29144680/32951124 swapFree=67111528/67111528
[pid=17730] ppid=17728 vsize=462972 CPUtime=409.71
/proc/17730/stat : 17730 (pbscip.linux.x8) R 17728 17730 17528 0 -1 4202496 104550 0 0 0 40340 631 0 0 25 0 1 0 21599411 474083328 103091 4089446400 4194304 7136930 140736806884208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17730/statm: 115743 103091 394 719 0 115022 0
Current children cumulated CPU time (s) 409.71
Current children cumulated vsize (KiB) 462972

Child status: 0
Real time (s): 409.796
CPU time (s): 409.808
CPU user time (s): 403.469
CPU system time (s): 6.33904
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 463848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.469
system time used= 6.33904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104563
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= 3
involuntary context switches= 885

runsolver used 0.567913 second user time and 1.3158 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-07 22:17:45
IDJOB=2699974
IDBENCH=79389
IDSOLVER=1206
FILE ID=node142/2699974-1278533865
PBS_JOBID= 11239193
Free space on /tmp= 73328 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh14_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699974-1278533865/watcher-2699974-1278533865 -o /tmp/evaluation-result-2699974-1278533865/solver-2699974-1278533865 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699974-1278533865.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a9c1b78c2cafd61259a4392acdb09fa2
RANDOM SEED=1312071512

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29506844 kB
Buffers:        133200 kB
Cached:        3043812 kB
SwapCached:          0 kB
Active:        1007512 kB
Inactive:      2284244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29506844 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:      114676 kB
Mapped:          15444 kB
Slab:            89040 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258320 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= 73324 MiB
End job on node142 at 2010-07-07 22:24:35