Trace number 2700573

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.26 1800.19

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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700573-1278535701.wbo>
0.00/0.01	c original problem has 2595 variables (1415 bin, 0 int, 0 impl, 1180 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, 1180 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, 1180 impls, 47 clqs
0.05/0.09	c    (0.1s) probing: 101/1415 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.09	c presolving (3 rounds):
0.05/0.09	c  0 deleted vars, 0 deleted constraints, 1180 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.09	c  1180 implications, 47 cliques
0.05/0.09	c presolved problem has 2595 variables (1415 bin, 0 int, 0 impl, 1180 cont) and 2408 constraints
0.05/0.09	c    1180 constraints of type <indicator>
0.05/0.09	c       1 constraints of type <knapsack>
0.05/0.09	c      47 constraints of type <setppc>
0.05/0.09	c    1180 constraints of type <linear>
0.05/0.09	c transformed objective value is always integral (scale: 1)
0.05/0.09	c Presolving Time: 0.05
0.05/0.09	c - non default parameters ----------------------------------------------------------------------
0.05/0.09	c # SCIP version 1.2.1.2
0.05/0.09	c 
0.05/0.09	c # frequency for displaying node information lines
0.05/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.09	c display/freq = 10000
0.05/0.09	c 
0.05/0.09	c # maximal time in seconds to run
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/time = 1799.99
0.05/0.09	c 
0.05/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/memory = 3420
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify inequalities
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/linear/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify knapsacks
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09	c separating/rapidlearning/freq = 0
0.05/0.09	c 
0.05/0.09	c -----------------------------------------------------------------------------------------------
0.05/0.09	c start solving
0.05/0.09	c 
0.05/0.09	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.09	c   0.1s|     1 |     0 |    47 |     - |8694k|   0 |   0 |2595 |2408 |2595 |  48 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.05/0.10	c   0.1s|     1 |     0 |    84 |     - |8788k|   0 |   0 |2595 |2408 |2595 | 248 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   113 |     - |8848k|   0 |  94 |2595 |2408 |2595 | 374 | 326 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   118 |     - |8956k|   0 |  94 |2595 |2408 |2595 | 378 | 330 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   137 |     - |9031k|   0 |  92 |2595 |2408 |2595 | 382 | 334 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   159 |     - |9088k|   0 | 103 |2595 |2408 |2595 | 393 | 345 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |   164 |     - |9188k|   0 | 103 |2595 |2408 |2595 | 399 | 351 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     2 |   320 |     - |9229k|   0 | 103 |2595 |2408 |2595 | 399 | 351 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
3.59/3.66	o 1
3.59/3.66	c * 3.5s|  3678 |    42 |  1387 |   0.3 |  10M|1138 |   - |2595 |2408 |2595 | 489 | 895 |   0 | 889 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.89/14.97	c  14.2s| 10000 |   112 | 37630 |   3.7 |  12M|1138 |   - |2595 |5406 |   0 |   0 |  15k|  10k|1770 | 0.000000e+00 | 1.000000e+00 |    Inf 
32.59/32.63	c  31.0s| 20000 |    50 | 95122 |   4.7 |  13M|1138 |   - |2595 |8825 |   0 |   0 |  37k|  26k|2750 | 0.000000e+00 | 1.000000e+00 |    Inf 
52.49/52.53	c  50.0s| 30000 |   145 |156585 |   5.2 |  16M|1138 |  18 |2595 |  13k|2595 | 468 |  63k|  42k|3538 | 0.000000e+00 | 1.000000e+00 |    Inf 
73.70/73.76	c  70.3s| 40000 |   134 |217135 |   5.4 |  17M|1138 |  20 |2595 |  15k|2595 | 461 |  89k|  56k|4332 | 0.000000e+00 | 1.000000e+00 |    Inf 
94.50/94.55	c  90.2s| 50000 |   175 |276692 |   5.5 |  19M|1138 |  20 |2595 |  18k|2595 | 467 | 112k|  73k|4849 | 0.000000e+00 | 1.000000e+00 |    Inf 
116.29/116.38	c   111s| 60000 |    64 |333267 |   5.6 |  19M|1138 |  24 |2595 |  19k|2595 | 458 | 135k|  88k|5335 | 0.000000e+00 | 1.000000e+00 |    Inf 
140.00/140.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.00/140.06	c   134s| 70000 |    48 |395255 |   5.6 |  19M|1138 |  24 |2595 |  19k|2595 | 472 | 163k| 103k|6077 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.40/163.43	c   156s| 80000 |    68 |455804 |   5.7 |  20M|1138 |   - |2595 |  20k|   0 |   0 | 189k| 119k|6446 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.30/188.36	c   180s| 90000 |    30 |514966 |   5.7 |  20M|1138 |  68 |2595 |  22k|2595 | 416 | 214k| 135k|6929 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.00/212.02	c   203s|100000 |   188 |579597 |   5.8 |  20M|1138 |  28 |2595 |  18k|2595 | 452 | 241k| 150k|7344 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.70/235.71	c   226s|110000 |   116 |647174 |   5.9 |  20M|1138 |   - |2595 |  18k|   0 |   0 | 267k| 165k|7746 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.20/259.24	c   248s|120000 |    85 |716982 |   6.0 |  21M|1138 |   - |2595 |  21k|   0 |   0 | 296k| 181k|8135 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.10/283.15	c   271s|130000 |    48 |782318 |   6.0 |  23M|1138 |   - |2595 |  26k|   0 |   0 | 322k| 196k|8449 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.30/309.39	c   296s|140000 |    57 |851979 |   6.1 |  25M|1138 |  10 |2595 |  31k|2595 | 462 | 349k| 213k|8746 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.01/338.06	c   324s|150000 |    84 |919093 |   6.1 |  27M|1138 |   - |2595 |  34k|   0 |   0 | 377k| 229k|9178 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.41/364.43	c   349s|160000 |    45 |978234 |   6.1 |  28M|1138 |   - |2595 |  38k|   0 |   0 | 397k| 245k|9465 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.60/393.67	c   378s|170000 |    67 |  1036k|   6.1 |  29M|1138 |  24 |2595 |  40k|2595 | 470 | 420k| 261k|9676 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.11/425.19	c   408s|180000 |    92 |  1095k|   6.1 |  31M|1138 |  22 |2595 |  45k|2595 | 465 | 444k| 277k|9954 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.31/457.37	c   439s|190000 |    39 |  1154k|   6.1 |  31M|1138 |   - |2595 |  46k|   0 |   0 | 468k| 293k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
490.31/490.37	c   471s|200000 |    30 |  1214k|   6.1 |  31M|1138 |   - |2595 |  43k|   0 |   0 | 492k| 308k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
521.91/521.90	c   502s|210000 |    60 |  1278k|   6.1 |  31M|1138 |  38 |2595 |  43k|2595 | 431 | 516k| 325k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
551.81/551.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.81/551.80	c   531s|220000 |    36 |  1339k|   6.1 |  33M|1138 |   - |2595 |  48k|   0 |   0 | 538k| 342k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
583.92/583.99	c   562s|230000 |    26 |  1406k|   6.1 |  34M|1138 |   - |2595 |  52k|   0 |   0 | 566k| 358k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
619.02/619.02	c   596s|240000 |    46 |  1470k|   6.1 |  35M|1138 |  16 |2595 |  54k|2595 | 453 | 590k| 373k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
656.41/656.43	c   633s|250000 |    38 |  1541k|   6.2 |  36M|1138 |   - |2595 |  56k|   0 |   0 | 620k| 389k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
691.82/691.82	c   667s|260000 |    32 |  1610k|   6.2 |  37M|1138 |  22 |2595 |  59k|2595 | 432 | 646k| 403k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
730.72/730.76	c   705s|270000 |    47 |  1678k|   6.2 |  39M|1138 |  34 |2595 |  62k|2595 | 432 | 676k| 419k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
769.93/769.95	c   744s|280000 |    61 |  1740k|   6.2 |  41M|1138 |  28 |2595 |  68k|2595 | 455 | 701k| 434k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
812.93/812.90	c   786s|290000 |    85 |  1809k|   6.2 |  43M|1138 |  37 |2595 |  72k|2595 | 425 | 732k| 450k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
857.73/857.73	c   829s|300000 |    44 |  1873k|   6.2 |  42M|1138 |   - |2595 |  69k|   0 |   0 | 758k| 466k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
899.33/899.37	c   870s|310000 |    55 |  1934k|   6.2 |  43M|1138 |   - |2595 |  73k|   0 |   0 | 782k| 482k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
947.53/947.54	c   917s|320000 |    76 |  2001k|   6.3 |  44M|1138 |  16 |2595 |  76k|2595 | 482 | 809k| 499k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
992.43/992.46	c   961s|330000 |    40 |  2064k|   6.3 |  45M|1138 |  24 |2595 |  77k|2595 | 453 | 831k| 514k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1041.64/1041.69	c  1009s|340000 |    70 |  2134k|   6.3 |  46M|1138 |  40 |2595 |  80k|2595 | 476 | 856k| 530k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1093.34/1093.31	c  1060s|350000 |    49 |  2199k|   6.3 |  46M|1138 |  30 |2595 |  81k|2595 | 440 | 881k| 546k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1145.04/1145.06	c  1110s|360000 |    41 |  2263k|   6.3 |  47M|1138 |  37 |2595 |  84k|2595 | 482 | 907k| 561k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1199.33/1199.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.33/1199.38	c  1164s|370000 |    32 |  2333k|   6.3 |  47M|1138 |  30 |2595 |  82k|2595 | 442 | 936k| 577k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1249.34/1249.36	c  1213s|380000 |    37 |  2393k|   6.3 |  48M|1138 |  34 |2595 |  85k|2595 | 430 | 964k| 592k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1304.44/1304.47	c  1267s|390000 |    21 |  2457k|   6.3 |  49M|1138 |   - |2595 |  88k|   0 |   0 | 994k| 607k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1349.95/1349.98	c  1311s|400000 |   216 |  2521k|   6.3 |  49M|1138 |  36 |2595 |  82k|2595 | 480 |1021k| 622k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1394.34/1394.36	c  1354s|410000 |    83 |  2585k|   6.3 |  49M|1138 |  44 |2595 |  83k|2595 | 457 |1046k| 637k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1441.25/1441.29	c  1400s|420000 |    48 |  2648k|   6.3 |  48M|1138 |  34 |2595 |  80k|2595 | 425 |1070k| 652k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1489.25/1489.30	c  1447s|430000 |    64 |  2711k|   6.3 |  48M|1138 |  32 |2595 |  82k|2595 | 477 |1094k| 668k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1534.25/1534.22	c  1491s|440000 |    34 |  2775k|   6.3 |  50M|1138 |   - |2595 |  86k|   0 |   0 |1122k| 684k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1583.26/1583.21	c  1539s|450000 |    61 |  2837k|   6.3 |  51M|1138 |   - |2595 |  91k|   0 |   0 |1149k| 699k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1640.56/1640.54	c  1595s|460000 |    37 |  2897k|   6.3 |  53M|1138 |  44 |2595 |  95k|2595 | 435 |1174k| 714k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1707.86/1707.83	c  1661s|470000 |    30 |  2958k|   6.3 |  54M|1138 |   - |2595 |  98k|   0 |   0 |1199k| 730k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1773.46/1773.44	c  1725s|480000 |    29 |  3020k|   6.3 |  53M|1138 |  50 |2595 |  94k|2595 | 424 |1226k| 745k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.01	c 
1800.07/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.01	c Solving Time (sec) : 1751.23
1800.07/1800.01	c Solving Nodes      : 483861
1800.07/1800.01	c Primal Bound       : +1.00000000000000e+00 (1 solutions)
1800.07/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.01	c Gap                : infinite
1800.07/1800.03	s SATISFIABLE
1800.07/1800.03	v -x235 x234 -x233 -x232 -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 
1800.07/1800.03	v -x213 x212 -x211 -x210 -x209 -x208 -x207 x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 
1800.07/1800.03	v x191 -x190 -x189 -x188 x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 x171 
1800.07/1800.03	v -x170 -x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 
1800.07/1800.03	v -x148 x147 -x146 -x145 -x144 -x143 -x142 x141 -x140 x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
1800.07/1800.03	v -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 
1800.07/1800.03	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 
1800.07/1800.03	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 
1800.07/1800.03	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 
1800.07/1800.03	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 
1800.07/1800.03	v x1 
1800.07/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.03	c Solving Time       :    1751.23
1800.07/1800.03	c Original Problem   :
1800.07/1800.03	c   Problem name     : HOME/instance-2700573-1278535701.wbo
1800.07/1800.03	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.07/1800.03	c   Constraints      : 2408 initial, 2408 maximal
1800.07/1800.03	c Presolved Problem  :
1800.07/1800.03	c   Problem name     : t_HOME/instance-2700573-1278535701.wbo
1800.07/1800.03	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.07/1800.03	c   Constraints      : 2408 initial, 99805 maximal
1800.07/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.07/1800.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   linear           :       0.02          0          0          0       1180          0          0          0          0
1800.07/1800.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.03	c   root node        :          -       1180          -          -       2360          -          -          -          -
1800.07/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.03	c   integral         :          0          0          0     618933          0         17        750          0          0     622396
1800.07/1800.03	c   indicator        :       1180          0       4368       3690          0          0       5855          0          0          0
1800.07/1800.03	c   knapsack         :          1          6    2517651     307201          0          0          0          0          0          0
1800.07/1800.03	c   setppc           :         47          6    2517651     307201          0     153770    3272831          0          0          0
1800.07/1800.03	c   linear           :       1180          6    2363881     307201          0      90386    9291823    1237098          0          0
1800.07/1800.03	c   logicor          :          0+         0    1548209          0          0      53765    1010001          0          0          0
1800.07/1800.03	c   countsols        :          0          0          0       3596          0          0          0          0          0          0
1800.07/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.03	c   integral         :      18.55       0.00       0.00      18.55       0.00
1800.07/1800.03	c   indicator        :       0.22       0.00       0.03       0.19       0.00
1800.07/1800.03	c   knapsack         :       1.12       0.00       1.00       0.12       0.00
1800.07/1800.03	c   setppc           :      42.68       0.00      42.37       0.31       0.00
1800.07/1800.03	c   linear           :      74.02       0.00      66.28       7.74       0.00
1800.07/1800.03	c   logicor          :     496.45       0.00     496.45       0.00       0.00
1800.07/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.03	c   vbounds          :       0.91          2          0          0
1800.07/1800.03	c   rootredcost      :       0.54          1          0       1180
1800.07/1800.03	c   pseudoobj        :      53.48    2517451          0          0
1800.07/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.03	c   propagation      :      12.37     297921     296162    2282587       25.2      10091       19.3          -
1800.07/1800.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.03	c   applied globally :          -          -          -     750807       20.2          -          -          -
1800.07/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.03	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 336)
1800.07/1800.03	c   redcost          :      17.84     607865          0          0          0          0
1800.07/1800.03	c   impliedbounds    :       0.00          4          0          0          0          0
1800.07/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.03	c   gomory           :       0.01          4          0          0        383          0
1800.07/1800.03	c   strongcg         :       0.00          4          0          0          0          0
1800.07/1800.03	c   cmir             :       0.02          4          0          0          0          0
1800.07/1800.03	c   flowcover        :       0.02          4          0          0          0          0
1800.07/1800.03	c   clique           :       0.00          4          0          0          0          0
1800.07/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.03	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.03	c Pricers            :       Time      Calls       Vars
1800.07/1800.03	c   problem variables:       0.00          0          0
1800.07/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.03	c   relpscost        :      18.31     311732         17        750          0          0     622396
1800.07/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.03	c   inference        :       0.30       3595          0          0          0          0       7190
1800.07/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.03	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.03	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.03	c   LP solutions     :       0.00          -          1
1800.07/1800.03	c   pseudo solutions :       0.00          -          0
1800.07/1800.03	c   crossover        :       0.12          0          0
1800.07/1800.03	c   oneopt           :       0.14          1          0
1800.07/1800.03	c   intshifting      :       0.00          1          0
1800.07/1800.03	c   guideddiving     :       0.01          3          0
1800.07/1800.03	c   feaspump         :       0.03          4          0
1800.07/1800.03	c   pscostdiving     :       0.02         12          0
1800.07/1800.03	c   fracdiving       :       0.00         12          0
1800.07/1800.03	c   veclendiving     :       0.00         12          0
1800.07/1800.03	c   linesearchdiving :       0.00         12          0
1800.07/1800.03	c   coefdiving       :       0.00         12          0
1800.07/1800.03	c   objpscostdiving  :       0.01         12          0
1800.07/1800.03	c   rootsoldiving    :       0.00         12          0
1800.07/1800.03	c   trivial          :       0.00          2          0
1800.07/1800.03	c   simplerounding   :       0.16          0          0
1800.07/1800.03	c   zirounding       :       0.17       1000          0
1800.07/1800.03	c   rounding         :       1.25       7862          0
1800.07/1800.03	c   shifting         :       0.42       2495          0
1800.07/1800.03	c   twoopt           :       0.00          0          0
1800.07/1800.03	c   fixandinfer      :       0.00          0          0
1800.07/1800.03	c   intdiving        :       0.00          0          0
1800.07/1800.03	c   actconsdiving    :       0.00          0          0
1800.07/1800.03	c   octane           :       0.00          0          0
1800.07/1800.03	c   rens             :       0.01          1          0
1800.07/1800.03	c   rins             :       0.00          0          0
1800.07/1800.03	c   localbranching   :       0.00          0          0
1800.07/1800.03	c   mutation         :       0.00          0          0
1800.07/1800.03	c   dins             :       0.00          0          0
1800.07/1800.03	c   undercover       :       0.00          0          0
1800.07/1800.03	c   nlp              :       0.28          0          0
1800.07/1800.03	c   trysol           :       0.49         37          0
1800.07/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.03	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.03	c   dual LP          :     470.53     615325    3047405       4.95    6476.54
1800.07/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.03	c   diving/probing LP:       0.00          4        184      46.00          -
1800.07/1800.03	c   strong branching :      13.63      16370      81426       4.97    5974.03
1800.07/1800.03	c     (at root node) :          -         33       1398      42.36          -
1800.07/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.03	c B&B Tree           :
1800.07/1800.03	c   number of runs   :          1
1800.07/1800.03	c   nodes            :     483861
1800.07/1800.03	c   nodes (total)    :     483861
1800.07/1800.03	c   nodes left       :         31
1800.07/1800.03	c   max depth        :       1138
1800.07/1800.03	c   max depth (total):       1138
1800.07/1800.03	c   backtracks       :     131426 (27.2%)
1800.07/1800.03	c   delayed cutoffs  :     142060
1800.07/1800.03	c   repropagations   :     510464 (5532874 domain reductions, 128865 cutoffs)
1800.07/1800.03	c   avg switch length:       3.71
1800.07/1800.03	c   switching time   :     312.28
1800.07/1800.03	c Solution           :
1800.07/1800.03	c   Solutions found  :          1 (1 improvements)
1800.07/1800.03	c   First Solution   : +1.00000000000000e+00   (in run 1, after 3678 nodes, 3.55 seconds, depth 1138, found by <relaxation>)
1800.07/1800.03	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 3678 nodes, 3.55 seconds, depth 1138, found by <relaxation>)
1800.07/1800.03	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.03	c   Gap              :   infinite
1800.07/1800.03	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.03	c   Root Iterations  :        164
1800.17/1800.18	c Time complete: 1800.24.

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-2700573-1278535701/watcher-2700573-1278535701 -o /tmp/evaluation-result-2700573-1278535701/solver-2700573-1278535701 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700573-1278535701.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.01 4/178 21067
/proc/meminfo: memFree=29706772/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=11108 CPUtime=0
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 1702 0 0 0 0 0 0 0 25 0 1 0 21783892 11374592 1623 4089446400 4194304 9819077 140735770574800 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21067/statm: 2777 1623 392 1374 0 1398 0

