Trace number 2700585

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 solver? (TO) 1800.78 1800.73

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark1800.17
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2700585-1278535726.wbo>
0.00/0.03	c original problem has 6388 variables (3444 bin, 0 int, 0 impl, 2944 cont) and 6014 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	c presolving:
0.06/0.07	c (round 1) 0 del vars, 0 del conss, 2944 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2944 impls, 125 clqs
0.06/0.09	c (round 2) 0 del vars, 0 del conss, 2944 chg bounds, 0 chg sides, 0 chg coeffs, 126 upgd conss, 2944 impls, 125 clqs
0.09/0.16	c    (0.1s) probing: 101/3444 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (3 rounds):
0.09/0.16	c  0 deleted vars, 0 deleted constraints, 2944 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.16	c  2944 implications, 125 cliques
0.09/0.16	c presolved problem has 6388 variables (3444 bin, 0 int, 0 impl, 2944 cont) and 6014 constraints
0.09/0.16	c    2944 constraints of type <indicator>
0.09/0.16	c       1 constraints of type <knapsack>
0.09/0.16	c     125 constraints of type <setppc>
0.09/0.16	c    2944 constraints of type <linear>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.11
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.2
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1799.97
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 3420
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c   0.1s|     1 |     0 |   125 |     - |  21M|   0 |   0 |6388 |6014 |6388 | 126 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.1s|     1 |     0 |   193 |     - |  21M|   0 |   0 |6388 |6014 |6388 | 326 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.1s|     1 |     0 |   310 |     - |  21M|   0 |  60 |6388 |6014 |6388 | 526 | 400 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   456 |     - |  21M|   0 | 214 |6388 |6014 |6388 | 737 | 611 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   636 |     - |  21M|   0 | 320 |6388 |6014 |6388 | 930 | 804 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |  1153 |     - |  22M|   0 | 340 |6388 |6014 |6388 |1098 | 972 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.6s|     1 |     0 |  2407 |     - |  24M|   0 | 317 |6388 |6014 |6388 |1200 |1074 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.79/4.87	c   4.8s|     1 |     2 |  3083 |     - |  24M|   0 | 317 |6388 |6014 |6388 |1200 |1074 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
103.40/103.46	c   102s| 10000 | 10001 |450232 |  44.8 |  52M|  65 |   0 |6388 |6014 |6388 |1327 |  68k|   0 |2155 | 0.000000e+00 |      --      |    Inf 
138.79/138.85	c   136s| 20000 | 20001 |511620 |  25.5 |  77M| 765 |   0 |6388 |6014 |6388 |1518 |  79k|   0 |2261 | 0.000000e+00 |      --      |    Inf 
169.09/169.14	c   166s| 30000 | 30001 |534295 |  17.7 | 102M| 765 |   0 |6388 |6014 |6388 |1355 |  83k|   0 |2529 | 0.000000e+00 |      --      |    Inf 
199.79/199.88	c   197s| 40000 | 39999 |559453 |  13.9 | 126M| 765 |   0 |6388 |6019 |6388 |1535 |  87k|   5 |2653 | 0.000000e+00 |      --      |    Inf 
231.19/231.22	c   228s| 50000 | 49999 |589996 |  11.8 | 151M| 765 |   0 |6388 |6019 |6388 |1388 |  91k|   5 |2669 | 0.000000e+00 |      --      |    Inf 
262.19/262.23	c   258s| 60000 | 59999 |618114 |  10.3 | 176M| 765 |   0 |6388 |6019 |6388 |1500 |  96k|   5 |2727 | 0.000000e+00 |      --      |    Inf 
293.70/293.77	c   289s| 70000 | 69999 |644203 |   9.2 | 200M| 765 |   0 |6388 |6019 |6388 |1497 | 100k|   5 |3025 | 0.000000e+00 |      --      |    Inf 
324.00/324.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.00/324.00	c   319s| 80000 | 79999 |669642 |   8.3 | 225M| 765 |   0 |6388 |6019 |6388 |1504 | 103k|   5 |3054 | 0.000000e+00 |      --      |    Inf 
355.10/355.11	c   350s| 90000 | 89999 |697759 |   7.7 | 250M| 765 |   0 |6388 |6019 |6388 |1421 | 108k|   5 |3058 | 0.000000e+00 |      --      |    Inf 
386.50/386.55	c   381s|100000 | 99999 |726080 |   7.2 | 274M| 765 |   0 |6388 |6019 |6388 |1344 | 113k|   5 |3293 | 0.000000e+00 |      --      |    Inf 
417.80/417.89	c   412s|110000 |109997 |754318 |   6.8 | 299M| 765 |   0 |6388 |6029 |6388 |1479 | 117k|  15 |3442 | 0.000000e+00 |      --      |    Inf 
448.71/448.72	c   442s|120000 |119997 |788238 |   6.5 | 323M| 765 |   0 |6388 |6029 |6388 |1378 | 122k|  15 |3500 | 0.000000e+00 |      --      |    Inf 
479.60/479.63	c   473s|130000 |129997 |822199 |   6.3 | 348M| 765 |   0 |6388 |6029 |6388 |1414 | 127k|  15 |3507 | 0.000000e+00 |      --      |    Inf 
510.80/510.89	c   503s|140000 |139997 |854908 |   6.1 | 372M| 765 |   0 |6388 |6029 |6388 |1476 | 133k|  15 |3513 | 0.000000e+00 |      --      |    Inf 
541.80/541.89	c   534s|150000 |149997 |887885 |   5.9 | 397M| 765 |   0 |6388 |6029 |6388 |1490 | 138k|  15 |3514 | 0.000000e+00 |      --      |    Inf 
571.51/571.54	c   563s|160000 |159997 |914308 |   5.7 | 421M| 765 |   0 |6388 |6029 |6388 |1461 | 142k|  15 |3518 | 0.000000e+00 |      --      |    Inf 
599.30/599.33	c   591s|170000 |169997 |936822 |   5.5 | 446M| 765 |   0 |6388 |6029 |6388 |1507 | 147k|  15 |3518 | 0.000000e+00 |      --      |    Inf 
628.21/628.22	c   620s|180000 |179997 |962292 |   5.3 | 470M| 765 |   0 |6388 |6029 |6388 |1542 | 151k|  15 |3519 | 0.000000e+00 |      --      |    Inf 
655.70/655.76	c   647s|190000 |189997 |982638 |   5.2 | 495M| 765 |   0 |6388 |6029 |6388 |1504 | 155k|  15 |3524 | 0.000000e+00 |      --      |    Inf 
686.10/686.17	c   677s|200000 |199997 |  1012k|   5.0 | 519M| 765 |   0 |6388 |6029 |6388 |1351 | 159k|  15 |3527 | 0.000000e+00 |      --      |    Inf 
716.11/716.11	c   706s|210000 |209997 |  1036k|   4.9 | 544M| 765 |   0 |6388 |6029 |6388 |1532 | 163k|  15 |3528 | 0.000000e+00 |      --      |    Inf 
744.81/744.84	c   735s|220000 |219997 |  1059k|   4.8 | 568M| 765 |   0 |6388 |6029 |6388 |1393 | 167k|  15 |3529 | 0.000000e+00 |      --      |    Inf 
773.61/773.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
773.61/773.68	c   763s|230000 |229997 |  1081k|   4.7 | 593M| 765 |   0 |6388 |6029 |6388 |1523 | 171k|  15 |3566 | 0.000000e+00 |      --      |    Inf 
803.91/803.90	c   793s|240000 |239997 |  1106k|   4.6 | 617M| 765 |   0 |6388 |6029 |6388 |1505 | 176k|  15 |3886 | 0.000000e+00 |      --      |    Inf 
833.91/833.90	c   823s|250000 |249997 |  1136k|   4.5 | 642M| 765 |   0 |6388 |6029 |6388 |1334 | 180k|  15 |3902 | 0.000000e+00 |      --      |    Inf 
864.42/864.40	c   853s|260000 |259997 |  1166k|   4.5 | 666M| 765 |   0 |6388 |6029 |6388 |1513 | 185k|  15 |3910 | 0.000000e+00 |      --      |    Inf 
895.21/895.29	c   883s|270000 |269997 |  1189k|   4.4 | 691M| 765 |   0 |6388 |6029 |6388 |1517 | 189k|  15 |4105 | 0.000000e+00 |      --      |    Inf 
925.62/925.67	c   914s|280000 |279997 |  1214k|   4.3 | 716M| 765 |   0 |6388 |6029 |6388 |1522 | 193k|  15 |4212 | 0.000000e+00 |      --      |    Inf 
955.92/955.95	c   943s|290000 |289997 |  1238k|   4.3 | 740M| 765 |   0 |6388 |6029 |6388 |1540 | 196k|  15 |4240 | 0.000000e+00 |      --      |    Inf 
986.02/986.03	c   973s|300000 |299997 |  1262k|   4.2 | 765M| 765 |   0 |6388 |6029 |6388 |1443 | 200k|  15 |4278 | 0.000000e+00 |      --      |    Inf 
1016.62/1016.68	c  1003s|310000 |309997 |  1291k|   4.2 | 789M| 765 |   0 |6388 |6029 |6388 |1515 | 205k|  15 |4365 | 0.000000e+00 |      --      |    Inf 
1048.01/1048.02	c  1034s|320000 |319997 |  1322k|   4.1 | 814M| 765 |   0 |6388 |6029 |6388 |1434 | 210k|  15 |4655 | 0.000000e+00 |      --      |    Inf 
1078.12/1078.19	c  1064s|330000 |329997 |  1362k|   4.1 | 838M| 765 |   0 |6388 |6029 |6388 |1420 | 217k|  15 |4664 | 0.000000e+00 |      --      |    Inf 
1107.92/1107.99	c  1094s|340000 |339997 |  1399k|   4.1 | 863M| 765 |   0 |6388 |6029 |6388 |1437 | 225k|  15 |4710 | 0.000000e+00 |      --      |    Inf 
1138.82/1138.82	c  1124s|350000 |349997 |  1436k|   4.1 | 887M| 765 |   0 |6388 |6029 |6388 |1472 | 232k|  15 |4968 | 0.000000e+00 |      --      |    Inf 
1169.02/1169.03	c  1154s|360000 |359997 |  1473k|   4.1 | 912M| 765 |   0 |6388 |6029 |6388 |1552 | 240k|  15 |4995 | 0.000000e+00 |      --      |    Inf 
1198.82/1198.90	c  1183s|370000 |369997 |  1506k|   4.1 | 936M| 765 |   0 |6388 |6029 |6388 |1479 | 246k|  15 |5007 | 0.000000e+00 |      --      |    Inf 
1229.72/1229.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.72/1229.73	c  1214s|380000 |379997 |  1546k|   4.1 | 961M| 765 |   0 |6388 |6029 |6388 |1555 | 254k|  15 |5282 | 0.000000e+00 |      --      |    Inf 
1260.32/1260.31	c  1244s|390000 |389997 |  1587k|   4.1 | 986M| 765 |   0 |6388 |6029 |6388 |1504 | 261k|  15 |5351 | 0.000000e+00 |      --      |    Inf 
1290.33/1290.34	c  1274s|400000 |399997 |  1626k|   4.1 |1010M| 765 |   0 |6388 |6029 |6388 |1445 | 268k|  15 |5363 | 0.000000e+00 |      --      |    Inf 
1320.93/1320.93	c  1304s|410000 |409997 |  1661k|   4.0 |1035M| 765 |   0 |6388 |6029 |6388 |1396 | 275k|  15 |5568 | 0.000000e+00 |      --      |    Inf 
1351.23/1351.27	c  1334s|420000 |419997 |  1695k|   4.0 |1059M| 765 |   0 |6388 |6029 |6388 |1467 | 282k|  15 |5701 | 0.000000e+00 |      --      |    Inf 
1381.03/1381.08	c  1363s|430000 |429997 |  1728k|   4.0 |1083M| 765 |   0 |6388 |6029 |6388 |1417 | 289k|  15 |5708 | 0.000000e+00 |      --      |    Inf 
1411.12/1411.18	c  1393s|440000 |439997 |  1759k|   4.0 |1108M| 765 |   0 |6388 |6029 |6388 |1402 | 295k|  15 |5840 | 0.000000e+00 |      --      |    Inf 
1441.73/1441.74	c  1423s|450000 |449997 |  1793k|   4.0 |1132M| 765 |   0 |6388 |6029 |6388 |1488 | 301k|  15 |5897 | 0.000000e+00 |      --      |    Inf 
1472.72/1472.79	c  1454s|460000 |459997 |  1828k|   4.0 |1157M| 765 |   0 |6388 |6029 |6388 |1484 | 307k|  15 |6186 | 0.000000e+00 |      --      |    Inf 
1503.23/1503.23	c  1484s|470000 |469997 |  1857k|   3.9 |1181M| 765 |   0 |6388 |6029 |6388 |1490 | 312k|  15 |6271 | 0.000000e+00 |      --      |    Inf 
1533.44/1533.48	c  1514s|480000 |479997 |  1884k|   3.9 |1206M| 765 |   0 |6388 |6029 |6388 |1530 | 316k|  15 |6278 | 0.000000e+00 |      --      |    Inf 
1563.44/1563.43	c  1543s|490000 |489997 |  1910k|   3.9 |1230M| 765 |   0 |6388 |6029 |6388 |1492 | 321k|  15 |6284 | 0.000000e+00 |      --      |    Inf 
1594.33/1594.34	c  1574s|500000 |499997 |  1938k|   3.9 |1255M| 765 |   0 |6388 |6029 |6388 |1322 | 326k|  15 |6455 | 0.000000e+00 |      --      |    Inf 
1626.04/1626.04	c  1605s|510000 |509997 |  1973k|   3.9 |1279M| 765 |   0 |6388 |6029 |6388 |1305 | 332k|  15 |6689 | 0.000000e+00 |      --      |    Inf 
1656.94/1656.90	c  1636s|520000 |519997 |  2004k|   3.8 |1304M| 765 |   0 |6388 |6029 |6388 |1403 | 337k|  15 |6707 | 0.000000e+00 |      --      |    Inf 
1687.23/1687.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1687.23/1687.29	c  1666s|530000 |529997 |  2031k|   3.8 |1328M| 765 |   0 |6388 |6029 |6388 |1373 | 342k|  15 |6713 | 0.000000e+00 |      --      |    Inf 
1717.84/1717.85	c  1696s|540000 |539997 |  2057k|   3.8 |1352M| 765 |   0 |6388 |6029 |6388 |1469 | 346k|  15 |6761 | 0.000000e+00 |      --      |    Inf 
1748.94/1748.95	c  1727s|550000 |549997 |  2080k|   3.8 |1377M| 765 |   0 |6388 |6029 |6388 |1493 | 350k|  15 |6988 | 0.000000e+00 |      --      |    Inf 
1780.13/1780.10	c  1757s|560000 |559997 |  2105k|   3.8 |1401M| 765 |   0 |6388 |6028 |6388 |1425 | 354k|  15 |7030 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1777.01
1800.04/1800.01	c Solving Nodes      : 566537
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1777.01
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2700585-1278535726.wbo
1800.04/1800.01	c   Variables        : 6388 (3444 binary, 0 integer, 0 implicit integer, 2944 continuous)
1800.04/1800.01	c   Constraints      : 6014 initial, 6014 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2700585-1278535726.wbo
1800.04/1800.01	c   Variables        : 6388 (3444 binary, 0 integer, 0 implicit integer, 2944 continuous)
1800.04/1800.01	c   Constraints      : 6014 initial, 6029 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.03          0          0          0       2944          0          0          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     630818          0          0          1          0          0      75196
1800.04/1800.01	c   indicator        :       2944          0     749618     593219          0          0     578582          0          0          0
1800.04/1800.01	c   knapsack         :          1          6     749618     593219          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :        125          6     749618     593219          0          0     120265          0          0          0
1800.04/1800.01	c   linear           :       2944          6     749618     593219          0          2     170334     357527          0          0
1800.04/1800.01	c   logicor          :          0+         0      11455          0          0          0        276          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0     528937          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :      43.58       0.00       0.00      43.58       0.00
1800.04/1800.01	c   indicator        :     190.75       0.01      24.00     166.74       0.00
1800.04/1800.01	c   knapsack         :      23.06       0.00      22.69       0.37       0.00
1800.04/1800.01	c   setppc           :       3.48       0.00       1.79       1.69       0.00
1800.04/1800.01	c   linear           :     115.37       0.00      15.56      99.81       0.00
1800.04/1800.01	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1800.04/1800.01	c   countsols        :       0.18       0.00       0.00       0.18       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.31          2          0          0
1800.04/1800.01	c   rootredcost      :       0.32          0          0          0
1800.04/1800.01	c   pseudoobj        :      37.96     749418          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.00          2          2          2       11.0         14        3.0          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -         15        4.1          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          3          -          -         61          -    (maximal pool size: 794)
1800.04/1800.01	c   redcost          :      70.10     630139          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.04          4          0          0        862          0
1800.04/1800.01	c   strongcg         :       0.03          4          0          0          0          0
1800.04/1800.01	c   cmir             :       0.04          4          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.08          4          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          4          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :      43.20      37599          0          1          0          0      75196
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :     185.30     528937          0          0          0          0    1057874
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.46          0          0
1800.04/1800.01	c   crossover        :       0.28          0          0
1800.04/1800.01	c   trivial          :       0.01          2          0
1800.04/1800.01	c   simplerounding   :       0.27          0          0
1800.04/1800.01	c   zirounding       :       0.22       1000          0
1800.04/1800.01	c   rounding         :       0.29       2742          0
1800.04/1800.01	c   shifting         :       1.36        812          0
1800.04/1800.01	c   intshifting      :       0.23         23          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       1.38         68          0
1800.04/1800.01	c   coefdiving       :       3.57       1759          0
1800.04/1800.01	c   pscostdiving     :       3.29       1759          0
1800.04/1800.01	c   fracdiving       :       3.66       1759          0
1800.04/1800.01	c   veclendiving     :       3.32       1759          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       3.59       1735          0
1800.04/1800.01	c   rootsoldiving    :       3.33       1735          0
1800.04/1800.01	c   linesearchdiving :       3.18       1759          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.03          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.26          0          0
1800.04/1800.01	c   trysol           :       3.77       2703          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     777.62     141076    2112464      14.97    2716.58
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       1.96        452       8779      19.42    4479.08
1800.04/1800.01	c   strong branching :      42.57       7056     330285      46.81    7758.63
1800.04/1800.01	c     (at root node) :          -         33      29643     898.27          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     566537
1800.04/1800.01	c   nodes (total)    :     566537
1800.04/1800.01	c   nodes left       :     566534
1800.04/1800.01	c   max depth        :        765
1800.04/1800.01	c   max depth (total):        765
1800.04/1800.01	c   backtracks       :       1875 (0.3%)
1800.04/1800.01	c   delayed cutoffs  :          0
1800.04/1800.01	c   repropagations   :         22 (8 domain reductions, 0 cutoffs)
1800.04/1800.01	c   avg switch length:       2.04
1800.04/1800.01	c   switching time   :      36.83
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :       2407
1800.75/1800.73	c Time complete: 1800.78.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700585-1278535726/watcher-2700585-1278535726 -o /tmp/evaluation-result-2700585-1278535726/solver-2700585-1278535726 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700585-1278535726.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 1.97 1.70 4/178 18265
/proc/meminfo: memFree=28594236/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=11272 CPUtime=0
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 1749 0 0 0 0 0 0 0 25 0 1 0 21785557 11542528 1670 4089446400 4194304 9819077 140737154128816 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18265/statm: 2818 1670 392 1374 0 1439 0

