Trace number 1870443

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-84 1798.28 1798.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_2.opb
MD5SUM8d62286ae12c02f1d9e42b05c51333f2
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-113
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

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.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver Clp 1.8.2
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1870443-1245204427.opb>
0.00/0.05	c original problem has 3664 variables (3664 bin, 0 int, 0 impl, 0 cont) and 3664 constraints
0.05/0.08	c start presolving problem
0.05/0.08	c presolving:
0.19/0.25	c (round 1) 3164 del vars, 500 del conss, 3164 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12656 impls, 0 clqs
0.39/0.42	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  3164 deleted vars, 500 deleted constraints, 3164 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  18984 implications, 0 cliques
0.39/0.42	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3164 constraints
0.39/0.42	c    3164 constraints of type <and>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.18
0.39/0.42	c OPT-NLC
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = c 1620
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = c 1791
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = c 10000
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving problem
0.39/0.42	c 
0.39/0.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.2s|     1 |     0 |   543 |  12M|   0 | 500 | 500 |3164 |3164 | 500 |3164 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.39/0.49	o -77
0.39/0.49	c R 0.3s|     1 |     0 |   543 |  12M|   0 | 500 | 500 |3164 |3164 | 500 |3164 |   0 |   0 |   0 |-2.500000e+02 |-7.700000e+01 |  69.20%
0.59/0.67	c   0.4s|     1 |     0 |   641 |  12M|   0 | 490 | 500 |3164 |3164 | 500 |3176 |  12 |   0 |   0 |-2.450000e+02 |-7.700000e+01 |  68.57%
0.59/0.68	o -80
0.59/0.68	c R 0.4s|     1 |     0 |   641 |  12M|   0 | 490 | 500 |3164 |3164 | 500 |3176 |  12 |   0 |   0 |-2.450000e+02 |-8.000000e+01 |  67.35%
0.79/0.85	c   0.6s|     1 |     0 |   727 |  12M|   0 | 484 | 500 |3164 |3164 | 500 |3184 |  20 |   0 |   0 |-2.420000e+02 |-8.000000e+01 |  66.94%
0.79/0.86	o -84
0.79/0.86	c R 0.6s|     1 |     0 |   727 |  12M|   0 | 484 | 500 |3164 |3164 | 500 |3184 |  20 |   0 |   0 |-2.420000e+02 |-8.400000e+01 |  65.29%
1.00/1.04	c   0.8s|     1 |     0 |   844 |  12M|   0 | 478 | 500 |3164 |3164 | 500 |3192 |  28 |   0 |   0 |-2.390000e+02 |-8.400000e+01 |  64.85%
1.19/1.29	c   1.0s|     1 |     0 |  1039 |  12M|   0 | 471 | 500 |3164 |3164 | 500 |3203 |  39 |   0 |   0 |-2.355000e+02 |-8.400000e+01 |  64.33%
1.49/1.54	c   1.3s|     1 |     0 |  1213 |  12M|   0 | 465 | 500 |3164 |3164 | 500 |3213 |  49 |   0 |   0 |-2.325000e+02 |-8.400000e+01 |  63.87%
1.79/1.84	c   1.6s|     1 |     0 |  1434 |  12M|   0 | 460 | 500 |3164 |3164 | 500 |3222 |  58 |   0 |   0 |-2.300000e+02 |-8.400000e+01 |  63.48%
2.09/2.18	c   1.9s|     1 |     0 |  1649 |  12M|   0 | 454 | 500 |3164 |3164 | 500 |3231 |  67 |   0 |   0 |-2.270000e+02 |-8.400000e+01 |  63.00%
2.39/2.48	c   2.2s|     1 |     0 |  1834 |  12M|   0 | 448 | 500 |3164 |3164 | 500 |3240 |  76 |   0 |   0 |-2.240000e+02 |-8.400000e+01 |  62.50%
2.89/2.92	c   2.6s|     1 |     0 |  2227 |  13M|   0 | 447 | 500 |3164 |3164 | 500 |3248 |  84 |   0 |   0 |-2.230000e+02 |-8.400000e+01 |  62.33%
3.30/3.33	c   3.0s|     1 |     0 |  2506 |  13M|   0 | 442 | 500 |3164 |3164 | 500 |3257 |  93 |   0 |   0 |-2.210000e+02 |-8.400000e+01 |  61.99%
3.69/3.74	c   3.5s|     1 |     0 |  2921 |  13M|   0 | 438 | 500 |3164 |3164 | 500 | 829 | 101 |   0 |   0 |-2.190000e+02 |-8.400000e+01 |  61.64%
3.89/3.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.94	c   3.7s|     1 |     0 |  3081 |  13M|   0 | 437 | 500 |3164 |3164 | 500 | 835 | 107 |   0 |   0 |-2.185000e+02 |-8.400000e+01 |  61.56%
4.09/4.16	c   3.9s|     1 |     0 |  3450 |  13M|   0 | 424 | 500 |3164 |3164 | 500 | 854 | 126 |   0 |   0 |-2.172500e+02 |-8.400000e+01 |  61.33%
4.19/4.29	c   4.0s|     1 |     0 |  3761 |  13M|   0 | 428 | 500 |3164 |3164 | 500 | 960 | 232 |   0 |   0 |-2.152500e+02 |-8.400000e+01 |  60.98%
4.40/4.44	c   4.2s|     1 |     0 |  4063 |  13M|   0 | 421 | 500 |3164 |3164 | 500 | 991 | 263 |   0 |   0 |-2.145000e+02 |-8.400000e+01 |  60.84%
4.59/4.60	c   4.3s|     1 |     0 |  4350 |  13M|   0 | 421 | 500 |3164 |3164 | 500 |1027 | 299 |   0 |   0 |-2.135000e+02 |-8.400000e+01 |  60.66%
4.79/4.81	c   4.5s|     1 |     0 |  4792 |  13M|   0 | 439 | 500 |3164 |3164 | 500 | 768 | 327 |   0 |   0 |-2.121667e+02 |-8.400000e+01 |  60.41%
4.89/4.96	c   4.7s|     1 |     0 |  5053 |  13M|   0 | 381 | 500 |3164 |3164 | 500 | 877 | 436 |   0 |   0 |-2.105000e+02 |-8.400000e+01 |  60.10%
5.09/5.20	c   4.9s|     1 |     0 |  5518 |  13M|   0 | 411 | 500 |3164 |3164 | 500 |1032 | 591 |   0 |   0 |-2.085000e+02 |-8.400000e+01 |  59.71%
5.39/5.42	c   5.1s|     1 |     0 |  5956 |  14M|   0 | 426 | 500 |3164 |3164 | 500 |1146 | 705 |   0 |   0 |-2.077500e+02 |-8.400000e+01 |  59.57%
5.59/5.62	c   5.3s|     1 |     0 |  6388 |  14M|   0 | 406 | 500 |3164 |3164 | 500 |1229 | 788 |   0 |   0 |-2.065000e+02 |-8.400000e+01 |  59.32%
5.89/5.98	c   5.7s|     1 |     0 |  7103 |  14M|   0 | 471 | 500 |3164 |3164 | 500 |1259 | 818 |   0 |   0 |-2.055000e+02 |-8.400000e+01 |  59.12%
6.49/6.59	c   6.3s|     1 |     0 |  8175 |  15M|   0 | 446 | 500 |3164 |3164 | 500 |1305 |1041 |   0 |   0 |-2.038000e+02 |-8.400000e+01 |  58.78%
6.69/6.78	c   6.5s|     1 |     0 |  8510 |  15M|   0 | 414 | 500 |3164 |3164 | 500 |1370 |1106 |   0 |   0 |-2.033333e+02 |-8.400000e+01 |  58.69%
7.18/7.29	c   7.0s|     1 |     0 |  9570 |  15M|   0 | 431 | 500 |3164 |3164 | 500 |1405 |1141 |   0 |   0 |-2.022500e+02 |-8.400000e+01 |  58.47%
7.48/7.60	c   7.3s|     1 |     0 | 10207 |  15M|   0 | 417 | 500 |3164 |3164 | 500 |1448 |1184 |   0 |   0 |-2.007500e+02 |-8.400000e+01 |  58.16%
8.28/8.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.28/8.33	c   8.0s|     1 |     0 | 11536 |  16M|   0 | 404 | 500 |3164 |3164 | 500 |1499 |1235 |   0 |   0 |-1.992500e+02 |-8.400000e+01 |  57.84%
8.69/8.77	c   8.5s|     1 |     0 | 12338 |  16M|   0 | 404 | 500 |3164 |3164 | 500 |1509 |1245 |   0 |   0 |-1.985000e+02 |-8.400000e+01 |  57.68%
8.98/9.09	c   8.8s|     1 |     0 | 12989 |  16M|   0 | 409 | 500 |3164 |3164 | 500 |1091 |1253 |   0 |   0 |-1.980000e+02 |-8.400000e+01 |  57.58%
9.29/9.31	c   9.0s|     1 |     0 | 13493 |  16M|   0 | 383 | 500 |3164 |3164 | 500 |1107 |1269 |   0 |   0 |-1.972500e+02 |-8.400000e+01 |  57.41%
9.49/9.53	c   9.2s|     1 |     0 | 13920 |  16M|   0 | 393 | 500 |3164 |3164 | 500 |1147 |1309 |   0 |   0 |-1.967500e+02 |-8.400000e+01 |  57.31%
9.79/9.82	c   9.5s|     1 |     0 | 14310 |  17M|   0 | 400 | 500 |3164 |3164 | 500 |1188 |1350 |   0 |   0 |-1.965000e+02 |-8.400000e+01 |  57.25%
10.08/10.19	c   9.9s|     1 |     0 | 14962 |  17M|   0 | 469 | 500 |3164 |3164 | 500 |1196 |1358 |   0 |   0 |-1.960000e+02 |-8.400000e+01 |  57.14%
10.79/10.81	c  10.5s|     1 |     0 | 15757 |  18M|   0 | 412 | 500 |3164 |3164 | 500 |1501 |1663 |   0 |   0 |-1.952500e+02 |-8.400000e+01 |  56.98%
11.19/11.25	c  10.9s|     1 |     0 | 16582 |  18M|   0 | 433 | 500 |3164 |3164 | 500 |1023 |1678 |   0 |   0 |-1.949704e+02 |-8.400000e+01 |  56.92%
11.39/11.44	c  11.1s|     1 |     0 | 16953 |  18M|   0 | 434 | 500 |3164 |3164 | 500 |1046 |1701 |   0 |   0 |-1.943895e+02 |-8.400000e+01 |  56.79%
11.68/11.70	c  11.4s|     1 |     0 | 17511 |  18M|   0 | 443 | 500 |3164 |3164 | 500 |1115 |1770 |   0 |   0 |-1.938942e+02 |-8.400000e+01 |  56.68%
11.88/11.93	c  11.6s|     1 |     0 | 18043 |  19M|   0 | 450 | 500 |3164 |3164 | 500 |1216 |1871 |   0 |   0 |-1.932937e+02 |-8.400000e+01 |  56.54%
12.09/12.17	c  11.8s|     1 |     0 | 18546 |  19M|   0 | 479 | 500 |3164 |3164 | 500 |1256 |1911 |   0 |   0 |-1.930560e+02 |-8.400000e+01 |  56.49%
12.58/12.62	c  12.3s|     1 |     0 | 19076 |  19M|   0 | 487 | 500 |3164 |3164 | 500 |1357 |2012 |   0 |   0 |-1.929137e+02 |-8.400000e+01 |  56.46%
12.98/13.09	c  12.8s|     1 |     0 | 19527 |  19M|   0 | 458 | 500 |3164 |3164 | 500 |1203 |2068 |   0 |   0 |-1.927301e+02 |-8.400000e+01 |  56.42%
13.38/13.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.38/13.41	c  13.1s|     1 |     0 | 20099 |  19M|   0 | 460 | 500 |3164 |3164 | 500 |1213 |2078 |   0 |   0 |-1.925714e+02 |-8.400000e+01 |  56.38%
13.68/13.77	c  13.4s|     1 |     0 | 20735 |  20M|   0 | 482 | 500 |3164 |3164 | 500 |1239 |2104 |   0 |   0 |-1.923418e+02 |-8.400000e+01 |  56.33%
14.09/14.14	c  13.8s|     1 |     0 | 21258 |  20M|   0 | 482 | 500 |3164 |3164 | 500 |1288 |2153 |   0 |   0 |-1.921429e+02 |-8.400000e+01 |  56.28%
14.68/14.70	c  14.4s|     1 |     0 | 22080 |  20M|   0 | 496 | 500 |3164 |3164 | 500 |1315 |2180 |   0 |   0 |-1.916798e+02 |-8.400000e+01 |  56.18%
15.08/15.11	c  14.8s|     1 |     0 | 22476 |  21M|   0 | 490 | 500 |3164 |3164 | 500 |1371 |2236 |   0 |   0 |-1.916334e+02 |-8.400000e+01 |  56.17%
15.48/15.53	c  15.2s|     1 |     0 | 22792 |  21M|   0 | 491 | 500 |3164 |3164 | 500 |1086 |2249 |   0 |   0 |-1.916127e+02 |-8.400000e+01 |  56.16%
15.78/15.81	c  15.5s|     1 |     0 | 22878 |  21M|   0 | 490 | 500 |3164 |3164 | 500 |1116 |2279 |   0 |   0 |-1.916104e+02 |-8.400000e+01 |  56.16%
16.08/16.14	c  15.8s|     1 |     0 | 23132 |  21M|   0 | 489 | 500 |3164 |3164 | 500 |1132 |2295 |   0 |   0 |-1.915619e+02 |-8.400000e+01 |  56.15%
16.38/16.47	c  16.1s|     1 |     0 | 23308 |  21M|   0 | 473 | 500 |3164 |3164 | 500 |1164 |2327 |   0 |   0 |-1.915486e+02 |-8.400000e+01 |  56.15%
16.78/16.83	c  16.5s|     1 |     0 | 23763 |  21M|   0 | 446 | 500 |3164 |3164 | 500 |1169 |2332 |   0 |   0 |-1.914618e+02 |-8.400000e+01 |  56.13%
16.97/17.08	c  16.7s|     1 |     0 | 24141 |  21M|   0 | 457 | 500 |3164 |3164 | 500 |1176 |2339 |   0 |   0 |-1.913724e+02 |-8.400000e+01 |  56.11%
17.37/17.48	c  17.1s|     1 |     0 | 24622 |  22M|   0 | 478 | 500 |3164 |3164 | 500 |1019 |2370 |   0 |   0 |-1.911786e+02 |-8.400000e+01 |  56.06%
17.67/17.74	c  17.4s|     1 |     0 | 25028 |  23M|   0 | 486 | 500 |3164 |3164 | 500 |1036 |2387 |   0 |   0 |-1.910009e+02 |-8.400000e+01 |  56.02%
18.07/18.13	c  17.8s|     1 |     0 | 25503 |  23M|   0 | 487 | 500 |3164 |3164 | 500 |1132 |2483 |   0 |   0 |-1.909102e+02 |-8.400000e+01 |  56.00%
18.68/18.73	c  18.4s|     1 |     0 | 26190 |  23M|   0 | 457 | 500 |3164 |3164 | 500 |1173 |2524 |   0 |   0 |-1.908000e+02 |-8.400000e+01 |  55.97%
19.18/19.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.18/19.22	c  18.9s|     1 |     0 | 26964 |  23M|   0 | 492 | 500 |3164 |3164 | 500 |1184 |2535 |   0 |   0 |-1.907249e+02 |-8.400000e+01 |  55.96%
19.58/19.64	c  19.3s|     1 |     0 | 27412 |  23M|   0 | 493 | 500 |3164 |3164 | 500 |1210 |2561 |   0 |   0 |-1.906906e+02 |-8.400000e+01 |  55.95%
19.97/20.02	c  19.7s|     1 |     0 | 27490 |  23M|   0 | 495 | 500 |3164 |3164 | 500 |1121 |2595 |   0 |   0 |-1.906882e+02 |-8.400000e+01 |  55.95%
20.27/20.37	c  20.0s|     1 |     0 | 27773 |  23M|   0 | 474 | 500 |3164 |3164 | 500 |1125 |2599 |   0 |   0 |-1.905888e+02 |-8.400000e+01 |  55.93%
20.57/20.67	c  20.3s|     1 |     0 | 28088 |  24M|   0 | 490 | 500 |3164 |3164 | 500 |1160 |2634 |   0 |   0 |-1.905601e+02 |-8.400000e+01 |  55.92%
20.97/21.03	c  20.7s|     1 |     0 | 28264 |  24M|   0 | 489 | 500 |3164 |3164 | 500 |1177 |2651 |   0 |   0 |-1.905447e+02 |-8.400000e+01 |  55.92%
21.28/21.31	c  21.0s|     1 |     0 | 28296 |  24M|   0 | 490 | 500 |3164 |3164 | 500 |1195 |2669 |   0 |   0 |-1.905439e+02 |-8.400000e+01 |  55.92%
21.58/21.61	c  21.2s|     1 |     0 | 28299 |  24M|   0 | 491 | 500 |3164 |3164 | 500 |1197 |2671 |   0 |   0 |-1.905439e+02 |-8.400000e+01 |  55.92%
23.58/23.66	c  23.3s|     1 |     2 | 28299 |  24M|   0 | 491 | 500 |3164 |3164 | 500 |1197 |2671 |   0 |  24 |-1.905439e+02 |-8.400000e+01 |  55.92%
1221.02/1221.51	c  1216s| 10000 | 10001 |  4546k|  45M|  29 | 339 | 500 |3164 |2168 | 500 |1049 | 554k|   0 |3917 |-1.840000e+02 |-8.400000e+01 |  54.35%
1798.01/1798.78	c 
1798.01/1798.78	c SCIP Status        : solving was interrupted [time limit reached]
1798.01/1798.78	c Solving Time (sec) : 1791.00
1798.01/1798.78	c Solving Nodes      : 15926
1798.01/1798.78	c Primal Bound       : -8.40000000000000e+01 (4 solutions)
1798.01/1798.78	c Dual Bound         : -1.83000000000000e+02
1798.01/1798.78	c Gap                : 54.10 %
1798.01/1798.79	c NODE         15926
1798.01/1798.79	c DUAL BOUND   -183
1798.01/1798.79	c PRIMAL BOUND -84
1798.01/1798.79	c GAP          0.540984
1798.01/1798.79	s SATISFIABLE
1798.01/1798.79	v x500 x499 -x498 x497 -x496 -x495 -x494 -x493 x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1798.01/1798.79	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 
1798.01/1798.79	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1798.01/1798.79	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1798.01/1798.79	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 
1798.01/1798.79	v -x394 -x393 -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 x374 
1798.01/1798.79	v -x373 x372 -x371 -x370 -x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 x361 -x360 x359 -x358 -x357 x356 -x355 -x354 x353 -x352 
1798.01/1798.79	v -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 x340 -x339 -x338 x337 x336 -x335 -x334 -x333 -x332 -x331 x330 
1798.01/1798.79	v -x329 -x328 -x327 -x326 x325 -x324 x323 -x322 -x321 -x320 -x319 x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 -x310 -x309 
1798.01/1798.79	v -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
1798.01/1798.79	v -x287 -x286 x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 x273 -x272 -x271 -x270 -x269 -x268 -x267 
1798.01/1798.79	v -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 
1798.01/1798.79	v -x245 -x244 -x243 x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 x227 x226 -x225 -x224 
1798.01/1798.79	v -x223 -x222 -x221 x220 -x219 x218 x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 -x203 
1798.01/1798.79	v -x202 -x201 -x200 x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 
1798.01/1798.79	v -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 x164 -x163 -x162 -x161 -x160 
1798.01/1798.79	v -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 
1798.01/1798.79	v -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1798.01/1798.79	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 x101 -x100 x99 -x98 -x97 -x96 -x95 
1798.01/1798.79	v -x94 -x93 -x92 x91 -x90 -x89 x88 -x87 x86 -x85 -x84 x83 -x82 x81 x80 -x79 -x78 -x77 x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 
1798.01/1798.79	v -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 x60 x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 -x50 x49 x48 -x47 x46 -x45 x44 x43 -x42 
1798.01/1798.79	v -x41 x40 x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 x23 -x22 x21 x20 -x19 -x18 -x17 -x16 -x15 
1798.01/1798.79	v -x14 -x13 -x12 x11 x10 x9 x8 -x7 x6 -x5 x4 x3 x2 -x1 
1798.01/1798.79	c SCIP Status        : solving was interrupted [time limit reached]
1798.01/1798.79	c Solving Time       :    1791.00
1798.01/1798.79	c Original Problem   :
1798.01/1798.79	c   Problem name     : HOME/instance-1870443-1245204427.opb
1798.01/1798.79	c   Variables        : 3664 (3664 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.01/1798.79	c   Constraints      : 3664 initial, 3664 maximal
1798.01/1798.79	c Presolved Problem  :
1798.01/1798.79	c   Problem name     : t_HOME/instance-1870443-1245204427.opb
1798.01/1798.79	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.01/1798.79	c   Constraints      : 3164 initial, 3164 maximal
1798.01/1798.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.01/1798.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.01/1798.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.01/1798.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.01/1798.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.01/1798.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.01/1798.79	c   probing          :       0.04          0          0          0          0          0          0          0          0
1798.01/1798.79	c   and              :       0.11          0          0          0          0          0          0          0          0
1798.01/1798.79	c   linear           :       0.02       3164          0          0       3164          0        500          0          0
1798.01/1798.79	c   root node        :          -          0          -          -          0          -          -          -          -
1798.01/1798.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.01/1798.79	c   integral         :          0          0          0      15925          0          0          0          0          0      31850
1798.01/1798.79	c   and              :       3164      37470      88154          0          1          0     161591    1155017          0          0
1798.01/1798.79	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.01/1798.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.01/1798.79	c   integral         :     145.99       0.00       0.00     145.99       0.00
1798.01/1798.79	c   and              :      91.29      75.67      15.62       0.00       0.00
1798.01/1798.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.01/1798.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.01/1798.79	c   rootredcost      :       0.05          0          0          0
1798.01/1798.79	c   pseudoobj        :       2.69      88150          0          0
1798.01/1798.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.01/1798.79	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.01/1798.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.01/1798.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.01/1798.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.01/1798.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.01/1798.79	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.01/1798.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.01/1798.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.01/1798.79	c   cut pool         :       0.11         64          -          -        521          -    (maximal pool size: 3653)
1798.01/1798.79	c   redcost          :       0.77      37470          0          0          0          0
1798.01/1798.79	c   impliedbounds    :       0.04         65          0          0       3810          0
1798.01/1798.79	c   intobj           :       0.00          0          0          0          0          0
1798.01/1798.79	c   gomory           :       8.07         65          0          0      23349          0
1798.01/1798.79	c   strongcg         :       0.94         20          0          0      10000          0
1798.01/1798.79	c   cmir             :       0.20         10          0          0          0          0
1798.01/1798.79	c   flowcover        :       0.16         10          0          0          0          0
1798.01/1798.79	c   clique           :       0.27         65          0          0        409          0
1798.01/1798.79	c   zerohalf         :       0.00          0          0          0          0          0
1798.01/1798.79	c   mcf              :       0.01          1          0          0          0          0
1798.01/1798.79	c Pricers            :       Time      Calls       Vars
1798.01/1798.79	c   problem variables:       0.00          0          0
1798.01/1798.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.01/1798.79	c   relpscost        :     145.90      15925          0          0          0          0      31850
1798.01/1798.79	c   pscost           :       0.00          0          0          0          0          0          0
1798.01/1798.79	c   inference        :       0.00          1          0          0          0          0          2
1798.01/1798.79	c   mostinf          :       0.00          0          0          0          0          0          0
1798.01/1798.79	c   leastinf         :       0.00          0          0          0          0          0          0
1798.01/1798.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.01/1798.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.01/1798.79	c   random           :       0.00          0          0          0          0          0          0
1798.01/1798.79	c Primal Heuristics  :       Time      Calls      Found
1798.01/1798.79	c   LP solutions     :       0.00          -          0
1798.01/1798.79	c   pseudo solutions :       0.00          -          0
1798.01/1798.79	c   oneopt           :       0.04          1          0
1798.01/1798.79	c   crossover        :       0.13          4          0
1798.01/1798.79	c   veclendiving     :      56.67        138          0
1798.01/1798.79	c   fracdiving       :      47.46        200          0
1798.01/1798.79	c   simplerounding   :       0.07          0          0
1798.01/1798.79	c   rounding         :      57.32      13842          3
1798.01/1798.79	c   shifting         :       4.49        992          1
1798.01/1798.79	c   intshifting      :       0.00          0          0
1798.01/1798.79	c   fixandinfer      :       0.00          0          0
1798.01/1798.79	c   feaspump         :       0.00          0          0
1798.01/1798.79	c   coefdiving       :      49.10        182          0
1798.01/1798.79	c   pscostdiving     :      60.60        107          0
1798.01/1798.79	c   intdiving        :       0.00          0          0
1798.01/1798.79	c   actconsdiving    :       0.00          0          0
1798.01/1798.79	c   objpscostdiving  :      26.21        104          0
1798.01/1798.79	c   rootsoldiving    :      11.38        162          0
1798.01/1798.79	c   linesearchdiving :      41.14        227          0
1798.01/1798.79	c   guideddiving     :      52.77        193          0
1798.01/1798.79	c   octane           :       0.00          0          0
1798.01/1798.79	c   rens             :       0.00          0          0
1798.01/1798.79	c   rins             :       0.00          0          0
1798.01/1798.79	c   localbranching   :       0.00          0          0
1798.01/1798.79	c   mutation         :       0.00          0          0
1798.01/1798.79	c   dins             :       0.00          0          0
1798.01/1798.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.01/1798.79	c   primal LP        :     131.88          0          0       0.00       0.00
1798.01/1798.79	c   dual LP          :     962.63      37534    5113518     136.24    5312.03
1798.01/1798.79	c   barrier LP       :       0.00          0          0       0.00          -
1798.01/1798.79	c   diving/probing LP:     316.01      55290    1749042      31.63    5534.77
1798.01/1798.79	c   strong branching :     142.61       4796     701647     146.30    4920.04
1798.01/1798.79	c     (at root node) :          -         24       6180     257.50          -
1798.01/1798.79	c   conflict analysis:       0.00          0          0       0.00          -
1798.01/1798.79	c B&B Tree           :
1798.01/1798.79	c   number of runs   :          1
1798.01/1798.79	c   nodes            :      15926
1798.01/1798.79	c   nodes (total)    :      15926
1798.01/1798.79	c   nodes left       :      15927
1798.01/1798.79	c   max depth        :         33
1798.01/1798.79	c   max depth (total):         33
1798.01/1798.79	c   backtracks       :       5056 (31.7%)
1798.01/1798.79	c   delayed cutoffs  :          0
1798.01/1798.79	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.01/1798.79	c   avg switch length:       9.15
1798.01/1798.79	c   switching time   :     139.43
1798.01/1798.79	c Solution           :
1798.01/1798.79	c   Solutions found  :          4 (3 improvements)
1798.01/1798.79	c   Primal Bound     : -8.40000000000000e+01   (in run 1, after 1 nodes, 0.60 seconds, depth 0, found by <rounding>)
1798.01/1798.79	c   Dual Bound       : -1.83000000000000e+02
1798.01/1798.79	c   Gap              :      54.10 %
1798.01/1798.79	c   Root Dual Bound  : -1.90543895272378e+02
1798.21/1798.96	c Time complete: 1798.27.

Verifier Data

OK	-84

Watcher Data

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

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

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.08 1.02 1.01 3/64 12375
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=5876 CPUtime=0
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 188043503 6017024 527 1992294400 4194304 9342243 548682068736 18446744073709551615 5545627 0 0 4096 0 0 0 0 17 1 0 0
/proc/12375/statm: 1904 534 353 1256 0 643 0

[startup+0.0663831 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12375
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=19912 CPUtime=0.05
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 4342 0 0 0 4 1 0 0 18 0 1 0 188043503 20389888 3972 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 4978 3972 412 1256 0 3717 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19912

[startup+0.102382 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12375
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=23820 CPUtime=0.09
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 5088 0 0 0 7 2 0 0 18 0 1 0 188043503 24391680 4718 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 5955 4718 446 1256 0 4694 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23820

[startup+0.301417 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12375
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=25672 CPUtime=0.29
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 5579 0 0 0 16 13 0 0 19 0 1 0 188043503 26288128 5209 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 6418 5209 467 1256 0 5157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25672

[startup+0.701491 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12375
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=36744 CPUtime=0.69
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 7998 0 0 0 49 20 0 0 23 0 1 0 188043503 37625856 7627 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 9186 7627 641 1256 0 7925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36744

[startup+1.50164 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12376
/proc/meminfo: memFree=1821368/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=39764 CPUtime=1.49
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 8843 0 0 0 128 21 0 0 25 0 1 0 188043503 40718336 8472 1992294400 4194304 9342243 548682068736 18446744073709551615 6978062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 9941 8472 644 1256 0 8680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39764

[startup+3.10193 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12376
/proc/meminfo: memFree=1815224/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=45156 CPUtime=3.09
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 10265 0 0 0 286 23 0 0 25 0 1 0 188043503 46239744 9894 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 11289 9894 645 1256 0 10028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45156

[startup+6.30153 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 12376
/proc/meminfo: memFree=1807928/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=53940 CPUtime=6.29
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 12595 0 0 0 604 25 0 0 25 0 1 0 188043503 55234560 12224 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 13485 12224 659 1256 0 12224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53940

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 12376
/proc/meminfo: memFree=1797624/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=62316 CPUtime=12.68
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 14472 0 0 0 1241 27 0 0 25 0 1 0 188043503 63811584 14101 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 15579 14101 659 1256 0 14318 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62316

[startup+25.5021 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 12376
/proc/meminfo: memFree=1785208/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=72540 CPUtime=25.47
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 17373 0 0 0 2516 31 0 0 25 0 1 0 188043503 74280960 17002 1992294400 4194304 9342243 548682068736 18446744073709551615 6941363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 18135 17002 670 1256 0 16874 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72540

[startup+51.1018 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 12376
/proc/meminfo: memFree=1785272/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=72540 CPUtime=51.05
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 17388 0 0 0 5060 45 0 0 25 0 1 0 188043503 74280960 17017 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 18135 17017 677 1256 0 16874 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 72540

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 12376
/proc/meminfo: memFree=1780856/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=77608 CPUtime=102.23
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 18513 0 0 0 10155 68 0 0 25 0 1 0 188043503 79470592 18142 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19402 18142 689 1256 0 18141 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77608

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1779960/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=78008 CPUtime=162.21
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 18733 0 0 0 16129 92 0 0 25 0 1 0 188043503 79880192 18362 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19502 18362 689 1256 0 18241 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 78008

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1779832/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=78008 CPUtime=222.19
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 18749 0 0 0 22105 114 0 0 25 0 1 0 188043503 79880192 18378 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19502 18378 689 1256 0 18241 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 78008

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1781496/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=75332 CPUtime=282.16
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 19177 0 0 0 28082 134 0 0 25 0 1 0 188043503 77139968 17909 1992294400 4194304 9342243 548682068736 18446744073709551615 6038450 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 18833 17909 690 1256 0 17572 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 75332

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1781560/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=75332 CPUtime=342.15
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 19180 0 0 0 34058 157 0 0 25 0 1 0 188043503 77139968 17912 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 18833 17912 690 1256 0 17572 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 75332

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1781560/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=75576 CPUtime=402.12
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 19183 0 0 0 40032 180 0 0 25 0 1 0 188043503 77389824 17915 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 18894 17915 690 1256 0 17633 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 75576

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1781624/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=76056 CPUtime=462.1
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 19193 0 0 0 46007 203 0 0 25 0 1 0 188043503 77881344 17925 1992294400 4194304 9342243 548682068736 18446744073709551615 6941320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19014 17925 690 1256 0 17753 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 76056

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1779384/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=77500 CPUtime=522.08
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 20765 0 0 0 51983 225 0 0 25 0 1 0 188043503 79360000 18458 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19375 18458 690 1256 0 18114 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 77500

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1779384/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=77920 CPUtime=582.06
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 20779 0 0 0 57958 248 0 0 25 0 1 0 188043503 79790080 18472 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19480 18472 690 1256 0 18219 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 77920

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1778872/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=79520 CPUtime=642.03
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 21640 0 0 0 63934 269 0 0 25 0 1 0 188043503 81428480 18622 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 19880 18622 690 1256 0 18619 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 79520

[startup+702.301 s]

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

/proc/meminfo: memFree=1770104/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=88164 CPUtime=1061.88
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 28955 0 0 0 105765 423 0 0 25 0 1 0 188043503 90279936 20824 1992294400 4194304 9342243 548682068736 18446744073709551615 6921532 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 22041 20824 690 1256 0 20780 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 88164

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1768888/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=89108 CPUtime=1121.86
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 30952 0 0 0 111738 448 0 0 25 0 1 0 188043503 91246592 21113 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 22277 21113 690 1256 0 21016 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 89108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1766136/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=92784 CPUtime=1181.84
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 31642 0 0 0 117714 470 0 0 25 0 1 0 188043503 95010816 21803 1992294400 4194304 9342243 548682068736 18446744073709551615 4898414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 23196 21803 690 1256 0 21935 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 92784

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1764728/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=92784 CPUtime=1241.81
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 31969 0 0 0 123689 492 0 0 25 0 1 0 188043503 95010816 22130 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 23196 22130 690 1256 0 21935 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 92784

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1762680/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=96148 CPUtime=1301.8
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 32481 0 0 0 129666 514 0 0 25 0 1 0 188043503 98455552 22642 1992294400 4194304 9342243 548682068736 18446744073709551615 5893099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 24037 22642 690 1256 0 22776 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 96148

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1761976/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=96148 CPUtime=1361.77
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 32651 0 0 0 135640 537 0 0 25 0 1 0 188043503 98455552 22812 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 24037 22812 690 1256 0 22776 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 96148

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1762232/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=96092 CPUtime=1421.75
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 33881 0 0 0 141614 561 0 0 25 0 1 0 188043503 98398208 22749 1992294400 4194304 9342243 548682068736 18446744073709551615 6059564 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 24023 22749 690 1256 0 22762 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 96092

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1759544/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=97952 CPUtime=1481.73
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 34840 0 0 0 147588 585 0 0 25 0 1 0 188043503 100302848 23411 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 24488 23411 690 1256 0 23227 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 97952

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1758072/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=100340 CPUtime=1541.7
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 35221 0 0 0 153566 604 0 0 25 0 1 0 188043503 102748160 23792 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 25085 23792 690 1256 0 23824 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 100340

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1757816/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=100340 CPUtime=1601.68
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 35271 0 0 0 159541 627 0 0 25 0 1 0 188043503 102748160 23842 1992294400 4194304 9342243 548682068736 18446744073709551615 6960748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 25085 23842 690 1256 0 23824 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 100340

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1756728/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=101108 CPUtime=1661.67
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 35531 0 0 0 165517 650 0 0 25 0 1 0 188043503 103534592 24102 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 25277 24102 690 1256 0 24016 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 101108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1755128/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=103148 CPUtime=1721.64
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 36358 0 0 0 171490 674 0 0 25 0 1 0 188043503 105623552 24488 1992294400 4194304 9342243 548682068736 18446744073709551615 6890505 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 25787 24488 690 1256 0 24526 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 103148

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752952/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1781.62
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37713 0 0 0 177463 699 0 0 25 0 1 0 188043503 107360256 25048 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25048 690 1256 0 24950 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 104844

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752888/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1791.22
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37725 0 0 0 178419 703 0 0 25 0 1 0 188043503 107360256 25060 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25060 690 1256 0 24950 0
Current children cumulated CPU time (s) 1791.22
Current children cumulated vsize (KiB) 104844

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752888/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1794.42
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37727 0 0 0 178738 704 0 0 25 0 1 0 188043503 107360256 25062 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25062 690 1256 0 24950 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 104844

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752888/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1796.01
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37728 0 0 0 178896 705 0 0 25 0 1 0 188043503 107360256 25063 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25063 690 1256 0 24950 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 104844

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752824/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1797.61
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37733 0 0 0 179055 706 0 0 25 0 1 0 188043503 107360256 25068 1992294400 4194304 9342243 548682068736 18446744073709551615 6957664 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25068 690 1256 0 24950 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (KiB) 104844

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752824/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1798.01
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37733 0 0 0 179095 706 0 0 25 0 1 0 188043503 107360256 25068 1992294400 4194304 9342243 548682068736 18446744073709551615 4898414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25068 690 1256 0 24950 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 104844

[startup+1798.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12376
/proc/meminfo: memFree=1752824/2055920 swapFree=4188244/4192956
[pid=12375] ppid=12373 vsize=104844 CPUtime=1798.21
/proc/12375/stat : 12375 (pbscip.linux.x8) R 12373 12375 11557 0 -1 4194304 37735 0 0 0 179115 706 0 0 25 0 1 0 188043503 107360256 25070 1992294400 4194304 9342243 548682068736 18446744073709551615 4211758 0 0 4096 0 0 0 0 17 1 0 0
/proc/12375/statm: 26211 25070 692 1256 0 24950 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 104844

Child status: 0
Real time (s): 1798.96
CPU time (s): 1798.28
CPU user time (s): 1791.2
CPU system time (s): 7.08092
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 105404

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

runsolver used 1.69674 second user time and 3.2695 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-17 04:07:07
IDJOB=1870443
IDBENCH=48220
IDSOLVER=684
FILE ID=node7/1870443-1245204427
PBS_JOBID= 9368318
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870443-1245204427/watcher-1870443-1245204427 -o /tmp/evaluation-result-1870443-1245204427/solver-1870443-1245204427 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870443-1245204427.opb

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

MD5SUM BENCH= 8d62286ae12c02f1d9e42b05c51333f2
RANDOM SEED=1352961068

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.274
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.274
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850976 kB
Buffers:         46100 kB
Cached:          92348 kB
SwapCached:       1632 kB
Active:          61072 kB
Inactive:        88368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850976 kB
SwapTotal:     4192956 kB
SwapFree:      4188244 kB
Dirty:           11820 kB
Writeback:           0 kB
Mapped:          18792 kB
Slab:            41352 kB
Committed_AS:   175492 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node7 at 2009-06-17 04:37:06