[startup+0.068792 s]
/proc/loadavg: 1.99 2.02 2.01 4/178 21067
/proc/meminfo: memFree=29706772/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=23824 CPUtime=0.05
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 6382 0 0 0 5 0 0 0 25 0 1 0 21783892 24395776 4664 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 5956 4664 505 1374 0 4577 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23824

[startup+0.100787 s]
/proc/loadavg: 1.99 2.02 2.01 4/178 21067
/proc/meminfo: memFree=29706772/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=28680 CPUtime=0.09
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 7923 0 0 0 8 1 0 0 25 0 1 0 21783892 29368320 5674 4089446400 4194304 9819077 140735770574800 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 7170 5723 647 1374 0 5791 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28680

[startup+0.300749 s]
/proc/loadavg: 1.99 2.02 2.01 4/178 21067
/proc/meminfo: memFree=29706772/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=31976 CPUtime=0.29
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 12985 0 0 0 27 2 0 0 25 0 1 0 21783892 32743424 6828 4089446400 4194304 9819077 140735770574800 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 7994 6828 714 1374 0 6615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31976

[startup+0.700672 s]
/proc/loadavg: 1.99 2.02 2.01 4/178 21067
/proc/meminfo: memFree=29706772/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=32936 CPUtime=0.69
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 13960 0 0 0 67 2 0 0 25 0 1 0 21783892 33726464 6849 4089446400 4194304 9819077 140735770574800 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 8234 6849 715 1374 0 6855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32936

