Trace number 2694205

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.25 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.142978
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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-2694205-1277924780.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 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	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
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, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.30/1.39	o 868
1.30/1.39	c * 1.2s|  9360 |  6542 |     0 |   0.0 |7421k| 185 |   - | 371 |5090 |   0 |   0 |   0 |7735 |   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
1.40/1.43	c   1.2s| 10000 |  7175 |     0 |   0.0 |7590k| 185 |   - | 371 |5017 |   0 |   0 |   0 |7753 |   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
3.49/3.54	c   3.1s| 20000 | 12970 |     0 |   0.0 |  12M| 185 |   - | 371 |6834 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
7.19/7.26	c   6.6s| 30000 | 15316 |     0 |   0.0 |  17M| 185 |   - | 371 |9749 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
8.00/8.07	c   7.2s| 40000 | 24573 |     0 |   0.0 |  17M| 185 |   - | 371 | 913 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
8.49/8.53	c   7.5s| 50000 | 34544 |     0 |   0.0 |  20M| 199 |   - | 371 | 647 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
8.89/8.98	c   7.8s| 60000 | 44513 |     0 |   0.0 |  23M| 199 |   - | 371 | 609 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
9.39/9.44	c   8.0s| 70000 | 54491 |     0 |   0.0 |  26M| 199 |   - | 371 | 638 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
9.80/9.90	c   8.3s| 80000 | 64465 |     0 |   0.0 |  29M| 199 |   - | 371 | 657 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
10.29/10.35	c   8.6s| 90000 | 74429 |     0 |   0.0 |  32M| 199 |   - | 371 | 707 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
10.79/10.82	c   8.8s|100000 | 84403 |     0 |   0.0 |  36M| 199 |   - | 371 | 722 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
11.20/11.28	c   9.1s|110000 | 94360 |     0 |   0.0 |  39M| 199 |   - | 371 | 782 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
11.69/11.73	c   9.4s|120000 |104325 |     0 |   0.0 |  42M| 199 |   - | 371 | 813 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
12.10/12.18	c   9.7s|130000 |114285 |     0 |   0.0 |  45M| 199 |   - | 371 | 865 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
12.59/12.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.59/12.66	c  10.0s|140000 |124244 |     0 |   0.0 |  48M| 199 |   - | 371 | 411 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 8.680000e+02 |    Inf 
12.69/12.72	o 317
12.69/12.72	c *10.0s|141280 |124811 |     0 |   0.0 |  48M| 199 |   - | 371 | 432 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
14.20/14.27	c  11.4s|150000 |129579 |     0 |   0.0 |  53M| 199 |   - | 371 |7126 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
18.80/18.89	c  15.7s|160000 |130637 |     0 |   0.0 |  58M| 199 |   - | 371 |  14k|   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
25.49/25.52	c  22.1s|170000 |130604 |     0 |   0.0 |  62M| 199 |   - | 371 |  20k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
27.29/27.35	c  23.7s|180000 |138782 |     0 |   0.0 |  58M| 199 |   - | 371 |2017 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
27.90/27.90	c  24.1s|190000 |148559 |     0 |   0.0 |  61M| 199 |   - | 371 |1029 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 3.170000e+02 |    Inf 
27.99/28.05	o 147
27.99/28.05	c *24.2s|192020 | 85357 |     0 |   0.0 |  41M| 199 |   - | 371 |1038 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
28.29/28.32	o 80
28.29/28.32	c *24.4s|195275 | 69432 |     0 |   0.0 |  37M| 199 |   - | 371 |1345 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.000000e+01 |    Inf 
28.79/28.80	c  24.8s|200000 | 73458 |     0 |   0.0 |  39M| 199 |   - | 371 |2065 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.000000e+01 |    Inf 
28.99/29.05	o 79
28.99/29.05	c *25.0s|202498 | 75299 |     0 |   0.0 |  41M| 199 |   - | 371 |2485 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
29.70/29.71	o 43
29.70/29.71	c *25.5s|207837 | 65961 |     0 |   0.0 |  38M| 199 |   - | 371 |1341 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
29.70/29.72	o 38
29.70/29.72	c *25.6s|207865 | 58702 |     0 |   0.0 |  35M| 199 |   - | 371 |1340 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
29.89/29.99	o 18
29.89/29.99	c *25.8s|209840 | 57519 |     0 |   0.0 |  36M| 199 |   - | 371 |1789 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
29.99/30.02	c  25.8s|210000 | 57634 |     0 |   0.0 |  36M| 199 |   - | 371 |1852 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
29.99/30.06	o 11
29.99/30.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.06	c *25.8s|210226 | 49467 |     0 |   0.0 |  33M| 199 |   - | 371 |1897 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
32.10/32.18	c  27.6s|220000 | 54783 |     0 |   0.0 |  38M| 199 |   - | 371 |5340 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
37.09/37.17	c  32.2s|230000 | 55182 |     0 |   0.0 |  44M| 199 |   - | 371 |9372 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
43.69/43.79	c  38.4s|240000 | 48694 |     0 |   0.0 |  43M| 199 |   - | 371 |3134 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
45.99/46.05	c  40.4s|250000 | 53836 |     0 |   0.0 |  48M| 199 |   - | 371 |3166 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
48.89/48.91	c  43.0s|260000 | 57642 |     0 |   0.0 |  53M| 199 |   - | 371 |4454 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.30/53.31	c  47.0s|270000 | 56957 |     0 |   0.0 |  58M| 199 |   - | 371 |  12k|   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
60.80/60.80	c  54.1s|280000 | 54304 |     0 |   0.0 |  57M| 199 |   - | 371 |  16k|   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.50/66.59	c  59.6s|290000 | 55323 |     0 |   0.0 |  56M| 199 |   - | 371 |7184 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
70.79/70.84	c  63.6s|300000 | 58496 |     0 |   0.0 |  62M| 199 |   - | 371 |  10k|   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
75.90/75.96	c  68.4s|310000 | 61444 |     0 |   0.0 |  66M| 199 |   - | 371 |  13k|   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
81.79/81.83	c  74.0s|320000 | 64123 |     0 |   0.0 |  69M| 199 |   - | 371 |  15k|   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
89.20/89.28	c  81.1s|330000 | 65471 |     0 |   0.0 |  73M| 199 |   - | 371 |  19k|   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
99.60/99.66	c  91.2s|340000 | 65131 |     0 |   0.0 |  75M| 199 |   - | 371 |  23k|   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
108.59/108.60	c  99.7s|350000 | 66532 |     0 |   0.0 |  73M| 199 |   - | 371 |  16k|   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
112.30/112.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.30/112.37	c   103s|360000 | 72913 |     0 |   0.0 |  76M| 199 |   - | 371 |  13k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
116.10/116.15	c   107s|370000 | 78729 |     0 |   0.0 |  80M| 199 |   - | 371 |  14k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
122.40/122.44	c   113s|380000 | 81777 |     0 |   0.0 |  83M| 199 |   - | 371 |  15k|   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
126.79/126.86	c   117s|390000 | 87409 |     0 |   0.0 |  88M| 199 |   - | 371 |  17k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
132.10/132.16	c   122s|400000 | 92350 |     0 |   0.0 |  93M| 199 |   - | 371 |  20k|   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
139.60/139.64	c   129s|410000 | 95359 |     0 |   0.0 |  97M| 199 |   - | 371 |  22k|   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
148.09/148.11	c   137s|420000 | 97721 |     0 |   0.0 | 100M| 199 |   - | 371 |  21k|   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
156.20/156.25	c   145s|430000 | 99771 |     0 |   0.0 | 103M| 199 |   - | 371 |  22k|   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
166.00/166.08	c   155s|440000 | 99124 |     0 |   0.0 | 101M| 199 |   - | 371 |  28k|   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
178.40/178.49	c   167s|450000 | 99599 |     0 |   0.0 | 101M| 199 |   - | 371 |  26k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
192.10/192.13	c   180s|460000 | 99854 |     0 |   0.0 | 105M| 199 |   - | 371 |  31k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
211.10/211.15	c   199s|470000 | 98039 |     0 |   0.0 | 107M| 199 |   - | 371 |  35k|   0 |   0 |   0 | 557k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
234.10/234.11	c   221s|480000 | 95072 |     0 |   0.0 | 109M| 199 |   - | 371 |  38k|   0 |   0 |   0 | 584k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
257.10/257.13	c   244s|490000 | 91640 |     0 |   0.0 | 105M| 199 |   - | 371 |  35k|   0 |   0 |   0 | 612k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
275.90/275.97	c   262s|500000 | 90316 |     0 |   0.0 | 102M| 199 |   - | 371 |  30k|   0 |   0 |   0 | 636k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
283.20/283.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.20/283.26	c   269s|510000 | 96077 |     0 |   0.0 | 103M| 199 |   - | 371 |  21k|   0 |   0 |   0 | 649k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
289.50/289.57	c   276s|520000 |101326 |     0 |   0.0 | 106M| 199 |   - | 371 |  18k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
298.90/298.93	c   285s|530000 |103095 |     0 |   0.0 | 109M| 199 |   - | 371 |  19k|   0 |   0 |   0 | 685k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
310.80/310.80	c   296s|540000 |102462 |     0 |   0.0 | 113M| 199 |   - | 371 |  20k|   0 |   0 |   0 | 711k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
324.00/324.05	c   309s|550000 |101022 |     0 |   0.0 | 116M| 199 |   - | 371 |  23k|   0 |   0 |   0 | 738k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
338.60/338.66	c   323s|560000 | 99760 |     0 |   0.0 | 115M| 199 |   - | 371 |  20k|   0 |   0 |   0 | 763k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
346.80/346.87	c   331s|570000 |104008 |     0 |   0.0 | 118M| 199 |   - | 371 |  21k|   0 |   0 |   0 | 781k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
354.50/354.51	c   339s|580000 |108358 |     0 |   0.0 | 122M| 199 |   - | 371 |  21k|   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
362.00/362.09	c   346s|590000 |112543 |     0 |   0.0 | 125M| 199 |   - | 371 |  22k|   0 |   0 |   0 | 815k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
369.71/369.78	c   353s|600000 |116780 |     0 |   0.0 | 129M| 199 |   - | 371 |  24k|   0 |   0 |   0 | 832k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
378.50/378.55	c   362s|610000 |120533 |     0 |   0.0 | 133M| 199 |   - | 371 |  27k|   0 |   0 |   0 | 851k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
388.41/388.48	c   371s|620000 |123642 |     0 |   0.0 | 136M| 199 |   - | 371 |  29k|   0 |   0 |   0 | 871k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
400.90/400.98	c   384s|630000 |125174 |     0 |   0.0 | 138M| 199 |   - | 371 |  32k|   0 |   0 |   0 | 893k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
417.51/417.56	c   400s|640000 |124591 |     0 |   0.0 | 139M| 199 |   - | 371 |  33k|   0 |   0 |   0 | 918k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
430.61/430.61	c   413s|650000 |127117 |     0 |   0.0 | 141M| 199 |   - | 371 |  30k|   0 |   0 |   0 | 937k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
444.10/444.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.10/444.14	c   426s|660000 |127666 |     0 |   0.0 | 142M| 199 |   - | 371 |  30k|   0 |   0 |   0 | 959k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
459.11/459.18	c   441s|670000 |127399 |     0 |   0.0 | 142M| 199 |   - | 371 |  31k|   0 |   0 |   0 | 982k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
471.70/471.72	c   453s|680000 |128160 |     0 |   0.0 | 140M| 199 |   - | 371 |  26k|   0 |   0 |   0 |1003k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
484.41/484.42	c   465s|690000 |126547 |     0 |   0.0 | 138M| 199 |   - | 371 |  27k|   0 |   0 |   0 |1026k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
506.31/506.34	c   487s|700000 |122963 |     0 |   0.0 | 131M| 199 |   - | 371 |  21k|   0 |   0 |   0 |1056k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
518.70/518.79	c   499s|710000 |123564 |     0 |   0.0 | 134M| 199 |   - | 371 |  23k|   0 |   0 |   0 |1081k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
534.71/534.75	c   515s|720000 |123456 |     0 |   0.0 | 136M| 199 |   - | 371 |  28k|   0 |   0 |   0 |1107k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
554.21/554.26	c   534s|730000 |122771 |     0 |   0.0 | 137M| 199 |   - | 371 |  29k|   0 |   0 |   0 |1134k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
573.70/573.74	c   553s|740000 |121012 |     0 |   0.0 | 137M| 199 |   - | 371 |  30k|   0 |   0 |   0 |1162k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
599.01/599.03	c   578s|750000 |116282 |     0 |   0.0 | 137M| 199 |   - | 371 |  41k|   0 |   0 |   0 |1195k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
621.21/621.27	c   600s|760000 |114071 |     0 |   0.0 | 134M| 199 |   - | 371 |  27k|   0 |   0 |   0 |1226k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
642.42/642.45	c   621s|770000 |111643 |     0 |   0.0 | 136M| 199 |   - | 371 |  30k|   0 |   0 |   0 |1257k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
665.31/665.32	c   643s|780000 |109490 |     0 |   0.0 | 140M| 199 |   - | 371 |  35k|   0 |   0 |   0 |1288k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
692.11/692.15	c   670s|790000 |106851 |     0 |   0.0 | 142M| 199 |   - | 371 |  38k|   0 |   0 |   0 |1320k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
720.01/720.07	c   697s|800000 |104300 |     0 |   0.0 | 144M| 199 |   - | 371 |  39k|   0 |   0 |   0 |1351k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
748.71/748.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.71/748.73	c   726s|810000 |100899 |     0 |   0.0 | 144M| 199 |   - | 371 |  37k|   0 |   0 |   0 |1385k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
775.92/775.91	c   752s|820000 | 97455 |     0 |   0.0 | 143M| 199 |   - | 371 |  36k|   0 |   0 |   0 |1418k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
804.12/804.16	c   780s|830000 | 93135 |     0 |   0.0 | 141M| 199 |   - | 371 |  37k|   0 |   0 |   0 |1451k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
830.52/830.58	c   806s|840000 | 90145 |     0 |   0.0 | 140M| 199 |   - | 371 |  35k|   0 |   0 |   0 |1481k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
856.01/856.04	c   832s|850000 | 87003 |     0 |   0.0 | 136M| 199 |   - | 371 |  32k|   0 |   0 |   0 |1511k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
879.02/879.03	c   854s|860000 | 83050 |     0 |   0.0 | 131M| 199 |   - | 371 |  27k|   0 |   0 |   0 |1539k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
896.42/896.41	c   871s|870000 | 81060 |     0 |   0.0 | 130M| 199 |   - | 371 |  27k|   0 |   0 |   0 |1567k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
907.52/907.50	c   882s|880000 | 84426 |     0 |   0.0 | 127M| 199 |   - | 371 |  15k|   0 |   0 |   0 |1585k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
911.32/911.35	c   886s|890000 | 91109 |     0 |   0.0 | 131M| 199 |   - | 371 |  14k|   0 |   0 |   0 |1596k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
921.62/921.67	c   896s|900000 | 90968 |     0 |   0.0 | 134M| 199 |   - | 371 |  23k|   0 |   0 |   0 |1622k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
953.12/953.11	c   927s|910000 | 84021 |     0 |   0.0 | 135M| 199 |   - | 371 |  38k|   0 |   0 |   0 |1660k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
985.73/985.73	c   959s|920000 | 76455 |     0 |   0.0 | 123M| 199 |   - | 371 |  27k|   0 |   0 |   0 |1698k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1015.42/1015.47	c   988s|930000 | 68012 |     0 |   0.0 | 117M| 199 |   - | 371 |  36k|   0 |   0 |   0 |1734k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1046.82/1046.88	c  1019s|940000 | 61805 |     0 |   0.0 | 105M| 199 |   - | 371 |  31k|   0 |   0 |   0 |1768k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1075.32/1075.31	c  1047s|950000 | 54269 |     0 |   0.0 |  94M| 199 |   - | 371 |  29k|   0 |   0 |   0 |1801k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1091.82/1091.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1091.82/1091.87	c  1064s|960000 | 54477 |     0 |   0.0 |  89M| 199 |   - | 371 |  24k|   0 |   0 |   0 |1824k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1098.63/1098.69	c  1070s|970000 | 60727 |     0 |   0.0 |  92M| 199 |   - | 371 |  20k|   0 |   0 |   0 |1837k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1105.33/1105.37	c  1077s|980000 | 66155 |     0 |   0.0 |  95M| 199 |   - | 371 |  19k|   0 |   0 |   0 |1851k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1112.32/1112.36	c  1083s|990000 | 70997 |     0 |   0.0 |  98M| 199 |   - | 371 |  18k|   0 |   0 |   0 |1868k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1119.23/1119.29	c  1090s|  1000k| 75501 |     0 |   0.0 | 102M| 199 |   - | 371 |  18k|   0 |   0 |   0 |1884k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1126.33/1126.34	c  1097s|  1010k| 79694 |     0 |   0.0 | 105M| 199 |   - | 371 |  18k|   0 |   0 |   0 |1901k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1135.23/1135.28	c  1105s|  1020k| 82140 |     0 |   0.0 | 108M| 199 |   - | 371 |  21k|   0 |   0 |   0 |1922k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1147.63/1147.60	c  1117s|  1030k| 81982 |     0 |   0.0 | 108M| 199 |   - | 371 |  18k|   0 |   0 |   0 |1945k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1163.42/1163.41	c  1133s|  1040k| 76567 |     0 |   0.0 |  96M| 199 |   - | 371 |  23k|   0 |   0 |   0 |1975k|   0 | 4.000000e+00 | 1.100000e+01 | 175.00%
1173.03/1173.04	c  1142s|  1050k| 80218 |     0 |   0.0 |  98M| 199 |   - | 371 |  22k|   0 |   0 |   0 |1995k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1184.23/1184.27	c  1153s|  1060k| 81937 |     0 |   0.0 | 102M| 199 |   - | 371 |  22k|   0 |   0 |   0 |2017k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1197.12/1197.10	c  1166s|  1070k| 82627 |     0 |   0.0 | 106M| 199 |   - | 371 |  24k|   0 |   0 |   0 |2042k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1210.13/1210.13	c  1178s|  1080k| 83381 |     0 |   0.0 | 109M| 199 |   - | 371 |  26k|   0 |   0 |   0 |2066k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1224.83/1224.83	c  1193s|  1090k| 83511 |     0 |   0.0 | 113M| 199 |   - | 371 |  28k|   0 |   0 |   0 |2092k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1240.13/1240.16	c  1208s|  1100k| 83636 |     0 |   0.0 | 116M| 199 |   - | 371 |  30k|   0 |   0 |   0 |2117k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1256.72/1256.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.72/1256.76	c  1224s|  1110k| 83444 |     0 |   0.0 | 118M| 199 |   - | 371 |  30k|   0 |   0 |   0 |2142k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1274.03/1274.07	c  1241s|  1120k| 83144 |     0 |   0.0 | 121M| 199 |   - | 371 |  31k|   0 |   0 |   0 |2168k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1292.23/1292.25	c  1259s|  1130k| 82563 |     0 |   0.0 | 123M| 199 |   - | 371 |  30k|   0 |   0 |   0 |2194k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1313.93/1313.92	c  1281s|  1140k| 81904 |     0 |   0.0 | 125M| 199 |   - | 371 |  29k|   0 |   0 |   0 |2220k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1335.22/1335.24	c  1302s|  1150k| 81426 |     0 |   0.0 | 127M| 199 |   - | 371 |  31k|   0 |   0 |   0 |2246k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1361.43/1361.43	c  1328s|  1160k| 78959 |     0 |   0.0 | 127M| 199 |   - | 371 |  35k|   0 |   0 |   0 |2275k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1371.42/1371.50	c  1338s|  1170k| 84824 |     0 |   0.0 | 124M| 199 |   - | 371 |  16k|   0 |   0 |   0 |2287k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1382.43/1382.42	c  1349s|  1180k| 84522 |     0 |   0.0 | 121M| 199 |   - | 371 |  11k|   0 |   0 |   0 |2309k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1393.53/1393.51	c  1360s|  1190k| 84201 |     0 |   0.0 | 125M| 199 |   - | 371 |  20k|   0 |   0 |   0 |2335k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1418.23/1418.25	c  1384s|  1200k| 80616 |     0 |   0.0 | 129M| 199 |   - | 371 |  33k|   0 |   0 |   0 |2368k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1453.14/1453.15	c  1419s|  1210k| 76199 |     0 |   0.0 | 129M| 199 |   - | 371 |  43k|   0 |   0 |   0 |2399k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1495.03/1495.08	c  1461s|  1220k| 71601 |     0 |   0.0 | 128M| 199 |   - | 371 |  50k|   0 |   0 |   0 |2429k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1542.94/1542.99	c  1509s|  1230k| 66791 |     0 |   0.0 | 124M| 199 |   - | 371 |  50k|   0 |   0 |   0 |2459k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1592.44/1592.48	c  1558s|  1240k| 61269 |     0 |   0.0 | 118M| 199 |   - | 371 |  44k|   0 |   0 |   0 |2489k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1646.04/1646.06	c  1611s|  1250k| 54073 |     0 |   0.0 | 109M| 199 |   - | 371 |  42k|   0 |   0 |   0 |2523k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1664.04/1664.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1664.04/1664.02	c  1629s|  1260k| 58163 |     0 |   0.0 | 101M| 199 |   - | 371 |  18k|   0 |   0 |   0 |2538k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1670.14/1670.16	c  1635s|  1270k| 64398 |     0 |   0.0 | 105M| 199 |   - | 371 |  16k|   0 |   0 |   0 |2551k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1676.45/1676.45	c  1641s|  1280k| 70114 |     0 |   0.0 | 109M| 199 |   - | 371 |  17k|   0 |   0 |   0 |2565k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1684.15/1684.17	c  1649s|  1290k| 75020 |     0 |   0.0 | 112M| 199 |   - | 371 |  18k|   0 |   0 |   0 |2580k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1697.44/1697.47	c  1662s|  1300k| 76136 |     0 |   0.0 | 116M| 199 |   - | 371 |  23k|   0 |   0 |   0 |2603k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1706.83/1706.85	c  1672s|  1310k| 79326 |     0 |   0.0 | 112M| 199 |   - | 371 |7601 |   0 |   0 |   0 |2618k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1711.44/1711.48	c  1676s|  1320k| 83767 |     0 |   0.0 | 117M| 199 |   - | 371 |  10k|   0 |   0 |   0 |2632k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1721.44/1721.42	c  1686s|  1330k| 83108 |     0 |   0.0 | 114M| 199 |   - | 371 |8175 |   0 |   0 |   0 |2653k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1729.94/1729.91	c  1694s|  1340k| 83309 |     0 |   0.0 | 113M| 199 |   - | 371 |  12k|   0 |   0 |   0 |2675k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1736.14/1736.17	o 10
1736.14/1736.17	c *1701s|  1344k| 71513 |     0 |   0.0 |  93M| 199 |   - | 371 |  13k|   0 |   0 |   0 |2687k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1749.44/1749.45	c  1714s|  1350k| 65828 |     0 |   0.0 |  88M| 199 |   - | 371 |  25k|   0 |   0 |   0 |2708k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
1785.44/1785.42	c  1750s|  1360k| 59933 |     0 |   0.0 |  70M| 199 |   - | 371 |  31k|   0 |   0 |   0 |2738k|   0 | 5.000000e+00 | 1.000000e+01 | 100.00%
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) : 1764.07
1800.05/1800.00	c Solving Nodes      : 1369675
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+01 (13 solutions)
1800.05/1800.00	c Dual Bound         : +5.00000000000000e+00
1800.05/1800.00	c Gap                : 100.00 %
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	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.00	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.00	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.00	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.00	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 
1800.05/1800.00	v x56 -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.00	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.00	v -x4 -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1764.07
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2694205-1277924780.wbo
1800.05/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.05/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2694205-1277924780.wbo
1800.05/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.05/1800.00	c   Constraints      : 202 initial, 50945 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0        101          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -         19          -          -         38          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :        101          0    3823479          0     863370        569     282629          0          0          0
1800.05/1800.00	c   linear           :        101          0    4084636          0     913274     572352   24092572          0          0          0
1800.05/1800.00	c   logicor          :          0+         0    1890613          0          0      70479     905838          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0      24546          0          0          0         63          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0     913283          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       1.12       0.00       0.47       0.00       0.65
1800.05/1800.00	c   linear           :     130.91       0.00     130.80       0.00       0.11
1800.05/1800.00	c   logicor          :     850.39       0.00     850.39       0.00       0.00
1800.05/1800.00	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00
1800.05/1800.00	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.20          2          0          0
1800.05/1800.00	c   rootredcost      :       0.22          0          0          0
1800.05/1800.00	c   pseudoobj        :      10.83    4085255        233     236917
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      39.74     643064     643061    3787490       24.6     346421       14.2          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.01         23         23         96       18.1         19       11.8          -
1800.05/1800.00	c   applied globally :          -          -          -    2721827       17.6          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      35101       36.8          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       6.41     913273          0          0          0          0    1826546
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.12          -         10
1800.05/1800.00	c   oneopt           :       0.13          0          0
1800.05/1800.00	c   trivial          :       0.00          2          2
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.03          0          0
1800.05/1800.00	c   trysol           :       0.06          1          1
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1369675
1800.05/1800.00	c   nodes (total)    :    1369675
1800.05/1800.00	c   nodes left       :      63575
1800.05/1800.00	c   max depth        :        199
1800.05/1800.00	c   max depth (total):        199
1800.05/1800.00	c   backtracks       :     482805 (35.2%)
1800.05/1800.00	c   delayed cutoffs  :     265940
1800.05/1800.00	c   repropagations   :    1573275 (6573694 domain reductions, 187264 cutoffs)
1800.05/1800.00	c   avg switch length:      20.75
1800.05/1800.00	c   switching time   :     557.78
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :         13 (11 improvements)
1800.05/1800.00	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1344630 nodes, 1700.51 seconds, depth 152, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +5.00000000000000e+00
1800.05/1800.00	c   Gap              :     100.00 %
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.15/1800.19	c Time complete: 1800.24.

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694205-1277924780/watcher-2694205-1277924780 -o /tmp/evaluation-result-2694205-1277924780/solver-2694205-1277924780 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694205-1277924780.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 1.97 1.98 4/196 18421
/proc/meminfo: memFree=30528180/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=8256 CPUtime=0
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 133773920 8454144 1476 4089446400 4194304 7136930 140733296331696 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18421/statm: 2064 1477 275 719 0 1343 0

