Trace number 2700142

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 25.4261 25.4253

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2700142-1278534150.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5798k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     2 |     0 |     - |5750k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.56	o 14453
0.49/0.56	c * 0.5s|  4534 |  3588 |     0 |   0.0 |7722k| 809 |   - |1700 |1663 |   0 |   0 |   0 |  63 |   0 | 0.000000e+00 | 1.445300e+04 |    Inf 
1.49/1.50	c   1.4s| 10000 |  8894 |     0 |   0.0 |  10M| 812 |   - |1700 |2256 |   0 |   0 |   0 | 662 |   0 | 1.000000e+00 | 1.445300e+04 |  Large 
3.09/3.10	c   2.9s| 20000 | 18882 |     0 |   0.0 |  14M| 812 |   - |1700 |2130 |   0 |   0 |   0 | 702 |   0 | 1.000000e+00 | 1.445300e+04 |  Large 
4.69/4.70	c   4.4s| 30000 | 28867 |     0 |   0.0 |  18M| 812 |   - |1700 |1779 |   0 |   0 |   0 | 759 |   0 | 1.000000e+00 | 1.445300e+04 |  Large 
6.29/6.31	c   6.0s| 40000 | 38860 |     0 |   0.0 |  23M| 812 |   - |1700 |1730 |   0 |   0 |   0 | 789 |   0 | 1.000000e+00 | 1.445300e+04 |  Large 
7.70/7.76	o 7228
7.70/7.76	c * 7.4s| 49048 | 30123 |     0 |   0.0 |  20M| 812 |   - |1700 |1843 |   0 |   0 |   0 | 934 |   0 | 1.000000e+00 | 7.228000e+03 |  Large 
7.70/7.77	o 6641
7.70/7.77	c * 7.4s| 49049 | 27828 |     0 |   0.0 |  19M| 812 |   - |1700 |1843 |   0 |   0 |   0 | 934 |   0 | 1.000000e+00 | 6.641000e+03 |  Large 
7.89/7.94	c   7.5s| 50000 | 28722 |     0 |   0.0 |  19M| 812 |   - |1700 |2064 |   0 |   0 |   0 |1170 |   0 | 1.000000e+00 | 6.641000e+03 |  Large 
7.89/7.98	o 6565
7.89/7.98	c * 7.6s| 50182 | 28583 |     0 |   0.0 |  19M| 812 |   - |1700 |2143 |   0 |   0 |   0 |1249 |   0 | 1.000000e+00 | 6.565000e+03 |  Large 
7.89/7.98	o 6564
7.89/7.98	c * 7.6s| 50183 | 28574 |     0 |   0.0 |  20M| 812 |   - |1700 |2143 |   0 |   0 |   0 |1249 |   0 | 1.000000e+00 | 6.564000e+03 |  Large 
8.39/8.43	o 6342
8.39/8.43	c * 8.0s| 52455 | 29758 |     0 |   0.0 |  21M| 812 |   - |1700 |2845 |   0 |   0 |   0 |2047 |   0 | 1.000000e+00 | 6.342000e+03 |  Large 
8.59/8.69	o 6323
8.59/8.69	c * 8.2s| 53751 | 30882 |     0 |   0.0 |  22M| 812 |   - |1700 |3153 |   0 |   0 |   0 |2451 |   0 | 1.000000e+00 | 6.323000e+03 |  Large 
8.79/8.80	o 6235
8.79/8.80	c * 8.3s| 54258 | 30945 |     0 |   0.0 |  22M| 812 |   - |1700 |3319 |   0 |   0 |   0 |2704 |   0 | 1.000000e+00 | 6.235000e+03 |  Large 
8.79/8.84	o 6111
8.79/8.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.79/8.84	c * 8.4s| 54452 | 30589 |     0 |   0.0 |  22M| 812 |   - |1700 |3354 |   0 |   0 |   0 |2749 |   0 | 1.000000e+00 | 6.111000e+03 |  Large 
8.79/8.84	o 5949
8.79/8.84	c * 8.4s| 54453 | 29767 |     0 |   0.0 |  21M| 812 |   - |1700 |3354 |   0 |   0 |   0 |2749 |   0 | 1.000000e+00 | 5.949000e+03 |  Large 
8.79/8.85	o 5948
8.79/8.85	c * 8.4s| 54508 | 29814 |     0 |   0.0 |  21M| 812 |   - |1700 |3350 |   0 |   0 |   0 |2749 |   0 | 1.000000e+00 | 5.948000e+03 |  Large 
8.79/8.87	o 5945
8.79/8.87	c * 8.4s| 54573 | 29858 |     0 |   0.0 |  21M| 812 |   - |1700 |3351 |   0 |   0 |   0 |2751 |   0 | 1.000000e+00 | 5.945000e+03 |  Large 
8.79/8.87	o 5907
8.79/8.87	c * 8.4s| 54574 | 29614 |     0 |   0.0 |  21M| 812 |   - |1700 |3351 |   0 |   0 |   0 |2751 |   0 | 1.000000e+00 | 5.907000e+03 |  Large 
8.79/8.88	o 5888
8.79/8.88	c * 8.4s| 54641 | 29577 |     0 |   0.0 |  21M| 812 |   - |1700 |3361 |   0 |   0 |   0 |2768 |   0 | 1.000000e+00 | 5.888000e+03 |  Large 
8.99/9.03	o 5790
8.99/9.03	c * 8.5s| 55283 | 29651 |     0 |   0.0 |  21M| 812 |   - |1700 |3577 |   0 |   0 |   0 |3065 |   0 | 1.000000e+00 | 5.790000e+03 |  Large 
8.99/9.03	o 5736
8.99/9.03	c * 8.5s| 55286 | 29391 |     0 |   0.0 |  21M| 812 |   - |1700 |3577 |   0 |   0 |   0 |3065 |   0 | 1.000000e+00 | 5.736000e+03 |  Large 
8.99/9.03	o 5727
8.99/9.03	c * 8.5s| 55287 | 29351 |     0 |   0.0 |  21M| 812 |   - |1700 |3577 |   0 |   0 |   0 |3065 |   0 | 1.000000e+00 | 5.727000e+03 |  Large 
9.39/9.41	o 5566
9.39/9.41	c * 8.9s| 56906 | 29901 |     0 |   0.0 |  22M| 812 |   - |1700 |4201 |   0 |   0 |   0 |4110 |   0 | 1.000000e+00 | 5.566000e+03 |  Large 
9.69/9.77	o 5504
9.69/9.77	c * 9.2s| 58383 | 30901 |     0 |   0.0 |  23M| 812 |   - |1700 |4495 |   0 |   0 |   0 |5038 |   0 | 1.000000e+00 | 5.504000e+03 |  Large 
10.09/10.10	o 5471
10.09/10.10	c * 9.6s| 59710 | 31885 |     0 |   0.0 |  24M| 812 |   - |1700 |4653 |   0 |   0 |   0 |5837 |   0 | 1.000000e+00 | 5.471000e+03 |  Large 
10.09/10.16	o 5255
10.09/10.16	c * 9.6s| 59901 | 30922 |     0 |   0.0 |  24M| 812 |   - |1700 |4697 |   0 |   0 |   0 |5987 |   0 | 1.000000e+00 | 5.255000e+03 |  Large 
10.09/10.19	c   9.7s| 60000 | 31002 |     0 |   0.0 |  24M| 812 |   - |1700 |4680 |   0 |   0 |   0 |6087 |   0 | 1.000000e+00 | 5.255000e+03 |  Large 
10.29/10.33	o 5219
10.29/10.33	c * 9.8s| 60509 | 31212 |     0 |   0.0 |  24M| 812 |   - |1700 |4853 |   0 |   0 |   0 |6545 |   0 | 1.000000e+00 | 5.219000e+03 |  Large 
10.59/10.67	o 5104
10.59/10.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.59/10.67	c *10.1s| 61802 | 31671 |     0 |   0.0 |  24M| 812 |   - |1700 |4968 |   0 |   0 |   0 |7513 |   0 | 1.000000e+00 | 5.104000e+03 |  Large 
10.89/10.97	o 5097
10.89/10.97	c *10.4s| 62994 | 32622 |     0 |   0.0 |  25M| 812 |   - |1700 |4936 |   0 |   0 |   0 |8344 |   0 | 1.000000e+00 | 5.097000e+03 |  Large 
10.99/11.08	o 4910
10.99/11.08	c *10.5s| 63460 | 32001 |     0 |   0.0 |  25M| 812 |   - |1700 |4976 |   0 |   0 |   0 |8663 |   0 | 1.000000e+00 | 4.910000e+03 |  Large 
11.59/11.68	o 4851
11.59/11.68	c *11.1s| 65683 | 33551 |     0 |   0.0 |  27M| 812 |   - |1700 |4955 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.851000e+03 |  Large 
11.79/11.84	o 4707
11.79/11.84	c *11.3s| 66275 | 33193 |     0 |   0.0 |  26M| 812 |   - |1700 |4913 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.707000e+03 |  Large 
11.89/11.94	o 4649
11.89/11.94	c *11.4s| 66609 | 33092 |     0 |   0.0 |  27M| 812 |   - |1700 |4945 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.649000e+03 |  Large 
12.29/12.38	o 4646
12.29/12.38	c *11.8s| 68302 | 34487 |     0 |   0.0 |  28M| 812 |   - |1700 |5118 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 4.646000e+03 |  Large 
12.29/12.38	o 4637
12.29/12.38	c *11.8s| 68303 | 34432 |     0 |   0.0 |  28M| 812 |   - |1700 |5118 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 4.637000e+03 |  Large 
12.29/12.39	o 4450
12.29/12.39	c *11.8s| 68364 | 33416 |     0 |   0.0 |  27M| 812 |   - |1700 |5120 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 4.450000e+03 |  Large 
12.39/12.41	o 4417
12.39/12.41	c *11.8s| 68449 | 33279 |     0 |   0.0 |  27M| 812 |   - |1700 |5138 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 4.417000e+03 |  Large 
12.69/12.75	o 4264
12.69/12.75	c *12.2s| 69633 | 33279 |     0 |   0.0 |  27M| 812 |   - |1700 |5296 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.264000e+03 |  Large 
12.79/12.86	c  12.2s| 70000 | 33573 |     0 |   0.0 |  28M| 812 |   - |1700 |5336 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.264000e+03 |  Large 
12.89/12.95	o 4231
12.89/12.95	c *12.3s| 70328 | 33628 |     0 |   0.0 |  28M| 812 |   - |1700 |5362 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.231000e+03 |  Large 
12.99/13.10	o 4202
12.99/13.10	c *12.5s| 70848 | 33921 |     0 |   0.0 |  28M| 812 |   - |1700 |5388 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.202000e+03 |  Large 
13.10/13.17	o 4145
13.10/13.17	c *12.6s| 71150 | 33781 |     0 |   0.0 |  28M| 812 |   - |1700 |5394 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 4.145000e+03 |  Large 
13.10/13.17	o 4055
13.10/13.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.10/13.17	c *12.6s| 71151 | 33153 |     0 |   0.0 |  27M| 812 |   - |1700 |5394 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 4.055000e+03 |  Large 
13.49/13.54	o 3961
13.49/13.54	c *12.9s| 72442 | 33568 |     0 |   0.0 |  28M| 812 |   - |1700 |5544 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 3.961000e+03 |  Large 
13.89/13.99	o 3031
13.89/13.99	c *13.3s| 73934 | 27522 |     0 |   0.0 |  23M| 812 |   - |1700 |5657 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 3.031000e+03 |  Large 
15.09/15.19	o 2992
15.09/15.19	c *14.5s| 77963 | 30404 |     0 |   0.0 |  26M| 812 |   - |1700 |4500 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 2.992000e+03 |  Large 
15.09/15.19	o 2967
15.09/15.19	c *14.5s| 77964 | 30208 |     0 |   0.0 |  26M| 812 |   - |1700 |4500 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 2.967000e+03 |  Large 
15.19/15.23	o 2908
15.19/15.23	c *14.5s| 78077 | 29828 |     0 |   0.0 |  26M| 812 |   - |1700 |4506 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 2.908000e+03 |  Large 
15.79/15.84	c  15.1s| 80000 | 31323 |     0 |   0.0 |  28M| 812 |   - |1700 |4391 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 2.908000e+03 |  Large 
16.49/16.54	o 2894
16.49/16.54	c *15.8s| 82217 | 32900 |     0 |   0.0 |  31M| 812 |   - |1700 |4527 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 2.894000e+03 |  Large 
16.79/16.89	o 2837
16.79/16.89	c *16.1s| 83320 | 33246 |     0 |   0.0 |  32M| 812 |   - |1700 |4667 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 2.837000e+03 |  Large 
17.59/17.61	o 2810
17.59/17.61	c *16.9s| 85516 | 34644 |     0 |   0.0 |  34M| 812 |   - |1700 |5022 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 2.810000e+03 |  Large 
17.59/17.61	o 2747
17.59/17.61	c *16.9s| 85517 | 33997 |     0 |   0.0 |  34M| 812 |   - |1700 |5022 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 2.747000e+03 |  Large 
17.79/17.81	o 2656
17.79/17.81	c *17.1s| 86068 | 33425 |     0 |   0.0 |  34M| 812 |   - |1700 |4928 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 2.656000e+03 |  Large 
18.29/18.32	o 2632
18.29/18.32	c *17.5s| 87551 | 34247 |     0 |   0.0 |  36M| 812 |   - |1700 |5139 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 2.632000e+03 |  Large 
18.39/18.45	o 2462
18.39/18.45	c *17.7s| 87965 | 32446 |     0 |   0.0 |  34M| 812 |   - |1700 |5186 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 2.462000e+03 |  Large 
18.49/18.57	o 2338
18.49/18.57	c *17.8s| 88289 | 31188 |     0 |   0.0 |  32M| 812 |   - |1700 |5202 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 2.338000e+03 |  Large 
18.49/18.58	o 2331
18.49/18.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.49/18.58	c *17.8s| 88311 | 31112 |     0 |   0.0 |  32M| 812 |   - |1700 |5203 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 2.331000e+03 |  Large 
18.49/18.58	o 2322
18.49/18.58	c *17.8s| 88315 | 31015 |     0 |   0.0 |  32M| 812 |   - |1700 |5203 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 2.322000e+03 |  Large 
18.69/18.74	o 2281
18.69/18.74	c *17.9s| 88780 | 30929 |     0 |   0.0 |  32M| 812 |   - |1700 |5195 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 2.281000e+03 |  Large 
19.09/19.13	o 2218
19.09/19.13	c *18.3s| 89741 | 30687 |     0 |   0.0 |  32M| 812 |   - |1700 |5237 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 2.218000e+03 |  Large 
19.19/19.21	o 2207
19.19/19.21	c *18.4s| 89951 | 30648 |     0 |   0.0 |  32M| 812 |   - |1700 |5194 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 2.207000e+03 |  Large 
19.19/19.24	c  18.4s| 90000 | 30679 |     0 |   0.0 |  32M| 812 |   - |1700 |5160 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 2.207000e+03 |  Large 
19.79/19.81	o 2186
19.79/19.81	c *19.0s| 91424 | 31360 |     0 |   0.0 |  34M| 812 |   - |1700 |5496 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 2.186000e+03 |  Large 
19.89/19.91	o 2135
19.89/19.91	c *19.1s| 91672 | 30828 |     0 |   0.0 |  33M| 812 |   - |1700 |5520 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 2.135000e+03 |  Large 
19.89/19.91	o 2126
19.89/19.91	c *19.1s| 91674 | 30745 |     0 |   0.0 |  33M| 812 |   - |1700 |5520 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 2.126000e+03 |  Large 
19.89/19.92	o 2108
19.89/19.92	c *19.1s| 91701 | 30351 |     0 |   0.0 |  32M| 812 |   - |1700 |5525 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 2.108000e+03 |  Large 
19.89/19.92	o 1919
19.89/19.92	c *19.1s| 91702 | 27417 |     0 |   0.0 |  29M| 812 |   - |1700 |5525 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 1.919000e+03 |  Large 
20.19/20.25	o 1781
20.19/20.25	c *19.4s| 92436 | 25728 |     0 |   0.0 |  28M| 812 |   - |1700 |5469 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.781000e+03 |  Large 
20.49/20.59	o 1777
20.49/20.59	c *19.8s| 93314 | 26109 |     0 |   0.0 |  29M| 812 |   - |1700 |5268 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.777000e+03 |  Large 
20.49/20.59	o 1768
20.49/20.59	c *19.8s| 93319 | 25987 |     0 |   0.0 |  29M| 812 |   - |1700 |5268 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.768000e+03 |  Large 
20.59/20.63	o 1733
20.59/20.63	c *19.8s| 93394 | 25549 |     0 |   0.0 |  29M| 812 |   - |1700 |5225 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.733000e+03 |  Large 
20.99/21.07	o 1575
20.99/21.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.99/21.07	c *20.2s| 94419 | 23680 |     0 |   0.0 |  27M| 812 |   - |1700 |5180 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.575000e+03 |  Large 
21.39/21.47	o 1528
21.39/21.47	c *20.6s| 95257 | 23416 |     0 |   0.0 |  28M| 812 |   - |1700 |5192 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.528000e+03 |  Large 
21.49/21.54	o 1502
21.49/21.54	c *20.7s| 95407 | 23003 |     0 |   0.0 |  28M| 812 |   - |1700 |5239 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
21.79/21.81	o 1497
21.79/21.81	c *20.9s| 95969 | 23278 |     0 |   0.0 |  29M| 812 |   - |1700 |5342 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.497000e+03 |  Large 
21.79/21.89	o 1486
21.79/21.89	c *21.0s| 96125 | 23095 |     0 |   0.0 |  29M| 812 |   - |1700 |5333 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.486000e+03 |  Large 
21.99/22.04	o 1476
21.99/22.04	c *21.1s| 96422 | 23094 |     0 |   0.0 |  30M| 812 |   - |1700 |5374 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.476000e+03 |  Large 
21.99/22.07	o 1444
21.99/22.07	c *21.2s| 96491 | 22713 |     0 |   0.0 |  30M| 812 |   - |1700 |5391 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.444000e+03 |  Large 
21.99/22.09	o 1419
21.99/22.09	c *21.2s| 96526 | 22471 |     0 |   0.0 |  29M| 812 |   - |1700 |5365 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.419000e+03 |  Large 
22.09/22.11	o 1412
22.09/22.11	c *21.2s| 96558 | 22362 |     0 |   0.0 |  29M| 812 |   - |1700 |5349 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.412000e+03 |  Large 
22.09/22.11	o 1396
22.09/22.11	c *21.2s| 96559 | 22138 |     0 |   0.0 |  29M| 812 |   - |1700 |5349 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.396000e+03 |  Large 
22.39/22.40	o 1347
22.39/22.40	c *21.5s| 97123 | 21369 |     0 |   0.0 |  29M| 812 |   - |1700 |5397 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.347000e+03 |  Large 
22.49/22.56	o 1316
22.49/22.56	c *21.6s| 97427 | 21009 |     0 |   0.0 |  29M| 812 |   - |1700 |5381 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.316000e+03 |  Large 
22.59/22.67	o 1274
22.59/22.67	c *21.8s| 97607 | 20228 |     0 |   0.0 |  29M| 812 |   - |1700 |5293 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.274000e+03 |  Large 
22.59/22.69	o 1254
22.59/22.69	c *21.8s| 97644 | 19707 |     0 |   0.0 |  28M| 812 |   - |1700 |5297 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.254000e+03 |  Large 
22.69/22.71	o 1177
22.69/22.71	c *21.8s| 97693 | 18589 |     0 |   0.0 |  27M| 812 |   - |1700 |5303 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.177000e+03 |  Large 
22.79/22.85	o 1120
22.79/22.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.79/22.85	c *21.9s| 97936 | 17969 |     0 |   0.0 |  27M| 812 |   - |1700 |5311 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.120000e+03 |  Large 
22.79/22.87	o 1052
22.79/22.87	c *22.0s| 97966 | 17095 |     0 |   0.0 |  26M| 812 |   - |1700 |5312 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.052000e+03 |  Large 
23.00/23.01	o 982
23.00/23.01	c *22.1s| 98166 | 16102 |     0 |   0.0 |  25M| 812 |   - |1700 |5264 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 9.820000e+02 |  Large 
23.00/23.05	o 964
23.00/23.05	c *22.1s| 98218 | 15731 |     0 |   0.0 |  25M| 812 |   - |1700 |5266 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 9.640000e+02 |  Large 
23.19/23.21	o 818
23.19/23.21	c *22.3s| 98372 | 13352 |     0 |   0.0 |  22M| 812 |   - |1700 |4998 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 8.180000e+02 |  Large 
23.29/23.36	o 814
23.29/23.36	c *22.4s| 98472 | 13270 |     0 |   0.0 |  24M| 812 |   - |1700 |4802 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 8.140000e+02 |  Large 
23.49/23.58	o 776
23.49/23.58	c *22.6s| 98742 | 11359 |     0 |   0.0 |  23M| 812 |   - |1700 |4899 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.760000e+02 |  Large 
23.59/23.69	o 768
23.59/23.69	c *22.8s| 98943 | 11422 |     0 |   0.0 |  23M| 812 |   - |1700 |4767 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.680000e+02 |  Large 
23.69/23.72	o 758
23.69/23.72	c *22.8s| 98983 | 11371 |     0 |   0.0 |  24M| 812 |   - |1700 |4710 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.580000e+02 |  Large 
23.69/23.76	o 729
23.69/23.76	c *22.8s| 99055 | 10242 |     0 |   0.0 |  23M| 812 |   - |1700 |4628 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.290000e+02 |  Large 
23.79/23.80	o 727
23.79/23.80	c *22.9s| 99136 | 10279 |     0 |   0.0 |  24M| 812 |   - |1700 |4526 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 7.270000e+02 |  Large 
23.79/23.81	o 616
23.79/23.81	c *22.9s| 99137 |  7165 |     0 |   0.0 |  20M| 812 |   - |1700 |4526 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 6.160000e+02 |  Large 
23.99/24.04	o 570
23.99/24.04	c *23.1s| 99441 |  6329 |     0 |   0.0 |  21M| 812 |   - |1700 |3950 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 5.700000e+02 |  Large 
24.39/24.43	o 538
24.39/24.43	c *23.5s| 99977 |  4831 |     0 |   0.0 |  20M| 812 |   - |1700 |3822 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 5.380000e+02 |  Large 
24.39/24.43	o 386
24.39/24.43	c *23.5s| 99997 |  3787 |     0 |   0.0 |  19M| 812 |   - |1700 |3822 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 3.860000e+02 |  Large 
24.39/24.43	o 376
24.39/24.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.39/24.43	c *23.5s| 99998 |  3753 |     0 |   0.0 |  19M| 812 |   - |1700 |3822 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 3.760000e+02 |  Large 
24.39/24.44	c  23.5s|100000 |  3751 |     0 |   0.0 |  19M| 812 |   - |1700 |3809 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 3.760000e+02 |  Large 
24.49/24.54	o 353
24.49/24.54	c *23.6s|100143 |  3625 |     0 |   0.0 |  20M| 812 |   - |1700 |3916 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 3.530000e+02 |  Large 
24.49/24.54	o 343
24.49/24.54	c *23.6s|100144 |  3597 |     0 |   0.0 |  20M| 812 |   - |1700 |3916 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 3.430000e+02 |  Large 
24.59/24.62	o 270
24.59/24.62	c *23.7s|100254 |  2747 |     0 |   0.0 |  19M| 812 |   - |1700 |4027 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 2.700000e+02 |  Large 
24.69/24.74	o 231
24.69/24.74	c *23.8s|100370 |  2480 |     0 |   0.0 |  19M| 812 |   - |1700 |4016 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 2.310000e+02 |  Large 
24.79/24.82	o 111
24.79/24.82	c *23.9s|100450 |  1875 |     0 |   0.0 |  18M| 812 |   - |1700 |3974 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 1.110000e+02 |  Large 
24.89/24.93	o 95
24.89/24.93	c *24.0s|100513 |  1605 |     0 |   0.0 |  18M| 812 |   - |1700 |3830 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 9.500000e+01 |9400.00%
24.89/24.97	o 76
24.89/24.97	c *24.0s|100551 |  1517 |     0 |   0.0 |  18M| 812 |   - |1700 |2676 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
25.39/25.41	o 75
25.39/25.41	c *24.4s|100781 |     0 |     0 |   0.0 |9544k| 812 |   - |1700 |1668 |   0 |   0 |   0 |  41k|   0 | 7.500000e+01 | 7.500000e+01 |   0.00%
25.39/25.41	c 
25.39/25.41	c SCIP Status        : problem is solved [optimal solution found]
25.39/25.41	c Solving Time (sec) : 24.42
25.39/25.41	c Solving Nodes      : 100781
25.39/25.41	c Primal Bound       : +7.50000000000000e+01 (105 solutions)
25.39/25.41	c Dual Bound         : +7.50000000000000e+01
25.39/25.41	c Gap                : 0.00 %
25.39/25.41	s OPTIMUM FOUND
25.39/25.41	v x200 -x199 -x198 x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
25.39/25.41	v x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 x156 -x155 
25.39/25.41	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 -x134 x133 x132 
25.39/25.41	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 x110 -x109 
25.39/25.41	v x108 -x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 -x84 
25.39/25.41	v x83 -x82 x81 x80 -x79 -x78 x77 x76 -x75 x74 -x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 x64 -x63 x62 -x61 -x60 x59 x58 -x57 -x56 
25.39/25.41	v x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 -x28 
25.39/25.41	v x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
25.39/25.41	c SCIP Status        : problem is solved [optimal solution found]
25.39/25.41	c Solving Time       :      24.42
25.39/25.41	c Original Problem   :
25.39/25.41	c   Problem name     : HOME/instance-2700142-1278534150.wbo
25.39/25.41	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
25.39/25.41	c   Constraints      : 1701 initial, 1701 maximal
25.39/25.41	c Presolved Problem  :
25.39/25.41	c   Problem name     : t_HOME/instance-2700142-1278534150.wbo
25.39/25.41	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
25.39/25.41	c   Constraints      : 1600 initial, 5696 maximal
25.39/25.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
25.39/25.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   probing          :       0.02          0          0          0          0          0          0          0          0
25.39/25.41	c   indicator        :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   linear           :       0.02          0        100          0        800          0        101          0          0
25.39/25.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
25.39/25.41	c   root node        :          -        778          -          -       1550          -          -          -          -
25.39/25.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
25.39/25.41	c   integral         :          0          0          0          0          0          0          0          0          0          0
25.39/25.41	c   indicator        :        800          0     212311          0      95569        124    1316453          0          0          0
25.39/25.41	c   linear           :        800          0     212554          0      95570       1492     158879          0          0          0
25.39/25.41	c   logicor          :          0+         0     109385          0          0        625      67842          0          0          0
25.39/25.41	c   countsols        :          0          0          0          0      95641          0          0          0          0          0
25.39/25.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
25.39/25.41	c   integral         :       0.00       0.00       0.00       0.00       0.00
25.39/25.41	c   indicator        :       4.92       0.00       1.98       0.00       2.94
25.39/25.41	c   linear           :       3.27       0.00       3.24       0.00       0.03
25.39/25.41	c   logicor          :       1.68       0.00       1.68       0.00       0.00
25.39/25.41	c   countsols        :       0.04       0.00       0.00       0.00       0.04
25.39/25.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
25.39/25.41	c   vbounds          :       0.04          2          0          0
25.39/25.41	c   rootredcost      :       0.03          0          0          0
25.39/25.41	c   pseudoobj        :       4.26     217710       5114    1263969
25.39/25.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
25.39/25.41	c   propagation      :       0.33       7231       7176      29570       26.5      19403        3.9          -
25.39/25.41	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
25.39/25.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
25.39/25.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
25.39/25.41	c   pseudo solution  :       0.01         56         56        393       33.7        363        4.2          -
25.39/25.41	c   applied globally :          -          -          -      41808       14.7          -          -          -
25.39/25.41	c   applied locally  :          -          -          -          6      115.5          -          -          -
25.39/25.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
25.39/25.41	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
25.39/25.41	c   redcost          :       0.00          0          0          0          0          0
25.39/25.41	c   impliedbounds    :       0.00          0          0          0          0          0
25.39/25.41	c   intobj           :       0.00          0          0          0          0          0
25.39/25.41	c   cgmip            :       0.00          0          0          0          0          0
25.39/25.41	c   gomory           :       0.00          0          0          0          0          0
25.39/25.41	c   strongcg         :       0.00          0          0          0          0          0
25.39/25.41	c   cmir             :       0.00          0          0          0          0          0
25.39/25.41	c   flowcover        :       0.00          0          0          0          0          0
25.39/25.41	c   clique           :       0.00          0          0          0          0          0
25.39/25.41	c   zerohalf         :       0.00          0          0          0          0          0
25.39/25.41	c   mcf              :       0.00          0          0          0          0          0
25.39/25.41	c   rapidlearning    :       0.00          0          0          0          0          0
25.39/25.41	c Pricers            :       Time      Calls       Vars
25.39/25.41	c   problem variables:       0.00          0          0
25.39/25.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
25.39/25.41	c   relpscost        :       0.00          0          0          0          0          0          0
25.39/25.41	c   pscost           :       0.00          0          0          0          0          0          0
25.39/25.41	c   inference        :       4.82      95538          0          0          0          0     191076
25.39/25.41	c   mostinf          :       0.00          0          0          0          0          0          0
25.39/25.41	c   leastinf         :       0.00          0          0          0          0          0          0
25.39/25.41	c   fullstrong       :       0.00          0          0          0          0          0          0
25.39/25.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
25.39/25.41	c   random           :       0.00          0          0          0          0          0          0
25.39/25.41	c Primal Heuristics  :       Time      Calls      Found
25.39/25.41	c   LP solutions     :       0.00          -          0
25.39/25.41	c   pseudo solutions :       0.14          -        103
25.39/25.41	c   oneopt           :       0.02          0          0
25.39/25.41	c   trivial          :       0.00          2          1
25.39/25.41	c   simplerounding   :       0.00          0          0
25.39/25.41	c   zirounding       :       0.00          0          0
25.39/25.41	c   rounding         :       0.00          0          0
25.39/25.41	c   shifting         :       0.00          0          0
25.39/25.41	c   intshifting      :       0.00          0          0
25.39/25.41	c   twoopt           :       0.00          0          0
25.39/25.41	c   fixandinfer      :       0.00          0          0
25.39/25.41	c   feaspump         :       0.00          0          0
25.39/25.41	c   coefdiving       :       0.00          0          0
25.39/25.41	c   pscostdiving     :       0.00          0          0
25.39/25.41	c   fracdiving       :       0.00          0          0
25.39/25.41	c   veclendiving     :       0.00          0          0
25.39/25.41	c   intdiving        :       0.00          0          0
25.39/25.41	c   actconsdiving    :       0.00          0          0
25.39/25.41	c   objpscostdiving  :       0.00          0          0
25.39/25.41	c   rootsoldiving    :       0.00          0          0
25.39/25.41	c   linesearchdiving :       0.00          0          0
25.39/25.41	c   guideddiving     :       0.00          0          0
25.39/25.41	c   octane           :       0.00          0          0
25.39/25.41	c   rens             :       0.00          0          0
25.39/25.41	c   rins             :       0.00          0          0
25.39/25.41	c   localbranching   :       0.00          0          0
25.39/25.41	c   mutation         :       0.00          0          0
25.39/25.41	c   crossover        :       0.00          0          0
25.39/25.41	c   dins             :       0.00          0          0
25.39/25.41	c   undercover       :       0.00          0          0
25.39/25.41	c   nlp              :       0.04          0          0
25.39/25.41	c   trysol           :       0.01          1          1
25.39/25.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
25.39/25.41	c   primal LP        :       0.00          0          0       0.00          -
25.39/25.41	c   dual LP          :       0.00          0          0       0.00          -
25.39/25.41	c   lex dual LP      :       0.00          0          0       0.00          -
25.39/25.41	c   barrier LP       :       0.00          0          0       0.00          -
25.39/25.41	c   diving/probing LP:       0.00          0          0       0.00          -
25.39/25.41	c   strong branching :       0.00          0          0       0.00          -
25.39/25.41	c     (at root node) :          -          0          0       0.00          -
25.39/25.41	c   conflict analysis:       0.00          0          0       0.00          -
25.39/25.41	c B&B Tree           :
25.39/25.41	c   number of runs   :          1
25.39/25.41	c   nodes            :     100781
25.39/25.41	c   nodes (total)    :     100781
25.39/25.41	c   nodes left       :          0
25.39/25.41	c   max depth        :        812
25.39/25.41	c   max depth (total):        812
25.39/25.41	c   backtracks       :       3374 (3.3%)
25.39/25.41	c   delayed cutoffs  :       4526
25.39/25.41	c   repropagations   :      20518 (691261 domain reductions, 2271 cutoffs)
25.39/25.41	c   avg switch length:       3.51
25.39/25.41	c   switching time   :       3.10
25.39/25.41	c Solution           :
25.39/25.41	c   Solutions found  :        105 (104 improvements)
25.39/25.41	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
25.39/25.41	c   Primal Bound     : +7.50000000000000e+01   (in run 1, after 100781 nodes, 24.42 seconds, depth 488, found by <relaxation>)
25.39/25.41	c   Dual Bound       : +7.50000000000000e+01
25.39/25.41	c   Gap              :       0.00 %
25.39/25.41	c   Root Dual Bound  : +0.00000000000000e+00
25.39/25.41	c   Root Iterations  :          0
25.39/25.42	c Time complete: 25.41.