[startup+0.068847 s]
/proc/loadavg: 1.99 1.97 1.70 4/178 18265
/proc/meminfo: memFree=28594236/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=37032 CPUtime=0.06
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 8297 0 0 0 6 0 0 0 25 0 1 0 21785557 37920768 7864 4089446400 4194304 9819077 140737154128816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 9258 7864 485 1374 0 7879 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37032

[startup+0.100838 s]
/proc/loadavg: 1.99 1.97 1.70 4/178 18265
/proc/meminfo: memFree=28594236/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=37244 CPUtime=0.09
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 9161 0 0 0 9 0 0 0 25 0 1 0 21785557 38137856 7953 4089446400 4194304 9819077 140737154128816 18446744073709551615 4442946 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 9311 7953 502 1374 0 7932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37244

[startup+0.300802 s]
/proc/loadavg: 1.99 1.97 1.70 4/178 18265
/proc/meminfo: memFree=28594236/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=47820 CPUtime=0.29
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 12683 0 0 0 28 1 0 0 25 0 1 0 21785557 48967680 10202 4089446400 4194304 9819077 140737154128816 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 11955 10202 680 1374 0 10576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47820

[startup+0.700731 s]
/proc/loadavg: 1.99 1.97 1.70 4/178 18265
/proc/meminfo: memFree=28594236/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=51928 CPUtime=0.69
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 15264 0 0 0 68 1 0 0 25 0 1 0 21785557 53174272 11166 4089446400 4194304 9819077 140737154128816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 12982 11166 684 1374 0 11603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51928

