Trace number 3447908

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.09 1800.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_40_ext.wbo
MD5SUM0ff77ac8423d8f0c8431956bf6b828bc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.010997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447908-1307902193.wbo>
0.00/0.00	c original problem has 700 variables (700 bin, 0 int, 0 impl, 0 cont) and 551 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 0 add conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 0 added constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  700 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 400
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |2709k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    43 |     - |3209k|   0 |  15 | 950 |1200 | 950 | 400 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   196 |     - |3406k|   0 |  38 | 950 |1200 | 950 | 405 |   5 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   210 |     - |3455k|   0 |  31 | 950 |1200 | 950 | 411 |  11 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |   220 |     - |3543k|   0 |  19 | 950 |1200 | 950 | 414 |  14 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |   230 |     - |3587k|   0 |  14 | 950 |1200 | 950 | 421 |  21 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   236 |     - |3620k|   0 |  18 | 950 |1200 | 950 | 424 |  24 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   255 |     - |3681k|   0 |  18 | 950 |1200 | 950 | 428 |  28 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   278 |     - |3735k|   0 |  26 | 950 |1200 | 950 | 432 |  32 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   290 |     - |3821k|   0 |  39 | 950 |1200 | 950 | 437 |  37 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   299 |     - |3955k|   0 |  23 | 950 |1200 | 950 | 442 |  42 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.17	c   0.2s|     1 |     2 |   299 |     - |3996k|   0 |  23 | 950 |1200 | 950 | 442 |  42 |   0 |  23 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.59/0.68	o 1
0.59/0.68	c * 0.7s|    52 |    51 |   952 |  12.8 |4197k|  51 |   - | 950 |1200 | 950 | 580 | 193 |   0 | 470 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.19/12.21	c  12.2s| 10000 |  8035 |152178 |  15.2 |  13M|  51 |   7 | 950 |3677 | 950 | 420 | 193 |  11k|1410 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.89/22.93	c  22.9s| 20000 | 16261 |303632 |  15.2 |  22M|  51 |   3 | 950 |4328 | 950 | 420 | 193 |  20k|1887 | 0.000000e+00 | 1.000000e+00 |    Inf 
33.89/33.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.89/33.90	c  33.9s| 30000 | 24319 |459274 |  15.3 |  30M|  51 |  26 | 950 |3894 | 950 | 432 | 193 |  30k|2249 | 0.000000e+00 | 1.000000e+00 |    Inf 
44.59/44.63	c  44.6s| 40000 | 32531 |612000 |  15.3 |  38M|  51 |   7 | 950 |4803 | 950 | 420 | 193 |  41k|2519 | 0.000000e+00 | 1.000000e+00 |    Inf 
55.39/55.41	c  55.4s| 50000 | 39771 |761945 |  15.2 |  45M|  51 |  41 | 950 |4943 | 950 | 420 | 193 |  51k|2781 | 0.000000e+00 | 1.000000e+00 |    Inf 
66.19/66.21	c  66.2s| 60000 | 45834 |905697 |  15.1 |  52M|  51 |   7 | 950 |5232 | 950 | 420 | 193 |  64k|3014 | 0.000000e+00 | 1.000000e+00 |    Inf 
76.90/76.94	c  76.9s| 70000 | 52913 |  1055k|  15.1 |  60M|  51 |   3 | 950 |6655 | 950 | 420 | 193 |  74k|3188 | 0.000000e+00 | 1.000000e+00 |    Inf 
87.79/87.81	c  87.8s| 80000 | 60826 |  1213k|  15.2 |  68M|  51 |   3 | 950 |6534 | 950 | 420 | 193 |  82k|3394 | 0.000000e+00 | 1.000000e+00 |    Inf 
98.79/98.82	c  98.8s| 90000 | 68118 |  1369k|  15.2 |  75M|  51 |   7 | 950 |6455 | 950 | 420 | 193 |  91k|3564 | 0.000000e+00 | 1.000000e+00 |    Inf 
110.29/110.31	c   110s|100000 | 75288 |  1534k|  15.3 |  84M|  51 |  36 | 950 |8469 | 950 | 432 | 193 | 101k|3749 | 0.000000e+00 | 1.000000e+00 |    Inf 
121.79/121.81	c   122s|110000 | 82375 |  1697k|  15.4 |  92M|  51 |  20 | 950 |9788 | 950 | 420 | 193 | 111k|3929 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.60/132.65	c   133s|120000 | 89866 |  1844k|  15.4 |  98M|  51 |   - | 950 |7436 |   0 |   0 | 193 | 120k|4080 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.89/143.98	c   144s|130000 | 97236 |  2006k|  15.4 | 106M|  51 |   3 | 950 |7523 | 950 | 420 | 193 | 130k|4235 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.69/154.75	c   155s|140000 |103891 |  2156k|  15.4 | 113M|  51 |   7 | 950 |7263 | 950 | 420 | 193 | 140k|4358 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.79/165.89	c   166s|150000 |110072 |  2309k|  15.4 | 120M|  51 |  28 | 950 |8485 | 950 | 420 | 193 | 151k|4498 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.70/177.71	c   178s|160000 |116282 |  2468k|  15.4 | 127M|  51 |   - | 950 |7613 |   0 |   0 | 193 | 163k|4642 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.40/188.41	c   188s|170000 |122198 |  2614k|  15.4 | 135M|  51 |   9 | 950 |9962 | 950 | 420 | 193 | 173k|4778 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.90/199.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.90/199.90	c   200s|180000 |128061 |  2770k|  15.4 | 142M|  51 |  14 | 950 |9783 | 950 | 420 | 193 | 183k|4880 | 0.000000e+00 | 1.000000e+00 |    Inf 
211.00/211.02	c   211s|190000 |133717 |  2919k|  15.4 | 148M|  51 |   3 | 950 |9614 | 950 | 420 | 193 | 193k|5033 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.30/222.30	c   222s|200000 |139246 |  3071k|  15.4 | 155M|  51 |  20 | 950 |8808 | 950 | 420 | 193 | 204k|5121 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.50/234.51	c   235s|210000 |145437 |  3234k|  15.4 | 161M|  51 |   3 | 950 |8282 | 950 | 420 | 193 | 216k|5255 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.70/245.73	c   246s|220000 |152292 |  3383k|  15.4 | 169M|  51 |   7 | 950 |9447 | 950 | 445 | 193 | 228k|5327 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.70/256.72	c   257s|230000 |158295 |  3527k|  15.3 | 177M|  51 |  12 | 950 |  10k| 950 | 420 | 193 | 239k|5442 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.10/268.16	c   268s|240000 |164272 |  3675k|  15.3 | 185M|  51 |  16 | 950 |  12k| 950 | 420 | 193 | 251k|5540 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.10/280.13	c   280s|250000 |170148 |  3827k|  15.3 | 193M|  51 |   - | 950 |  12k|   0 |   0 | 193 | 265k|5645 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.70/291.73	c   292s|260000 |175588 |  3976k|  15.3 | 201M|  51 |   7 | 950 |  13k| 950 | 420 | 193 | 277k|5727 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.89/302.95	c   303s|270000 |181081 |  4121k|  15.3 | 208M|  51 |   3 | 950 |  13k| 950 | 420 | 193 | 289k|5839 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.90/313.95	c   314s|280000 |186346 |  4257k|  15.2 | 215M|  51 |  21 | 950 |  14k| 950 | 420 | 193 | 299k|5938 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.40/325.47	c   325s|290000 |191439 |  4407k|  15.2 | 221M|  51 |   9 | 950 |  11k| 950 | 420 | 193 | 310k|6006 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.00/337.00	c   337s|300000 |196350 |  4554k|  15.2 | 229M|  51 |   3 | 950 |  13k| 950 | 420 | 193 | 323k|6107 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.00/348.08	c   348s|310000 |201052 |  4693k|  15.1 | 236M|  51 |   3 | 950 |  15k| 950 | 420 | 193 | 334k|6162 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.20/359.28	c   359s|320000 |205860 |  4825k|  15.1 | 243M|  51 |  32 | 950 |  15k| 950 | 420 | 193 | 345k|6255 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.80/369.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.80/369.82	c   370s|330000 |210485 |  4957k|  15.0 | 249M|  51 |  16 | 950 |  13k| 950 | 420 | 193 | 356k|6341 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.20/380.26	c   380s|340000 |215513 |  5096k|  15.0 | 257M|  51 |  33 | 950 |  15k| 950 | 420 | 193 | 365k|6407 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.90/390.98	c   391s|350000 |220483 |  5230k|  14.9 | 264M|  51 |  25 | 950 |  15k| 950 | 420 | 193 | 375k|6512 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.60/401.60	c   402s|360000 |225328 |  5366k|  14.9 | 272M|  51 |  16 | 950 |  19k| 950 | 420 | 193 | 383k|6585 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.00/413.07	c   413s|370000 |230281 |  5512k|  14.9 | 280M|  51 |   - | 950 |  20k|   0 |   0 | 193 | 393k|6655 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.30/424.38	c   424s|380000 |235020 |  5645k|  14.9 | 287M|  51 |  47 | 950 |  18k| 950 | 420 | 193 | 403k|6755 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.51/435.54	c   436s|390000 |239930 |  5779k|  14.8 | 293M|  51 |   3 | 950 |  16k| 950 | 420 | 193 | 415k|6852 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.41/446.44	c   446s|400000 |244742 |  5912k|  14.8 | 300M|  51 |  13 | 950 |  17k| 950 | 420 | 193 | 424k|6922 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.80/457.84	c   458s|410000 |248934 |  6048k|  14.8 | 306M|  51 |  10 | 950 |  15k| 950 | 420 | 193 | 435k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.41/469.43	c   469s|420000 |251717 |  6176k|  14.7 | 313M|  51 |  37 | 950 |  16k| 950 | 420 | 193 | 446k|7062 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.91/481.96	c   482s|430000 |253479 |  6294k|  14.6 | 319M|  51 |   3 | 950 |  17k| 950 | 420 | 193 | 459k|7135 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.60/494.65	c   495s|440000 |255178 |  6415k|  14.6 | 324M|  51 |   - | 950 |  17k|   0 |   0 | 193 | 473k|7222 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.40/506.48	c   506s|450000 |257458 |  6538k|  14.5 | 330M|  51 |   3 | 950 |  15k| 950 | 420 | 193 | 485k|7299 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.61/517.62	c   518s|460000 |261291 |  6665k|  14.5 | 337M|  51 |   7 | 950 |  17k| 950 | 420 | 193 | 497k|7372 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.81/528.85	c   529s|470000 |266011 |  6802k|  14.5 | 345M|  51 |  14 | 950 |  18k| 950 | 445 | 193 | 506k|7442 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.11/540.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.11/540.14	c   540s|480000 |270276 |  6927k|  14.4 | 351M|  51 |   6 | 950 |  18k| 950 | 420 | 193 | 518k|7507 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.21/551.20	c   551s|490000 |274840 |  7059k|  14.4 | 358M|  51 |   7 | 950 |  19k| 950 | 420 | 193 | 527k|7577 | 0.000000e+00 | 1.000000e+00 |    Inf 
562.40/562.48	c   562s|500000 |277892 |  7179k|  14.4 | 364M|  51 |   3 | 950 |  18k| 950 | 420 | 193 | 537k|7642 | 0.000000e+00 | 1.000000e+00 |    Inf 
573.91/573.92	c   574s|510000 |281397 |  7304k|  14.3 | 371M|  51 |   - | 950 |  19k|   0 |   0 | 193 | 548k|7708 | 0.000000e+00 | 1.000000e+00 |    Inf 
585.11/585.11	c   585s|520000 |285556 |  7428k|  14.3 | 378M|  51 |   3 | 950 |  20k| 950 | 420 | 193 | 558k|7758 | 0.000000e+00 | 1.000000e+00 |    Inf 
596.41/596.44	c   596s|530000 |289343 |  7550k|  14.2 | 385M|  51 |   - | 950 |  21k|   0 |   0 | 193 | 567k|7811 | 0.000000e+00 | 1.000000e+00 |    Inf 
608.51/608.55	c   609s|540000 |292518 |  7684k|  14.2 | 389M|  51 |   6 | 950 |  17k| 950 | 420 | 193 | 578k|7880 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.11/621.15	c   621s|550000 |294859 |  7814k|  14.2 | 395M|  51 |   7 | 950 |  16k| 950 | 420 | 193 | 591k|7947 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.21/633.29	c   633s|560000 |297689 |  7950k|  14.2 | 401M|  51 |  16 | 950 |  16k| 950 | 420 | 193 | 602k|7998 | 0.000000e+00 | 1.000000e+00 |    Inf 
645.21/645.29	c   645s|570000 |300746 |  8096k|  14.2 | 408M|  51 |  21 | 950 |  16k| 950 | 420 | 193 | 612k|8051 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.31/657.35	c   657s|580000 |303401 |  8236k|  14.2 | 414M|  51 |   - | 950 |  17k|   0 |   0 | 193 | 623k|8118 | 0.000000e+00 | 1.000000e+00 |    Inf 
669.31/669.37	c   669s|590000 |306446 |  8376k|  14.2 | 420M|  51 |   8 | 950 |  16k| 950 | 420 | 193 | 634k|8173 | 0.000000e+00 | 1.000000e+00 |    Inf 
681.21/681.29	c   681s|600000 |309660 |  8515k|  14.2 | 427M|  51 |   8 | 950 |  17k| 950 | 420 | 193 | 644k|8250 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.60/693.69	c   694s|610000 |312507 |  8660k|  14.2 | 434M|  51 |   3 | 950 |  19k| 950 | 420 | 193 | 656k|8312 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.81/705.86	c   706s|620000 |315442 |  8794k|  14.2 | 441M|  51 |  28 | 950 |  20k| 950 | 432 | 193 | 667k|8389 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.81/717.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.81/717.85	c   718s|630000 |318870 |  8922k|  14.2 | 446M|  51 |   7 | 950 |  17k| 950 | 420 | 193 | 678k|8436 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.91/729.90	c   730s|640000 |322603 |  9062k|  14.2 | 453M|  51 |  36 | 950 |  19k| 950 | 420 | 193 | 688k|8490 | 0.000000e+00 | 1.000000e+00 |    Inf 
741.81/741.83	c   742s|650000 |326781 |  9203k|  14.2 | 459M|  51 |   7 | 950 |  18k| 950 | 420 | 193 | 698k|8542 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.71/753.74	c   754s|660000 |330520 |  9341k|  14.2 | 465M|  51 |   - | 950 |  16k|   0 |   0 | 193 | 707k|8599 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.71/765.72	c   766s|670000 |332867 |  9466k|  14.1 | 471M|  51 |   3 | 950 |  17k| 950 | 420 | 193 | 719k|8647 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.31/777.34	c   777s|680000 |335561 |  9588k|  14.1 | 476M|  51 |  14 | 950 |  15k| 950 | 420 | 193 | 730k|8695 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.51/788.53	c   789s|690000 |338223 |  9713k|  14.1 | 483M|  51 |   3 | 950 |  17k| 950 | 420 | 193 | 741k|8745 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.21/800.27	c   800s|700000 |341159 |  9843k|  14.1 | 489M|  51 |   - | 950 |  15k|   0 |   0 | 193 | 752k|8789 | 0.000000e+00 | 1.000000e+00 |    Inf 
811.81/811.87	c   812s|710000 |344668 |  9977k|  14.1 | 494M|  51 |  39 | 950 |  13k| 950 | 420 | 193 | 763k|8837 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.31/823.34	c   823s|720000 |349681 | 10101k|  14.0 | 503M|  51 |  39 | 950 |  17k| 950 | 462 | 193 | 776k|8873 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.31/835.34	c   835s|730000 |352665 | 10232k|  14.0 | 508M|  51 |  12 | 950 |  15k| 950 | 420 | 193 | 789k|8920 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.52/847.59	c   848s|740000 |354400 | 10351k|  14.0 | 515M|  51 |  33 | 950 |  17k| 950 | 420 | 193 | 804k|8984 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.61/859.65	c   860s|750000 |356741 | 10472k|  14.0 | 520M|  51 |  35 | 950 |  17k| 950 | 445 | 193 | 818k|9034 | 0.000000e+00 | 1.000000e+00 |    Inf 
871.42/871.41	c   871s|760000 |359794 | 10598k|  13.9 | 526M|  51 |  28 | 950 |  18k| 950 | 449 | 193 | 831k|9074 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.32/883.37	c   883s|770000 |362790 | 10728k|  13.9 | 531M|  51 |  31 | 950 |  18k| 950 | 420 | 193 | 844k|9114 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.32/895.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.32/895.35	c   895s|780000 |365387 | 10855k|  13.9 | 536M|  51 |  31 | 950 |  16k| 950 | 432 | 193 | 858k|9156 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.12/907.10	c   907s|790000 |367872 | 10979k|  13.9 | 542M|  51 |   - | 950 |  16k|   0 |   0 | 193 | 871k|9194 | 0.000000e+00 | 1.000000e+00 |    Inf 
919.01/919.02	c   919s|800000 |370853 | 11115k|  13.9 | 548M|  51 |  21 | 950 |  17k| 950 | 420 | 193 | 884k|9241 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.81/930.82	c   931s|810000 |374684 | 11235k|  13.9 | 557M|  51 |   - | 950 |  22k|   0 |   0 | 193 | 899k|9286 | 0.000000e+00 | 1.000000e+00 |    Inf 
943.22/943.21	c   943s|820000 |378199 | 11368k|  13.9 | 562M|  51 |  34 | 950 |  18k| 950 | 420 | 193 | 911k|9335 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.02/954.02	c   954s|830000 |383610 | 11492k|  13.8 | 570M|  51 |   8 | 950 |  22k| 950 | 432 | 193 | 922k|9370 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.73/965.76	c   966s|840000 |388589 | 11612k|  13.8 | 576M|  51 |   - | 950 |  22k|   0 |   0 | 193 | 931k|9410 | 0.000000e+00 | 1.000000e+00 |    Inf 
981.92/981.97	c   982s|850000 |394989 | 11787k|  13.9 | 584M|  51 |   6 | 950 |  21k| 950 | 449 | 193 | 948k|9446 | 0.000000e+00 | 1.000000e+00 |    Inf 
997.92/997.95	c   998s|860000 |402578 | 11954k|  13.9 | 596M|  51 |   5 | 950 |  29k| 950 | 449 | 193 | 962k|9481 | 0.000000e+00 | 1.000000e+00 |    Inf 
1012.82/1012.85	c  1013s|870000 |407011 | 12082k|  13.9 | 599M|  51 |  10 | 950 |  21k| 950 | 420 | 193 | 976k|9516 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.22/1026.28	c  1026s|880000 |410828 | 12221k|  13.9 | 604M|  51 |   9 | 950 |  17k| 950 | 420 | 193 | 989k|9564 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.42/1038.49	c  1038s|890000 |413759 | 12353k|  13.9 | 610M|  51 |   3 | 950 |  18k| 950 | 420 | 193 |1001k|9596 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.12/1051.12	c  1051s|900000 |417220 | 12499k|  13.9 | 616M|  51 |   3 | 950 |  18k| 950 | 420 | 193 |1011k|9648 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.42/1063.45	c  1063s|910000 |420966 | 12639k|  13.9 | 623M|  51 |  16 | 950 |  18k| 950 | 420 | 193 |1022k|9691 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.22/1075.25	c  1075s|920000 |424882 | 12773k|  13.9 | 630M|  51 |  36 | 950 |  21k| 950 | 420 | 193 |1031k|9734 | 0.000000e+00 | 1.000000e+00 |    Inf 
1087.72/1087.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1087.72/1087.77	c  1088s|930000 |428236 | 12912k|  13.9 | 634M|  51 |   - | 950 |  15k|   0 |   0 | 193 |1042k|9772 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.82/1099.88	c  1100s|940000 |430755 | 13038k|  13.9 | 641M|  51 |  24 | 950 |  17k| 950 | 420 | 193 |1054k|9813 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.02/1112.04	c  1112s|950000 |433678 | 13174k|  13.9 | 647M|  51 |  24 | 950 |  17k| 950 | 449 | 193 |1065k|9856 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.82/1123.83	c  1124s|960000 |436975 | 13309k|  13.9 | 653M|  51 |   - | 950 |  17k|   0 |   0 | 193 |1076k|9894 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.12/1136.17	c  1136s|970000 |440089 | 13448k|  13.9 | 659M|  51 |  29 | 950 |  16k| 950 | 420 | 193 |1086k|9934 | 0.000000e+00 | 1.000000e+00 |    Inf 
1148.72/1148.70	c  1149s|980000 |444673 | 13590k|  13.9 | 667M|  51 |   - | 950 |  19k|   0 |   0 | 193 |1098k|9970 | 0.000000e+00 | 1.000000e+00 |    Inf 
1160.12/1160.18	c  1160s|990000 |448304 | 13710k|  13.8 | 673M|  51 |   3 | 950 |  20k| 950 | 420 | 193 |1108k|9996 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.52/1172.57	c  1173s|  1000k|452064 | 13851k|  13.9 | 679M|  51 |   3 | 950 |  17k| 950 | 420 | 193 |1118k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1184.73/1184.72	c  1185s|  1010k|455216 | 13987k|  13.8 | 685M|  51 |  10 | 950 |  17k| 950 | 420 | 193 |1129k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1197.02/1197.09	c  1197s|  1020k|458682 | 14131k|  13.9 | 691M|  51 |  36 | 950 |  16k| 950 | 420 | 193 |1138k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1209.12/1209.18	c  1209s|  1030k|461162 | 14256k|  13.8 | 697M|  51 |   - | 950 |  17k|   0 |   0 | 193 |1150k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1220.93/1220.93	c  1221s|  1040k|464297 | 14391k|  13.8 | 703M|  51 |  14 | 950 |  18k| 950 | 420 | 193 |1159k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1233.22/1233.28	c  1233s|  1050k|467314 | 14528k|  13.8 | 708M|  51 |  39 | 950 |  15k| 950 | 420 | 193 |1171k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1245.23/1245.28	c  1245s|  1060k|470717 | 14668k|  13.8 | 716M|  51 |   3 | 950 |  18k| 950 | 420 | 193 |1182k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1257.83/1257.88	c  1258s|  1070k|474248 | 14819k|  13.9 | 722M|  51 |   - | 950 |  18k|   0 |   0 | 193 |1192k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1271.22/1271.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1271.22/1271.29	c  1271s|  1080k|477335 | 14965k|  13.9 | 728M|  51 |   3 | 950 |  16k| 950 | 485 | 193 |1205k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1283.92/1283.94	c  1284s|  1090k|479535 | 15098k|  13.9 | 733M|  51 |  33 | 950 |  15k| 950 | 420 | 193 |1217k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1296.02/1296.03	c  1296s|  1100k|482306 | 15240k|  13.9 | 740M|  51 |   3 | 950 |  17k| 950 | 420 | 193 |1227k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1308.82/1308.90	c  1309s|  1110k|485118 | 15388k|  13.9 | 746M|  51 |  14 | 950 |  16k| 950 | 420 | 193 |1239k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1322.13/1322.17	c  1322s|  1120k|487577 | 15544k|  13.9 | 751M|  51 |   - | 950 |  16k|   0 |   0 | 193 |1250k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1334.83/1334.85	c  1335s|  1130k|490739 | 15670k|  13.9 | 757M|  51 |   7 | 950 |  17k| 950 | 432 | 193 |1262k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1347.43/1347.47	c  1347s|  1140k|493360 | 15808k|  13.9 | 762M|  51 |   3 | 950 |  16k| 950 | 420 | 193 |1274k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1359.63/1359.64	c  1360s|  1150k|496659 | 15948k|  13.9 | 769M|  51 |  33 | 950 |  17k| 950 | 420 | 193 |1286k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1372.03/1372.02	c  1372s|  1160k|500169 | 16077k|  13.9 | 774M|  51 |  25 | 950 |  15k| 950 | 445 | 193 |1300k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1383.43/1383.47	c  1383s|  1170k|504841 | 16202k|  13.8 | 781M|  51 |   9 | 950 |  17k| 950 | 432 | 193 |1312k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1395.43/1395.42	c  1395s|  1180k|508532 | 16336k|  13.8 | 787M|  51 |   - | 950 |  16k|   0 |   0 | 193 |1325k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1407.53/1407.50	c  1407s|  1190k|512090 | 16468k|  13.8 | 793M|  51 |   3 | 950 |  16k| 950 | 432 | 193 |1338k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1419.12/1419.15	c  1419s|  1200k|516744 | 16593k|  13.8 | 799M|  51 |   8 | 950 |  15k| 950 | 420 | 193 |1351k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1431.53/1431.54	c  1432s|  1210k|522590 | 16732k|  13.8 | 809M|  51 |   6 | 950 |  23k| 950 | 432 | 193 |1368k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1443.83/1443.83	c  1444s|  1220k|529289 | 16840k|  13.8 | 822M|  51 |  34 | 950 |  35k| 950 | 432 | 193 |1386k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1458.73/1458.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1458.73/1458.71	c  1459s|  1230k|534641 | 16950k|  13.8 | 830M|  51 |   8 | 950 |  39k| 950 | 432 | 193 |1403k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1474.13/1474.17	c  1474s|  1240k|539175 | 17083k|  13.8 | 832M|  51 |  29 | 950 |  23k| 950 | 432 | 193 |1418k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1487.63/1487.66	c  1488s|  1250k|543549 | 17217k|  13.8 | 838M|  51 |  15 | 950 |  22k| 950 | 445 | 193 |1432k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1502.13/1502.15	c  1502s|  1260k|549723 | 17372k|  13.8 | 846M|  51 |  28 | 950 |  22k| 950 | 445 | 193 |1446k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1515.74/1515.74	c  1516s|  1270k|555030 | 17498k|  13.8 | 856M|  51 |   3 | 950 |  30k| 950 | 445 | 193 |1460k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1530.93/1530.96	c  1531s|  1280k|559238 | 17615k|  13.8 | 863M|  51 |   3 | 950 |  32k| 950 | 445 | 193 |1472k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1548.64/1548.64	c  1549s|  1290k|563801 | 17745k|  13.8 | 871M|  51 |  28 | 950 |  35k| 950 | 445 | 193 |1486k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1565.93/1565.94	c  1566s|  1300k|568551 | 17876k|  13.8 | 881M|  51 |  29 | 950 |  40k| 950 | 445 | 193 |1498k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1584.03/1584.07	c  1584s|  1310k|574689 | 18020k|  13.8 | 890M|  51 |  14 | 950 |  41k| 950 | 472 | 193 |1511k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1600.54/1600.53	c  1601s|  1320k|579578 | 18163k|  13.8 | 893M|  51 |   3 | 950 |  32k| 950 | 420 | 193 |1523k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1618.04/1618.04	c  1618s|  1330k|582906 | 18280k|  13.7 | 902M|  51 |  46 | 950 |  41k| 950 | 432 | 193 |1542k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1636.84/1636.87	c  1637s|  1340k|586365 | 18405k|  13.7 | 909M|  51 |  30 | 950 |  40k| 950 | 445 | 193 |1557k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1657.03/1657.04	c  1657s|  1350k|593075 | 18590k|  13.8 | 914M|  51 |   3 | 950 |  35k| 950 | 420 | 193 |1573k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1674.03/1674.03	c  1674s|  1360k|597623 | 18734k|  13.8 | 922M|  51 |   - | 950 |  40k|   0 |   0 | 193 |1587k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1694.13/1694.11	c  1694s|  1370k|603223 | 18894k|  13.8 | 932M|  51 |   3 | 950 |  45k| 950 | 420 | 193 |1600k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1712.83/1712.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1712.83/1712.87	c  1713s|  1380k|606223 | 19010k|  13.8 | 935M|  51 |   - | 950 |  38k|   0 |   0 | 193 |1612k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1730.24/1730.23	c  1730s|  1390k|608927 | 19126k|  13.8 | 943M|  51 |  35 | 950 |  44k| 950 | 420 | 193 |1624k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1746.43/1746.44	c  1746s|  1400k|612274 | 19246k|  13.7 | 948M|  51 |  29 | 950 |  42k| 950 | 420 | 193 |1635k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1761.84/1761.82	c  1762s|  1410k|615298 | 19373k|  13.7 | 953M|  51 |  16 | 950 |  42k| 950 | 420 | 193 |1646k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1778.54/1778.56	c  1779s|  1420k|618858 | 19507k|  13.7 | 960M|  51 |   3 | 950 |  42k| 950 | 420 | 193 |1657k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1797.04/1797.02	c  1797s|  1430k|621877 | 19642k|  13.7 | 967M|  51 |   - | 950 |  47k|   0 |   0 | 193 |1667k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 1431380
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (18 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x300 -x299 x298 -x297 -x296 x295 x294 -x293 -x292 x291 x290 -x289 x288 -x287 x286 -x285 -x284 x283 -x282 x281 x280 -x279 x278 -x277 
1800.04/1800.00	v x276 -x275 -x274 x273 x272 -x271 x270 -x269 -x268 x267 x266 -x265 -x264 x263 x262 -x261 x260 -x259 x258 -x257 -x256 x255 
1800.04/1800.00	v -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 
1800.04/1800.00	v x231 x230 -x229 x228 -x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 
1800.04/1800.00	v -x208 x207 x206 -x205 -x204 x203 x202 -x201 x200 -x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 
1800.04/1800.00	v -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 -x166 x165 -x164 
1800.04/1800.00	v x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 
1800.04/1800.00	v -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 
1800.04/1800.00	v x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 
1800.04/1800.00	v -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 x84 -x83 -x82 x81 x80 -x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 
1800.04/1800.00	v -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 
1800.04/1800.00	v -x38 x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 -x28 x27 -x26 x25 x24 -x23 -x22 x21 x20 -x19 -x18 x17 -x16 x15 -x14 x13 -x12 
1800.04/1800.00	v x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.02 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447908-1307902193.wbo
1800.04/1800.00	c   Variables        : 700 (700 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 551 initial, 551 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447908-1307902193.wbo
1800.04/1800.00	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 800 initial, 48428 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0        150          0        400          0        151          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -        800          -          -        800          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    1207184          0         42          0        230        566          0          0    2413174
1800.04/1800.00	c   varbound         :          0+         9         53        152          0          0        100          0        800        165          0          0
1800.04/1800.00	c   linear           :        400          9    8032497          1          1         39   19231951     379139   14188183          0          0          0
1800.04/1800.00	c   indicator        :        400          0        254        152          0         36          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    4980506          0          0          0    4196734     159291    3294739          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          1          1         19          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      25.01       0.00       0.00      25.01       0.00       0.00       0.00
1800.04/1800.00	c   varbound         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     122.66       0.00     115.13       0.00       0.00       0.00       7.53
1800.04/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.00       0.01       0.00
1800.04/1800.00	c   logicor          :     265.28       0.00     261.18       0.00       0.00       0.00       4.10
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          2          0          0          0
1800.04/1800.00	c   rootredcost      :          1          0          0        400
1800.04/1800.00	c   pseudoobj        :    8032298          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       1.11       1.11       0.00
1800.04/1800.00	c   rootredcost      :       1.25       1.25       0.00
1800.04/1800.00	c   pseudoobj        :      43.04      43.04       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      31.18     538430     524044    5666027       40.4      29024       13.7          -
1800.04/1800.00	c   infeasible LP    :       0.43       4217       4217      29765       41.7        280       16.1          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    1669165       36.7          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          8          -          -        158          -    (maximal pool size: 376)
1800.04/1800.00	c   redcost          :      18.48    1207105          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          9          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.01          9          0          0        581          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.01          9          0          0        581          0
1800.04/1800.00	c   cmir             :       0.01          9          0          0          4          0
1800.04/1800.00	c   flowcover        :       0.03          9          0          0          8          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.03          1          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      24.32    1207032        230        566          0          0    2413174
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          1
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   crossover        :       0.43          0          0
1800.04/1800.00	c   intshifting      :       0.01          0          0
1800.04/1800.00	c   oneopt           :       0.24          2          0
1800.04/1800.00	c   fracdiving       :      26.66       9132          0
1800.04/1800.00	c   veclendiving     :      30.58       9132          0
1800.04/1800.00	c   guideddiving     :      30.12       9133          0
1800.04/1800.00	c   linesearchdiving :      28.23       9133          0
1800.04/1800.00	c   coefdiving       :      26.92       9133          0
1800.04/1800.00	c   trivial          :       0.00          2          1
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       1.35    1207032          0
1800.04/1800.00	c   zirounding       :       0.28       1000          0
1800.04/1800.00	c   rounding         :       0.69      15479          0
1800.04/1800.00	c   shifting         :       0.54       4904          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.02          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :      30.61       9133          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       6.41       1195          0
1800.04/1800.00	c   rootsoldiving    :      10.20       1595          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.20          0          0
1800.04/1800.00	c   trysol           :       0.32         17         16
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     747.41    1207379   17310586      14.34   23160.82
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     105.45     178169    2348128      13.18   22267.36
1800.04/1800.00	c   strong branching :      15.05      11397     331095      29.05   22003.67
1800.04/1800.00	c     (at root node) :          -         23        192       8.35          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1431380
1800.04/1800.00	c   nodes (total)    :    1431380
1800.04/1800.00	c   nodes left       :     622160
1800.04/1800.00	c   max depth        :         51
1800.04/1800.00	c   max depth (total):         51
1800.04/1800.00	c   backtracks       :     262905 (18.4%)
1800.04/1800.00	c   delayed cutoffs  :     359637
1800.04/1800.00	c   repropagations   :     452436 (7021731 domain reductions, 200360 cutoffs)
1800.04/1800.00	c   avg switch length:       4.53
1800.04/1800.00	c   switching time   :     220.75
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         18 (2 improvements)
1800.04/1800.00	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 52 nodes, 0.68 seconds, depth 51, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        299

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447908-1307902193/watcher-3447908-1307902193 -o /var/tmp/evaluation-result-3447908-1307902193/solver-3447908-1307902193 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447908-1307902193.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 14849
/proc/meminfo: memFree=1346184/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=10300 CPUtime=0 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 901819106 10547200 1519 33554432000 4194304 9128323 140736589327248 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 2575 1519 399 1205 0 1366 0

[startup+0.0709811 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 14849
/proc/meminfo: memFree=1346184/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=35892 CPUtime=0.06 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 8280 0 0 0 6 0 0 0 25 0 1 0 901819106 36753408 7617 33554432000 4194304 9128323 140736589327248 18446744073709551615 7974640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 8973 7617 707 1205 0 7764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35892

[startup+0.100969 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 14849
/proc/meminfo: memFree=1346184/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=23816 CPUtime=0.09 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 8288 0 0 0 9 0 0 0 25 0 1 0 901819106 24387584 4936 33554432000 4194304 9128323 140736589327248 18446744073709551615 6294374 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 5954 4936 709 1205 0 4745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23816

[startup+0.300933 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 14849
/proc/meminfo: memFree=1346184/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=24820 CPUtime=0.29 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 11030 0 0 0 26 3 0 0 25 0 1 0 901819106 25415680 5218 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 6205 5218 717 1205 0 4996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24820

[startup+0.700861 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 14849
/proc/meminfo: memFree=1346184/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=24820 CPUtime=0.69 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 11035 0 0 0 62 7 0 0 25 0 1 0 901819106 25415680 5223 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 6205 5223 721 1205 0 4996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24820

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14850
/proc/meminfo: memFree=1328100/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=25616 CPUtime=1.49 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 12060 0 0 0 133 16 0 0 25 0 1 0 901819106 26230784 5425 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 6404 5425 725 1205 0 5195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25616

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14850
/proc/meminfo: memFree=1324132/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=27440 CPUtime=3.09 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 14203 0 0 0 278 31 0 0 25 0 1 0 901819106 28098560 5886 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 6860 5886 725 1205 0 5651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27440

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14850
/proc/meminfo: memFree=1319144/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=31080 CPUtime=6.29 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 16182 0 0 0 568 61 0 0 25 0 1 0 901819106 31825920 6711 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 7770 6711 725 1205 0 6561 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31080

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14850
/proc/meminfo: memFree=1309240/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=37872 CPUtime=12.69 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 19056 0 0 0 1146 123 0 0 25 0 1 0 901819106 38780928 8477 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 9468 8477 725 1205 0 8259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37872

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14851
/proc/meminfo: memFree=1294464/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=49704 CPUtime=25.49 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 23136 0 0 0 2305 244 0 0 25 0 1 0 901819106 50896896 11450 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 12426 11450 725 1205 0 11217 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49704

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14851
/proc/meminfo: memFree=1262872/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=70104 CPUtime=51.1 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 29379 0 0 0 4617 493 0 0 25 0 1 0 901819106 71786496 16571 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 17526 16571 725 1205 0 16317 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 70104

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14853
/proc/meminfo: memFree=1209764/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=112036 CPUtime=102.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 40517 0 0 0 9259 971 0 0 25 0 1 0 901819106 114724864 26556 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 28009 26556 725 1205 0 26800 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112036

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14854
/proc/meminfo: memFree=1146848/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=154412 CPUtime=162.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 52380 0 0 0 14704 1526 0 0 25 0 1 0 901819106 158117888 37289 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 38603 37289 725 1205 0 37394 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 154412

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14856
/proc/meminfo: memFree=1092984/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=194040 CPUtime=222.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 62380 0 0 0 20160 2070 0 0 25 0 1 0 901819106 198696960 47289 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 48510 47289 725 1205 0 47301 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 194040

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14857
/proc/meminfo: memFree=1031676/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=237764 CPUtime=282.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 74607 0 0 0 25640 2590 0 0 25 0 1 0 901819106 243470336 58279 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 59441 58279 725 1205 0 58232 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 237764

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14859
/proc/meminfo: memFree=974092/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=281784 CPUtime=342.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 84625 0 0 0 31127 3103 0 0 25 0 1 0 901819106 288546816 68293 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 70446 68293 725 1205 0 69237 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 281784

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14861
/proc/meminfo: memFree=905716/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=328180 CPUtime=402.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 96279 0 0 0 36610 3620 0 0 25 0 1 0 901819106 336056320 79947 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 82045 79947 725 1205 0 80836 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 328180

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14862
/proc/meminfo: memFree=844668/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=370476 CPUtime=462.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 108055 0 0 0 42114 4116 0 0 25 0 1 0 901819106 379367424 90593 33554432000 4194304 9128323 140736589327248 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 92619 90593 725 1205 0 91410 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 370476

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14864
/proc/meminfo: memFree=793712/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=400212 CPUtime=522.31 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 115541 0 0 0 47693 4538 0 0 25 0 1 0 901819106 409817088 98079 33554432000 4194304 9128323 140736589327248 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 100053 98079 725 1205 0 98844 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 400212

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 14865
/proc/meminfo: memFree=741260/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=437192 CPUtime=582.3 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 124758 0 0 0 53269 4961 0 0 25 0 1 0 901819106 447684608 107296 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 109298 107296 725 1205 0 108089 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 437192

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14872
/proc/meminfo: memFree=525904/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=562060 CPUtime=822.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 156309 0 0 0 75476 6756 0 0 25 0 1 0 901819106 575549440 138847 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 140515 138847 725 1205 0 139306 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 562060

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14873
/proc/meminfo: memFree=465860/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=594596 CPUtime=882.31 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 164431 0 0 0 81033 7198 0 0 25 0 1 0 901819106 608866304 146969 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 148649 146969 725 1205 0 147440 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 594596

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14875
/proc/meminfo: memFree=408060/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=625736 CPUtime=942.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 173415 0 0 0 86592 7640 0 0 25 0 1 0 901819106 640753664 154914 33554432000 4194304 9128323 140736589327248 18446744073709551615 5334890 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 156434 154914 725 1205 0 155225 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 625736

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14877
/proc/meminfo: memFree=347172/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=662676 CPUtime=1002.31 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 182461 0 0 0 92159 8072 0 0 25 0 1 0 901819106 678580224 163960 33554432000 4194304 9128323 140736589327248 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 165669 163960 725 1205 0 164460 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 662676

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14878
/proc/meminfo: memFree=294068/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=694580 CPUtime=1062.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 190534 0 0 0 97737 8495 0 0 25 0 1 0 901819106 711249920 172033 33554432000 4194304 9128323 140736589327248 18446744073709551615 5333608 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 173645 172033 725 1205 0 172436 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 694580

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14880
/proc/meminfo: memFree=239292/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=721904 CPUtime=1122.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 197437 0 0 0 103289 8943 0 0 25 0 1 0 901819106 739229696 178936 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 180476 178936 725 1205 0 179267 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 721904

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14881
/proc/meminfo: memFree=190608/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=751212 CPUtime=1182.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 204871 0 0 0 108851 9381 0 0 25 0 1 0 901819106 769241088 186370 33554432000 4194304 9128323 140736589327248 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 187803 186370 725 1205 0 186594 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 751212

[startup+1242.3 s]
/proc/loadavg: 1.88 1.98 1.96 2/172 14908
/proc/meminfo: memFree=851172/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=782940 CPUtime=1242.33 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 210755 0 0 0 114401 9832 0 0 25 0 1 0 901819106 801730560 192254 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 195735 192254 725 1205 0 194526 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 782940

[startup+1302.3 s]
/proc/loadavg: 1.32 1.80 1.90 2/172 14910
/proc/meminfo: memFree=819496/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=814484 CPUtime=1302.33 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 218755 0 0 0 120012 10221 0 0 25 0 1 0 901819106 834031616 200254 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 203621 200254 725 1205 0 202412 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 814484

[startup+1362.3 s]
/proc/loadavg: 1.12 1.65 1.84 2/172 14911
/proc/meminfo: memFree=791056/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=842680 CPUtime=1362.32 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 225856 0 0 0 125632 10600 0 0 25 0 1 0 901819106 862904320 207355 33554432000 4194304 9128323 140736589327248 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 210670 207355 725 1205 0 209461 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 842680

[startup+1422.31 s]
/proc/loadavg: 1.04 1.53 1.79 2/172 14913
/proc/meminfo: memFree=759024/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=874276 CPUtime=1422.33 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 233886 0 0 0 131233 11000 0 0 25 0 1 0 901819106 895258624 215385 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 218569 215385 725 1205 0 217360 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 874276

[startup+1482.3 s]
/proc/loadavg: 1.01 1.43 1.73 2/172 14914
/proc/meminfo: memFree=719912/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=914008 CPUtime=1482.33 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 243666 0 0 0 136912 11321 0 0 25 0 1 0 901819106 935944192 225165 33554432000 4194304 9128323 140736589327248 18446744073709551615 7207296 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 228502 225165 725 1205 0 227293 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 914008

[startup+1542.3 s]
/proc/loadavg: 1.00 1.35 1.68 2/172 14916
/proc/meminfo: memFree=685520/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=948192 CPUtime=1542.34 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 252232 0 0 0 142585 11649 0 0 25 0 1 0 901819106 970948608 233731 33554432000 4194304 9128323 140736589327248 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 237048 233731 725 1205 0 235839 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 948192

[startup+1602.3 s]
/proc/loadavg: 1.00 1.28 1.64 2/172 14918
/proc/meminfo: memFree=662424/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=973172 CPUtime=1602.34 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 258016 0 0 0 148299 11935 0 0 25 0 1 0 901819106 996528128 239515 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 243293 239515 725 1205 0 242084 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 973172

[startup+1662.3 s]
/proc/loadavg: 1.00 1.23 1.60 2/172 14919
/proc/meminfo: memFree=641540/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=995820 CPUtime=1662.33 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 263259 0 0 0 154019 12214 0 0 25 0 1 0 901819106 1019719680 244758 33554432000 4194304 9128323 140736589327248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 248955 244758 725 1205 0 247746 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 995820

[startup+1722.3 s]
/proc/loadavg: 1.00 1.19 1.56 2/172 14921
/proc/meminfo: memFree=615700/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=1022864 CPUtime=1722.34 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 269679 0 0 0 159756 12478 0 0 25 0 1 0 901819106 1047412736 251178 33554432000 4194304 9128323 140736589327248 18446744073709551615 4209346 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 255716 251178 725 1205 0 254507 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1022864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.15 1.52 2/172 14922
/proc/meminfo: memFree=593216/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=1045128 CPUtime=1782.34 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 275345 0 0 0 165481 12753 0 0 25 0 1 0 901819106 1070211072 256844 33554432000 4194304 9128323 140736589327248 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14849/statm: 261282 256844 725 1205 0 260073 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1045128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.14 1.51 2/172 14923
/proc/meminfo: memFree=584392/32950904 swapFree=67055440/67111528
[pid=14849] ppid=14847 vsize=1053576 CPUtime=1800.04 cores=1,3,5,7
/proc/14849/stat : 14849 (scip-2.0.1.4.li) R 14847 14849 14274 0 -1 4202496 277500 0 0 0 167187 12817 0 0 25 0 1 0 901819106 1078861824 258999 33554432000 4194304 9128323 140736589327248 18446744073709551615 4240086 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 263394 258999 727 1205 0 262185 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1053576

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.09
CPU user time (s): 1671.88
CPU system time (s): 128.213
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1053576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.88
system time used= 128.213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277500
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= 8
involuntary context switches= 1292

runsolver used 2.15067 second user time and 6.10007 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 20:09:53
IDJOB=3447908
IDBENCH=79364
IDSOLVER=1944
FILE ID=node121/3447908-1307902193
RUNJOBID= node121-1307898652-14561
PBS_JOBID= 13559585
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_40_ext.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447908-1307902193/watcher-3447908-1307902193 -o /var/tmp/evaluation-result-3447908-1307902193/solver-3447908-1307902193 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447908-1307902193.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0ff77ac8423d8f0c8431956bf6b828bc
RANDOM SEED=269147393

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:       1346496 kB
Buffers:         55616 kB
Cached:       30320312 kB
SwapCached:       9696 kB
Active:       15415064 kB
Inactive:     15242284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1346496 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           12124 kB
Writeback:           0 kB
AnonPages:      279324 kB
Mapped:          16012 kB
Slab:           882724 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   477676 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 /var/tmp at the end= 2880 MiB
End job on node121 at 2011-06-12 20:39:56