Verifier Data

OK	75

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700142-1278534150/watcher-2700142-1278534150 -o /tmp/evaluation-result-2700142-1278534150/solver-2700142-1278534150 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700142-1278534150.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: 4.41 3.12 1.41 4/178 19716
/proc/meminfo: memFree=29027904/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=8264 CPUtime=0
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 1556 0 0 0 0 0 0 0 25 0 1 0 21628588 8462336 1478 4089446400 4194304 7136930 140736894840448 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19716/statm: 2066 1478 275 719 0 1345 0

[startup+0.0816279 s]
/proc/loadavg: 4.41 3.12 1.41 4/178 19716
/proc/meminfo: memFree=29027904/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=20260 CPUtime=0.07
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 5554 0 0 0 7 0 0 0 25 0 1 0 21628588 20746240 4351 4089446400 4194304 7136930 140736894840448 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 5065 4351 387 719 0 4344 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20260

[startup+0.10065 s]
/proc/loadavg: 4.41 3.12 1.41 4/178 19716
/proc/meminfo: memFree=29027904/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=20416 CPUtime=0.09
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 5563 0 0 0 9 0 0 0 25 0 1 0 21628588 20905984 4360 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 5104 4360 387 719 0 4383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20416

[startup+0.300588 s]
/proc/loadavg: 4.41 3.12 1.41 4/178 19716
/proc/meminfo: memFree=29027904/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=21544 CPUtime=0.29
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 5885 0 0 0 27 2 0 0 25 0 1 0 21628588 22061056 4682 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 5386 4682 393 719 0 4665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21544

