Trace number 2693920

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 solverMSAT (TO) 1800.37 1800.32

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-66-100-0.wbo
MD5SUMc98926f0ffff319dfbaa3e1b39be6827
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.182971
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
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-2693920-1277897306.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.0s| 10000 |  7281 |     0 |   0.0 |6516k| 141 |   - | 253 |3630 |   0 |   0 |   0 |6538 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.20	c   2.6s| 20000 | 13372 |     0 |   0.0 |  10M| 141 |   - | 253 |3672 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
5.49/5.59	c   4.7s| 30000 | 18618 |     0 |   0.0 |  16M| 141 |   - | 253 |6645 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.61	c   7.4s| 40000 | 23132 |     0 |   0.0 |  20M| 141 |   - | 253 |8840 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
12.38/12.43	c  10.9s| 50000 | 26216 |     0 |   0.0 |  26M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
17.19/17.28	c  15.4s| 60000 | 28823 |     0 |   0.0 |  28M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
18.49/18.59	c  16.5s| 70000 | 37108 |     0 |   0.0 |  30M| 141 |   - | 253 |2716 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.85	c  17.5s| 80000 | 45062 |     0 |   0.0 |  34M| 141 |   - | 253 |3267 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
21.39/21.41	c  18.7s| 90000 | 52342 |     0 |   0.0 |  38M| 141 |   - | 253 |4707 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
23.89/23.90	c  20.9s|100000 | 57675 |     0 |   0.0 |  42M| 141 |   - | 253 |6950 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
28.50/28.58	c  25.2s|110000 | 59453 |     0 |   0.0 |  47M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
34.98/35.07	c  31.4s|120000 | 59578 |     0 |   0.0 |  51M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
42.49/42.54	c  38.5s|130000 | 59056 |     0 |   0.0 |  54M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
50.29/50.37	c  45.9s|140000 | 58661 |     0 |   0.0 |  57M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
60.40/60.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.40/60.46	c  55.6s|150000 | 57292 |     0 |   0.0 |  60M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
68.39/68.42	c  63.2s|160000 | 60595 |     0 |   0.0 |  56M| 141 |   - | 253 |9438 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
70.49/70.51	c  65.0s|170000 | 67485 |     0 |   0.0 |  58M| 141 |   - | 253 |4669 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
72.59/72.64	c  66.8s|180000 | 74068 |     0 |   0.0 |  62M| 141 |   - | 253 |5000 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
74.69/74.76	c  68.6s|190000 | 80707 |     0 |   0.0 |  66M| 141 |   - | 253 |5390 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
77.00/77.04	c  70.6s|200000 | 87049 |     0 |   0.0 |  70M| 141 |   - | 253 |5618 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
79.28/79.38	c  72.7s|210000 | 93286 |     0 |   0.0 |  74M| 141 |   - | 253 |5769 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
81.79/81.82	c  74.8s|220000 | 99280 |     0 |   0.0 |  77M| 141 |   - | 253 |6092 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
84.29/84.35	c  77.0s|230000 |105157 |     0 |   0.0 |  81M| 141 |   - | 253 |6276 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
86.89/86.95	c  79.3s|240000 |110892 |     0 |   0.0 |  85M| 141 |   - | 253 |6616 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
89.69/89.71	c  81.8s|250000 |116358 |     0 |   0.0 |  89M| 141 |   - | 253 |7143 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
92.59/92.60	c  84.3s|260000 |121651 |     0 |   0.0 |  92M| 141 |   - | 253 |7351 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
95.48/95.50	c  86.8s|270000 |126925 |     0 |   0.0 |  96M| 141 |   - | 253 |7731 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
95.89/95.90	o 311
95.89/95.90	c *87.2s|271380 |127664 |     0 |   0.0 |  97M| 141 |   - | 253 |7887 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.110000e+02 |    Inf 
95.89/95.91	o 235
95.89/95.91	c *87.2s|271381 |127662 |     0 |   0.0 |  97M| 141 |   - | 253 |7887 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
98.39/98.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.39/98.47	c  89.5s|280000 |132110 |     0 |   0.0 | 100M| 141 |   - | 253 |8748 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
99.59/99.68	o 153
99.59/99.68	c *90.6s|283671 |133404 |     0 |   0.0 | 101M| 141 |   - | 253 |9124 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
101.89/101.92	c  92.6s|290000 |136220 |     0 |   0.0 | 104M| 141 |   - | 253 |9711 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
105.50/105.55	c  95.9s|300000 |140699 |     0 |   0.0 | 108M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
109.29/109.30	c  99.3s|310000 |145117 |     0 |   0.0 | 112M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
113.69/113.71	c   103s|320000 |148732 |     0 |   0.0 | 116M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
119.19/119.28	c   108s|330000 |150973 |     0 |   0.0 | 120M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
131.39/131.45	c   120s|340000 |146122 |     0 |   0.0 | 118M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
145.69/145.74	c   134s|350000 |140414 |     0 |   0.0 | 115M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
160.20/160.29	c   148s|360000 |138415 |     0 |   0.0 | 107M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
164.89/164.97	c   152s|370000 |143472 |     0 |   0.0 | 106M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
168.19/168.27	c   155s|380000 |148697 |     0 |   0.0 | 109M| 141 |   - | 253 |8071 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
171.39/171.49	c   158s|390000 |153953 |     0 |   0.0 | 112M| 141 |   - | 253 |8490 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
174.99/175.06	c   162s|400000 |158793 |     0 |   0.0 | 115M| 141 |   - | 253 |9399 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
178.80/178.84	c   165s|410000 |163533 |     0 |   0.0 | 118M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
182.89/182.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.89/182.91	c   169s|420000 |167939 |     0 |   0.0 | 121M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
186.90/186.94	c   172s|430000 |172362 |     0 |   0.0 | 124M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
191.00/191.09	c   176s|440000 |176589 |     0 |   0.0 | 127M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
195.29/195.31	c   180s|450000 |180660 |     0 |   0.0 | 129M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
199.50/199.59	c   184s|460000 |184649 |     0 |   0.0 | 132M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
203.80/203.88	c   188s|470000 |188609 |     0 |   0.0 | 134M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
208.09/208.17	c   192s|480000 |192466 |     0 |   0.0 | 136M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
212.39/212.41	c   196s|490000 |196436 |     0 |   0.0 | 138M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
216.39/216.44	c   200s|500000 |200695 |     0 |   0.0 | 140M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
220.29/220.33	c   203s|510000 |205096 |     0 |   0.0 | 143M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
224.19/224.21	c   207s|520000 |209641 |     0 |   0.0 | 146M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 472k|   0 | 1.000000e+00 | 1.530000e+02 |  Large 
228.59/228.66	c   211s|530000 |213316 |     0 |   0.0 | 149M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 480k|   0 | 1.000000e+00 | 1.530000e+02 |  Large 
233.10/233.18	c   215s|540000 |217005 |     0 |   0.0 | 152M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 488k|   0 | 1.000000e+00 | 1.530000e+02 |  Large 
237.60/237.64	c   219s|550000 |220833 |     0 |   0.0 | 155M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 496k|   0 | 1.000000e+00 | 1.530000e+02 |  Large 
242.20/242.26	c   223s|560000 |224656 |     0 |   0.0 | 159M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 504k|   0 | 1.000000e+00 | 1.530000e+02 |  Large 
244.99/245.09	o 85
244.99/245.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.99/245.09	c * 226s|566125 |208726 |     0 |   0.0 | 148M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
246.89/246.97	c   228s|570000 |209725 |     0 |   0.0 | 147M| 141 |   - | 253 |2977 |   0 |   0 |   0 | 513k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
250.80/250.88	c   231s|580000 |211540 |     0 |   0.0 | 149M| 141 |   - | 253 |4397 |   0 |   0 |   0 | 523k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
254.89/254.97	c   235s|590000 |213332 |     0 |   0.0 | 152M| 141 |   - | 253 |4329 |   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
259.09/259.13	c   239s|600000 |214859 |     0 |   0.0 | 155M| 141 |   - | 253 |5174 |   0 |   0 |   0 | 542k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
263.29/263.39	c   243s|610000 |216416 |     0 |   0.0 | 157M| 141 |   - | 253 |5651 |   0 |   0 |   0 | 552k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
267.70/267.71	c   247s|620000 |217887 |     0 |   0.0 | 160M| 141 |   - | 253 |6067 |   0 |   0 |   0 | 562k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
272.50/272.52	c   251s|630000 |218547 |     0 |   0.0 | 162M| 141 |   - | 253 |5813 |   0 |   0 |   0 | 574k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
277.50/277.52	c   256s|640000 |219114 |     0 |   0.0 | 165M| 141 |   - | 253 |7095 |   0 |   0 |   0 | 585k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
283.10/283.18	c   261s|650000 |218880 |     0 |   0.0 | 167M| 141 |   - | 253 |7755 |   0 |   0 |   0 | 597k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
289.00/289.07	c   267s|660000 |218336 |     0 |   0.0 | 169M| 141 |   - | 253 |8672 |   0 |   0 |   0 | 610k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
293.79/293.86	o 81
293.79/293.86	c * 271s|668012 |214348 |     0 |   0.0 | 168M| 141 |   - | 253 |8701 |   0 |   0 |   0 | 620k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
295.00/295.00	c   272s|670000 |214418 |     0 |   0.0 | 168M| 141 |   - | 253 |8143 |   0 |   0 |   0 | 623k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
300.69/300.70	c   277s|680000 |213284 |     0 |   0.0 | 170M| 141 |   - | 253 |7310 |   0 |   0 |   0 | 637k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
307.79/307.89	c   284s|690000 |210914 |     0 |   0.0 | 171M| 141 |   - | 253 |9844 |   0 |   0 |   0 | 652k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
313.51/313.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.51/313.54	c   289s|700000 |210949 |     0 |   0.0 | 171M| 141 |   - | 253 |4707 |   0 |   0 |   0 | 663k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
318.19/318.24	c   294s|710000 |211479 |     0 |   0.0 | 173M| 141 |   - | 253 |5517 |   0 |   0 |   0 | 674k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
322.10/322.10	o 62
322.10/322.10	c * 297s|716902 |208059 |     0 |   0.0 | 172M| 141 |   - | 253 |5928 |   0 |   0 |   0 | 681k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
323.90/323.99	c   299s|720000 |207715 |     0 |   0.0 | 173M| 141 |   - | 253 |6677 |   0 |   0 |   0 | 685k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
329.91/329.96	c   305s|730000 |207372 |     0 |   0.0 | 175M| 141 |   - | 253 |7410 |   0 |   0 |   0 | 696k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
336.10/336.15	c   311s|740000 |206964 |     0 |   0.0 | 178M| 141 |   - | 253 |9654 |   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
342.80/342.89	c   317s|750000 |206100 |     0 |   0.0 | 179M| 141 |   - | 253 |9843 |   0 |   0 |   0 | 720k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
349.30/349.36	c   323s|760000 |205970 |     0 |   0.0 | 182M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 732k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
356.00/356.04	c   330s|770000 |206086 |     0 |   0.0 | 183M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
363.10/363.11	c   336s|780000 |205435 |     0 |   0.0 | 185M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 756k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
370.30/370.39	c   343s|790000 |204664 |     0 |   0.0 | 186M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 768k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
377.90/377.91	c   350s|800000 |203815 |     0 |   0.0 | 188M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 781k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
385.60/385.61	c   358s|810000 |202775 |     0 |   0.0 | 189M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 793k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
393.90/393.95	c   366s|820000 |201068 |     0 |   0.0 | 191M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 807k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
402.70/402.73	c   374s|830000 |199140 |     0 |   0.0 | 192M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 820k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
412.00/412.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.00/412.02	c   383s|840000 |196710 |     0 |   0.0 | 193M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 834k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
421.60/421.61	c   393s|850000 |193865 |     0 |   0.0 | 193M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 848k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
421.80/421.81	o 31
421.80/421.81	c * 393s|850160 |171320 |     0 |   0.0 | 176M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 849k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
435.40/435.41	c   406s|860000 |164663 |     0 |   0.0 | 179M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 868k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
448.71/448.74	c   419s|870000 |159166 |     0 |   0.0 | 180M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 887k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
463.10/463.14	c   433s|880000 |152832 |     0 |   0.0 | 178M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 907k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
478.20/478.27	c   447s|890000 |146441 |     0 |   0.0 | 176M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 927k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
494.80/494.89	c   463s|900000 |139269 |     0 |   0.0 | 172M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 947k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
514.00/514.01	c   482s|910000 |129971 |     0 |   0.0 | 166M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 970k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
534.70/534.78	c   502s|920000 |119908 |     0 |   0.0 | 158M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 993k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
555.90/555.94	c   523s|930000 |111390 |     0 |   0.0 | 151M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1013k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
578.11/578.18	c   544s|940000 |102335 |     0 |   0.0 | 148M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1035k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
607.10/607.13	c   573s|950000 | 91736 |     0 |   0.0 | 143M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1058k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
641.21/641.22	c   606s|960000 | 78892 |     0 |   0.0 | 132M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1084k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
671.41/671.46	c   636s|970000 | 66783 |     0 |   0.0 | 119M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1109k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
704.51/704.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.51/704.57	c   668s|980000 | 55508 |     0 |   0.0 | 100M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1132k|   0 | 1.000000e+00 | 3.100000e+01 |3000.00%
714.01/714.06	o 29
714.01/714.06	c * 678s|982797 | 49772 |     0 |   0.0 |  89M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1139k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
725.71/725.70	c   689s|990000 | 48575 |     0 |   0.0 |  75M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1148k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
731.91/731.92	c   695s|  1000k| 50063 |     0 |   0.0 |  73M| 141 |   - | 253 |7262 |   0 |   0 |   0 |1159k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
736.91/736.92	c   700s|  1010k| 51381 |     0 |   0.0 |  72M| 141 |   - | 253 |7489 |   0 |   0 |   0 |1171k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
739.71/739.73	c   702s|  1020k| 57578 |     0 |   0.0 |  77M| 141 |   - | 253 |9932 |   0 |   0 |   0 |1180k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
743.91/743.92	c   706s|  1030k| 62136 |     0 |   0.0 |  82M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1191k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
750.01/750.01	c   712s|  1040k| 64417 |     0 |   0.0 |  86M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1203k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
757.41/757.47	c   719s|  1050k| 64062 |     0 |   0.0 |  84M| 141 |   - | 253 |9538 |   0 |   0 |   0 |1217k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
761.81/761.88	c   723s|  1060k| 68616 |     0 |   0.0 |  89M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1228k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
767.91/767.91	c   728s|  1070k| 72085 |     0 |   0.0 |  94M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1240k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
775.52/775.56	c   736s|  1080k| 74732 |     0 |   0.0 |  98M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1254k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
785.51/785.56	c   745s|  1090k| 75899 |     0 |   0.0 | 102M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1269k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
798.11/798.15	c   757s|  1100k| 75673 |     0 |   0.0 | 106M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1286k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
813.21/813.25	c   772s|  1110k| 74083 |     0 |   0.0 | 108M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1303k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
831.51/831.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.51/831.55	c   790s|  1120k| 70376 |     0 |   0.0 | 107M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1322k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
841.31/841.33	c   799s|  1130k| 71327 |     0 |   0.0 | 104M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1338k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
853.31/853.38	c   811s|  1140k| 70072 |     0 |   0.0 | 108M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1357k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
869.81/869.81	c   827s|  1150k| 67351 |     0 |   0.0 | 110M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1377k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
892.71/892.80	c   849s|  1160k| 62306 |     0 |   0.0 | 109M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1399k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
919.31/919.38	c   876s|  1170k| 55156 |     0 |   0.0 | 103M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1422k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
937.51/937.58	c   893s|  1180k| 54315 |     0 |   0.0 |  90M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1436k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
940.71/940.70	c   896s|  1190k| 60314 |     0 |   0.0 |  93M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1443k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
950.61/950.64	c   906s|  1200k| 55333 |     0 |   0.0 |  87M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1464k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
960.51/960.58	c   915s|  1210k| 55103 |     0 |   0.0 |  77M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1477k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
963.82/963.87	c   918s|  1220k| 61378 |     0 |   0.0 |  79M| 141 |   - | 253 |9707 |   0 |   0 |   0 |1484k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
967.62/967.63	c   922s|  1230k| 67027 |     0 |   0.0 |  83M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1493k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
971.91/971.96	c   926s|  1240k| 72151 |     0 |   0.0 |  86M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1501k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
977.11/977.13	c   931s|  1250k| 76363 |     0 |   0.0 |  90M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1512k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
983.81/983.88	c   937s|  1260k| 78852 |     0 |   0.0 |  95M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1525k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
991.12/991.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.12/991.19	c   944s|  1270k| 81740 |     0 |   0.0 |  97M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1536k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
995.82/995.83	c   948s|  1280k| 86283 |     0 |   0.0 | 100M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1546k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
999.51/999.54	c   952s|  1290k| 91283 |     0 |   0.0 | 103M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1556k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1005.01/1005.01	c   957s|  1300k| 95022 |     0 |   0.0 | 108M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1568k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1012.03/1012.06	c   963s|  1310k| 98228 |     0 |   0.0 | 112M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1581k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1020.72/1020.72	c   972s|  1320k|100625 |     0 |   0.0 | 116M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1595k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1030.52/1030.57	c   981s|  1330k|102444 |     0 |   0.0 | 120M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1609k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1042.01/1042.06	c   992s|  1340k|103413 |     0 |   0.0 | 124M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1624k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1054.82/1054.89	c  1005s|  1350k|103857 |     0 |   0.0 | 127M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1641k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1068.92/1068.99	c  1018s|  1360k|103957 |     0 |   0.0 | 131M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1657k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1084.92/1084.97	c  1034s|  1370k|103509 |     0 |   0.0 | 133M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1674k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1101.52/1101.52	c  1050s|  1380k|103094 |     0 |   0.0 | 136M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1691k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1121.22/1121.24	c  1069s|  1390k|101380 |     0 |   0.0 | 135M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1710k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1131.62/1131.61	c  1079s|  1400k|106253 |     0 |   0.0 | 135M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1719k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1140.02/1140.10	c  1087s|  1410k|109868 |     0 |   0.0 | 137M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1730k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1148.92/1148.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1148.92/1148.91	c  1096s|  1420k|112227 |     0 |   0.0 | 141M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1743k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1158.52/1158.53	c  1105s|  1430k|113838 |     0 |   0.0 | 144M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1758k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1162.52/1162.50	c  1109s|  1440k|120087 |     0 |   0.0 | 145M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1765k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
1163.73/1163.71	o 28
1163.73/1163.71	c *1110s|  1442k|120774 |     0 |   0.0 | 146M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1768k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1171.42/1171.43	c  1117s|  1450k|120740 |     0 |   0.0 | 150M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1782k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1187.12/1187.18	c  1132s|  1460k|118838 |     0 |   0.0 | 153M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1802k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1207.82/1207.87	c  1153s|  1470k|115937 |     0 |   0.0 | 155M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1824k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1232.43/1232.47	c  1177s|  1480k|112043 |     0 |   0.0 | 155M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1846k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1259.43/1259.49	c  1203s|  1490k|107833 |     0 |   0.0 | 154M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1868k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1289.53/1289.55	c  1233s|  1500k|102927 |     0 |   0.0 | 151M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1891k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1322.13/1322.17	c  1265s|  1510k| 97911 |     0 |   0.0 | 147M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1913k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1341.93/1342.00	c  1284s|  1520k|100157 |     0 |   0.0 | 146M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1926k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1362.32/1362.32	c  1304s|  1530k| 99776 |     0 |   0.0 | 146M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1943k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1379.13/1379.18	c  1321s|  1540k| 99723 |     0 |   0.0 | 147M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1960k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1396.13/1396.17	c  1337s|  1550k| 99615 |     0 |   0.0 | 150M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1976k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1416.43/1416.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.43/1416.46	c  1357s|  1560k| 98353 |     0 |   0.0 | 152M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1996k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1430.43/1430.42	c  1371s|  1570k|102418 |     0 |   0.0 | 149M| 141 |   - | 253 |  25k|   0 |   0 |   0 |2006k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1435.63/1435.67	c  1376s|  1580k|108856 |     0 |   0.0 | 151M| 141 |   - | 253 |  15k|   0 |   0 |   0 |2013k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1440.63/1440.65	c  1380s|  1590k|114286 |     0 |   0.0 | 155M| 141 |   - | 253 |  16k|   0 |   0 |   0 |2022k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1447.33/1447.37	c  1387s|  1600k|118158 |     0 |   0.0 | 159M| 141 |   - | 253 |  19k|   0 |   0 |   0 |2032k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1456.34/1456.34	c  1395s|  1610k|119948 |     0 |   0.0 | 162M| 141 |   - | 253 |  18k|   0 |   0 |   0 |2046k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1480.83/1480.85	c  1419s|  1620k|111349 |     0 |   0.0 | 154M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2073k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1510.63/1510.65	c  1449s|  1630k|105527 |     0 |   0.0 | 147M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2097k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1537.94/1537.94	c  1476s|  1640k|101050 |     0 |   0.0 | 144M| 141 |   - | 253 |  35k|   0 |   0 |   0 |2119k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1565.04/1565.07	c  1502s|  1650k| 97584 |     0 |   0.0 | 143M| 141 |   - | 253 |  43k|   0 |   0 |   0 |2140k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1599.24/1599.27	c  1536s|  1660k| 93003 |     0 |   0.0 | 142M| 141 |   - | 253 |  53k|   0 |   0 |   0 |2163k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1615.03/1615.01	c  1551s|  1670k| 98048 |     0 |   0.0 | 140M| 141 |   - | 253 |  33k|   0 |   0 |   0 |2173k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1626.64/1626.69	c  1563s|  1680k|102088 |     0 |   0.0 | 141M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2184k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1638.14/1638.13	c  1574s|  1690k|104961 |     0 |   0.0 | 145M| 141 |   - | 253 |  27k|   0 |   0 |   0 |2197k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1651.44/1651.48	c  1587s|  1700k|106829 |     0 |   0.0 | 149M| 141 |   - | 253 |  29k|   0 |   0 |   0 |2212k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1666.24/1666.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.24/1666.27	c  1601s|  1710k|107959 |     0 |   0.0 | 152M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2227k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1683.74/1683.74	c  1618s|  1720k|107600 |     0 |   0.0 | 155M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2244k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1703.24/1703.22	c  1637s|  1730k|105695 |     0 |   0.0 | 155M| 141 |   - | 253 |  37k|   0 |   0 |   0 |2261k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1722.14/1722.13	c  1656s|  1740k|105123 |     0 |   0.0 | 154M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2278k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1740.35/1740.37	c  1673s|  1750k|101817 |     0 |   0.0 | 148M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2297k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1756.24/1756.22	c  1689s|  1760k|102271 |     0 |   0.0 | 148M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2313k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1773.05/1773.08	c  1705s|  1770k|102566 |     0 |   0.0 | 149M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2330k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1794.74/1794.74	c  1727s|  1780k|100669 |     0 |   0.0 | 152M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2349k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1731.77
1800.05/1800.00	c Solving Nodes      : 1782115
1800.05/1800.00	c Primal Bound       : +2.80000000000000e+01 (9 solutions)
1800.05/1800.00	c Dual Bound         : +1.10000000000000e+01
1800.05/1800.00	c Gap                : 154.55 %
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1800.05/1800.01	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.05/1800.01	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.05/1800.01	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.05/1800.01	v -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 
1800.05/1800.01	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 
1800.05/1800.01	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 
1800.05/1800.01	v -x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1731.77
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693920-1277897306.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693920-1277897306.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 130 initial, 54624 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          7          -          -         14          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :         42          0    5215635          0    1083110       4229     652536          0          0          0
1800.05/1800.01	c   knapsack         :          1          0    5689994          0    1173154     128709   20107155          0          0          0
1800.05/1800.01	c   setppc           :         39          0    5561263          0    1173150     571651    6585263          0          0          0
1800.05/1800.01	c   linear           :         42          0    4989627          0    1173149     147699    4015508          0          0          0
1800.05/1800.01	c   logicor          :          6+         0    2550635          0    1163983      30859    1127330          0          0          0
1800.05/1800.01	c   bounddisjunction :          0+         0     265868          0          0          4       9167          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    1173157          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       1.17       0.00       0.69       0.00       0.48
1800.05/1800.01	c   knapsack         :     188.68       0.00     186.32       0.00       2.36
1800.05/1800.01	c   setppc           :      35.46       0.00      31.23       0.00       4.23
1800.05/1800.01	c   linear           :      39.40       0.00      39.28       0.00       0.12
1800.05/1800.01	c   logicor          :     727.23       0.00     727.04       0.00       0.19
1800.05/1800.01	c   bounddisjunction :       2.56       0.00       2.56       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.00          2          0          0
1800.05/1800.01	c   rootredcost      :       0.01          0          0          0
1800.05/1800.01	c   pseudoobj        :       6.08    5695410       1382     524484
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      25.78     880304     880271    4592162       20.6     179804       13.6          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.01         41         41        124       10.4          8       14.2          -
1800.05/1800.01	c   applied globally :          -          -          -    2334361       15.7          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -      19300       36.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       8.18    1173148          0          0          0          0    2346296
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.07          -          9
1800.05/1800.01	c   oneopt           :       0.05          0          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    1782115
1800.05/1800.01	c   nodes (total)    :    1782115
1800.05/1800.01	c   nodes left       :     100067
1800.05/1800.01	c   max depth        :        141
1800.05/1800.01	c   max depth (total):        141
1800.05/1800.01	c   backtracks       :     665950 (37.4%)
1800.05/1800.01	c   delayed cutoffs  :     413855
1800.05/1800.01	c   repropagations   :    2138990 (9183420 domain reductions, 275616 cutoffs)
1800.05/1800.01	c   avg switch length:      23.07
1800.05/1800.01	c   switching time   :     532.98
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          9 (9 improvements)
1800.05/1800.01	c   First Solution   : +3.11000000000000e+02   (in run 1, after 271380 nodes, 87.18 seconds, depth 73, found by <relaxation>)
1800.05/1800.01	c   Primal Bound     : +2.80000000000000e+01   (in run 1, after 1442255 nodes, 1109.73 seconds, depth 24, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +1.10000000000000e+01
1800.05/1800.01	c   Gap              :     154.55 %
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0
1800.34/1800.31	c Time complete: 1800.36.

Verifier Data

OK	19

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693920-1277897306/watcher-2693920-1277897306 -o /tmp/evaluation-result-2693920-1277897306/solver-2693920-1277897306 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693920-1277897306.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.93 1.99 1.99 3/196 10509
/proc/meminfo: memFree=31439036/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=8132 CPUtime=0
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 1540 0 0 0 0 0 0 0 22 0 1 0 131028731 8327168 1462 4089446400 4194304 7136930 140736289769696 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10509/statm: 2033 1462 275 719 0 1312 0

[startup+0.0882971 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 10509
/proc/meminfo: memFree=31439036/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=12704 CPUtime=0.07
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 4711 0 0 0 5 2 0 0 18 0 1 0 131028731 13008896 2481 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 3176 2481 403 719 0 2455 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12704

[startup+0.100295 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 10509
/proc/meminfo: memFree=31439036/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=12840 CPUtime=0.09
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 4731 0 0 0 6 3 0 0 18 0 1 0 131028731 13148160 2501 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 3210 2501 403 719 0 2489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12840

[startup+0.300268 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 10509
/proc/meminfo: memFree=31439036/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=14428 CPUtime=0.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 5158 0 0 0 20 9 0 0 18 0 1 0 131028731 14774272 2928 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 3607 2928 403 719 0 2886 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14428

[startup+0.700181 s]
/proc/loadavg: 1.93 1.99 1.99 3/196 10509
/proc/meminfo: memFree=31439036/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=17072 CPUtime=0.69
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 5797 0 0 0 51 18 0 0 18 0 1 0 131028731 17481728 3567 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 4268 3567 403 719 0 3547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17072

[startup+1.50103 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 10510
/proc/meminfo: memFree=31425528/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=21336 CPUtime=1.49
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 6874 0 0 0 117 32 0 0 19 0 1 0 131028731 21848064 4644 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 5334 4644 403 719 0 4613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21336

[startup+3.10074 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 10510
/proc/meminfo: memFree=31420816/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=25432 CPUtime=3.09
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 7924 0 0 0 252 57 0 0 25 0 1 0 131028731 26042368 5694 4089446400 4194304 7136930 140736289769696 18446744073709551615 4431658 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10509/statm: 6358 5694 403 719 0 5637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25432

[startup+6.30012 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 10510
/proc/meminfo: memFree=31412392/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=33888 CPUtime=6.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 10063 0 0 0 533 96 0 0 25 0 1 0 131028731 34701312 7833 4089446400 4194304 7136930 140736289769696 18446744073709551615 4221503 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 8472 7833 403 719 0 7751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33888

[startup+12.7009 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 10510
/proc/meminfo: memFree=31399752/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=46884 CPUtime=12.69
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 13294 0 0 0 1118 151 0 0 25 0 1 0 131028731 48009216 11064 4089446400 4194304 7136930 140736289769696 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 11721 11064 403 719 0 11000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46884

[startup+25.5005 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 10511
/proc/meminfo: memFree=31369432/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=67648 CPUtime=25.48
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 18583 0 0 0 2237 311 0 0 25 0 1 0 131028731 69271552 16353 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 16912 16353 403 719 0 16191 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67648

[startup+51.1007 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 10512
/proc/meminfo: memFree=31351780/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=85672 CPUtime=51.08
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 23060 0 0 0 4659 449 0 0 25 0 1 0 131028731 87728128 20830 4089446400 4194304 7136930 140736289769696 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 21418 20830 403 719 0 20697 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85672

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.00 3/197 10513
/proc/meminfo: memFree=31293956/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=144096 CPUtime=102.3
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 37386 0 0 0 9292 938 0 0 25 0 1 0 131028731 147554304 35156 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 36024 35156 403 719 0 35303 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144096

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10514
/proc/meminfo: memFree=31270728/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=167720 CPUtime=162.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 43221 0 0 0 15003 1226 0 0 25 0 1 0 131028731 171745280 40991 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 41930 40991 406 719 0 41209 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167720

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 10519
/proc/meminfo: memFree=31242960/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=197760 CPUtime=222.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 49928 0 0 0 20503 1726 0 0 25 0 1 0 131028731 202506240 47698 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 49440 47698 406 719 0 48719 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 197760

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10521
/proc/meminfo: memFree=31165652/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=218864 CPUtime=282.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 55291 0 0 0 26020 2209 0 0 25 0 1 0 131028731 224116736 53061 4089446400 4194304 7136930 140736289769696 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 54716 53061 406 719 0 53995 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 218864

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10522
/proc/meminfo: memFree=31141556/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=235984 CPUtime=342.29
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 59577 0 0 0 31651 2578 0 0 25 0 1 0 131028731 241647616 57347 4089446400 4194304 7136930 140736289769696 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 58996 57347 406 719 0 58275 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 235984

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10524
/proc/meminfo: memFree=31132704/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=244472 CPUtime=402.3
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 61695 0 0 0 37388 2842 0 0 25 0 1 0 131028731 250339328 59465 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 61118 59465 406 719 0 60397 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 244472

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10525
/proc/meminfo: memFree=31128208/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=248820 CPUtime=462.3
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 62782 0 0 0 43195 3035 0 0 25 0 1 0 131028731 254791680 60552 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 62205 60552 406 719 0 61484 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 248820

[startup+522.301 s]
/proc/loadavg: 2.05 2.01 2.00 4/200 10667
/proc/meminfo: memFree=31436516/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=249932 CPUtime=522.3
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 63048 0 0 0 48992 3238 0 0 25 0 1 0 131028731 255930368 60818 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 62483 60818 406 719 0 61762 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 249932

[startup+582.3 s]
/proc/loadavg: 2.26 2.09 2.03 3/179 10799
/proc/meminfo: memFree=31580052/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=252664 CPUtime=582.3
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 63617 0 0 0 54839 3391 0 0 25 0 1 0 131028731 258727936 61387 4089446400 4194304 7136930 140736289769696 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 63166 61387 406 719 0 62445 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252664

[startup+642.301 s]
/proc/loadavg: 2.09 2.07 2.02 3/179 10800
/proc/meminfo: memFree=31514844/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=254120 CPUtime=642.31
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 63910 0 0 0 60732 3499 0 0 25 0 1 0 131028731 260218880 61680 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 63530 61680 406 719 0 62809 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 254120

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10808
/proc/meminfo: memFree=31364672/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=256116 CPUtime=942.31
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 64332 0 0 0 89767 4464 0 0 25 0 1 0 131028731 262262784 62102 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 64029 62102 406 719 0 63308 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 256116

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10810
/proc/meminfo: memFree=31356192/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=256620 CPUtime=1002.32
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 64446 0 0 0 95406 4826 0 0 25 0 1 0 131028731 262778880 62216 4089446400 4194304 7136930 140736289769696 18446744073709551615 4210060 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 64155 62216 406 719 0 63434 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 256620

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10811
/proc/meminfo: memFree=31354656/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=256620 CPUtime=1062.31
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 64504 0 0 0 101170 5061 0 0 25 0 1 0 131028731 262778880 62274 4089446400 4194304 7136930 140736289769696 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 64155 62274 406 719 0 63434 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 256620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10813
/proc/meminfo: memFree=31353624/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=258212 CPUtime=1122.32
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 64708 0 0 0 107014 5218 0 0 25 0 1 0 131028731 264409088 62478 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999771 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 64553 62478 406 719 0 63832 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 258212

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 10815
/proc/meminfo: memFree=31350724/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=259236 CPUtime=1182.33
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 64975 0 0 0 112762 5471 0 0 25 0 1 0 131028731 265457664 62745 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 64809 62745 406 719 0 64088 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 259236

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10816
/proc/meminfo: memFree=31347088/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=260072 CPUtime=1242.32
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 65231 0 0 0 118640 5592 0 0 25 0 1 0 131028731 266313728 63001 4089446400 4194304 7136930 140736289769696 18446744073709551615 5955642 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 65018 63001 406 719 0 64297 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 260072

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10818
/proc/meminfo: memFree=31344936/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=263256 CPUtime=1302.33
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 65725 0 0 0 124542 5691 0 0 25 0 1 0 131028731 269574144 63495 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 65814 63495 406 719 0 65093 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 263256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10819
/proc/meminfo: memFree=31343416/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=264752 CPUtime=1362.32
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66085 0 0 0 130431 5801 0 0 25 0 1 0 131028731 271106048 63855 4089446400 4194304 7136930 140736289769696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66188 63855 406 719 0 65467 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 264752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10821
/proc/meminfo: memFree=31342512/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=264752 CPUtime=1422.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66112 0 0 0 136294 5940 0 0 25 0 1 0 131028731 271106048 63882 4089446400 4194304 7136930 140736289769696 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66188 63882 406 719 0 65467 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 264752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10823
/proc/meminfo: memFree=31341104/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=265776 CPUtime=1482.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66368 0 0 0 142088 6146 0 0 25 0 1 0 131028731 272154624 64138 4089446400 4194304 7136930 140736289769696 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66444 64138 406 719 0 65723 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 265776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10824
/proc/meminfo: memFree=31311420/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=265776 CPUtime=1542.33
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66399 0 0 0 147991 6242 0 0 25 0 1 0 131028731 272154624 64169 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66444 64169 406 719 0 65723 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 265776

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 10826
/proc/meminfo: memFree=31262380/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1602.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66503 0 0 0 153895 6339 0 0 25 0 1 0 131028731 272826368 64273 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64273 406 719 0 65887 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 266432

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10827
/proc/meminfo: memFree=31226380/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1662.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66523 0 0 0 159727 6507 0 0 25 0 1 0 131028731 272826368 64293 4089446400 4194304 7136930 140736289769696 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64293 406 719 0 65887 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 266432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10829
/proc/meminfo: memFree=31183404/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1722.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66523 0 0 0 165586 6648 0 0 25 0 1 0 131028731 272826368 64293 4089446400 4194304 7136930 140736289769696 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64293 406 719 0 65887 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 266432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10831
/proc/meminfo: memFree=31164888/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1782.35
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66523 0 0 0 171440 6795 0 0 25 0 1 0 131028731 272826368 64293 4089446400 4194304 7136930 140736289769696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64293 406 719 0 65887 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 266432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10831
/proc/meminfo: memFree=31161400/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1800.05
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66523 0 0 0 173176 6829 0 0 25 0 1 0 131028731 272826368 64293 4089446400 4194304 7136930 140736289769696 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64293 406 719 0 65887 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 266432

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10831
/proc/meminfo: memFree=31161400/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=266432 CPUtime=1800.25
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66528 0 0 0 173196 6829 0 0 25 0 1 0 131028731 272826368 64298 4089446400 4194304 7136930 140736289769696 18446744073709551615 4212537 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10509/statm: 66608 64298 411 719 0 65887 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 266432

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10831
/proc/meminfo: memFree=31161400/32951124 swapFree=67111528/67111528
[pid=10509] ppid=10507 vsize=251192 CPUtime=1800.34
/proc/10509/stat : 10509 (pbscip.linux.x8) R 10507 10509 8146 0 -1 4202496 66528 0 0 0 173205 6829 0 0 25 0 1 0 131028731 257220608 60488 4089446400 4194304 7136930 140736289769696 18446744073709551615 5950417 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10509/statm: 62798 60488 411 719 0 62077 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 251192

Child status: 0
Real time (s): 1800.32
CPU time (s): 1800.37
CPU user time (s): 1732.06
CPU system time (s): 68.3036
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 266432

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

runsolver used 2.44463 second user time and 5.76612 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 13:28:26
IDJOB=2693920
IDBENCH=78808
IDSOLVER=1206
FILE ID=node102/2693920-1277897306
PBS_JOBID= 11197150
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968561--soft-66-100-0.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-2693920-1277897306/watcher-2693920-1277897306 -o /tmp/evaluation-result-2693920-1277897306/solver-2693920-1277897306 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693920-1277897306.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c98926f0ffff319dfbaa3e1b39be6827
RANDOM SEED=1599380752

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31439812 kB
Buffers:        178412 kB
Cached:         729776 kB
SwapCached:          0 kB
Active:         797088 kB
Inactive:       571912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31439812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3376 kB
Writeback:           0 kB
AnonPages:      460804 kB
Mapped:          20424 kB
Slab:            77248 kB
PageTables:       6064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654908 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= 74204 MiB
End job on node102 at 2010-06-30 13:58:28