[startup+1.50052 s]
/proc/loadavg: 1.99 2.02 2.01 4/179 21068
/proc/meminfo: memFree=29679236/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=32824 CPUtime=1.49
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 15514 0 0 0 144 5 0 0 25 0 1 0 21783892 33611776 7071 4089446400 4194304 9819077 140735770574800 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 8206 7071 715 1374 0 6827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32824

[startup+3.10027 s]
/proc/loadavg: 1.99 2.02 2.01 4/179 21068
/proc/meminfo: memFree=29677992/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=36408 CPUtime=3.09
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 19345 0 0 0 301 8 0 0 25 0 1 0 21783892 37281792 7771 4089446400 4194304 9819077 140735770574800 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 9102 7771 715 1374 0 7723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36408

[startup+6.30066 s]
/proc/loadavg: 1.99 2.02 2.01 4/179 21068
/proc/meminfo: memFree=29669064/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=38932 CPUtime=6.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 62967 0 0 0 605 25 0 0 25 0 1 0 21783892 39866368 8261 4089446400 4194304 9819077 140735770574800 18446744073709551615 6668712 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 9733 8261 719 1374 0 8354 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 38932

[startup+12.7004 s]
/proc/loadavg: 1.99 2.02 2.01 4/179 21068
/proc/meminfo: memFree=29657468/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=41384 CPUtime=12.69
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 150845 0 0 0 1209 60 0 0 25 0 1 0 21783892 42377216 8879 4089446400 4194304 9819077 140735770574800 18446744073709551615 7306961 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 10346 8879 719 1374 0 8967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41384