[startup+0.700516 s]
/proc/loadavg: 4.41 3.12 1.41 4/178 19716
/proc/meminfo: memFree=29027904/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=23088 CPUtime=0.69
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 6277 0 0 0 66 3 0 0 25 0 1 0 21628588 23642112 5074 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 5772 5074 394 719 0 5051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23088

[startup+1.50037 s]
/proc/loadavg: 4.41 3.12 1.41 3/179 19717
/proc/meminfo: memFree=29006320/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=25864 CPUtime=1.49
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 6960 0 0 0 143 6 0 0 25 0 1 0 21628588 26484736 5757 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 6466 5757 394 719 0 5745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25864

[startup+3.10008 s]
/proc/loadavg: 4.41 3.12 1.41 3/179 19717
/proc/meminfo: memFree=29003100/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=31824 CPUtime=3.09
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 8486 0 0 0 291 18 0 0 25 0 1 0 21628588 32587776 7283 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 7956 7283 394 719 0 7235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31824

[startup+6.30049 s]
/proc/loadavg: 4.21 3.10 1.41 3/179 19717
/proc/meminfo: memFree=28988096/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=39884 CPUtime=6.29
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 10601 0 0 0 596 33 0 0 25 0 1 0 21628588 40841216 9398 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 9971 9398 394 719 0 9250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39884