[startup+1.50059 s]
/proc/loadavg: 1.99 1.97 1.70 3/179 18266
/proc/meminfo: memFree=28545620/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=55524 CPUtime=1.49
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 22008 0 0 0 146 3 0 0 25 0 1 0 21785557 56856576 12538 4089446400 4194304 9819077 140737154128816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 13881 12538 714 1374 0 12502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55524

[startup+3.1003 s]
/proc/loadavg: 1.99 1.97 1.70 3/179 18266
/proc/meminfo: memFree=28544876/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=55524 CPUtime=3.09
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 22577 0 0 0 305 4 0 0 25 0 1 0 21785557 56856576 12560 4089446400 4194304 9819077 140737154128816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 13881 12560 714 1374 0 12502 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55524

[startup+6.30074 s]
/proc/loadavg: 1.99 1.97 1.70 3/179 18266
/proc/meminfo: memFree=28544016/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=55524 CPUtime=6.29
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 23157 0 0 0 623 6 0 0 25 0 1 0 21785557 56856576 12580 4089446400 4194304 9819077 140737154128816 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 13881 12580 717 1374 0 12502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55524

[startup+12.7006 s]
/proc/loadavg: 1.99 1.97 1.71 3/179 18266
/proc/meminfo: memFree=28541668/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=55524 CPUtime=12.69
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 23588 0 0 0 1259 10 0 0 25 0 1 0 21785557 56856576 12593 4089446400 4194304 9819077 140737154128816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 13881 12593 717 1374 0 12502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55524