[startup+25.501 s]
/proc/loadavg: 1.99 2.01 2.01 4/179 21068
/proc/meminfo: memFree=29639108/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=43824 CPUtime=25.49
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 319151 0 0 0 2419 130 0 0 25 0 1 0 21783892 44875776 9520 4089446400 4194304 9819077 140735770574800 18446744073709551615 6671134 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 10956 9520 719 1374 0 9577 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43824

[startup+51.101 s]
/proc/loadavg: 1.99 2.01 2.01 4/179 21068
/proc/meminfo: memFree=29603868/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=46960 CPUtime=51.1
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 582197 0 0 0 4862 248 0 0 25 0 1 0 21783892 48087040 10416 4089446400 4194304 9819077 140735770574800 18446744073709551615 6590639 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 11740 10416 719 1374 0 10361 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 46960

[startup+102.306 s]
/proc/loadavg: 1.99 2.01 2.00 4/179 21070
/proc/meminfo: memFree=29533084/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=53268 CPUtime=102.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 1065263 0 0 0 9754 476 0 0 25 0 1 0 21783892 54546432 11786 4089446400 4194304 9819077 140735770574800 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 13317 11786 734 1374 0 11938 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 53268

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21072
/proc/meminfo: memFree=29458368/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=55744 CPUtime=162.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 1578604 0 0 0 15515 715 0 0 25 0 1 0 21783892 57081856 12350 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 13936 12350 734 1374 0 12557 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 55744

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21074
/proc/meminfo: memFree=29379056/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=58252 CPUtime=222.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 2105044 0 0 0 21273 957 0 0 25 0 1 0 21783892 59650048 12819 4089446400 4194304 9819077 140735770574800 18446744073709551615 6364627 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 14563 12819 734 1374 0 13184 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 58252

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21074
/proc/meminfo: memFree=29304100/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=58608 CPUtime=282.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 2622583 0 0 0 27022 1208 0 0 25 0 1 0 21783892 60014592 12951 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 14652 12951 734 1374 0 13273 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 58608

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21076
/proc/meminfo: memFree=29222316/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=62360 CPUtime=342.31
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 3078763 0 0 0 32807 1424 0 0 25 0 1 0 21783892 63856640 13823 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 15590 13823 734 1374 0 14211 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 62360

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21078
/proc/meminfo: memFree=29141776/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=67696 CPUtime=402.31
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 3554942 0 0 0 38599 1632 0 0 25 0 1 0 21783892 69320704 15002 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 16924 15002 734 1374 0 15545 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 67696

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 21080
/proc/meminfo: memFree=29058628/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=72880 CPUtime=462.3
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 3946112 0 0 0 44410 1820 0 0 25 0 1 0 21783892 74629120 16006 4089446400 4194304 9819077 140735770574800 18446744073709551615 7804508 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 18220 16006 734 1374 0 16841 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 72880

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 4/179 21082
/proc/meminfo: memFree=28981916/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=73728 CPUtime=522.31
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 4267576 0 0 0 50238 1993 0 0 25 0 1 0 21783892 75497472 16300 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 18432 16300 734 1374 0 17053 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 73728