[startup+12.7003 s]
/proc/loadavg: 4.04 3.08 1.42 3/179 19717
/proc/meminfo: memFree=28960500/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=59204 CPUtime=12.69
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 15263 0 0 0 1210 59 0 0 25 0 1 0 21628588 60624896 14060 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 14801 14060 394 719 0 14080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59204

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

[startup+19.1001 s]
/proc/loadavg: 3.87 3.07 1.42 3/179 19718
/proc/meminfo: memFree=28937436/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=76196 CPUtime=19.09
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 19054 0 0 0 1830 79 0 0 25 0 1 0 21628588 78024704 17851 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 19049 17851 394 719 0 18328 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 76196

[startup+22.3006 s]
/proc/loadavg: 3.72 3.05 1.42 3/179 19718
/proc/meminfo: memFree=28926832/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=84204 CPUtime=22.29
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 20838 0 0 0 2140 89 0 0 25 0 1 0 21628588 86224896 19635 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 21051 19635 394 719 0 20330 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 84204

[startup+23.9003 s]
/proc/loadavg: 3.72 3.05 1.42 3/179 19718
/proc/meminfo: memFree=28921872/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=91928 CPUtime=23.89
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 22451 0 0 0 2297 92 0 0 25 0 1 0 21628588 94134272 21248 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 22982 21248 394 719 0 22261 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 91928