[startup+25.5003 s]
/proc/loadavg: 1.99 1.97 1.71 3/179 18267
/proc/meminfo: memFree=28535824/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=55804 CPUtime=25.49
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 28530 0 0 0 2530 19 0 0 25 0 1 0 21785557 57143296 12631 4089446400 4194304 9819077 140737154128816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 13951 12631 718 1374 0 12572 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55804

[startup+51.1007 s]
/proc/loadavg: 1.99 1.97 1.72 3/179 18295
/proc/meminfo: memFree=29776400/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=62920 CPUtime=51.09
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 166124 0 0 0 5043 66 0 0 25 0 1 0 21785557 64430080 14081 4089446400 4194304 9819077 140737154128816 18446744073709551615 6628413 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 15730 14081 718 1374 0 14351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62920

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.73 3/179 18297
/proc/meminfo: memFree=29664912/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=82068 CPUtime=102.29
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 639057 0 0 0 10047 182 0 0 25 0 1 0 21785557 84037632 18758 4089446400 4194304 9819077 140737154128816 18446744073709551615 6513014 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18265/statm: 20517 18758 718 1374 0 19138 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82068

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 18298
/proc/meminfo: memFree=29523004/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=132776 CPUtime=162.29
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 928472 0 0 0 15960 269 0 0 25 0 1 0 21785557 135962624 31539 4089446400 4194304 9819077 140737154128816 18446744073709551615 6590687 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 33194 31539 718 1374 0 31815 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132776

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 18300
/proc/meminfo: memFree=29378844/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=177920 CPUtime=222.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 1159078 0 0 0 21880 350 0 0 25 0 1 0 21785557 182190080 42914 4089446400 4194304 9819077 140737154128816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 44480 42914 722 1374 0 43101 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 177920

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/179 18301
/proc/meminfo: memFree=29248924/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=224804 CPUtime=282.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 1391639 0 0 0 27796 434 0 0 25 0 1 0 21785557 230199296 54160 4089446400 4194304 9819077 140737154128816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 56201 54160 722 1374 0 54822 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 224804

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/179 18303
/proc/meminfo: memFree=29127672/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=277268 CPUtime=342.29
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 1620430 0 0 0 33716 513 0 0 25 0 1 0 21785557 283922432 67361 4089446400 4194304 9819077 140737154128816 18446744073709551615 6581308 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 69283 67358 722 1374 0 67904 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 277268

