Trace number 2705775

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.19 1790.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
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 benchmark10.3784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705775-1278580143.wbo>
0.00/0.01	c original problem has 2595 variables (1415 bin, 0 int, 1180 impl, 0 cont) and 2408 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47 clqs
0.00/0.04	c (round 2) 0 del vars, 0 del conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 2360 impls, 47 clqs
0.05/0.08	c    (0.1s) probing: 101/1415 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.08	c presolving (3 rounds):
0.05/0.08	c  0 deleted vars, 0 deleted constraints, 1180 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.08	c  2360 implications, 47 cliques
0.05/0.08	c presolved problem has 2595 variables (1415 bin, 0 int, 1180 impl, 0 cont) and 2408 constraints
0.05/0.08	c       1 constraints of type <knapsack>
0.05/0.08	c      47 constraints of type <setppc>
0.05/0.08	c    1180 constraints of type <linear>
0.05/0.08	c    1180 constraints of type <indicator>
0.05/0.08	c transformed objective value is always integral (scale: 1)
0.05/0.08	c Presolving Time: 0.06
0.05/0.08	c - non default parameters ----------------------------------------------------------------------
0.05/0.08	c # SCIP version 1.2.1.3
0.05/0.08	c 
0.05/0.08	c # frequency for displaying node information lines
0.05/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.08	c display/freq = 10000
0.05/0.08	c 
0.05/0.08	c # maximal time in seconds to run
0.05/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.08	c limits/time = 1789.99
0.05/0.08	c 
0.05/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.08	c limits/memory = 3420
0.05/0.08	c 
0.05/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.05/0.08	c # [type: int, range: [1,2], default: 1]
0.05/0.08	c timing/clocktype = 2
0.05/0.08	c 
0.05/0.08	c # should presolving try to simplify inequalities
0.05/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.08	c constraints/linear/simplifyinequalities = TRUE
0.05/0.08	c 
0.05/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.05/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.08	c constraints/indicator/addCouplingCons = TRUE
0.05/0.08	c 
0.05/0.08	c # should presolving try to simplify knapsacks
0.05/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.08	c 
0.05/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.08	c separating/rapidlearning/freq = 0
0.05/0.08	c 
0.05/0.08	c -----------------------------------------------------------------------------------------------
0.05/0.08	c start solving
0.05/0.08	c 
0.05/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.08	c   0.1s|     1 |     0 |    47 |     - |8912k|   0 |   0 |2595 |2408 |2595 |  48 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |    84 |     - |9006k|   0 |   0 |2595 |2408 |2595 | 248 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   113 |     - |9066k|   0 |  94 |2595 |2408 |2595 | 374 | 326 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   118 |     - |9107k|   0 |  94 |2595 |2408 |2595 | 375 | 327 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   123 |     - |9110k|   0 |  94 |2595 |2408 |2595 | 376 | 328 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   125 |     - |9113k|   0 |  94 |2595 |2408 |2595 | 377 | 329 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   127 |     - |9116k|   0 |  92 |2595 |2408 |2595 | 378 | 330 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     2 |   127 |     - |9118k|   0 |  92 |2595 |2408 |2595 | 378 | 330 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	o 15
0.59/0.63	c y 0.6s|    29 |    28 |   301 |   6.2 |9280k|  27 |   - |2595 |2408 |   0 |   0 | 396 |   0 | 451 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.69/0.76	o 10
0.69/0.76	c y 0.7s|    42 |    41 |   414 |   7.0 |9345k|  27 |   - |2595 |2408 |   0 |   0 | 450 |   0 | 577 | 0.000000e+00 | 1.000000e+01 |    Inf 
1.09/1.19	o 6
1.09/1.19	c y 1.2s|   114 |    96 |  1039 |   8.1 |9522k|  33 |   - |2595 |2408 |   0 |   0 | 717 |   0 | 970 | 0.000000e+00 | 6.000000e+00 |    Inf 
1.19/1.27	o 5
1.19/1.27	c * 1.3s|   142 |   114 |  1275 |   8.1 |  10M|  33 |   - |2595 |2413 |2595 | 449 | 876 |   5 | 997 | 0.000000e+00 | 5.000000e+00 |    Inf 
1.19/1.28	o 4
1.19/1.28	c c 1.3s|   144 |   103 |  1294 |   8.2 |  10M|  33 |   - |2595 |2413 |2595 | 449 | 876 |   5 |1009 | 0.000000e+00 | 4.000000e+00 |    Inf 
1.49/1.58	o 3
1.49/1.58	c * 1.6s|   215 |   117 |  2046 |   9.0 |  10M|  35 |   - |2595 |2428 |2595 | 476 |1277 |  20 |1179 | 0.000000e+00 | 3.000000e+00 |    Inf 
1.99/2.05	o 2
1.99/2.05	c * 2.0s|   535 |   240 |  2716 |   4.8 |  11M|  95 |   - |2595 |2459 |2595 | 435 |1590 |  51 |1238 | 0.000000e+00 | 2.000000e+00 |    Inf 
2.19/2.21	o 1
2.19/2.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.21	c * 2.2s|   614 |   100 |  3070 |   4.8 |  10M|  95 |   - |2595 |2487 |2595 | 486 |1673 |  79 |1275 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.79/15.80	c  15.8s| 10000 |   267 | 56999 |   5.7 |  14M|  95 |   - |2595 |6240 |   0 |   0 |  20k|  15k|1904 | 0.000000e+00 | 1.000000e+00 |    Inf 
33.00/33.03	c  33.0s| 20000 |   334 |120513 |   6.0 |  14M|  95 |  42 |2595 |5422 |2595 | 464 |  42k|  31k|3426 | 0.000000e+00 | 1.000000e+00 |    Inf 
48.79/48.85	c  48.8s| 30000 |   284 |176281 |   5.9 |  15M|  95 |  26 |2595 |7100 |2595 | 383 |  63k|  47k|4333 | 0.000000e+00 | 1.000000e+00 |    Inf 
64.50/64.56	c  64.5s| 40000 |   293 |235970 |   5.9 |  16M|  95 |   - |2595 |8577 |   0 |   0 |  86k|  63k|5069 | 0.000000e+00 | 1.000000e+00 |    Inf 
80.20/80.25	c  80.2s| 50000 |   215 |289694 |   5.8 |  16M|  95 |  54 |2595 |9790 |2595 | 473 | 106k|  79k|5736 | 0.000000e+00 | 1.000000e+00 |    Inf 
96.49/96.54	c  96.5s| 60000 |   261 |348095 |   5.8 |  18M|  95 |   8 |2595 |  14k|2595 | 399 | 126k|  96k|6195 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.49/114.51	c   114s| 70000 |   215 |406103 |   5.8 |  19M|  95 |  42 |2595 |  16k|2595 | 492 | 147k| 113k|6790 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.39/132.41	c   132s| 80000 |   235 |466618 |   5.8 |  21M|  95 |   - |2595 |  20k|   0 |   0 | 171k| 130k|7260 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.70/151.74	c   152s| 90000 |   241 |525514 |   5.8 |  22M|  95 |  38 |2595 |  22k|2595 | 466 | 194k| 147k|7715 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.60/171.67	c   172s|100000 |   262 |581852 |   5.8 |  22M|  95 |   - |2595 |  23k|   0 |   0 | 216k| 163k|8142 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.30/191.35	c   191s|110000 |   243 |636282 |   5.8 |  24M|  95 |  36 |2595 |  27k|2595 | 442 | 237k| 180k|8480 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.39/212.49	c   212s|120000 |   210 |691717 |   5.8 |  25M|  95 |  46 |2595 |  30k|2595 | 378 | 258k| 196k|8910 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.30/233.37	c   233s|130000 |   255 |748136 |   5.8 |  28M|  95 |  42 |2595 |  36k|2595 | 453 | 277k| 213k|9164 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.80/256.82	c   257s|140000 |   211 |806470 |   5.8 |  29M|  95 |  30 |2595 |  40k|2595 | 475 | 300k| 229k|9491 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.90/282.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.90/282.98	c   283s|150000 |   368 |865975 |   5.8 |  29M|  95 |   - |2595 |  37k|   0 |   0 | 322k| 247k|9846 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.10/308.17	c   308s|160000 |   228 |924307 |   5.8 |  29M|  95 |  32 |2595 |  38k|2595 | 477 | 342k| 264k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
332.00/332.08	c   332s|170000 |   294 |983325 |   5.8 |  29M|  95 |   - |2595 |  35k|   0 |   0 | 365k| 281k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
357.00/357.09	c   357s|180000 |   246 |  1043k|   5.8 |  30M|  95 |   - |2595 |  39k|   0 |   0 | 386k| 298k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
384.30/384.37	c   384s|190000 |   268 |  1106k|   5.8 |  31M|  95 |  62 |2595 |  41k|2595 | 461 | 409k| 315k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
413.00/413.05	c   413s|200000 |   245 |  1167k|   5.8 |  32M|  95 |  44 |2595 |  44k|2595 | 454 | 431k| 332k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
440.90/440.97	c   441s|210000 |   225 |  1236k|   5.9 |  31M|  95 |  40 |2595 |  41k|2595 | 454 | 456k| 348k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
466.60/466.69	c   467s|220000 |   275 |  1300k|   5.9 |  32M|  95 |  54 |2595 |  44k|2595 | 449 | 475k| 364k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
494.80/494.83	c   495s|230000 |   283 |  1367k|   5.9 |  33M|  95 |  50 |2595 |  46k|2595 | 467 | 500k| 380k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
524.51/524.50	c   524s|240000 |   331 |  1432k|   6.0 |  35M|  95 |  42 |2595 |  52k|2595 | 472 | 526k| 396k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
556.91/556.99	c   557s|250000 |   320 |  1495k|   6.0 |  37M|  95 |   - |2595 |  55k|   0 |   0 | 553k| 412k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
588.52/588.60	c   589s|260000 |   257 |  1559k|   6.0 |  34M|  95 |  60 |2595 |  48k|2595 | 472 | 577k| 427k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
618.11/618.11	c   618s|270000 |   277 |  1619k|   6.0 |  34M|  95 |   - |2595 |  46k|   0 |   0 | 602k| 444k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
646.71/646.76	c   647s|280000 |   295 |  1681k|   6.0 |  36M|  95 |   - |2595 |  52k|   0 |   0 | 626k| 462k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
678.72/678.79	c   679s|290000 |   344 |  1745k|   6.0 |  38M|  95 |   - |2595 |  56k|   0 |   0 | 655k| 479k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
711.21/711.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.21/711.23	c   711s|300000 |   247 |  1805k|   6.0 |  36M|  95 |  66 |2595 |  52k|2595 | 457 | 680k| 495k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
741.11/741.17	c   741s|310000 |   377 |  1867k|   6.0 |  34M|  95 |  38 |2595 |  43k|2595 | 463 | 706k| 511k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
768.81/768.81	c   769s|320000 |   312 |  1921k|   6.0 |  35M|  95 |   - |2595 |  44k|   0 |   0 | 725k| 527k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
796.91/796.99	c   797s|330000 |   227 |  1977k|   6.0 |  36M|  95 |  20 |2595 |  49k|2595 | 465 | 745k| 543k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
826.71/826.74	c   827s|340000 |   249 |  2035k|   6.0 |  37M|  95 |   - |2595 |  51k|   0 |   0 | 769k| 560k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
858.02/858.09	c   858s|350000 |   245 |  2096k|   6.0 |  37M|  95 |   - |2595 |  51k|   0 |   0 | 791k| 575k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
892.12/892.10	c   892s|360000 |   403 |  2158k|   6.0 |  40M|  95 |  31 |2595 |  57k|2595 | 501 | 819k| 592k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
930.32/930.31	c   930s|370000 |   257 |  2221k|   6.0 |  39M|  95 |   - |2595 |  56k|   0 |   0 | 847k| 607k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
963.22/963.23	c   963s|380000 |   233 |  2280k|   6.0 |  36M|  95 |   - |2595 |  48k|   0 |   0 | 869k| 623k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
990.92/990.94	c   991s|390000 |   257 |  2339k|   6.0 |  38M|  95 |  16 |2595 |  53k|2595 | 475 | 895k| 639k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1021.41/1021.46	c  1021s|400000 |   262 |  2397k|   6.0 |  40M|  95 |   - |2595 |  58k|   0 |   0 | 923k| 655k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1054.61/1054.66	c  1055s|410000 |   340 |  2458k|   6.0 |  42M|  95 |   - |2595 |  64k|   0 |   0 | 951k| 671k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1090.92/1090.96	c  1091s|420000 |   235 |  2521k|   6.0 |  41M|  95 |  48 |2595 |  61k|2595 | 454 | 977k| 687k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1123.12/1123.10	c  1123s|430000 |   222 |  2582k|   6.0 |  39M|  95 |  28 |2595 |  55k|2595 | 403 |1002k| 702k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1156.62/1156.64	c  1157s|440000 |   284 |  2645k|   6.0 |  41M|  95 |   - |2595 |  59k|   0 |   0 |1030k| 719k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1191.62/1191.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.62/1191.68	c  1192s|450000 |   285 |  2708k|   6.0 |  42M|  95 |  45 |2595 |  63k|2595 | 500 |1055k| 736k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1228.42/1228.46	c  1228s|460000 |   297 |  2768k|   6.0 |  44M|  95 |  42 |2595 |  69k|2595 | 452 |1080k| 752k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1265.72/1265.78	c  1266s|470000 |   311 |  2827k|   6.0 |  44M|  95 |  28 |2595 |  68k|2595 | 452 |1106k| 768k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1303.43/1303.49	c  1303s|480000 |   230 |  2888k|   6.0 |  44M|  95 |   - |2595 |  68k|   0 |   0 |1133k| 783k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1341.83/1341.90	c  1342s|490000 |   328 |  2947k|   6.0 |  46M|  95 |   - |2595 |  73k|   0 |   0 |1158k| 799k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1382.23/1382.26	c  1382s|500000 |   401 |  3009k|   6.0 |  48M|  95 |   - |2595 |  78k|   0 |   0 |1186k| 815k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1425.93/1425.95	c  1426s|510000 |   399 |  3069k|   6.0 |  49M|  95 |  40 |2595 |  80k|2595 | 446 |1214k| 831k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1467.23/1467.21	c  1467s|520000 |   288 |  3127k|   6.0 |  47M|  95 |   8 |2595 |  75k|2595 | 453 |1238k| 846k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1507.84/1507.82	c  1508s|530000 |   288 |  3184k|   6.0 |  48M|  95 |  26 |2595 |  78k|2595 | 443 |1262k| 862k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1550.64/1550.69	c  1551s|540000 |   349 |  3243k|   6.0 |  51M|  95 |   - |2595 |  84k|   0 |   0 |1286k| 878k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1595.43/1595.48	c  1595s|550000 |   303 |  3303k|   6.0 |  51M|  95 |  36 |2595 |  85k|2595 | 410 |1307k| 893k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1643.13/1643.19	c  1643s|560000 |   336 |  3367k|   6.0 |  53M|  95 |  22 |2595 |  91k|2595 | 410 |1338k| 910k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1692.74/1692.77	c  1693s|570000 |   341 |  3427k|   6.0 |  54M|  95 |  38 |2595 |  94k|2595 | 452 |1365k| 925k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1746.14/1746.13	c  1746s|580000 |   387 |  3493k|   6.0 |  56M|  95 |   - |2595 |  98k|   0 |   0 |1394k| 940k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.99
1790.04/1790.00	c Solving Nodes      : 587492
1790.04/1790.00	c Primal Bound       : +1.00000000000000e+00 (19 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.02	s SATISFIABLE
1790.04/1790.02	v -x235 -x234 x233 -x232 -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 
1790.04/1790.02	v -x213 -x212 x211 -x210 -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 
1790.04/1790.02	v x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 x171 
1790.04/1790.02	v -x170 -x169 -x168 x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 
1790.04/1790.02	v -x148 -x147 x146 x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 
1790.04/1790.02	v x127 -x126 -x125 -x124 -x123 -x122 x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 x108 -x107 -x106 
1790.04/1790.02	v -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 x85 -x84 -x83 -x82 -x81 
1790.04/1790.02	v -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 -x55 
1790.04/1790.02	v -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 
1790.04/1790.02	v -x28 -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 
1790.04/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.02	c Solving Time       :    1789.99
1790.04/1790.02	c Original Problem   :
1790.04/1790.02	c   Problem name     : HOME/instance-2705775-1278580143.wbo
1790.04/1790.02	c   Variables        : 2595 (1415 binary, 0 integer, 1180 implicit integer, 0 continuous)
1790.04/1790.02	c   Constraints      : 2408 initial, 2408 maximal
1790.04/1790.02	c Presolved Problem  :
1790.04/1790.02	c   Problem name     : t_HOME/instance-2705775-1278580143.wbo
1790.04/1790.02	c   Variables        : 2595 (1415 binary, 0 integer, 1180 implicit integer, 0 continuous)
1790.04/1790.02	c   Constraints      : 2408 initial, 102143 maximal
1790.04/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   probing          :       0.02          0          0          0          0          0          0          0          0
1790.04/1790.02	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1790.04/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   linear           :       0.02          0          0          0       1180          0          0          0          0
1790.04/1790.02	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.02	c   root node        :          -       2360          -          -       2360          -          -          -          -
1790.04/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.02	c   integral         :          0          0          0     670010          0         16        926          0          0     747626
1790.04/1790.02	c   knapsack         :          1          6    3050584     295681          5          0          0          0          0          0
1790.04/1790.02	c   setppc           :         47          6    3050584     295681          5     194132    4016244          0          0          0
1790.04/1790.02	c   linear           :       1180          6    2856452     295681          1     108207   11150949    1419362          0          0
1790.04/1790.02	c   indicator        :       1180          0       1843        436          0          4      36206          0          0          0
1790.04/1790.02	c   logicor          :          0+         0    1825084          0          0      59605    1212866          0          0          0
1790.04/1790.02	c   countsols        :          0          0          0        326          1          0          0          0          0          0
1790.04/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.02	c   integral         :      19.62       0.00       0.00      19.62       0.00
1790.04/1790.02	c   knapsack         :       0.82       0.00       0.69       0.13       0.00
1790.04/1790.02	c   setppc           :      45.66       0.00      45.37       0.29       0.00
1790.04/1790.02	c   linear           :      76.84       0.00      69.80       7.03       0.00
1790.04/1790.02	c   indicator        :       0.10       0.00       0.07       0.03       0.00
1790.04/1790.02	c   logicor          :     519.63       0.00     519.63       0.00       0.00
1790.04/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.02	c   vbounds          :       0.53          2          0          0
1790.04/1790.02	c   rootredcost      :       0.50          8          0       1180
1790.04/1790.02	c   pseudoobj        :      50.27    3050407         23      36380
1790.04/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.02	c   propagation      :      14.08     361967     356929    2690027       24.5      15581       19.5          -
1790.04/1790.02	c   infeasible LP    :       0.00         10         10         80       25.6          1       45.0          0
1790.04/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.02	c   applied globally :          -          -          -     952563       19.5          -          -          -
1790.04/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.02	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 16)
1790.04/1790.02	c   redcost          :      26.39     665112          0          0          0          0
1790.04/1790.02	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.02	c   gomory           :       0.01          4          0          0        412          0
1790.04/1790.02	c   strongcg         :       0.01          4          0          0        412          0
1790.04/1790.02	c   cmir             :       0.02          4          0          0          0          0
1790.04/1790.02	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.02	c   clique           :       0.00          4          0          0          0          0
1790.04/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.02	c   rapidlearning    :       0.06          1          0          0          0          0
1790.04/1790.02	c Pricers            :       Time      Calls       Vars
1790.04/1790.02	c   problem variables:       0.00          0          0
1790.04/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.02	c   relpscost        :      19.22     374329         16        926          0          0     747626
1790.04/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   inference        :       0.05        323          0          0          0          0        646
1790.04/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.02	c   LP solutions     :       0.00          -          4
1790.04/1790.02	c   pseudo solutions :       0.00          -          0
1790.04/1790.02	c   intshifting      :       0.00          0          0
1790.04/1790.02	c   oneopt           :       0.17          8          0
1790.04/1790.02	c   feaspump         :       0.01          1          0
1790.04/1790.02	c   veclendiving     :       0.02         26          0
1790.04/1790.02	c   linesearchdiving :       0.02         26          0
1790.04/1790.02	c   coefdiving       :       0.02         27          1
1790.04/1790.02	c   guideddiving     :       0.02         27          0
1790.04/1790.02	c   fracdiving       :       0.02         27          0
1790.04/1790.02	c   pscostdiving     :       0.02         27          0
1790.04/1790.02	c   crossover        :       0.31         12          0
1790.04/1790.02	c   rootsoldiving    :       0.03         19          0
1790.04/1790.02	c   objpscostdiving  :       0.03         20          0
1790.04/1790.02	c   trivial          :       0.00          2          0
1790.04/1790.02	c   simplerounding   :       0.19          0          0
1790.04/1790.02	c   zirounding       :       0.13       1000          0
1790.04/1790.02	c   rounding         :       1.23       8626          0
1790.04/1790.02	c   shifting         :       0.45       2816          0
1790.04/1790.02	c   twoopt           :       0.00          0          0
1790.04/1790.02	c   fixandinfer      :       0.00          0          0
1790.04/1790.02	c   intdiving        :       0.00          0          0
1790.04/1790.02	c   actconsdiving    :       0.00          0          0
1790.04/1790.02	c   octane           :       0.00          0          0
1790.04/1790.02	c   rens             :       0.02          1          0
1790.04/1790.02	c   rins             :       0.00          0          0
1790.04/1790.02	c   localbranching   :       0.00          0          0
1790.04/1790.02	c   mutation         :       0.00          0          0
1790.04/1790.02	c   dins             :       0.00          0          0
1790.04/1790.02	c   undercover       :       0.00          0          0
1790.04/1790.02	c   nlp              :       0.10          0          0
1790.04/1790.02	c   trysol           :       0.20         15         14
1790.04/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.02	c   dual LP          :     431.13     669620    3541790       5.29    8215.08
1790.04/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.02	c   diving/probing LP:       0.06         49        403       8.22    7184.50
1790.04/1790.02	c   strong branching :      13.90      18608      91149       4.90    6557.11
1790.04/1790.02	c     (at root node) :          -         26        274      10.54          -
1790.04/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.02	c B&B Tree           :
1790.04/1790.02	c   number of runs   :          1
1790.04/1790.02	c   nodes            :     587492
1790.04/1790.02	c   nodes (total)    :     587492
1790.04/1790.02	c   nodes left       :        363
1790.04/1790.02	c   max depth        :         95
1790.04/1790.02	c   max depth (total):         95
1790.04/1790.02	c   backtracks       :     150709 (25.7%)
1790.04/1790.02	c   delayed cutoffs  :     160012
1790.04/1790.02	c   repropagations   :     643875 (6281456 domain reductions, 148491 cutoffs)
1790.04/1790.02	c   avg switch length:       3.80
1790.04/1790.02	c   switching time   :     336.43
1790.04/1790.02	c Solution           :
1790.04/1790.02	c   Solutions found  :         19 (8 improvements)
1790.04/1790.02	c   First Solution   : +1.50000000000000e+01   (in run 1, after 28 nodes, 0.62 seconds, depth 28, found by <trysol>)
1790.04/1790.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 614 nodes, 2.20 seconds, depth 61, found by <relaxation>)
1790.04/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.02	c   Gap              :   infinite
1790.04/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.02	c   Root Iterations  :        127
1790.14/1790.14	c Time complete: 1790.19.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 1.96 4/178 21891
/proc/meminfo: memFree=28945188/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=12496 CPUtime=0
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 1975 0 0 0 0 0 0 0 20 0 1 0 26228218 12795904 1893 4089446400 4194304 10345943 140734828043424 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21891/statm: 3170 1899 429 1502 0 1663 0