[startup+0.038144 s]
/proc/loadavg: 2.04 1.97 1.98 4/196 18421
/proc/meminfo: memFree=30528180/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=12692 CPUtime=0.03
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 3130 0 0 0 2 1 0 0 18 0 1 0 133773920 12996608 2443 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 3173 2443 390 719 0 2452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12692

[startup+0.102115 s]
/proc/loadavg: 2.04 1.97 1.98 4/196 18421
/proc/meminfo: memFree=30528180/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=13724 CPUtime=0.09
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 3407 0 0 0 7 2 0 0 18 0 1 0 133773920 14053376 2720 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 3431 2720 390 719 0 2710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13724

[startup+0.301083 s]
/proc/loadavg: 2.04 1.97 1.98 4/196 18421
/proc/meminfo: memFree=30528180/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=16432 CPUtime=0.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 4086 0 0 0 25 5 0 0 18 0 1 0 133773920 16826368 3399 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 4108 3399 390 719 0 3387 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16432

[startup+0.701038 s]
/proc/loadavg: 2.04 1.97 1.98 4/196 18421
/proc/meminfo: memFree=30528180/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=18704 CPUtime=0.69
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 4661 0 0 0 59 10 0 0 18 0 1 0 133773920 19152896 3974 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 4676 3974 390 719 0 3955 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18704