[startup+402.301 s]
/proc/loadavg: 2.12 2.00 1.80 3/179 18305
/proc/meminfo: memFree=29010292/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=320952 CPUtime=402.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 1884802 0 0 0 39635 595 0 0 25 0 1 0 21785557 328654848 78543 4089446400 4194304 9819077 140737154128816 18446744073709551615 7220598 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 80238 78543 722 1374 0 78859 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 320952

[startup+462.301 s]
/proc/loadavg: 2.04 2.00 1.81 3/179 18306
/proc/meminfo: memFree=28875428/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=369400 CPUtime=462.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 2093097 0 0 0 45558 672 0 0 25 0 1 0 21785557 378265600 90521 4089446400 4194304 9819077 140737154128816 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 92350 90521 722 1374 0 90971 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 369400

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.82 3/179 18308
/proc/meminfo: memFree=28757664/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=413096 CPUtime=522.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 2307490 0 0 0 51477 753 0 0 25 0 1 0 21785557 423010304 101569 4089446400 4194304 9819077 140737154128816 18446744073709551615 6361687 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 103274 101569 722 1374 0 101895 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 413096

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 18309
/proc/meminfo: memFree=28603916/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=464856 CPUtime=582.3
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 2469317 0 0 0 57414 816 0 0 25 0 1 0 21785557 476012544 114604 4089446400 4194304 9819077 140737154128816 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 116214 114604 722 1374 0 114835 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 464856

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 18311
/proc/meminfo: memFree=28449436/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=513748 CPUtime=642.31
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 2618578 0 0 0 63353 878 0 0 25 0 1 0 21785557 526077952 126887 4089446400 4194304 9819077 140737154128816 18446744073709551615 7816457 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 128437 126887 722 1374 0 127058 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 513748

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 1.87 3/179 18330
/proc/meminfo: memFree=27669152/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=806852 CPUtime=1002.32
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 3732690 0 0 0 98929 1303 0 0 25 0 1 0 21785557 826216448 199572 4089446400 4194304 9819077 140737154128816 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 201713 199572 722 1374 0 200334 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 806852

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/179 18331
/proc/meminfo: memFree=27565416/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=854652 CPUtime=1062.31
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 3964547 0 0 0 104852 1379 0 0 25 0 1 0 21785557 875163648 211639 4089446400 4194304 9819077 140737154128816 18446744073709551615 4407896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 213663 211639 722 1374 0 212284 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 854652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 18333
/proc/meminfo: memFree=27433284/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=903168 CPUtime=1122.32
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 4164199 0 0 0 110778 1454 0 0 25 0 1 0 21785557 924844032 223805 4089446400 4194304 9819077 140737154128816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 225792 223805 722 1374 0 224413 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 903168

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 18334
/proc/meminfo: memFree=27282388/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=951504 CPUtime=1182.32
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 4365086 0 0 0 116706 1526 0 0 25 0 1 0 21785557 974340096 236011 4089446400 4194304 9819077 140737154128816 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 237876 236011 722 1374 0 236497 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 951504

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 18336
/proc/meminfo: memFree=27136096/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=996228 CPUtime=1242.32
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 4582672 0 0 0 122622 1610 0 0 25 0 1 0 21785557 1020137472 247226 4089446400 4194304 9819077 140737154128816 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 249057 247226 722 1374 0 247678 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 996228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 18338
/proc/meminfo: memFree=26992812/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1044712 CPUtime=1302.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 4797625 0 0 0 128550 1683 0 0 25 0 1 0 21785557 1069785088 259418 4089446400 4194304 9819077 140737154128816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 261178 259418 722 1374 0 259799 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1044712

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18339
/proc/meminfo: memFree=26853484/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1094588 CPUtime=1362.32
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5027164 0 0 0 134473 1759 0 0 25 0 1 0 21785557 1120858112 271995 4089446400 4194304 9819077 140737154128816 18446744073709551615 4590132 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 273647 271995 722 1374 0 272268 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1094588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18341
/proc/meminfo: memFree=26714768/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1142900 CPUtime=1422.34
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5189949 0 0 0 140406 1828 0 0 25 0 1 0 21785557 1170329600 284262 4089446400 4194304 9819077 140737154128816 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 285725 284262 722 1374 0 284346 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1142900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18342
/proc/meminfo: memFree=26585376/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1197784 CPUtime=1482.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5377596 0 0 0 146324 1909 0 0 25 0 1 0 21785557 1226530816 295933 4089446400 4194304 9819077 140737154128816 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 299446 295933 722 1374 0 298067 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1197784

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 18344
/proc/meminfo: memFree=26457232/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1245484 CPUtime=1542.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5562910 0 0 0 152248 1985 0 0 25 0 1 0 21785557 1275375616 307875 4089446400 4194304 9819077 140737154128816 18446744073709551615 4697639 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 311371 307875 722 1374 0 309992 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1245484

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 18346
/proc/meminfo: memFree=26356700/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1292212 CPUtime=1602.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5762122 0 0 0 158171 2062 0 0 25 0 1 0 21785557 1323225088 319701 4089446400 4194304 9819077 140737154128816 18446744073709551615 6628312 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 323053 319701 722 1374 0 321674 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1292212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18347
/proc/meminfo: memFree=26267476/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1336628 CPUtime=1662.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 5961528 0 0 0 164099 2134 0 0 25 0 1 0 21785557 1368707072 330847 4089446400 4194304 9819077 140737154128816 18446744073709551615 7816463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 334157 330847 722 1374 0 332778 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1336628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18349
/proc/meminfo: memFree=26131968/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1385936 CPUtime=1722.33
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6133175 0 0 0 170029 2204 0 0 25 0 1 0 21785557 1419198464 343241 4089446400 4194304 9819077 140737154128816 18446744073709551615 6519587 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 346484 343241 722 1374 0 345105 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1385936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18350
/proc/meminfo: memFree=25991248/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1429356 CPUtime=1782.34
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6334308 0 0 0 175953 2281 0 0 25 0 1 0 21785557 1463660544 354149 4089446400 4194304 9819077 140737154128816 18446744073709551615 5813833 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 357339 354149 722 1374 0 355960 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1429356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18353
/proc/meminfo: memFree=25945208/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1445508 CPUtime=1800.04
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6388746 0 0 0 177703 2301 0 0 25 0 1 0 21785557 1480200192 358193 4089446400 4194304 9819077 140737154128816 18446744073709551615 4819811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18265/statm: 361377 358193 722 1374 0 359998 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1445508

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18353
/proc/meminfo: memFree=25945208/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=1445508 CPUtime=1800.24
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6388747 0 0 0 177723 2301 0 0 25 0 1 0 21785557 1480200192 358194 4089446400 4194304 9819077 140737154128816 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18265/statm: 361377 358194 723 1374 0 359998 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1445508

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 18355
/proc/meminfo: memFree=26771156/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=597220 CPUtime=1800.64
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6388747 0 0 0 177759 2305 0 0 25 0 1 0 21785557 611553280 146122 4089446400 4194304 9819077 140737154128816 18446744073709551615 6179984 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18265/statm: 149305 146122 723 1374 0 147926 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 597220

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 18355
/proc/meminfo: memFree=26771156/32951124 swapFree=67111528/67111528
[pid=18265] ppid=18263 vsize=226816 CPUtime=1800.75
/proc/18265/stat : 18265 (pbscip.linux.x8) R 18263 18265 17738 0 -1 4202496 6388747 0 0 0 177768 2307 0 0 25 0 1 0 21785557 232259584 53523 4089446400 4194304 9819077 140737154128816 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18265/statm: 56704 53314 723 1374 0 55325 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 226816

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.78
CPU user time (s): 1777.7
CPU system time (s): 23.0805
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1445576

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

runsolver used 2.40663 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-07 22:48:46
IDJOB=2700585
IDBENCH=79441
IDSOLVER=1205
FILE ID=node146/2700585-1278535726
PBS_JOBID= 11239186
Free space on /tmp= 73592 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-dsjc125-1-4_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-2700585-1278535726/watcher-2700585-1278535726 -o /tmp/evaluation-result-2700585-1278535726/solver-2700585-1278535726 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700585-1278535726.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=1258429090

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28594764 kB
Buffers:        139928 kB
Cached:        2746704 kB
SwapCached:          0 kB
Active:        2636056 kB
Inactive:      1572352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28594764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6316 kB
Writeback:           0 kB
AnonPages:     1321888 kB
Mapped:          15172 kB
Slab:            80892 kB
PageTables:       7212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1471308 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= 73588 MiB
End job on node146 at 2010-07-07 23:18:48