Trace number 2663860

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)-16 1802.22 1802.67

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM7d5c1eba9f9b9c55d272c1a8f28b465a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

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-2663860-1276667309.opb>
0.00/0.08	c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.00/0.08	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.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.39/0.47	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50128 impls, 400 clqs
0.89/0.92	c    (0.6s) probing: 101/6616 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	c presolving (2 rounds):
0.89/0.92	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.92	c  50128 implications, 400 cliques
0.89/0.92	c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.89/0.92	c     400 constraints of type <setppc>
0.89/0.92	c    6216 constraints of type <and>
0.89/0.92	c       1 constraints of type <linear>
0.89/0.92	c     200 constraints of type <logicor>
0.89/0.92	c transformed objective value is always integral (scale: 1)
0.89/0.92	c Presolving Time: 0.60
0.89/0.92	c - non default parameters ----------------------------------------------------------------------
0.89/0.92	c # SCIP version 1.2.1.2
0.89/0.92	c 
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = 10000
0.89/0.92	c 
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = 1799.92
0.89/0.92	c 
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = 1620
0.89/0.92	c 
0.89/0.92	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c lp/solvefreq = -1
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify knapsacks
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c heuristics/undercover/freq = 0
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/rapidlearning/freq = 0
0.89/0.92	c 
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving
0.89/0.93	c 
0.89/0.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c t 0.7s|     1 |     2 |     0 |     - |  18M|   0 |   - |6616 |6817 |   0 |   0 |   0 |   0 |   0 |-2.000000e+02 | 0.000000e+00 | 100.00%
58.47/58.52	c  57.8s| 10000 |  9586 |     0 |   0.0 |  41M| 179 |   - |6616 |6932 |   0 |   0 |   0 | 230 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
109.16/109.23	c   108s| 20000 | 19453 |     0 |   0.0 |  66M| 179 |   - |6616 |6967 |   0 |   0 |   0 | 266 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
151.76/151.89	c   150s| 30000 | 29102 |     0 |   0.0 |  91M| 182 |   - |6616 |6985 |   0 |   0 |   0 | 405 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
201.44/201.50	o -3
201.44/201.50	c * 200s| 39514 | 34938 |     0 |   0.0 | 114M| 201 |   - |6616 |7092 |   0 |   0 |   0 | 795 |   0 |-1.990000e+02 |-3.000000e+00 |  98.49%
201.44/201.51	o -4
201.44/201.51	c * 200s| 39516 | 34938 |     0 |   0.0 | 114M| 201 |   - |6616 |7091 |   0 |   0 |   0 | 795 |   0 |-1.990000e+02 |-4.000000e+00 |  97.99%
203.85/203.92	c   202s| 40000 | 35302 |     0 |   0.0 | 116M| 235 |   - |6616 |7148 |   0 |   0 |   0 | 864 |   0 |-1.990000e+02 |-4.000000e+00 |  97.99%
243.63/243.73	o -7
243.63/243.73	c * 241s| 49814 | 43746 |     0 |   0.0 | 148M| 235 |   - |6616 |7292 |   0 |   0 |   0 |1515 |   0 |-1.990000e+02 |-7.000000e+00 |  96.48%
243.83/243.98	o -8
243.83/243.98	c * 242s| 49905 | 43831 |     0 |   0.0 | 149M| 235 |   - |6616 |7291 |   0 |   0 |   0 |1518 |   0 |-1.990000e+02 |-8.000000e+00 |  95.98%
244.14/244.27	c   242s| 50000 | 43926 |     0 |   0.0 | 149M| 235 |   - |6616 |7289 |   0 |   0 |   0 |1518 |   0 |-1.990000e+02 |-8.000000e+00 |  95.98%
250.74/250.89	o -12
250.74/250.89	c * 248s| 51885 | 45328 |     0 |   0.0 | 156M| 235 |   - |6616 |7317 |   0 |   0 |   0 |1740 |   0 |-1.990000e+02 |-1.200000e+01 |  93.97%
260.64/260.76	o -13
260.64/260.76	c * 258s| 54910 | 47239 |     0 |   0.0 | 160M| 235 |   - |6616 |7373 |   0 |   0 |   0 |2096 |   0 |-1.990000e+02 |-1.300000e+01 |  93.47%
280.72/280.88	c   278s| 60000 | 52115 |     0 |   0.0 | 182M| 235 |   - |6616 |7286 |   0 |   0 |   0 |2289 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
320.71/320.82	c   318s| 70000 | 61803 |     0 |   0.0 | 222M| 235 |   - |6616 |7265 |   0 |   0 |   0 |2568 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
361.40/361.56	c   358s| 80000 | 71454 |     0 |   0.0 | 271M| 235 |   - |6616 |7309 |   0 |   0 |   0 |2884 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
400.80/400.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.80/400.90	c   397s| 90000 | 81039 |     0 |   0.0 | 326M| 235 |   - |6616 |7359 |   0 |   0 |   0 |3258 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
441.99/442.14	c   438s|100000 | 90536 |     0 |   0.0 | 388M| 235 |   - |6616 |7454 |   0 |   0 |   0 |3720 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
484.17/484.37	c   480s|110000 |100108 |     0 |   0.0 | 449M| 235 |   - |6616 |7430 |   0 |   0 |   0 |4098 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
525.17/525.36	c   520s|120000 |109604 |     0 |   0.0 | 511M| 235 |   - |6616 |7450 |   0 |   0 |   0 |4544 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
567.85/568.01	c   562s|130000 |119059 |     0 |   0.0 | 577M| 235 |   - |6616 |7505 |   0 |   0 |   0 |5035 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
608.16/608.31	c   602s|140000 |128482 |     0 |   0.0 | 639M| 235 |   - |6616 |7555 |   0 |   0 |   0 |5559 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
633.44/633.69	o -14
633.44/633.69	c * 627s|146409 |134504 |     0 |   0.0 | 684M| 235 |   - |6616 |7555 |   0 |   0 |   0 |5872 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
641.74/641.90	o -16
641.74/641.90	c * 635s|148356 |136336 |     0 |   0.0 | 697M| 235 |   - |6616 |7551 |   0 |   0 |   0 |5969 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
648.84/649.07	c   643s|150000 |137846 |     0 |   0.0 | 709M| 235 |   - |6616 |7577 |   0 |   0 |   0 |6091 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
693.83/694.05	c   687s|160000 |146953 |     0 |   0.0 | 777M| 235 |   - |6616 |7672 |   0 |   0 |   0 |6868 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
738.11/738.38	c   731s|170000 |155843 |     0 |   0.0 | 845M| 235 |   - |6616 |7775 |   0 |   0 |   0 |7831 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
783.00/783.28	c   775s|180000 |164311 |     0 |   0.0 | 913M| 235 |   - |6616 |7890 |   0 |   0 |   0 |9169 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
827.39/827.61	c   819s|190000 |172876 |     0 |   0.0 | 981M| 235 |   - |6616 |7791 |   0 |   0 |   0 |  10k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
868.37/868.67	c   860s|200000 |181623 |     0 |   0.0 |1043M| 235 |   - |6616 |7860 |   0 |   0 |   0 |  11k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
911.26/911.58	c   902s|210000 |190456 |     0 |   0.0 |1107M| 235 |   - |6616 |7829 |   0 |   0 |   0 |  12k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
952.15/952.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.15/952.43	c   943s|220000 |198634 |     0 |   0.0 |1166M| 235 |   - |6616 |7919 |   0 |   0 |   0 |  13k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
996.04/996.36	c   986s|230000 |206849 |     0 |   0.0 |1227M| 235 |   - |6616 |7925 |   0 |   0 |   0 |  15k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1038.73/1039.09	c  1029s|240000 |215017 |     0 |   0.0 |1287M| 235 |   - |6616 |7937 |   0 |   0 |   0 |  16k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1081.62/1081.92	c  1071s|250000 |222780 |     0 |   0.0 |1343M| 235 |   - |6616 |8027 |   0 |   0 |   0 |  18k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1092.52/1092.81	c (node 252751) switching to memory saving mode (mem: 1296.0M/1620.0M)
1118.71/1119.09	c  1107s|260000 |225128 |     0 |   0.0 |1373M| 348 |   - |6616 |  13k|   0 |   0 |   0 |  25k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1157.80/1158.11	c  1144s|270000 |225125 |     0 |   0.0 |1370M| 348 |   - |6616 |  12k|   0 |   0 |   0 |  34k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1195.29/1195.60	c  1181s|280000 |225125 |     0 |   0.0 |1361M| 348 |   - |6616 |8828 |   0 |   0 |   0 |  42k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1216.29/1216.67	c  1202s|290000 |225125 |     0 |   0.0 |1364M| 348 |   - |6616 |9886 |   0 |   0 |   0 |  44k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1259.37/1259.77	c  1243s|300000 |225125 |     0 |   0.0 |1388M| 348 |   - |6616 |  19k|   0 |   0 |   0 |  54k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1286.37/1286.79	c  1270s|310000 |225126 |     0 |   0.0 |1365M| 348 |   - |6616 |  10k|   0 |   0 |   0 |  56k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1326.37/1326.76	c  1308s|320000 |225125 |     0 |   0.0 |1371M| 348 |   - |6616 |  12k|   0 |   0 |   0 |  66k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1360.56/1360.94	c  1342s|330000 |225125 |     0 |   0.0 |1365M| 348 |   - |6616 |  10k|   0 |   0 |   0 |  75k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1395.84/1396.23	c  1376s|340000 |225125 |     0 |   0.0 |1367M| 348 |   - |6616 |  11k|   0 |   0 |   0 |  82k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1422.94/1423.35	c  1402s|350000 |225125 |     0 |   0.0 |1367M| 348 |   - |6616 |  11k|   0 |   0 |   0 |  86k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1453.23/1453.60	c  1432s|360000 |225126 |     0 |   0.0 |1366M| 348 |   - |6616 |  10k|   0 |   0 |   0 |  93k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1473.63/1474.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.63/1474.07	c  1452s|370000 |225126 |     0 |   0.0 |1366M| 348 |   - |6616 |  10k|   0 |   0 |   0 |  94k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1497.93/1498.37	c  1476s|380000 |225126 |     0 |   0.0 |1371M| 348 |   - |6616 |  13k|   0 |   0 |   0 |  97k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1519.42/1519.81	c  1497s|390000 |225126 |     0 |   0.0 |1365M| 348 |   - |6616 |  10k|   0 |   0 |   0 |  99k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1539.51/1539.92	c  1517s|400000 |225125 |     0 |   0.0 |1366M| 348 |   - |6616 |  10k|   0 |   0 |   0 | 100k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1559.91/1560.33	c  1537s|410000 |225126 |     0 |   0.0 |1367M| 348 |   - |6616 |  10k|   0 |   0 |   0 | 102k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1580.41/1580.81	c  1557s|420000 |225126 |     0 |   0.0 |1368M| 348 |   - |6616 |  11k|   0 |   0 |   0 | 103k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1602.09/1602.52	c  1578s|430000 |225125 |     0 |   0.0 |1369M| 348 |   - |6616 |  11k|   0 |   0 |   0 | 104k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1622.88/1623.30	c  1599s|440000 |225126 |     0 |   0.0 |1371M| 348 |   - |6616 |  12k|   0 |   0 |   0 | 105k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1644.09/1644.50	c  1620s|450000 |225126 |     0 |   0.0 |1371M| 348 |   - |6616 |  12k|   0 |   0 |   0 | 106k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1665.78/1666.20	c  1641s|460000 |225126 |     0 |   0.0 |1372M| 348 |   - |6616 |  12k|   0 |   0 |   0 | 107k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1688.27/1688.78	c  1664s|470000 |225126 |     0 |   0.0 |1375M| 348 |   - |6616 |  13k|   0 |   0 |   0 | 109k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1710.46/1710.98	c  1686s|480000 |225125 |     0 |   0.0 |1376M| 348 |   - |6616 |  14k|   0 |   0 |   0 | 110k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1734.37/1734.89	c  1709s|490000 |225125 |     0 |   0.0 |1378M| 348 |   - |6616 |  14k|   0 |   0 |   0 | 112k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1757.66/1758.17	c  1732s|500000 |225125 |     0 |   0.0 |1380M| 348 |   - |6616 |  15k|   0 |   0 |   0 | 114k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1781.35/1781.84	c  1756s|510000 |225125 |     0 |   0.0 |1381M| 348 |   - |6616 |  15k|   0 |   0 |   0 | 117k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1800.05/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.51	c 
1800.05/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.51	c Solving Time (sec) : 1773.91
1800.05/1800.51	c Solving Nodes      : 516585
1800.05/1800.51	c Primal Bound       : -1.60000000000000e+01 (11 solutions)
1800.05/1800.51	c Dual Bound         : -1.98000000000000e+02
1800.05/1800.51	c Gap                : 91.92 %
1800.05/1800.52	s SATISFIABLE
1800.05/1800.52	v -x318 -x373 -x308 -x277 -x395 -x322 -x320 -x391 -x235 -x280 x358 -x292 -x250 -x361 -x312 -x260 -x388 x370 x330 -x315 -x371 x313 
1800.05/1800.52	v -x223 -x364 -x359 -x383 -x339 -x264 x301 -x208 -x374 -x365 -x245 -x210 -x287 -x367 -x240 -x251 -x380 -x331 -x281 -x270 -x218 
1800.05/1800.52	v -x352 -x326 -x257 -x234 -x344 -x333 -x311 -x397 -x262 -x213 -x379 x385 -x389 -x232 -x290 x336 -x355 -x214 x228 -x246 -x302 -x271 
1800.05/1800.52	v x252 -x205 -x342 -x329 -x293 -x276 -x268 -x233 -x216 -x211 -x345 -x244 -x335 -x231 -x382 -x381 -x384 -x304 -x328 -x275 -x217 
1800.05/1800.52	v -x222 -x204 -x366 -x363 -x310 -x306 x300 -x297 -x266 -x256 -x247 -x299 -x354 x230 -x206 -x346 -x227 x398 -x314 -x392 x327 
1800.05/1800.52	v -x307 -x267 -x254 -x317 -x356 -x350 -x285 -x284 -x258 -x229 -x243 -x212 -x324 x351 -x224 -x309 -x334 -x278 -x368 -x372 -x272 
1800.05/1800.52	v -x236 -x305 -x387 -x237 -x298 -x249 -x238 -x378 -x360 -x263 -x253 -x219 -x209 -x225 -x390 -x400 -x283 -x323 -x348 -x289 -x288 
1800.05/1800.52	v -x295 -x291 x279 -x362 -x207 -x375 -x215 -x255 -x399 -x269 -x201 -x396 -x393 -x357 -x353 -x349 -x337 -x332 -x321 -x319 -x303 
1800.05/1800.52	v x294 -x282 -x261 -x221 -x220 -x338 -x286 -x248 -x274 -x239 -x343 -x316 -x296 -x376 -x242 -x203 -x340 -x394 -x325 -x259 -x265 
1800.05/1800.52	v -x202 -x377 -x273 -x341 -x226 -x241 -x369 -x386 -x347 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.05/1800.52	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.52	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.52	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.52	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.52	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.05/1800.52	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 x56 
1800.05/1800.52	v -x55 -x54 -x53 -x52 -x51 x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 
1800.05/1800.52	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 -x9 x8 x7 -x6 x5 -x4 -x3 
1800.05/1800.52	v -x2 x1 
1800.05/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.52	c Solving Time       :    1773.91
1800.05/1800.52	c Original Problem   :
1800.05/1800.52	c   Problem name     : HOME/instance-2663860-1276667309.opb
1800.05/1800.52	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.52	c   Constraints      : 6817 initial, 6817 maximal
1800.05/1800.52	c Presolved Problem  :
1800.05/1800.52	c   Problem name     : t_HOME/instance-2663860-1276667309.opb
1800.05/1800.52	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.52	c   Constraints      : 6817 initial, 19989 maximal
1800.05/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.52	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.52	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.05/1800.52	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.52	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.05/1800.52	c   linear           :       0.06          0          0          0          0          0          0          0          0
1800.05/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.52	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.52	c   setppc           :        400          0    2379263          0     375864       6501     613088          0          0          0
1800.05/1800.52	c   and              :       6216          0    2377038          0     376465         65   24320012          0          0          0
1800.05/1800.52	c   linear           :          1          0    2376316          0     376652       6560    6353020          0          0          0
1800.05/1800.52	c   logicor          :        200+         0     380804          0     376557       2109     588843          0          0          0
1800.05/1800.52	c   countsols        :          0          0          0          0     376660          0          0          0          0          0
1800.05/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.52	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.52	c   setppc           :     221.79       0.00      18.61       0.00     203.18
1800.05/1800.52	c   and              :     272.09       0.00     177.05       0.00      95.04
1800.05/1800.52	c   linear           :      96.88       0.00      96.27       0.00       0.61
1800.05/1800.52	c   logicor          :     117.70       0.00      91.99       0.00      25.71
1800.05/1800.52	c   countsols        :       0.30       0.00       0.00       0.00       0.30
1800.05/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.52	c   vbounds          :       1.13          2          0          0
1800.05/1800.52	c   rootredcost      :       1.08          0          0          0
1800.05/1800.52	c   pseudoobj        :     449.16    2517312     129771      18251
1800.05/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.52	c   propagation      :     423.06     145006      59969     672266      243.0        280      198.5          -
1800.05/1800.52	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.52	c   applied globally :          -          -          -     120712      258.6          -          -          -
1800.05/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.52	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.52	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.52	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.52	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.52	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.52	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.52	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.52	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.52	c Pricers            :       Time      Calls       Vars
1800.05/1800.52	c   problem variables:       0.00          0          0
1800.05/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.52	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   inference        :     354.14     376652          0          0          0          0     753304
1800.05/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.52	c   LP solutions     :       0.00          -          0
1800.05/1800.52	c   pseudo solutions :       0.04          -          8
1800.05/1800.52	c   oneopt           :       0.77          0          0
1800.05/1800.52	c   trivial          :       0.02          2          3
1800.05/1800.52	c   simplerounding   :       0.00          0          0
1800.05/1800.52	c   zirounding       :       0.00          0          0
1800.05/1800.52	c   rounding         :       0.00          0          0
1800.05/1800.52	c   shifting         :       0.00          0          0
1800.05/1800.52	c   intshifting      :       0.00          0          0
1800.05/1800.52	c   twoopt           :       0.00          0          0
1800.05/1800.52	c   fixandinfer      :       0.00          0          0
1800.05/1800.52	c   feaspump         :       0.00          0          0
1800.05/1800.52	c   coefdiving       :       0.00          0          0
1800.05/1800.52	c   pscostdiving     :       0.00          0          0
1800.05/1800.52	c   fracdiving       :       0.00          0          0
1800.05/1800.52	c   veclendiving     :       0.00          0          0
1800.05/1800.52	c   intdiving        :       0.00          0          0
1800.05/1800.52	c   actconsdiving    :       0.00          0          0
1800.05/1800.52	c   objpscostdiving  :       0.00          0          0
1800.05/1800.52	c   rootsoldiving    :       0.00          0          0
1800.05/1800.52	c   linesearchdiving :       0.00          0          0
1800.05/1800.52	c   guideddiving     :       0.00          0          0
1800.05/1800.52	c   octane           :       0.00          0          0
1800.05/1800.52	c   rens             :       0.00          0          0
1800.05/1800.52	c   rins             :       0.00          0          0
1800.05/1800.52	c   localbranching   :       0.00          0          0
1800.05/1800.52	c   mutation         :       0.00          0          0
1800.05/1800.52	c   crossover        :       0.00          0          0
1800.05/1800.52	c   dins             :       0.00          0          0
1800.05/1800.52	c   undercover       :       0.00          0          0
1800.05/1800.52	c   nlp              :       0.33          0          0
1800.05/1800.52	c   trysol           :       0.38          0          0
1800.05/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.52	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.52	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.52	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.52	c B&B Tree           :
1800.05/1800.52	c   number of runs   :          1
1800.05/1800.52	c   nodes            :     516585
1800.05/1800.52	c   nodes (total)    :     516585
1800.05/1800.52	c   nodes left       :     225121
1800.05/1800.52	c   max depth        :        348
1800.05/1800.52	c   max depth (total):        348
1800.05/1800.52	c   backtracks       :      14090 (2.7%)
1800.05/1800.52	c   delayed cutoffs  :      11599
1800.05/1800.52	c   repropagations   :    1395014 (1347697 domain reductions, 5081 cutoffs)
1800.05/1800.52	c   avg switch length:       8.77
1800.05/1800.52	c   switching time   :     196.64
1800.05/1800.52	c Solution           :
1800.05/1800.52	c   Solutions found  :         11 (9 improvements)
1800.05/1800.52	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.05/1800.52	c   Primal Bound     : -1.60000000000000e+01   (in run 1, after 148356 nodes, 635.45 seconds, depth 59, found by <relaxation>)
1800.05/1800.52	c   Dual Bound       : -1.98000000000000e+02
1800.05/1800.52	c   Gap              :      91.92 %
1800.05/1800.52	c   Root Dual Bound  : -2.00000000000000e+02
1800.05/1800.52	c   Root Iterations  :          0