[startup+1.50088 s]
/proc/loadavg: 2.04 1.97 1.98 3/197 18422
/proc/meminfo: memFree=30511680/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=22296 CPUtime=1.49
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 5554 0 0 0 126 23 0 0 19 0 1 0 133773920 22831104 4867 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 5574 4867 390 719 0 4853 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22296

[startup+3.1006 s]
/proc/loadavg: 2.03 1.97 1.98 3/197 18422
/proc/meminfo: memFree=30507836/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=27928 CPUtime=3.09
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 6973 0 0 0 269 40 0 0 25 0 1 0 133773920 28598272 6286 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 6982 6286 390 719 0 6261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27928

[startup+6.30099 s]
/proc/loadavg: 2.03 1.97 1.98 3/197 18422
/proc/meminfo: memFree=30499792/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=34316 CPUtime=6.29
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 8571 0 0 0 565 64 0 0 25 0 1 0 133773920 35139584 7884 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 8579 7884 390 719 0 7858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34316

[startup+12.7008 s]
/proc/loadavg: 2.03 1.97 1.98 3/197 18422
/proc/meminfo: memFree=30466344/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=70664 CPUtime=12.69
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 17602 0 0 0 1004 265 0 0 25 0 1 0 133773920 72359936 16915 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 17666 16915 390 719 0 16945 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70664