[startup+0.0665321 s]
/proc/loadavg: 2.03 2.01 1.96 4/178 21891
/proc/meminfo: memFree=28945188/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=27324 CPUtime=0.05
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 5879 0 0 0 5 0 0 0 20 0 1 0 26228218 27979776 5443 4089446400 4194304 10345943 140734828043424 18446744073709551615 9134739 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 6831 5443 548 1502 0 5324 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27324

[startup+0.100525 s]
/proc/loadavg: 2.03 2.01 1.96 4/178 21891
/proc/meminfo: memFree=28945188/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=43180 CPUtime=0.09
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 9759 0 0 0 8 1 0 0 20 0 1 0 26228218 44216320 9323 4089446400 4194304 10345943 140734828043424 18446744073709551615 4604676 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 10795 9323 695 1502 0 9288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43180

[startup+0.300489 s]
/proc/loadavg: 2.03 2.01 1.96 4/178 21891
/proc/meminfo: memFree=28945188/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=46344 CPUtime=0.29
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 14483 0 0 0 27 2 0 0 20 0 1 0 26228218 47456256 9862 4089446400 4194304 10345943 140734828043424 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 11586 9862 764 1502 0 10079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46344

[startup+0.700418 s]
/proc/loadavg: 2.03 2.01 1.96 4/178 21891
/proc/meminfo: memFree=28945188/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=46344 CPUtime=0.69
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 14613 0 0 0 67 2 0 0 21 0 1 0 26228218 47456256 9992 4089446400 4194304 10345943 140734828043424 18446744073709551615 7509138 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 11586 9992 770 1502 0 10079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46344