[startup+582.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/179 21082
/proc/meminfo: memFree=28902236/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=75164 CPUtime=582.32
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 4571838 0 0 0 56064 2168 0 0 25 0 1 0 21783892 76967936 16555 4089446400 4194304 9819077 140735770574800 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 18791 16555 734 1374 0 17412 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 75164

[startup+642.301 s]
/proc/loadavg: 2.01 2.02 2.00 4/179 21084
/proc/meminfo: memFree=28820060/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=77604 CPUtime=642.33
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 4831679 0 0 0 61914 2319 0 0 25 0 1 0 21783892 79466496 17074 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 19401 17074 734 1374 0 18022 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 77604

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21099
/proc/meminfo: memFree=28498304/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=86692 CPUtime=882.33
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 5929619 0 0 0 85325 2908 0 0 25 0 1 0 21783892 88772608 19189 4089446400 4194304 9819077 140735770574800 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 21673 19189 734 1374 0 20294 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 86692

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21101
/proc/meminfo: memFree=28416160/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=90464 CPUtime=942.33
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 6178676 0 0 0 91190 3043 0 0 25 0 1 0 21783892 92635136 20100 4089446400 4194304 9819077 140735770574800 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 22616 20100 734 1374 0 21237 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 90464

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21103
/proc/meminfo: memFree=28337696/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=91260 CPUtime=1002.33
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 6421661 0 0 0 97057 3176 0 0 25 0 1 0 21783892 93450240 20327 4089446400 4194304 9819077 140735770574800 18446744073709551615 4223007 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 22815 20327 734 1374 0 21436 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 91260

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21105
/proc/meminfo: memFree=28257676/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=91872 CPUtime=1062.34
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 6646087 0 0 0 102938 3296 0 0 25 0 1 0 21783892 94076928 20452 4089446400 4194304 9819077 140735770574800 18446744073709551615 4999847 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 22968 20452 734 1374 0 21589 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 91872

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21107
/proc/meminfo: memFree=28178620/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=92316 CPUtime=1122.34
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 6858707 0 0 0 108818 3416 0 0 25 0 1 0 21783892 94531584 20573 4089446400 4194304 9819077 140735770574800 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 23079 20573 734 1374 0 21700 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 92316

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21107
/proc/meminfo: memFree=28099556/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=94868 CPUtime=1182.33
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 7068641 0 0 0 114699 3534 0 0 25 0 1 0 21783892 97144832 21205 4089446400 4194304 9819077 140735770574800 18446744073709551615 6513014 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 23717 21205 734 1374 0 22338 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 94868

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21109
/proc/meminfo: memFree=28011784/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=96936 CPUtime=1242.34
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 7288880 0 0 0 120579 3655 0 0 25 0 1 0 21783892 99262464 21649 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 24234 21649 734 1374 0 22855 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 96936

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21111
/proc/meminfo: memFree=27925536/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=97620 CPUtime=1302.35
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 7487365 0 0 0 126468 3767 0 0 25 0 1 0 21783892 99962880 21714 4089446400 4194304 9819077 140735770574800 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 24405 21714 734 1374 0 23026 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 97620

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21113
/proc/meminfo: memFree=27836040/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=101876 CPUtime=1362.35
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 7801955 0 0 0 132322 3913 0 0 25 0 1 0 21783892 104321024 22589 4089446400 4194304 9819077 140735770574800 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 25469 22589 734 1374 0 24090 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 101876

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21115
/proc/meminfo: memFree=27749400/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=101952 CPUtime=1422.35
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 8109929 0 0 0 138179 4056 0 0 25 0 1 0 21783892 104398848 22601 4089446400 4194304 9819077 140735770574800 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 25488 22601 734 1374 0 24109 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 101952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21115
/proc/meminfo: memFree=27665384/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=102168 CPUtime=1482.35
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 8380595 0 0 0 144045 4190 0 0 25 0 1 0 21783892 104620032 22716 4089446400 4194304 9819077 140735770574800 18446744073709551615 4665896 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 25542 22716 734 1374 0 24163 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 102168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21117
/proc/meminfo: memFree=27579008/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=102388 CPUtime=1542.35
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 8661226 0 0 0 149907 4328 0 0 25 0 1 0 21783892 104845312 22800 4089446400 4194304 9819077 140735770574800 18446744073709551615 6567593 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 25597 22800 734 1374 0 24218 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 102388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 21119
/proc/meminfo: memFree=27495248/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=103272 CPUtime=1602.36
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 8920917 0 0 0 155770 4466 0 0 25 0 1 0 21783892 105750528 23028 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21067/statm: 25818 23028 734 1374 0 24439 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 103272

[startup+1662.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 21194
/proc/meminfo: memFree=29830548/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=105144 CPUtime=1662.36
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 9099311 0 0 0 161644 4592 0 0 25 0 1 0 21783892 107667456 23452 4089446400 4194304 9819077 140735770574800 18446744073709551615 6367550 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21067/statm: 26286 23452 734 1374 0 24907 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 105144

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 21196
/proc/meminfo: memFree=29827868/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=106156 CPUtime=1722.36
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 9268701 0 0 0 167516 4720 0 0 25 0 1 0 21783892 108703744 23794 4089446400 4194304 9819077 140735770574800 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21067/statm: 26539 23794 734 1374 0 25160 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 106156

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 21196
/proc/meminfo: memFree=29826040/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=106952 CPUtime=1782.36
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 9459217 0 0 0 173388 4848 0 0 25 0 1 0 21783892 109518848 23899 4089446400 4194304 9819077 140735770574800 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21067/statm: 26738 23899 734 1374 0 25359 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 106952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 21198
/proc/meminfo: memFree=29822660/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=111044 CPUtime=1800.07
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 9511199 0 0 0 175123 4884 0 0 25 0 1 0 21783892 113709056 24564 4089446400 4194304 9819077 140735770574800 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21067/statm: 27761 24564 734 1374 0 26382 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 111044

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

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

[startup+1800.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 21198
/proc/meminfo: memFree=29822660/32950928 swapFree=67111528/67111528
[pid=21067] ppid=21065 vsize=110132 CPUtime=1800.17
/proc/21067/stat : 21067 (pbscip.linux.x8) R 21065 21067 19224 0 -1 4202496 9511320 0 0 0 175133 4884 0 0 18 0 1 0 21783892 112775168 24341 4089446400 4194304 9819077 140735770574800 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21067/statm: 27533 24341 735 1374 0 26154 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 110132

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.26
CPU user time (s): 1751.41
CPU system time (s): 48.8466
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 111244

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

runsolver used 2.53661 second user time and 5.65514 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-07 22:48:21
IDJOB=2700573
IDBENCH=79440
IDSOLVER=1205
FILE ID=node127/2700573-1278535701
PBS_JOBID= 11239224
Free space on /tmp= 73196 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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-2700573-1278535701/watcher-2700573-1278535701 -o /tmp/evaluation-result-2700573-1278535701/solver-2700573-1278535701 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700573-1278535701.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1488927910

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29707300 kB
Buffers:        140456 kB
Cached:        2624952 kB
SwapCached:          0 kB
Active:        1423556 kB
Inactive:      1664280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29707300 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:      321976 kB
Mapped:          16844 kB
Slab:            92640 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   469744 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= 73196 MiB
End job on node127 at 2010-07-07 23:18:23