[startup+25.5005 s]
/proc/loadavg: 2.02 1.97 1.98 3/197 18422
/proc/meminfo: memFree=30447188/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=86460 CPUtime=25.49
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 21473 0 0 0 2207 342 0 0 25 0 1 0 133773920 88535040 20786 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 21615 20786 390 719 0 20894 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86460

[startup+51.1009 s]
/proc/loadavg: 2.01 1.97 1.98 3/197 18423
/proc/meminfo: memFree=30420432/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=112920 CPUtime=51.09
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 28155 0 0 0 4493 616 0 0 25 0 1 0 133773920 115630080 27447 4089446400 4194304 7136930 140733296331696 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 28230 27447 393 719 0 27509 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112920

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.98 3/197 18424
/proc/meminfo: memFree=30401540/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=132436 CPUtime=102.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 32783 0 0 0 9372 858 0 0 25 0 1 0 133773920 135614464 32075 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 33109 32075 393 719 0 32388 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132436

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/197 18426
/proc/meminfo: memFree=30380524/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=153696 CPUtime=162.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 38066 0 0 0 15102 1128 0 0 25 0 1 0 133773920 157384704 37358 4089446400 4194304 7136930 140733296331696 18446744073709551615 5953148 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 38424 37358 393 719 0 37703 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 153696

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/197 18428
/proc/meminfo: memFree=30366712/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=162444 CPUtime=222.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 40052 0 0 0 20971 1259 0 0 25 0 1 0 133773920 166342656 39344 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 40611 39344 393 719 0 39890 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 162444

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.98 3/197 18429
/proc/meminfo: memFree=30341388/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=164196 CPUtime=282.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 40560 0 0 0 26856 1374 0 0 25 0 1 0 133773920 168136704 39852 4089446400 4194304 7136930 140733296331696 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 41049 39852 393 719 0 40328 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 164196