Verifier Data

OK	-16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663860-1276667309/watcher-2663860-1276667309 -o /tmp/evaluation-result-2663860-1276667309/solver-2663860-1276667309 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663860-1276667309.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: 1.00 1.00 1.00 3/106 14084
/proc/meminfo: memFree=1404908/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=6584 CPUtime=0
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 1006 0 0 0 0 0 0 0 20 0 1 0 8023599 6742016 929 1992294400 4194304 7136930 140733513087168 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14084/statm: 1646 937 254 719 0 925 0

[startup+0.101902 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14084
/proc/meminfo: memFree=1404908/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=21812 CPUtime=0.09
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 5291 0 0 0 7 2 0 0 20 0 1 0 8023599 22335488 4859 1992294400 4194304 7136930 140733513087168 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 5453 4859 283 719 0 4732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21812

[startup+0.201911 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14084
/proc/meminfo: memFree=1404908/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=29256 CPUtime=0.19
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 6941 0 0 0 16 3 0 0 20 0 1 0 8023599 29958144 6509 1992294400 4194304 7136930 140733513087168 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 7314 6509 333 719 0 6593 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29256

[startup+0.301919 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14084
/proc/meminfo: memFree=1404908/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=30548 CPUtime=0.29
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 7549 0 0 0 22 7 0 0 20 0 1 0 8023599 31281152 6860 1992294400 4194304 7136930 140733513087168 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 7637 6860 333 719 0 6916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30548

[startup+0.701954 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14084
/proc/meminfo: memFree=1404908/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=35308 CPUtime=0.69
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 10382 0 0 0 48 21 0 0 20 0 1 0 8023599 36155392 8151 1992294400 4194304 7136930 140733513087168 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 8827 8151 374 719 0 8106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35308

[startup+1.50102 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14085
/proc/meminfo: memFree=1371668/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=37376 CPUtime=1.49
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 10911 0 0 0 127 22 0 0 22 0 1 0 8023599 38273024 8680 1992294400 4194304 7136930 140733513087168 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 9344 8680 388 719 0 8623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37376

[startup+3.10117 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14085
/proc/meminfo: memFree=1368940/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=41600 CPUtime=3.09
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 11954 0 0 0 285 24 0 0 25 0 1 0 8023599 42598400 9723 1992294400 4194304 7136930 140733513087168 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 10400 9723 393 719 0 9679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41600

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14085
/proc/meminfo: memFree=1365964/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=43588 CPUtime=6.29
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 12427 0 0 0 603 26 0 0 25 0 1 0 8023599 44634112 10196 1992294400 4194304 7136930 140733513087168 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 10897 10196 393 719 0 10176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43588

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14085
/proc/meminfo: memFree=1362492/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=46324 CPUtime=12.68
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 13091 0 0 0 1238 30 0 0 25 0 1 0 8023599 47435776 10860 1992294400 4194304 7136930 140733513087168 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 11581 10860 393 719 0 10860 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46324

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14085
/proc/meminfo: memFree=1355548/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=53160 CPUtime=25.49
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 14810 0 0 0 2509 40 0 0 25 0 1 0 8023599 54435840 12579 1992294400 4194304 7136930 140733513087168 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 13290 12579 393 719 0 12569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53160

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14087
/proc/meminfo: memFree=1344140/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=66596 CPUtime=51.08
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 18174 0 0 0 5049 59 0 0 25 0 1 0 8023599 68194304 15943 1992294400 4194304 7136930 140733513087168 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 16649 15943 393 719 0 15928 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66596

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14087
/proc/meminfo: memFree=1316984/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=91996 CPUtime=102.27
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 24410 0 0 0 10135 92 0 0 25 0 1 0 8023599 94203904 22179 1992294400 4194304 7136930 140733513087168 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 22999 22179 393 719 0 22278 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 91996

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14089
/proc/meminfo: memFree=1278916/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=132412 CPUtime=162.26
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 34034 0 0 0 16080 146 0 0 25 0 1 0 8023599 135589888 31803 1992294400 4194304 7136930 140733513087168 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 33103 31803 393 719 0 32382 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 132412

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14091
/proc/meminfo: memFree=1236756/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=176788 CPUtime=222.25
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 44435 0 0 0 22023 202 0 0 25 0 1 0 8023599 181030912 42204 1992294400 4194304 7136930 140733513087168 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 44197 42204 393 719 0 43476 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 176788

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14093
/proc/meminfo: memFree=1175500/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=244228 CPUtime=282.22
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 59745 0 0 0 27949 273 0 0 25 0 1 0 8023599 250089472 57514 1992294400 4194304 7136930 140733513087168 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 61057 57514 393 719 0 60336 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 244228

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14095
/proc/meminfo: memFree=1109532/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=319436 CPUtime=342.21
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 76147 0 0 0 33892 329 0 0 25 0 1 0 8023599 327102464 73916 1992294400 4194304 7136930 140733513087168 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 79859 73916 393 719 0 79138 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 319436

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14095
/proc/meminfo: memFree=1026452/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=418072 CPUtime=402.19
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 97373 0 0 0 39832 387 0 0 25 0 1 0 8023599 428105728 95142 1992294400 4194304 7136930 140733513087168 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 104518 95142 393 719 0 103797 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 418072

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14097
/proc/meminfo: memFree=933824/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=525056 CPUtime=462.18
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 119984 0 0 0 45772 446 0 0 25 0 1 0 8023599 537657344 117753 1992294400 4194304 7136930 140733513087168 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 131264 117753 393 719 0 130543 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 525056

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14099
/proc/meminfo: memFree=838220/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=641180 CPUtime=522.17
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 144428 0 0 0 51711 506 0 0 25 0 1 0 8023599 656568320 142197 1992294400 4194304 7136930 140733513087168 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 160295 142197 393 719 0 159574 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 641180

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14101
/proc/meminfo: memFree=739392/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=756856 CPUtime=582.15
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 168552 0 0 0 57651 564 0 0 25 0 1 0 8023599 775020544 166321 1992294400 4194304 7136930 140733513087168 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 189214 166321 393 719 0 188493 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 756856

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14103
/proc/meminfo: memFree=642300/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=879024 CPUtime=642.14
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 193033 0 0 0 63592 622 0 0 25 0 1 0 8023599 900120576 190802 1992294400 4194304 7136930 140733513087168 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 219756 190802 393 719 0 219035 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 879024

[startup+702.301 s]

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

/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 356802 0 0 0 105165 1038 0 0 25 0 1 0 8023599 1703882752 354571 1992294400 4194304 7136930 140733513087168 18446744073709551615 4660933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 415987 354571 393 719 0 415266 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 1663948

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 14124
/proc/meminfo: memFree=9848/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1739408 CPUtime=1122.02
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 375151 0 0 0 111005 1197 0 0 25 0 1 0 8023599 1781153792 372040 1992294400 4194304 7136930 140733513087168 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 434852 372040 393 719 0 434131 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 1739408

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 14126
/proc/meminfo: memFree=10300/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1761800 CPUtime=1182
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 380513 0 0 0 116792 1408 0 0 25 0 1 0 8023599 1804083200 377402 1992294400 4194304 7136930 140733513087168 18446744073709551615 5919051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 440450 377402 393 719 0 439729 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 1761800

[startup+1242.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 14128
/proc/meminfo: memFree=10172/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1767724 CPUtime=1241.98
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 381927 0 0 0 122623 1575 0 0 25 0 1 0 8023599 1810149376 378816 1992294400 4194304 7136930 140733513087168 18446744073709551615 4210441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 441931 378816 393 719 0 441210 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 1767724

[startup+1302.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 14128
/proc/meminfo: memFree=9664/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1775320 CPUtime=1301.96
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 383808 0 0 0 128473 1723 0 0 25 0 1 0 8023599 1817927680 380697 1992294400 4194304 7136930 140733513087168 18446744073709551615 5909069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 443830 380697 393 719 0 443109 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1775320

[startup+1362.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 14130
/proc/meminfo: memFree=10372/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1789536 CPUtime=1361.95
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 387367 0 0 0 134286 1909 0 0 25 0 1 0 8023599 1832484864 384256 1992294400 4194304 7136930 140733513087168 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 447384 384256 393 719 0 446663 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1789536

[startup+1422.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 14132
/proc/meminfo: memFree=10600/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1799304 CPUtime=1421.95
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 389808 0 0 0 140135 2060 0 0 25 0 1 0 8023599 1842487296 386697 1992294400 4194304 7136930 140733513087168 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 449826 386697 393 719 0 449105 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1799304

[startup+1482.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 14134
/proc/meminfo: memFree=10560/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1802148 CPUtime=1481.92
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 390538 0 0 0 146021 2171 0 0 25 0 1 0 8023599 1845399552 387427 1992294400 4194304 7136930 140733513087168 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 450537 387427 393 719 0 449816 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1802148

[startup+1542.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14136
/proc/meminfo: memFree=10440/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1805788 CPUtime=1541.91
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 391448 0 0 0 151909 2282 0 0 25 0 1 0 8023599 1849126912 388337 1992294400 4194304 7136930 140733513087168 18446744073709551615 4461481 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 451447 388337 393 719 0 450726 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1805788

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 14136
/proc/meminfo: memFree=9572/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1806692 CPUtime=1601.89
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 391683 0 0 0 157830 2359 0 0 25 0 1 0 8023599 1850052608 388572 1992294400 4194304 7136930 140733513087168 18446744073709551615 4947379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 451673 388572 393 719 0 450952 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1806692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14138
/proc/meminfo: memFree=10704/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1810700 CPUtime=1661.88
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 392668 0 0 0 163768 2420 0 0 25 0 1 0 8023599 1854156800 389557 1992294400 4194304 7136930 140733513087168 18446744073709551615 5908927 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 452675 389557 393 719 0 451954 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1810700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14140
/proc/meminfo: memFree=10640/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1816324 CPUtime=1721.87
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 394068 0 0 0 169707 2480 0 0 25 0 1 0 8023599 1859915776 390957 1992294400 4194304 7136930 140733513087168 18446744073709551615 5909098 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 454081 390957 393 719 0 453360 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1816324

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14142
/proc/meminfo: memFree=10044/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1821612 CPUtime=1781.85
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 395397 0 0 0 175626 2559 0 0 25 0 1 0 8023599 1865330688 392286 1992294400 4194304 7136930 140733513087168 18446744073709551615 5923189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 455403 392286 393 719 0 454682 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1821612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14142
/proc/meminfo: memFree=10688/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1825624 CPUtime=1800.05
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 396421 0 0 0 177398 2607 0 0 25 0 1 0 8023599 1869438976 393310 1992294400 4194304 7136930 140733513087168 18446744073709551615 5917872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14084/statm: 456406 393310 393 719 0 455685 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1825624

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14084

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14143
/proc/meminfo: memFree=18244/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1814360 CPUtime=1801.04
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 396426 0 0 0 177497 2607 0 0 25 0 1 0 8023599 1857904640 390499 1992294400 4194304 7136930 140733513087168 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14084/statm: 453590 390499 398 719 0 452869 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 1814360

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14143
/proc/meminfo: memFree=21344/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1810472 CPUtime=1801.84
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 396426 0 0 0 177577 2607 0 0 25 0 1 0 8023599 1853923328 389586 1992294400 4194304 7136930 140733513087168 18446744073709551615 4212599 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14084/statm: 452618 389586 398 719 0 451897 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 1810472

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14143
/proc/meminfo: memFree=21344/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=1772036 CPUtime=1802.05
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4202496 396426 0 0 0 177597 2608 0 0 25 0 1 0 8023599 1814564864 379982 1992294400 4194304 7136930 140733513087168 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14084/statm: 443009 379982 398 719 0 442288 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1772036

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14143
/proc/meminfo: memFree=21344/2059040 swapFree=4192956/4192956
[pid=14084] ppid=14082 vsize=0 CPUtime=1802.15
/proc/14084/stat : 14084 (pbscip.linux.x8) R 14082 14084 13652 0 -1 4203524 396426 0 0 0 177598 2617 0 0 25 0 1 0 8023599 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14084/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.67
CPU time (s): 1802.22
CPU user time (s): 1775.98
CPU system time (s): 26.241
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 1825624

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

runsolver used 2.84657 second user time and 8.64869 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 07:48:29
IDJOB=2663860
IDBENCH=48233
IDSOLVER=1167
FILE ID=node041/2663860-1276667309
PBS_JOBID= 11172485
Free space on /tmp= 62084 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.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-2663860-1276667309/watcher-2663860-1276667309 -o /tmp/evaluation-result-2663860-1276667309/solver-2663860-1276667309 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663860-1276667309.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7d5c1eba9f9b9c55d272c1a8f28b465a
RANDOM SEED=527770076

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1405436 kB
Buffers:        129656 kB
Cached:         381924 kB
SwapCached:          0 kB
Active:         213748 kB
Inactive:       357268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1405436 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3376 kB
Writeback:           0 kB
AnonPages:       59408 kB
Mapped:          15452 kB
Slab:            60724 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180552 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= 62080 MiB
End job on node041 at 2010-06-16 08:18:32