[startup+1.50038 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21892
/proc/meminfo: memFree=28906988/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=46344 CPUtime=1.49
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 14674 0 0 0 147 2 0 0 23 0 1 0 26228218 47456256 10053 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 11586 10053 774 1502 0 10079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46344

[startup+3.10109 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21892
/proc/meminfo: memFree=28901628/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=52988 CPUtime=3.09
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 16930 0 0 0 305 4 0 0 25 0 1 0 26228218 54259712 11552 4089446400 4194304 10345943 140734828043424 18446744073709551615 6119529 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13247 11552 780 1502 0 11740 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52988

[startup+6.30052 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21892
/proc/meminfo: memFree=28891832/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=54744 CPUtime=6.29
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 17598 0 0 0 623 6 0 0 25 0 1 0 26228218 56057856 12220 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13686 12220 780 1502 0 12179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54744

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21892
/proc/meminfo: memFree=28880964/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=52520 CPUtime=12.7
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 17935 0 0 0 1261 9 0 0 25 0 1 0 26228218 53780480 11988 4089446400 4194304 10345943 140734828043424 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13130 11988 780 1502 0 11623 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52520

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21892
/proc/meminfo: memFree=28864048/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=52520 CPUtime=25.5
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 17937 0 0 0 2536 14 0 0 25 0 1 0 26228218 53780480 11990 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13130 11990 780 1502 0 11623 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 52520

[startup+51.1005 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 21893
/proc/meminfo: memFree=28818216/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=53272 CPUtime=51.09
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 20903 0 0 0 5084 25 0 0 25 0 1 0 26228218 54550528 12191 4089446400 4194304 10345943 140734828043424 18446744073709551615 7520157 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13318 12191 793 1502 0 11811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53272

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21894
/proc/meminfo: memFree=28746548/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=54144 CPUtime=102.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 23294 0 0 0 10186 44 0 0 25 0 1 0 26228218 55443456 12051 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 13536 12051 793 1502 0 12029 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54144

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21896
/proc/meminfo: memFree=28681752/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=59936 CPUtime=162.29
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 24733 0 0 0 16162 67 0 0 25 0 1 0 26228218 61374464 13328 4089446400 4194304 10345943 140734828043424 18446744073709551615 8160453 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 14984 13328 793 1502 0 13477 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 59936

[startup+222.301 s]
/proc/loadavg: 1.95 1.99 1.96 2/171 21919
/proc/meminfo: memFree=28964244/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=64512 CPUtime=222.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 28830 0 0 0 22145 85 0 0 25 0 1 0 26228218 66060288 14384 4089446400 4194304 10345943 140734828043424 18446744073709551615 7509056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 16128 14384 793 1502 0 14621 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 64512

[startup+282.3 s]
/proc/loadavg: 1.35 1.81 1.89 2/171 21921
/proc/meminfo: memFree=28960344/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=70436 CPUtime=282.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 30092 0 0 0 28123 107 0 0 25 0 1 0 26228218 72126464 15646 4089446400 4194304 10345943 140734828043424 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 17609 15646 793 1502 0 16102 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70436

[startup+342.301 s]
/proc/loadavg: 1.12 1.66 1.84 2/171 21921
/proc/meminfo: memFree=28960176/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=70436 CPUtime=342.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 30169 0 0 0 34101 129 0 0 25 0 1 0 26228218 72126464 15723 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 17609 15723 793 1502 0 16102 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70436

[startup+402.301 s]
/proc/loadavg: 1.04 1.54 1.78 2/171 21923
/proc/meminfo: memFree=28958516/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=71864 CPUtime=402.3
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 30813 0 0 0 40082 148 0 0 25 0 1 0 26228218 73588736 16180 4089446400 4194304 10345943 140734828043424 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 17966 16180 793 1502 0 16459 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71864

[startup+462.301 s]
/proc/loadavg: 1.01 1.44 1.73 2/171 21925
/proc/meminfo: memFree=28956356/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=74788 CPUtime=462.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 34625 0 0 0 46060 171 0 0 25 0 1 0 26228218 76582912 16709 4089446400 4194304 10345943 140734828043424 18446744073709551615 4216637 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 18697 16709 793 1502 0 17190 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 74788

[startup+522.3 s]
/proc/loadavg: 1.00 1.35 1.68 2/171 21927
/proc/meminfo: memFree=28954072/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=77508 CPUtime=522.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 35314 0 0 0 52040 191 0 0 25 0 1 0 26228218 79368192 17398 4089446400 4194304 10345943 140734828043424 18446744073709551615 4245792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 19377 17398 793 1502 0 17870 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 77508

[startup+582.301 s]
/proc/loadavg: 1.00 1.29 1.63 2/171 21932
/proc/meminfo: memFree=28952384/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=79872 CPUtime=582.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 35805 0 0 0 58021 210 0 0 25 0 1 0 26228218 81788928 17889 4089446400 4194304 10345943 140734828043424 18446744073709551615 4216510 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 19968 17889 793 1502 0 18461 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 79872

[startup+642.301 s]
/proc/loadavg: 1.00 1.23 1.59 2/171 21932
/proc/meminfo: memFree=28951244/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=79872 CPUtime=642.31
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 36037 0 0 0 64005 226 0 0 25 0 1 0 26228218 81788928 18121 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 19968 18121 793 1502 0 18461 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 79872

[startup+702.3 s]

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

/proc/meminfo: memFree=28946476/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=84184 CPUtime=1002.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 37077 0 0 0 99904 328 0 0 25 0 1 0 26228218 86204416 19161 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 21046 19161 793 1502 0 19539 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 84184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/171 21944
/proc/meminfo: memFree=28943808/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=86628 CPUtime=1062.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 37873 0 0 0 105887 345 0 0 25 0 1 0 26228218 88707072 19957 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 21657 19957 793 1502 0 20150 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 86628

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/171 21946
/proc/meminfo: memFree=28942288/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=88836 CPUtime=1122.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 40691 0 0 0 111871 361 0 0 25 0 1 0 26228218 90968064 20159 4089446400 4194304 10345943 140734828043424 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 22209 20159 793 1502 0 20702 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 88836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 21948
/proc/meminfo: memFree=28940996/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=91188 CPUtime=1182.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 40981 0 0 0 117854 378 0 0 25 0 1 0 26228218 93376512 20449 4089446400 4194304 10345943 140734828043424 18446744073709551615 6518348 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 22797 20449 793 1502 0 21290 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 91188

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/171 21948
/proc/meminfo: memFree=28940316/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=92412 CPUtime=1242.32
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 41183 0 0 0 123842 390 0 0 25 0 1 0 26228218 94629888 20651 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 23103 20651 793 1502 0 21596 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 92412

[startup+1302.3 s]
/proc/loadavg: 1.06 1.03 1.27 2/171 21950
/proc/meminfo: memFree=28938424/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=94636 CPUtime=1302.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 41638 0 0 0 129828 405 0 0 25 0 1 0 26228218 96907264 21106 4089446400 4194304 10345943 140734828043424 18446744073709551615 6307447 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 23659 21106 793 1502 0 22152 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 94636

[startup+1362.3 s]
/proc/loadavg: 1.02 1.02 1.26 2/171 21952
/proc/meminfo: memFree=28935404/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=98160 CPUtime=1362.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 42409 0 0 0 135813 420 0 0 25 0 1 0 26228218 100515840 21877 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 24540 21877 793 1502 0 23033 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 98160

[startup+1422.31 s]
/proc/loadavg: 1.01 1.02 1.24 2/171 21954
/proc/meminfo: memFree=28932748/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=100864 CPUtime=1422.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 43102 0 0 0 141802 432 0 0 25 0 1 0 26228218 103284736 22570 4089446400 4194304 10345943 140734828043424 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 25216 22570 793 1502 0 23709 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 100864

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/171 21956
/proc/meminfo: memFree=28932436/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=100864 CPUtime=1482.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 43104 0 0 0 147790 443 0 0 25 0 1 0 26228218 103284736 22572 4089446400 4194304 10345943 140734828043424 18446744073709551615 7493193 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 25216 22572 793 1502 0 23709 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 100864

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/171 21956
/proc/meminfo: memFree=28931048/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=102280 CPUtime=1542.33
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 43445 0 0 0 153780 453 0 0 25 0 1 0 26228218 104734720 22913 4089446400 4194304 10345943 140734828043424 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 25570 22913 793 1502 0 24063 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 102280

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/171 21958
/proc/meminfo: memFree=28929124/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=104792 CPUtime=1602.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 43945 0 0 0 159768 466 0 0 25 0 1 0 26228218 107307008 23413 4089446400 4194304 10345943 140734828043424 18446744073709551615 9106044 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 26198 23413 793 1502 0 24691 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 104792

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/171 21960
/proc/meminfo: memFree=28927596/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=105796 CPUtime=1662.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 44326 0 0 0 165756 478 0 0 25 0 1 0 26228218 108335104 23794 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 26449 23794 793 1502 0 24942 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 105796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/171 21962
/proc/meminfo: memFree=28925048/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=108104 CPUtime=1722.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 44973 0 0 0 171745 489 0 0 25 0 1 0 26228218 110698496 24441 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27026 24441 793 1502 0 25519 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 108104

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923896/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=109892 CPUtime=1782.34
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45231 0 0 0 177735 499 0 0 25 0 1 0 26228218 112529408 24699 4089446400 4194304 10345943 140734828043424 18446744073709551615 6119491 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27473 24699 793 1502 0 25966 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 109892

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923772/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=109892 CPUtime=1785.53
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45231 0 0 0 178054 499 0 0 25 0 1 0 26228218 112529408 24699 4089446400 4194304 10345943 140734828043424 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27473 24699 793 1502 0 25966 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 109892

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923768/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=109892 CPUtime=1788.74
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45237 0 0 0 178374 500 0 0 25 0 1 0 26228218 112529408 24705 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27473 24705 793 1502 0 25966 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 109892

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923768/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=109892 CPUtime=1789.54
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45238 0 0 0 178454 500 0 0 25 0 1 0 26228218 112529408 24706 4089446400 4194304 10345943 140734828043424 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27473 24706 793 1502 0 25966 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 109892

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923884/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=109892 CPUtime=1789.94
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45238 0 0 0 178494 500 0 0 25 0 1 0 26228218 112529408 24706 4089446400 4194304 10345943 140734828043424 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21891/statm: 27473 24706 793 1502 0 25966 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 109892

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.15 2/171 21964
/proc/meminfo: memFree=28923884/32950904 swapFree=67111528/67111528
[pid=21891] ppid=21889 vsize=110312 CPUtime=1790.14
/proc/21891/stat : 21891 (pbscip.linux.x8) R 21889 21891 21187 0 -1 4202496 45754 0 0 0 178514 500 0 0 25 0 1 0 26228218 112959488 25222 4089446400 4194304 10345943 140734828043424 18446744073709551615 4212498 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21891/statm: 27578 25222 794 1502 0 26071 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 110312

Child status: 0
Real time (s): 1790.15
CPU time (s): 1790.19
CPU user time (s): 1785.18
CPU system time (s): 5.01224
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 110312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.18
system time used= 5.01224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45757
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= 4
involuntary context switches= 20025

runsolver used 2.80857 second user time and 5.51516 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-08 11:09:03
IDJOB=2705775
IDBENCH=79440
IDSOLVER=1214
FILE ID=node121/2705775-1278580143
PBS_JOBID= 11240211
Free space on /tmp= 73656 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705775-1278580143/watcher-2705775-1278580143 -o /tmp/evaluation-result-2705775-1278580143/solver-2705775-1278580143 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705775-1278580143.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1893597323

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.847
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.69
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.847
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.15
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.847
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.847
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.82
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.847
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.67
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.847
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.76
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.847
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.82
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.847
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:      28945468 kB
Buffers:        156876 kB
Cached:        3566340 kB
SwapCached:          0 kB
Active:        1486740 kB
Inactive:      2358552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28945468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25712 kB
Writeback:           0 kB
AnonPages:      121724 kB
Mapped:          17564 kB
Slab:            96848 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   267148 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= 73656 MiB
End job on node121 at 2010-07-08 11:38:54