[startup+342.301 s]
/proc/loadavg: 2.03 1.98 1.98 3/197 18479
/proc/meminfo: memFree=30646428/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=174472 CPUtime=342.3
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 43158 0 0 0 32685 1545 0 0 25 0 1 0 133773920 178659328 42450 4089446400 4194304 7136930 140733296331696 18446744073709551615 4431658 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 43618 42450 393 719 0 42897 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 174472

[startup+402.301 s]
/proc/loadavg: 2.01 1.98 1.98 3/197 18480
/proc/meminfo: memFree=30595652/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=192012 CPUtime=402.31
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 47598 0 0 0 38499 1732 0 0 25 0 1 0 133773920 196620288 46890 4089446400 4194304 7136930 140733296331696 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 48003 46890 393 719 0 47282 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 192012

[startup+462.301 s]
/proc/loadavg: 2.00 1.98 1.98 3/197 18482
/proc/meminfo: memFree=30555196/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=196672 CPUtime=462.31
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 48686 0 0 0 44369 1862 0 0 25 0 1 0 133773920 201392128 47978 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 49168 47978 393 719 0 48447 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 196672

[startup+522.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/197 18484
/proc/meminfo: memFree=30522292/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=198224 CPUtime=522.31
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 49044 0 0 0 50245 1986 0 0 25 0 1 0 133773920 202981376 48336 4089446400 4194304 7136930 140733296331696 18446744073709551615 6166347 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 49556 48336 393 719 0 48835 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 198224

[startup+582.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/197 18485
/proc/meminfo: memFree=30485172/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=198480 CPUtime=582.31
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 49127 0 0 0 56144 2087 0 0 25 0 1 0 133773920 203243520 48419 4089446400 4194304 7136930 140733296331696 18446744073709551615 5004470 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 49620 48419 393 719 0 48899 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 198480

[startup+642.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/197 18487
/proc/meminfo: memFree=30452408/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=201192 CPUtime=642.32
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 49610 0 0 0 62055 2177 0 0 25 0 1 0 133773920 206020608 48902 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 50298 48902 393 719 0 49577 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 201192

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/197 18493
/proc/meminfo: memFree=30325392/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=207924 CPUtime=882.32
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51255 0 0 0 85745 2487 0 0 25 0 1 0 133773920 212914176 50547 4089446400 4194304 7136930 140733296331696 18446744073709551615 4210441 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 51981 50547 393 719 0 51260 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 207924

[startup+942.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/197 18495
/proc/meminfo: memFree=30293600/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=207924 CPUtime=942.32
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51295 0 0 0 91612 2620 0 0 25 0 1 0 133773920 212914176 50587 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 51981 50587 393 719 0 51260 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 207924

[startup+1002.3 s]
/proc/loadavg: 2.24 2.13 2.03 3/197 18496
/proc/meminfo: memFree=30256240/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=209828 CPUtime=1002.32
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51728 0 0 0 97537 2695 0 0 25 0 1 0 133773920 214863872 51020 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 52457 51020 393 719 0 51736 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 209828

[startup+1062.3 s]
/proc/loadavg: 2.08 2.10 2.03 3/197 18498
/proc/meminfo: memFree=30219640/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=210312 CPUtime=1062.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51849 0 0 0 103460 2773 0 0 25 0 1 0 133773920 215359488 51141 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 52578 51141 393 719 0 51857 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 210312

[startup+1122.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/197 18500
/proc/meminfo: memFree=30188956/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=210312 CPUtime=1122.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51850 0 0 0 109293 2940 0 0 25 0 1 0 133773920 215359488 51142 4089446400 4194304 7136930 140733296331696 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 52578 51142 393 719 0 51857 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 210312

[startup+1182.3 s]
/proc/loadavg: 2.15 2.12 2.04 3/197 18501
/proc/meminfo: memFree=30146996/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=210312 CPUtime=1182.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51850 0 0 0 115131 3102 0 0 25 0 1 0 133773920 215359488 51142 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 52578 51142 393 719 0 51857 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 210312

[startup+1242.3 s]
/proc/loadavg: 2.05 2.09 2.03 3/197 18503
/proc/meminfo: memFree=30103548/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=210312 CPUtime=1242.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 51879 0 0 0 120992 3241 0 0 25 0 1 0 133773920 215359488 51171 4089446400 4194304 7136930 140733296331696 18446744073709551615 4981165 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18421/statm: 52578 51171 393 719 0 51857 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 210312

[startup+1302.3 s]
/proc/loadavg: 2.02 2.08 2.02 3/197 18504
/proc/meminfo: memFree=30059984/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=211560 CPUtime=1302.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 52192 0 0 0 126897 3336 0 0 25 0 1 0 133773920 216637440 51484 4089446400 4194304 7136930 140733296331696 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 52890 51484 393 719 0 52169 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 211560

[startup+1362.3 s]
/proc/loadavg: 2.44 2.17 2.06 3/197 18506
/proc/meminfo: memFree=30026236/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=211560 CPUtime=1362.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 52192 0 0 0 132866 3367 0 0 25 0 1 0 133773920 216637440 51484 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 52890 51484 393 719 0 52169 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 211560

[startup+1422.31 s]
/proc/loadavg: 2.16 2.14 2.05 3/197 18508
/proc/meminfo: memFree=30013788/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=212584 CPUtime=1422.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 52517 0 0 0 138822 3411 0 0 25 0 1 0 133773920 217686016 51809 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 53146 51809 393 719 0 52425 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 212584

[startup+1482.3 s]
/proc/loadavg: 2.10 2.12 2.05 3/197 18509
/proc/meminfo: memFree=30010416/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=215628 CPUtime=1482.33
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53339 0 0 0 144803 3430 0 0 25 0 1 0 133773920 220803072 52631 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 53907 52631 393 719 0 53186 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 215628

[startup+1542.3 s]
/proc/loadavg: 2.04 2.10 2.04 3/197 18514
/proc/meminfo: memFree=30007884/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216316 CPUtime=1542.34
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53472 0 0 0 150788 3446 0 0 25 0 1 0 133773920 221507584 52764 4089446400 4194304 7136930 140733296331696 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54079 52764 393 719 0 53358 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 216316

[startup+1602.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/197 18515
/proc/meminfo: memFree=30007664/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1602.34
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53546 0 0 0 156773 3461 0 0 25 0 1 0 133773920 221986816 52838 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999707 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52838 393 719 0 53475 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 216784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/197 18517
/proc/meminfo: memFree=30007504/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1662.34
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53546 0 0 0 162751 3483 0 0 25 0 1 0 133773920 221986816 52838 4089446400 4194304 7136930 140733296331696 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52838 393 719 0 53475 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 216784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/197 18519
/proc/meminfo: memFree=30007328/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1722.34
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53548 0 0 0 168682 3552 0 0 25 0 1 0 133773920 221986816 52840 4089446400 4194304 7136930 140733296331696 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52840 393 719 0 53475 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 216784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/197 18520
/proc/meminfo: memFree=30006664/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1782.34
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53549 0 0 0 174649 3585 0 0 25 0 1 0 133773920 221986816 52841 4089446400 4194304 7136930 140733296331696 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52841 393 719 0 53475 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 216784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.02 4/197 18521
/proc/meminfo: memFree=30006900/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1800.05
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53549 0 0 0 176408 3597 0 0 25 0 1 0 133773920 221986816 52841 4089446400 4194304 7136930 140733296331696 18446744073709551615 5950928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52841 393 719 0 53475 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 216784

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.03 2.02 4/197 18521
/proc/meminfo: memFree=30006900/32951124 swapFree=67111528/67111528
[pid=18421] ppid=18419 vsize=216784 CPUtime=1800.15
/proc/18421/stat : 18421 (pbscip.linux.x8) R 18419 18421 16494 0 -1 4202496 53555 0 0 0 176418 3597 0 0 25 0 1 0 133773920 221986816 52847 4089446400 4194304 7136930 140733296331696 18446744073709551615 6165668 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18421/statm: 54196 52847 399 719 0 53475 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 216784

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.25
CPU user time (s): 1764.26
CPU system time (s): 35.9825
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 216784

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

runsolver used 2.84657 second user time and 5.87111 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 21:06:21
IDJOB=2694205
IDBENCH=79250
IDSOLVER=1206
FILE ID=node138/2694205-1277924780
PBS_JOBID= 11197301
Free space on /tmp= 74140 MiB

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

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=1295810624

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30528700 kB
Buffers:        212520 kB
Cached:        1477088 kB
SwapCached:          0 kB
Active:        1234564 kB
Inactive:      1039904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30528700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3296 kB
Writeback:           0 kB
AnonPages:      584592 kB
Mapped:          20360 kB
Slab:            84408 kB
PageTables:       5904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651592 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= 74136 MiB
End job on node138 at 2010-06-30 21:36:23