[startup+24.7001 s]
/proc/loadavg: 3.72 3.05 1.42 3/179 19718
/proc/meminfo: memFree=28915052/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=94876 CPUtime=24.69
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 23107 0 0 0 2376 93 0 0 25 0 1 0 21628588 97153024 21904 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 23719 21904 394 719 0 22998 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 94876

[startup+25.101 s]
/proc/loadavg: 3.72 3.05 1.42 3/179 19718
/proc/meminfo: memFree=28915052/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=96424 CPUtime=25.1
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 23431 0 0 0 2415 95 0 0 25 0 1 0 21628588 98738176 22228 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 24106 22228 394 719 0 23385 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 96424

[startup+25.306 s]
/proc/loadavg: 3.58 3.03 1.42 3/179 19718
/proc/meminfo: memFree=28910212/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=96424 CPUtime=25.3
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 23431 0 0 0 2434 96 0 0 25 0 1 0 21628588 98738176 22228 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 24106 22228 394 719 0 23385 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 96424

[startup+25.401 s]
/proc/loadavg: 3.58 3.03 1.42 3/179 19718
/proc/meminfo: memFree=28910212/32950928 swapFree=67111528/67111528
[pid=19716] ppid=19714 vsize=96576 CPUtime=25.39
/proc/19716/stat : 19716 (pbscip.linux.x8) R 19714 19716 19007 0 -1 4202496 23470 0 0 0 2442 97 0 0 25 0 1 0 21628588 98893824 22267 4089446400 4194304 7136930 140736894840448 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19716/statm: 24144 22267 394 719 0 23423 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 96576

Child status: 0
Real time (s): 25.4253
CPU time (s): 25.4261
CPU user time (s): 24.4483
CPU system time (s): 0.977851
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 96576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4483
system time used= 0.977851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 19

runsolver used 0.031995 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-07 22:22:30
IDJOB=2700142
IDBENCH=79403
IDSOLVER=1206
FILE ID=node116/2700142-1278534150
PBS_JOBID= 11239246
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= 7b7f899ec609c9207642e3bd82d991a6
RANDOM SEED=736935088

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29028432 kB
Buffers:        138896 kB
Cached:        3371244 kB
SwapCached:          0 kB
Active:        1430528 kB
Inactive:      2340520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29028432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:      261668 kB
Mapped:          15332 kB
Slab:            86756 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   405040 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= 73460 MiB
End job on node116 at 2010-07-07 22:22:55