Trace number 2664251

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)47 1800.75 1801.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark258.398
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664251-1276620577.opb>
0.02/0.06	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.02/0.06	c problem read
0.02/0.06	c presolving settings loaded
0.02/0.06	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.02/0.08	c presolving:
0.02/0.10	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 111 upgd conss, 0 impls, 0 clqs
0.09/0.14	c (round 3) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.14	c (round 4) 1 del vars, 438 del conss, 1 chg bounds, 10 chg sides, 143 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.29/0.35	c    (0.3s) probing: 164/600 (27.3%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.29/0.35	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.35	c presolving (5 rounds):
0.29/0.35	c  1 deleted vars, 438 deleted constraints, 1 tightened bounds, 0 added holes, 10 changed sides, 143 changed coefficients
0.29/0.35	c  240 implications, 3 cliques
0.29/0.35	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 651 constraints
0.29/0.35	c     214 constraints of type <knapsack>
0.29/0.35	c     437 constraints of type <linear>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.26
0.29/0.35	c - non default parameters ----------------------------------------------------------------------
0.29/0.35	c # SCIP version 1.2.1.2
0.29/0.35	c 
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = 10000
0.29/0.35	c 
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = 1799.95
0.29/0.35	c 
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = 1620
0.29/0.35	c 
0.29/0.35	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.35	c lp/solvefreq = -1
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify inequalities
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/linear/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify knapsacks
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c separating/rapidlearning/freq = 0
0.29/0.35	c 
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving
0.29/0.35	c 
0.29/0.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.35	c   0.3s|     1 |     2 |     0 |     - |3564k|   0 |   - | 600 | 651 |   0 |   0 |   0 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
26.98/27.04	c  26.6s| 10000 |  4996 |     0 |   0.0 |  15M| 463 |   - | 600 |1604 |   0 |   0 |   0 |6046 |   0 | 3.600000e+01 |      --      |    Inf 
51.37/51.41	o 68
51.37/51.41	c *50.7s| 18327 |  6064 |     0 |   0.0 |  20M| 463 |   - | 600 |2477 |   0 |   0 |   0 |  12k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
54.98/55.01	c  54.2s| 20000 |  7057 |     0 |   0.0 |  22M| 463 |   - | 600 |1730 |   0 |   0 |   0 |  13k|   0 | 3.600000e+01 | 6.800000e+01 |  88.89%
67.27/67.37	o 60
67.27/67.37	c *66.4s| 25784 |  9401 |     0 |   0.0 |  29M| 463 |   - | 600 |3042 |   0 |   0 |   0 |  17k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
78.57/78.65	c  77.6s| 30000 | 10538 |     0 |   0.0 |  33M| 463 |   - | 600 |3229 |   0 |   0 |   0 |  21k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
109.75/109.89	c   108s| 40000 | 13578 |     0 |   0.0 |  43M| 463 |   - | 600 |2661 |   0 |   0 |   0 |  30k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
133.15/133.29	c   132s| 50000 | 17453 |     0 |   0.0 |  55M| 463 |   - | 600 |3893 |   0 |   0 |   0 |  38k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
161.74/161.82	c   160s| 60000 | 20034 |     0 |   0.0 |  64M| 463 |   - | 600 |4374 |   0 |   0 |   0 |  48k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
196.63/196.78	c   194s| 70000 | 22171 |     0 |   0.0 |  71M| 463 |   - | 600 |3663 |   0 |   0 |   0 |  59k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
219.72/219.90	c   217s| 80000 | 26392 |     0 |   0.0 |  84M| 463 |   - | 600 |4461 |   0 |   0 |   0 |  66k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
245.92/246.07	c   243s| 90000 | 29367 |     0 |   0.0 |  92M| 463 |   - | 600 |5301 |   0 |   0 |   0 |  76k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
274.81/274.96	c   272s|100000 | 31618 |     0 |   0.0 |  99M| 463 |   - | 600 |5886 |   0 |   0 |   0 |  86k|   0 | 3.600000e+01 | 6.000000e+01 |  66.67%
289.99/290.12	o 51
289.99/290.12	c * 287s|104512 | 26547 |     0 |   0.0 |  85M| 463 |   - | 600 |5691 |   0 |   0 |   0 |  91k|   0 | 3.600000e+01 | 5.100000e+01 |  41.67%
311.20/311.39	c   308s|110000 | 26886 |     0 |   0.0 |  89M| 463 |   - | 600 |4222 |   0 |   0 |   0 |  99k|   0 | 3.600000e+01 | 5.100000e+01 |  41.67%
334.88/335.08	o 50
334.88/335.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.88/335.08	c * 331s|115758 | 26240 |     0 |   0.0 |  91M| 463 |   - | 600 |2848 |   0 |   0 |   0 | 106k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
345.68/345.87	c   342s|120000 | 28037 |     0 |   0.0 |  97M| 463 |   - | 600 |4345 |   0 |   0 |   0 | 110k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
371.68/371.83	c   367s|130000 | 31321 |     0 |   0.0 | 107M| 463 |   - | 600 |8451 |   0 |   0 |   0 | 122k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
398.46/398.69	c   394s|140000 | 34188 |     0 |   0.0 | 115M| 463 |   - | 600 |  11k|   0 |   0 |   0 | 135k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
427.56/427.72	c   423s|150000 | 36415 |     0 |   0.0 | 122M| 463 |   - | 600 |  14k|   0 |   0 |   0 | 148k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
458.45/458.66	c   453s|160000 | 38158 |     0 |   0.0 | 129M| 463 |   - | 600 |  18k|   0 |   0 |   0 | 162k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
492.84/493.03	c   487s|170000 | 39134 |     0 |   0.0 | 134M| 463 |   - | 600 |  21k|   0 |   0 |   0 | 177k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
531.32/531.51	c   525s|180000 | 39143 |     0 |   0.0 | 139M| 463 |   - | 600 |  21k|   0 |   0 |   0 | 193k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
563.82/564.08	c   558s|190000 | 40717 |     0 |   0.0 | 144M| 463 |   - | 600 |  23k|   0 |   0 |   0 | 206k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
590.71/590.92	c   584s|200000 | 44053 |     0 |   0.0 | 154M| 463 |   - | 600 |  28k|   0 |   0 |   0 | 218k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
619.90/620.15	c   613s|210000 | 47039 |     0 |   0.0 | 162M| 463 |   - | 600 |  32k|   0 |   0 |   0 | 230k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
652.29/652.59	c   645s|220000 | 49491 |     0 |   0.0 | 169M| 463 |   - | 600 |  36k|   0 |   0 |   0 | 244k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
687.37/687.69	c   680s|230000 | 51577 |     0 |   0.0 | 176M| 463 |   - | 600 |  40k|   0 |   0 |   0 | 257k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
724.75/725.04	c   717s|240000 | 53412 |     0 |   0.0 | 182M| 463 |   - | 600 |  43k|   0 |   0 |   0 | 271k|   0 | 3.600000e+01 | 5.000000e+01 |  38.89%
760.75/761.07	o 49
760.75/761.07	c * 753s|249207 | 54863 |     0 |   0.0 | 188M| 463 |   - | 600 |  46k|   0 |   0 |   0 | 285k|   0 | 3.600000e+01 | 4.900000e+01 |  36.11%
764.25/764.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
764.25/764.53	c   756s|250000 | 54915 |     0 |   0.0 | 188M| 463 |   - | 600 |  46k|   0 |   0 |   0 | 286k|   0 | 3.600000e+01 | 4.900000e+01 |  36.11%
765.25/765.54	o 47
765.25/765.54	c * 757s|250227 | 53904 |     0 |   0.0 | 184M| 463 |   - | 600 |  46k|   0 |   0 |   0 | 286k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
812.13/812.44	c   804s|260000 | 54171 |     0 |   0.0 | 188M| 463 |   - | 600 |  48k|   0 |   0 |   0 | 302k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
866.22/866.59	c   857s|270000 | 53516 |     0 |   0.0 | 192M| 463 |   - | 600 |  51k|   0 |   0 |   0 | 319k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
926.10/926.48	c   917s|280000 | 51744 |     0 |   0.0 | 192M| 463 |   - | 600 |  50k|   0 |   0 |   0 | 337k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
966.69/967.05	c   957s|290000 | 52683 |     0 |   0.0 | 184M| 463 |   - | 600 |2597 |   0 |   0 |   0 | 349k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
994.57/994.91	c   985s|300000 | 55875 |     0 |   0.0 | 193M| 463 |   - | 600 |4862 |   0 |   0 |   0 | 358k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1024.87/1025.29	c  1015s|310000 | 58525 |     0 |   0.0 | 200M| 463 |   - | 600 |5967 |   0 |   0 |   0 | 367k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1057.55/1057.97	c  1047s|320000 | 60700 |     0 |   0.0 | 205M| 463 |   - | 600 |6672 |   0 |   0 |   0 | 378k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1093.24/1093.60	c  1082s|330000 | 62500 |     0 |   0.0 | 210M| 463 |   - | 600 |7239 |   0 |   0 |   0 | 388k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1129.53/1129.97	c  1118s|340000 | 64306 |     0 |   0.0 | 215M| 463 |   - | 600 |8145 |   0 |   0 |   0 | 399k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1171.62/1172.00	c  1160s|350000 | 65220 |     0 |   0.0 | 219M| 463 |   - | 600 |8830 |   0 |   0 |   0 | 411k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1213.41/1213.86	c  1202s|360000 | 66570 |     0 |   0.0 | 224M| 463 |   - | 600 |8708 |   0 |   0 |   0 | 423k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1261.30/1261.74	c  1249s|370000 | 66710 |     0 |   0.0 | 227M| 463 |   - | 600 |  10k|   0 |   0 |   0 | 436k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1312.57/1313.03	c  1300s|380000 | 66661 |     0 |   0.0 | 230M| 463 |   - | 600 |  10k|   0 |   0 |   0 | 450k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1366.67/1367.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.67/1367.17	c  1354s|390000 | 65972 |     0 |   0.0 | 231M| 463 |   - | 600 |9713 |   0 |   0 |   0 | 465k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1422.74/1423.21	c  1409s|400000 | 64712 |     0 |   0.0 | 232M| 463 |   - | 600 |9512 |   0 |   0 |   0 | 480k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1481.13/1481.68	c  1467s|410000 | 62707 |     0 |   0.0 | 229M| 463 |   - | 600 |6896 |   0 |   0 |   0 | 497k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1524.20/1524.77	c  1510s|420000 | 62681 |     0 |   0.0 | 230M| 463 |   - | 600 |7596 |   0 |   0 |   0 | 510k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1567.10/1567.64	c  1553s|430000 | 60478 |     0 |   0.0 | 211M| 463 |   - | 600 |2948 |   0 |   0 |   0 | 521k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1598.69/1599.22	c  1584s|440000 | 62553 |     0 |   0.0 | 218M| 463 |   - | 600 |6598 |   0 |   0 |   0 | 531k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1635.58/1636.12	c  1620s|450000 | 64441 |     0 |   0.0 | 224M| 463 |   - | 600 |8778 |   0 |   0 |   0 | 541k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1676.56/1677.13	c  1661s|460000 | 65962 |     0 |   0.0 | 229M| 463 |   - | 600 |  10k|   0 |   0 |   0 | 552k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1717.05/1717.70	c  1701s|470000 | 67955 |     0 |   0.0 | 235M| 463 |   - | 600 |  12k|   0 |   0 |   0 | 563k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1771.23/1771.86	c  1755s|480000 | 68399 |     0 |   0.0 | 237M| 463 |   - | 600 |  14k|   0 |   0 |   0 | 576k|   0 | 3.600000e+01 | 4.700000e+01 |  30.56%
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.63	c 
1800.04/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.63	c Solving Time (sec) : 1783.78
1800.04/1800.63	c Solving Nodes      : 485981
1800.04/1800.63	c Primal Bound       : +4.70000000000000e+01 (6 solutions)
1800.04/1800.63	c Dual Bound         : +3.60000000000000e+01
1800.04/1800.63	c Gap                : 30.56 %
1800.04/1800.63	s SATISFIABLE
1800.04/1800.63	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 
1800.04/1800.63	v x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 
1800.04/1800.63	v x120 x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 
1800.04/1800.63	v x144 x145 x146 x147 x148 x149 -x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 -x162 x163 x164 x165 x166 x167 x168 
1800.04/1800.63	v x169 x170 x171 x172 x173 x174 -x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 -x189 -x190 x191 -x192 
1800.04/1800.63	v -x193 -x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 -x211 x212 x213 x214 -x215 -x216 
1800.04/1800.63	v -x217 -x218 -x219 -x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 
1800.04/1800.63	v -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 x259 -x260 -x261 
1800.04/1800.63	v -x262 -x263 -x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 
1800.04/1800.63	v x286 x287 x288 x289 -x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 -x305 x306 x307 x308 x309 
1800.04/1800.63	v x310 x311 x312 x313 x314 x315 x316 -x317 x318 x319 x320 x321 x322 x323 x324 -x325 x326 x327 x328 x329 -x330 x331 x332 x333 x334 
1800.04/1800.63	v x335 x336 x337 x338 -x339 -x340 x341 -x342 -x343 -x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 -x357 x358 
1800.04/1800.63	v x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 x368 x369 x370 x371 x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 
1800.04/1800.63	v -x381 -x382 -x383 -x384 -x385 x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 x399 -x400 -x401 -x402 
1800.04/1800.63	v -x403 -x404 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 
1800.04/1800.63	v x420 x421 x422 -x423 x424 x425 x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 x436 x437 x438 x439 -x440 -x441 x442 -x443 
1800.04/1800.63	v -x444 -x445 x446 x447 x448 x449 x450 x451 x452 x453 -x454 x455 x456 x457 -x458 -x459 x460 -x461 -x462 -x463 x464 x465 x466 
1800.04/1800.63	v -x467 -x468 x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 
1800.04/1800.63	v -x489 x490 -x491 -x492 -x493 -x494 -x495 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x496 x497 x498 x499 x500 x501 x502 x503 x504 -x505 
1800.04/1800.63	v -x506 x507 -x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 
1800.04/1800.63	v -x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 
1800.04/1800.63	v -x550 -x27 -x26 -x25 -x24 -x23 x22 -x21 x551 x552 x553 x554 x555 x556 x557 -x558 x559 x560 x561 x562 x563 -x564 -x565 -x566 
1800.04/1800.63	v -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x34 -x33 -x32 -x31 x30 x29 x28 -x581 -x582 
1800.04/1800.63	v x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x41 -x40 -x39 -x38 x37 x36 x35 -x595 x596 x597 x598 
1800.04/1800.63	v x599 -x48 -x47 x46 -x45 -x44 -x43 -x42 x600 -x60 -x59 x58 -x57 x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 x601 -x6 -x5 x4 -x3 x2 x1 
1800.04/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.63	c Solving Time       :    1783.78
1800.04/1800.63	c Original Problem   :
1800.04/1800.63	c   Problem name     : HOME/instance-2664251-1276620577.opb
1800.04/1800.63	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.63	c   Constraints      : 1089 initial, 1089 maximal
1800.04/1800.63	c Presolved Problem  :
1800.04/1800.63	c   Problem name     : t_HOME/instance-2664251-1276620577.opb
1800.04/1800.63	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.63	c   Constraints      : 651 initial, 51564 maximal
1800.04/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   probing          :       0.20          0          0          0          0          0          0          0          0
1800.04/1800.63	c   knapsack         :       0.01          0          0          0          0          0          0          2          6
1800.04/1800.63	c   linear           :       0.04          1          0          0          1          0        438          8        137
1800.04/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   root node        :          -         12          -          -         12          -          -          -          -
1800.04/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.63	c   knapsack         :        214          0    1550390          0     342202      30091    2541536          0          0          0
1800.04/1800.63	c   linear           :        437          0    1520284          0     342196     200751   10947729          0          0          0
1800.04/1800.63	c   logicor          :          0+         0     677710          0          0       4768     274788          0          0          0
1800.04/1800.63	c   countsols        :          0          0          0          0     342202          0          0          0          0          0
1800.04/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.63	c   knapsack         :     235.76       0.00     222.57       0.00      13.19
1800.04/1800.63	c   linear           :     579.06       0.00     578.43       0.00       0.63
1800.04/1800.63	c   logicor          :     339.32       0.00     339.32       0.00       0.00
1800.04/1800.63	c   countsols        :       0.16       0.00       0.00       0.00       0.16
1800.04/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.63	c   vbounds          :       0.88          2          0          0
1800.04/1800.63	c   rootredcost      :       0.95          0          0          0
1800.04/1800.63	c   pseudoobj        :       2.90    1550282        228      12801
1800.04/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.63	c   propagation      :      22.60     235838     235439    1991729       28.1      52183        6.4          -
1800.04/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.63	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1800.04/1800.63	c   applied globally :          -          -          -     582880       22.8          -          -          -
1800.04/1800.63	c   applied locally  :          -          -          -         22       64.6          -          -          -
1800.04/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.63	c Pricers            :       Time      Calls       Vars
1800.04/1800.63	c   problem variables:       0.00          0          0
1800.04/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   inference        :      23.96     342196          0          0          0          0     684392
1800.04/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.63	c   LP solutions     :       0.00          -          0
1800.04/1800.63	c   pseudo solutions :       0.05          -          6
1800.04/1800.63	c   oneopt           :       0.47          0          0
1800.04/1800.63	c   trivial          :       0.00          2          0
1800.04/1800.63	c   simplerounding   :       0.00          0          0
1800.04/1800.63	c   zirounding       :       0.00          0          0
1800.04/1800.63	c   rounding         :       0.00          0          0
1800.04/1800.63	c   shifting         :       0.00          0          0
1800.04/1800.63	c   intshifting      :       0.00          0          0
1800.04/1800.63	c   twoopt           :       0.00          0          0
1800.04/1800.63	c   fixandinfer      :       0.00          0          0
1800.04/1800.63	c   feaspump         :       0.00          0          0
1800.04/1800.63	c   coefdiving       :       0.00          0          0
1800.04/1800.63	c   pscostdiving     :       0.00          0          0
1800.04/1800.63	c   fracdiving       :       0.00          0          0
1800.04/1800.63	c   veclendiving     :       0.00          0          0
1800.04/1800.63	c   intdiving        :       0.00          0          0
1800.04/1800.63	c   actconsdiving    :       0.00          0          0
1800.04/1800.63	c   objpscostdiving  :       0.00          0          0
1800.04/1800.63	c   rootsoldiving    :       0.00          0          0
1800.04/1800.63	c   linesearchdiving :       0.00          0          0
1800.04/1800.63	c   guideddiving     :       0.00          0          0
1800.04/1800.63	c   octane           :       0.00          0          0
1800.04/1800.63	c   rens             :       0.00          0          0
1800.04/1800.63	c   rins             :       0.00          0          0
1800.04/1800.63	c   localbranching   :       0.00          0          0
1800.04/1800.63	c   mutation         :       0.00          0          0
1800.04/1800.63	c   crossover        :       0.00          0          0
1800.04/1800.63	c   dins             :       0.00          0          0
1800.04/1800.63	c   undercover       :       0.00          0          0
1800.04/1800.63	c   nlp              :       0.20          0          0
1800.04/1800.63	c   trysol           :       0.46          0          0
1800.04/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.63	c B&B Tree           :
1800.04/1800.63	c   number of runs   :          1
1800.04/1800.63	c   nodes            :     485981
1800.04/1800.63	c   nodes (total)    :     485981
1800.04/1800.63	c   nodes left       :      69271
1800.04/1800.63	c   max depth        :        463
1800.04/1800.63	c   max depth (total):        463
1800.04/1800.63	c   backtracks       :     116642 (24.0%)
1800.04/1800.63	c   delayed cutoffs  :     119983
1800.04/1800.63	c   repropagations   :     328104 (3847931 domain reductions, 92060 cutoffs)
1800.04/1800.63	c   avg switch length:      11.45
1800.04/1800.63	c   switching time   :     504.61
1800.04/1800.63	c Solution           :
1800.04/1800.63	c   Solutions found  :          6 (6 improvements)
1800.04/1800.63	c   First Solution   : +6.80000000000000e+01   (in run 1, after 18327 nodes, 50.68 seconds, depth 38, found by <relaxation>)
1800.04/1800.63	c   Primal Bound     : +4.70000000000000e+01   (in run 1, after 250227 nodes, 757.06 seconds, depth 35, found by <relaxation>)
1800.04/1800.63	c   Dual Bound       : +3.60000000000000e+01
1800.04/1800.63	c   Gap              :      30.56 %
1800.04/1800.63	c   Root Dual Bound  : +3.60000000000000e+01
1800.04/1800.63	c   Root Iterations  :          0
1800.72/1801.31	c Time complete: 1800.75.

Verifier Data

OK	47

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664251-1276620577/watcher-2664251-1276620577 -o /tmp/evaluation-result-2664251-1276620577/solver-2664251-1276620577 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664251-1276620577.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 10781
/proc/meminfo: memFree=1817280/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=6584 CPUtime=0
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 974 0 0 0 0 0 0 0 18 0 1 0 37661670 6742016 896 1992294400 4194304 7136930 140733962097408 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10781/statm: 1646 905 254 719 0 925 0

[startup+0.0298161 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 10781
/proc/meminfo: memFree=1817280/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=8396 CPUtime=0.02
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 1589 0 0 0 2 0 0 0 20 0 1 0 37661670 8597504 1511 1992294400 4194304 7136930 140733962097408 18446744073709551615 4361606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10781/statm: 2099 1511 271 719 0 1378 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8396

[startup+0.101786 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 10781
/proc/meminfo: memFree=1817280/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=18416 CPUtime=0.09
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 4456 0 0 0 8 1 0 0 20 0 1 0 37661670 18857984 3767 1992294400 4194304 7136930 140733962097408 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 4604 3782 343 719 0 3883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18416

[startup+0.301807 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 10781
/proc/meminfo: memFree=1817280/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=17880 CPUtime=0.29
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 5956 0 0 0 27 2 0 0 20 0 1 0 37661670 18309120 3725 1992294400 4194304 7136930 140733962097408 18446744073709551615 4947385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 4470 3725 368 719 0 3749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17880

[startup+0.701848 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 10781
/proc/meminfo: memFree=1817280/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=19700 CPUtime=0.69
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 6435 0 0 0 65 4 0 0 20 0 1 0 37661670 20172800 4204 1992294400 4194304 7136930 140733962097408 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 4925 4204 395 719 0 4204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19700

[startup+1.50193 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10782
/proc/meminfo: memFree=1801524/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=20396 CPUtime=1.49
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 6599 0 0 0 144 5 0 0 23 0 1 0 37661670 20885504 4368 1992294400 4194304 7136930 140733962097408 18446744073709551615 4947417 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 5099 4368 395 719 0 4378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20396

[startup+3.10109 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10782
/proc/meminfo: memFree=1800780/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=21064 CPUtime=3.09
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 6767 0 0 0 303 6 0 0 25 0 1 0 37661670 21569536 4536 1992294400 4194304 7136930 140733962097408 18446744073709551615 4983492 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 5266 4536 395 719 0 4545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21064

[startup+6.30142 s]
/proc/loadavg: 1.07 0.99 0.99 2/107 10782
/proc/meminfo: memFree=1799292/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=22296 CPUtime=6.29
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 7073 0 0 0 621 8 0 0 25 0 1 0 37661670 22831104 4842 1992294400 4194304 7136930 140733962097408 18446744073709551615 4983799 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 5574 4842 395 719 0 4853 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22296

[startup+12.7011 s]
/proc/loadavg: 1.07 0.99 0.99 2/107 10784
/proc/meminfo: memFree=1794704/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=26932 CPUtime=12.69
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 8198 0 0 0 1251 18 0 0 25 0 1 0 37661670 27578368 5967 1992294400 4194304 7136930 140733962097408 18446744073709551615 4978166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 6733 5967 395 719 0 6012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26932

[startup+25.5014 s]
/proc/loadavg: 1.05 0.99 0.99 2/107 10784
/proc/meminfo: memFree=1787760/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=34372 CPUtime=25.49
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 10013 0 0 0 2517 32 0 0 25 0 1 0 37661670 35196928 7782 1992294400 4194304 7136930 140733962097408 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 8593 7782 395 719 0 7872 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34372

[startup+51.101 s]
/proc/loadavg: 1.03 0.99 0.99 2/107 10784
/proc/meminfo: memFree=1774368/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=48312 CPUtime=51.07
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 13402 0 0 0 5043 64 0 0 25 0 1 0 37661670 49471488 11171 1992294400 4194304 7136930 140733962097408 18446744073709551615 4926028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 12078 11171 395 719 0 11357 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48312

[startup+102.308 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 10786
/proc/meminfo: memFree=1752668/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=69584 CPUtime=102.27
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 18579 0 0 0 10103 124 0 0 25 0 1 0 37661670 71254016 16348 1992294400 4194304 7136930 140733962097408 18446744073709551615 4923829 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 17396 16348 396 719 0 16675 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69584

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 10788
/proc/meminfo: memFree=1718692/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=104524 CPUtime=162.23
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 27048 0 0 0 16024 199 0 0 25 0 1 0 37661670 107032576 24817 1992294400 4194304 7136930 140733962097408 18446744073709551615 4982364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 26131 24817 396 719 0 25410 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 104524

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 10788
/proc/meminfo: memFree=1693892/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=129960 CPUtime=222.22
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 33235 0 0 0 21954 268 0 0 25 0 1 0 37661670 133079040 31004 1992294400 4194304 7136930 140733962097408 18446744073709551615 4983294 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 32490 31004 396 719 0 31769 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 129960

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 10790
/proc/meminfo: memFree=1668968/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=155428 CPUtime=282.2
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 39452 0 0 0 27887 333 0 0 25 0 1 0 37661670 159158272 37221 1992294400 4194304 7136930 140733962097408 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 38857 37221 396 719 0 38136 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 155428

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 10792
/proc/meminfo: memFree=1665124/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=159528 CPUtime=342.18
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 40375 0 0 0 33825 393 0 0 25 0 1 0 37661670 163356672 38144 1992294400 4194304 7136930 140733962097408 18446744073709551615 4978178 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 39882 38144 396 719 0 39161 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 159528

[startup+402.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 10794
/proc/meminfo: memFree=1645780/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=180592 CPUtime=402.16
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 45407 0 0 0 39749 467 0 0 25 0 1 0 37661670 184926208 43176 1992294400 4194304 7136930 140733962097408 18446744073709551615 4947139 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 45148 43176 396 719 0 44427 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 180592

[startup+462.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/107 10796
/proc/meminfo: memFree=1632512/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=193852 CPUtime=462.15
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 48499 0 0 0 45680 535 0 0 25 0 1 0 37661670 198504448 46268 1992294400 4194304 7136930 140733962097408 18446744073709551615 4979411 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 48463 46268 396 719 0 47742 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 193852

[startup+522.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 10796
/proc/meminfo: memFree=1623088/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=203688 CPUtime=522.12
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 50858 0 0 0 51620 592 0 0 25 0 1 0 37661670 208576512 48627 1992294400 4194304 7136930 140733962097408 18446744073709551615 4948245 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 50922 48627 396 719 0 50201 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 203688

[startup+582.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 10798
/proc/meminfo: memFree=1608208/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=218980 CPUtime=582.12
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 54585 0 0 0 57556 656 0 0 25 0 1 0 37661670 224235520 52354 1992294400 4194304 7136930 140733962097408 18446744073709551615 5957396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 54745 52354 396 719 0 54024 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 218980

[startup+642.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 10800
/proc/meminfo: memFree=1582168/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=245760 CPUtime=642.1
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 61016 0 0 0 63497 713 0 0 25 0 1 0 37661670 251658240 58785 1992294400 4194304 7136930 140733962097408 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 61440 58785 396 719 0 60719 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 245760

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/107 10819
/proc/meminfo: memFree=1533808/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=296284 CPUtime=1001.98
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 73078 0 0 0 99202 996 0 0 25 0 1 0 37661670 303394816 70705 1992294400 4194304 7136930 140733962097408 18446744073709551615 4854260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 74071 70705 396 719 0 73350 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 296284

[startup+1062.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 10821
/proc/meminfo: memFree=1523764/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=306600 CPUtime=1061.96
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 75579 0 0 0 105140 1056 0 0 25 0 1 0 37661670 313958400 73206 1992294400 4194304 7136930 140733962097408 18446744073709551615 6346512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 76650 73206 396 719 0 75929 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 306600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 10821
/proc/meminfo: memFree=1518928/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=311796 CPUtime=1121.94
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 76798 0 0 0 111083 1111 0 0 25 0 1 0 37661670 319279104 74425 1992294400 4194304 7136930 140733962097408 18446744073709551615 6346433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 77949 74425 396 719 0 77228 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 311796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 10823
/proc/meminfo: memFree=1508636/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=322336 CPUtime=1181.91
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 79357 0 0 0 117031 1160 0 0 25 0 1 0 37661670 330072064 76984 1992294400 4194304 7136930 140733962097408 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 80584 76984 396 719 0 79863 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 322336

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 10825
/proc/meminfo: memFree=1504668/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=328240 CPUtime=1241.9
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 80313 0 0 0 122982 1208 0 0 25 0 1 0 37661670 336117760 77940 1992294400 4194304 7136930 140733962097408 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 82060 77940 396 719 0 81339 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 328240

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10827
/proc/meminfo: memFree=1498592/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=334492 CPUtime=1301.89
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 81845 0 0 0 128938 1251 0 0 25 0 1 0 37661670 342519808 79472 1992294400 4194304 7136930 140733962097408 18446744073709551615 4209188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 83623 79472 396 719 0 82902 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 334492

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10829
/proc/meminfo: memFree=1495120/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=337568 CPUtime=1361.86
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 82663 0 0 0 134893 1293 0 0 25 0 1 0 37661670 345669632 80290 1992294400 4194304 7136930 140733962097408 18446744073709551615 4208913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 84392 80290 396 719 0 83671 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 337568

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10829
/proc/meminfo: memFree=1494128/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=338596 CPUtime=1421.84
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 82933 0 0 0 140851 1333 0 0 25 0 1 0 37661670 346722304 80560 1992294400 4194304 7136930 140733962097408 18446744073709551615 4978306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 84649 80560 396 719 0 83928 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 338596

[startup+1482.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 10834
/proc/meminfo: memFree=1491896/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=340748 CPUtime=1481.82
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 83355 0 0 0 146809 1373 0 0 25 0 1 0 37661670 348925952 80982 1992294400 4194304 7136930 140733962097408 18446744073709551615 4210324 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 85187 80982 396 719 0 84466 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 340748

[startup+1542.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 10836
/proc/meminfo: memFree=1489044/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=344452 CPUtime=1541.8
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 84144 0 0 0 152754 1426 0 0 25 0 1 0 37661670 352718848 81771 1992294400 4194304 7136930 140733962097408 18446744073709551615 4923471 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 86113 81771 396 719 0 85392 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 344452

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10838
/proc/meminfo: memFree=1488672/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=344876 CPUtime=1601.79
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 84246 0 0 0 158696 1483 0 0 25 0 1 0 37661670 353153024 81873 1992294400 4194304 7136930 140733962097408 18446744073709551615 4924424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 86219 81873 396 719 0 85498 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 344876

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10840
/proc/meminfo: memFree=1486564/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=346992 CPUtime=1661.77
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 84786 0 0 0 164647 1530 0 0 25 0 1 0 37661670 355319808 82413 1992294400 4194304 7136930 140733962097408 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 86748 82413 396 719 0 86027 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 346992

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10840
/proc/meminfo: memFree=1480984/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=352620 CPUtime=1721.74
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 86165 0 0 0 170601 1573 0 0 25 0 1 0 37661670 361082880 83792 1992294400 4194304 7136930 140733962097408 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 88155 83792 396 719 0 87434 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 352620

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10842
/proc/meminfo: memFree=1477016/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=356112 CPUtime=1781.73
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 87097 0 0 0 176561 1612 0 0 25 0 1 0 37661670 364658688 84724 1992294400 4194304 7136930 140733962097408 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 89028 84724 396 719 0 88307 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 356112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10842
/proc/meminfo: memFree=1475528/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=357652 CPUtime=1800.04
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 87483 0 0 0 178381 1623 0 0 25 0 1 0 37661670 366235648 85110 1992294400 4194304 7136930 140733962097408 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10781/statm: 89413 85110 396 719 0 88692 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 357652

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10842
/proc/meminfo: memFree=1475528/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=357652 CPUtime=1800.43
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 87489 0 0 0 178420 1623 0 0 25 0 1 0 37661670 366235648 85116 1992294400 4194304 7136930 140733962097408 18446744073709551615 6166190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10781/statm: 89413 85116 402 719 0 88692 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 357652

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10842
/proc/meminfo: memFree=1475528/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=357652 CPUtime=1800.63
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 87489 0 0 0 178440 1623 0 0 25 0 1 0 37661670 366235648 85116 1992294400 4194304 7136930 140733962097408 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10781/statm: 89413 85116 402 719 0 88692 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 357652

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10842
/proc/meminfo: memFree=1475528/2059040 swapFree=4135684/4192956
[pid=10781] ppid=10779 vsize=128784 CPUtime=1800.72
/proc/10781/stat : 10781 (pbscip.linux.x8) R 10779 10781 10680 0 -1 4202496 87489 0 0 0 178447 1625 0 0 25 0 1 0 37661670 131874816 30317 1992294400 4194304 7136930 140733962097408 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10781/statm: 32011 30317 402 719 0 31290 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 128784

Child status: 0
Real time (s): 1801.32
CPU time (s): 1800.75
CPU user time (s): 1784.48
CPU system time (s): 16.2715
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 357652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.48
system time used= 16.2715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87496
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= 2
involuntary context switches= 2638

runsolver used 2.92355 second user time and 8.5697 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 18:49:37
IDJOB=2664251
IDBENCH=2943
IDSOLVER=1167
FILE ID=node002/2664251-1276620577
PBS_JOBID= 11172338
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664251-1276620577/watcher-2664251-1276620577 -o /tmp/evaluation-result-2664251-1276620577/solver-2664251-1276620577 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664251-1276620577.opb -t 1800 -m 1800

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=358810043

node002.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1817932 kB
Buffers:         43308 kB
Cached:         105868 kB
SwapCached:      10752 kB
Active:          87732 kB
Inactive:        74708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1817932 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:            3400 kB
Writeback:           0 kB
AnonPages:       11372 kB
Mapped:           9372 kB
Slab:            56944 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62568 MiB
End job on node002 at 2010-06-15 19:19:40