Trace number 2664649

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 solver? (TO) 1800.1 1800.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-hanoi5.opb
MD5SUMe569a703dfec131c012510753e8401ab
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1931
Best CPU time to get the best result obtained on this benchmark4.94725
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1931
Optimality of the best value was proved YES
Number of variables3862
Total number of constraints16399
Number of constraints which are clauses16399
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Number of terms in the objective function 3862
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 3862
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3862
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2664649-1276426029.opb>
0.19/0.29	c original problem has 3862 variables (3862 bin, 0 int, 0 impl, 0 cont) and 16399 constraints
0.19/0.29	c problem read
0.19/0.29	c presolving settings loaded
0.19/0.29	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.30/0.38	c presolving:
0.39/0.47	c (round 1) 710 del vars, 720 del conss, 710 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 36384 impls, 0 clqs
0.49/0.50	c (round 2) 753 del vars, 2214 del conss, 738 chg bounds, 4 chg sides, 8 chg coeffs, 0 upgd conss, 43208 impls, 0 clqs
0.49/0.52	c (round 3) 795 del vars, 2450 del conss, 780 chg bounds, 4 chg sides, 8 chg coeffs, 0 upgd conss, 43516 impls, 0 clqs
0.49/0.54	c (round 4) 855 del vars, 2664 del conss, 822 chg bounds, 8 chg sides, 16 chg coeffs, 0 upgd conss, 45724 impls, 0 clqs
0.49/0.56	c (round 5) 924 del vars, 3067 del conss, 872 chg bounds, 8 chg sides, 16 chg coeffs, 0 upgd conss, 46764 impls, 0 clqs
0.49/0.58	c (round 6) 948 del vars, 3190 del conss, 896 chg bounds, 8 chg sides, 16 chg coeffs, 0 upgd conss, 47482 impls, 0 clqs
0.49/0.59	c (round 7) 955 del vars, 3240 del conss, 903 chg bounds, 10 chg sides, 18 chg coeffs, 0 upgd conss, 48506 impls, 0 clqs
0.59/0.61	c (round 8) 961 del vars, 3267 del conss, 909 chg bounds, 13 chg sides, 24 chg coeffs, 0 upgd conss, 48700 impls, 0 clqs
0.59/0.62	c (round 9) 961 del vars, 3270 del conss, 909 chg bounds, 13 chg sides, 24 chg coeffs, 0 upgd conss, 48946 impls, 0 clqs
0.79/0.81	c (round 10) 961 del vars, 6007 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10332 upgd conss, 48946 impls, 0 clqs
0.79/0.84	c (round 11) 961 del vars, 6007 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 48946 impls, 0 clqs
0.89/0.90	c (round 12) 1011 del vars, 6007 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 52844 impls, 0 clqs
0.89/0.91	c (round 13) 1011 del vars, 6105 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 53250 impls, 0 clqs
0.89/0.97	c (round 14) 1061 del vars, 6105 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 55464 impls, 0 clqs
0.89/0.99	c (round 15) 1063 del vars, 6130 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 55690 impls, 0 clqs
1.00/1.03	c (round 16) 1063 del vars, 6137 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 55690 impls, 0 clqs
1.00/1.08	c (round 17) 1114 del vars, 6137 del conss, 909 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 56680 impls, 0 clqs
1.00/1.10	c (round 18) 1118 del vars, 6248 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 57045 impls, 0 clqs
1.10/1.11	c (round 19) 1119 del vars, 6259 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 57045 impls, 0 clqs
1.19/1.20	c (round 20) 1171 del vars, 6259 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 59779 impls, 0 clqs
1.19/1.22	c (round 21) 1174 del vars, 6425 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 60359 impls, 0 clqs
1.19/1.26	c (round 22) 1174 del vars, 6427 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 60359 impls, 0 clqs
1.29/1.33	c (round 23) 1226 del vars, 6427 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 62905 impls, 0 clqs
1.29/1.35	c (round 24) 1229 del vars, 6621 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 63123 impls, 0 clqs
1.39/1.40	c (round 25) 1279 del vars, 6621 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 64141 impls, 0 clqs
1.39/1.42	c (round 26) 1279 del vars, 6808 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 64361 impls, 0 clqs
1.39/1.47	c (round 27) 1329 del vars, 6808 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 64513 impls, 0 clqs
1.39/1.49	c (round 28) 1329 del vars, 6941 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 64513 impls, 0 clqs
1.49/1.54	c (round 29) 1379 del vars, 6941 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 65297 impls, 0 clqs
1.49/1.56	c (round 30) 1379 del vars, 6979 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 65297 impls, 0 clqs
1.59/1.63	c (round 31) 1429 del vars, 6979 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 65717 impls, 0 clqs
1.59/1.69	c (round 32) 1479 del vars, 6979 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 66097 impls, 0 clqs
1.69/1.71	c (round 33) 1479 del vars, 6992 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 66097 impls, 0 clqs
1.69/1.75	c (round 34) 1479 del vars, 6997 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 66097 impls, 0 clqs
1.79/1.85	c (round 35) 1529 del vars, 6997 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 66533 impls, 0 clqs
1.79/1.86	c (round 36) 1529 del vars, 7033 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 66533 impls, 0 clqs
1.89/1.94	c (round 37) 1579 del vars, 7033 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 67075 impls, 0 clqs
1.89/1.98	c (round 38) 1579 del vars, 7037 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 67075 impls, 0 clqs
1.99/2.04	c (round 39) 1629 del vars, 7037 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 67419 impls, 0 clqs
2.10/2.11	c    (1.5s) probing: 1000/2901 (34.5%) - 191 fixings, 474 aggregations, 3498 implications, 0 bound changes
2.10/2.13	c (round 40) 1684 del vars, 7037 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 68455 impls, 0 clqs
2.10/2.14	c (round 41) 1684 del vars, 7274 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 68567 impls, 0 clqs
2.10/2.20	c (round 42) 1734 del vars, 7274 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 68945 impls, 0 clqs
2.20/2.21	c (round 43) 1734 del vars, 7387 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 68945 impls, 0 clqs
2.20/2.27	c (round 44) 1784 del vars, 7387 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 69093 impls, 0 clqs
2.29/2.31	c (round 45) 1784 del vars, 7390 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 69093 impls, 0 clqs
2.39/2.41	c    (1.8s) probing: 1349/2901 (46.5%) - 241 fixings, 570 aggregations, 3807 implications, 0 bound changes
2.39/2.41	c    (1.8s) probing aborted: 100/100 successive totally useless probings
2.39/2.41	c (round 46) 1785 del vars, 7390 del conss, 910 chg bounds, 31 chg sides, 24 chg coeffs, 10392 upgd conss, 69107 impls, 0 clqs
2.39/2.47	c    (1.8s) probing: 1451/2901 (50.0%) - 241 fixings, 570 aggregations, 3811 implications, 0 bound changes
2.39/2.47	c    (1.8s) probing aborted: 100/100 successive totally useless probings
2.39/2.47	c presolving (47 rounds):
2.39/2.47	c  1785 deleted vars, 7390 deleted constraints, 910 tightened bounds, 0 added holes, 31 changed sides, 24 changed coefficients
2.39/2.47	c  69117 implications, 0 cliques
2.39/2.47	c presolved problem has 2077 variables (2077 bin, 0 int, 0 impl, 0 cont) and 9009 constraints
2.39/2.47	c    9009 constraints of type <logicor>
2.39/2.47	c transformed objective value is always integral (scale: 1)
2.39/2.47	c Presolving Time: 1.78
2.39/2.47	c - non default parameters ----------------------------------------------------------------------
2.39/2.47	c # SCIP version 1.2.1.2
2.39/2.47	c 
2.39/2.47	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.39/2.47	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.47	c conflict/interconss = 0
2.39/2.47	c 
2.39/2.47	c # should binary conflicts be preferred?
2.39/2.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.47	c conflict/preferbinary = TRUE
2.39/2.47	c 
2.39/2.47	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.39/2.47	c # [type: int, range: [-1,2147483647], default: 0]
2.39/2.47	c constraints/agelimit = 1
2.39/2.47	c 
2.39/2.47	c # should enforcement of pseudo solution be disabled?
2.39/2.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.47	c constraints/disableenfops = TRUE
2.39/2.47	c 
2.39/2.47	c # frequency for displaying node information lines
2.39/2.47	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.47	c display/freq = 10000
2.39/2.47	c 
2.39/2.47	c # maximal time in seconds to run
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/time = 1799.72
2.39/2.47	c 
2.39/2.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/memory = 1620
2.39/2.47	c 
2.39/2.47	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.39/2.47	c # [type: int, range: [-1,2147483647], default: 1]
2.39/2.47	c lp/solvefreq = -1
2.39/2.47	c 
2.39/2.47	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.39/2.47	c # [type: char, range: {lafpsqd}, default: l]
2.39/2.47	c lp/pricing = a
2.39/2.47	c 
2.39/2.47	c # should presolving try to simplify inequalities
2.39/2.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.47	c constraints/linear/simplifyinequalities = TRUE
2.39/2.47	c 
2.39/2.47	c # should presolving try to simplify knapsacks
2.39/2.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.47	c constraints/knapsack/simplifyinequalities = TRUE
2.39/2.47	c 
2.39/2.47	c # priority of node selection rule <dfs> in standard mode
2.39/2.47	c # [type: int, range: [-536870912,536870911], default: 0]
2.39/2.47	c nodeselection/dfs/stdpriority = 1000000
2.39/2.47	c 
2.39/2.47	c -----------------------------------------------------------------------------------------------
2.39/2.47	c start solving
2.39/2.48	c 
2.39/2.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.39/2.48	c   1.8s|     1 |     2 |     0 |     - |  18M|   0 |   - |2077 |9009 |   0 |   0 |   0 |   0 |   0 | 1.165000e+03 |      --      |    Inf 
22.59/22.64	c  21.2s| 10000 |    95 |     0 |   0.0 |  18M| 352 |   - |2077 |8963 |   0 |   0 |   0 |  11k|   0 | 1.165000e+03 |      --      |    Inf 
42.57/42.62	c  40.4s| 20000 |    93 |     0 |   0.0 |  19M| 352 |   - |2077 |9086 |   0 |   0 |   0 |  23k|   0 | 1.165000e+03 |      --      |    Inf 
62.08/62.19	c  59.1s| 30000 |    87 |     0 |   0.0 |  19M| 352 |   - |2077 |9064 |   0 |   0 |   0 |  35k|   0 | 1.165000e+03 |      --      |    Inf 
82.56/82.67	c  78.8s| 40000 |    88 |     0 |   0.0 |  19M| 352 |   - |2077 |9023 |   0 |   0 |   0 |  48k|   0 | 1.165000e+03 |      --      |    Inf 
103.96/104.02	c  99.3s| 50000 |    85 |     0 |   0.0 |  19M| 352 |   - |2077 |9601 |   0 |   0 |   0 |  60k|   0 | 1.165000e+03 |      --      |    Inf 
124.95/125.05	c   120s| 60000 |    83 |     0 |   0.0 |  19M| 352 |   - |2077 |9533 |   0 |   0 |   0 |  73k|   0 | 1.165000e+03 |      --      |    Inf 
144.06/144.18	c   138s| 70000 |    83 |     0 |   0.0 |  19M| 352 |   - |2077 |9014 |   0 |   0 |   0 |  83k|   0 | 1.165000e+03 |      --      |    Inf 
164.44/164.53	c   157s| 80000 |    82 |     0 |   0.0 |  19M| 352 |   - |2077 |9103 |   0 |   0 |   0 |  94k|   0 | 1.165000e+03 |      --      |    Inf 
184.04/184.15	c   176s| 90000 |    73 |     0 |   0.0 |  19M| 352 |   - |2077 |8977 |   0 |   0 |   0 | 108k|   0 | 1.165000e+03 |      --      |    Inf 
203.52/203.65	c   195s|100000 |    93 |     0 |   0.0 |  19M| 352 |   - |2077 |8976 |   0 |   0 |   0 | 118k|   0 | 1.165000e+03 |      --      |    Inf 
226.32/226.48	c   217s|110000 |    83 |     0 |   0.0 |  19M| 352 |   - |2077 |9070 |   0 |   0 |   0 | 125k|   0 | 1.165000e+03 |      --      |    Inf 
253.91/254.05	c   244s|120000 |    78 |     0 |   0.0 |  19M| 352 |   - |2077 |9109 |   0 |   0 |   0 | 132k|   0 | 1.165000e+03 |      --      |    Inf 
279.90/280.06	c   269s|130000 |    72 |     0 |   0.0 |  19M| 352 |   - |2077 |9032 |   0 |   0 |   0 | 139k|   0 | 1.165000e+03 |      --      |    Inf 
304.99/305.14	c   293s|140000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |8991 |   0 |   0 |   0 | 145k|   0 | 1.165000e+03 |      --      |    Inf 
328.88/329.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.88/329.07	c   316s|150000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9017 |   0 |   0 |   0 | 151k|   0 | 1.165000e+03 |      --      |    Inf 
353.27/353.49	c   340s|160000 |    72 |     0 |   0.0 |  19M| 352 |   - |2077 |9125 |   0 |   0 |   0 | 157k|   0 | 1.165000e+03 |      --      |    Inf 
380.17/380.38	c   366s|170000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9097 |   0 |   0 |   0 | 164k|   0 | 1.165000e+03 |      --      |    Inf 
403.16/403.38	c   388s|180000 |    73 |     0 |   0.0 |  19M| 352 |   - |2077 |9196 |   0 |   0 |   0 | 169k|   0 | 1.165000e+03 |      --      |    Inf 
427.25/427.47	c   412s|190000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |9496 |   0 |   0 |   0 | 175k|   0 | 1.165000e+03 |      --      |    Inf 
449.75/449.92	c   433s|200000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |8994 |   0 |   0 |   0 | 181k|   0 | 1.165000e+03 |      --      |    Inf 
474.04/474.21	c   457s|210000 |    75 |     0 |   0.0 |  19M| 352 |   - |2077 |9022 |   0 |   0 |   0 | 187k|   0 | 1.165000e+03 |      --      |    Inf 
498.14/498.33	c   480s|220000 |    64 |     0 |   0.0 |  19M| 352 |   - |2077 |9080 |   0 |   0 |   0 | 193k|   0 | 1.165000e+03 |      --      |    Inf 
521.82/522.03	c   503s|230000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9143 |   0 |   0 |   0 | 199k|   0 | 1.165000e+03 |      --      |    Inf 
546.91/547.10	c   528s|240000 |    66 |     0 |   0.0 |  19M| 352 |   - |2077 |9125 |   0 |   0 |   0 | 205k|   0 | 1.165000e+03 |      --      |    Inf 
571.51/571.74	c   551s|250000 |    73 |     0 |   0.0 |  19M| 352 |   - |2077 |9159 |   0 |   0 |   0 | 211k|   0 | 1.165000e+03 |      --      |    Inf 
596.01/596.27	c   575s|260000 |    67 |     0 |   0.0 |  19M| 352 |   - |2077 |9188 |   0 |   0 |   0 | 216k|   0 | 1.165000e+03 |      --      |    Inf 
619.89/620.19	c   598s|270000 |    78 |     0 |   0.0 |  19M| 352 |   - |2077 |9186 |   0 |   0 |   0 | 223k|   0 | 1.165000e+03 |      --      |    Inf 
643.30/643.58	c   621s|280000 |    66 |     0 |   0.0 |  19M| 352 |   - |2077 |9216 |   0 |   0 |   0 | 229k|   0 | 1.165000e+03 |      --      |    Inf 
665.88/666.13	c   643s|290000 |    71 |     0 |   0.0 |  19M| 352 |   - |2077 |9194 |   0 |   0 |   0 | 235k|   0 | 1.165000e+03 |      --      |    Inf 
690.48/690.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.48/690.71	c   667s|300000 |    68 |     0 |   0.0 |  19M| 352 |   - |2077 |9228 |   0 |   0 |   0 | 241k|   0 | 1.165000e+03 |      --      |    Inf 
714.97/715.26	c   690s|310000 |    68 |     0 |   0.0 |  19M| 352 |   - |2077 |9229 |   0 |   0 |   0 | 247k|   0 | 1.165000e+03 |      --      |    Inf 
738.77/739.03	c   714s|320000 |    67 |     0 |   0.0 |  19M| 352 |   - |2077 |9238 |   0 |   0 |   0 | 253k|   0 | 1.165000e+03 |      --      |    Inf 
761.96/762.26	c   736s|330000 |    66 |     0 |   0.0 |  19M| 352 |   - |2077 |9225 |   0 |   0 |   0 | 259k|   0 | 1.165000e+03 |      --      |    Inf 
785.25/785.53	c   759s|340000 |    64 |     0 |   0.0 |  19M| 352 |   - |2077 |9237 |   0 |   0 |   0 | 265k|   0 | 1.165000e+03 |      --      |    Inf 
808.94/809.29	c   782s|350000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |9284 |   0 |   0 |   0 | 271k|   0 | 1.165000e+03 |      --      |    Inf 
833.22/833.55	c   805s|360000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |9234 |   0 |   0 |   0 | 277k|   0 | 1.165000e+03 |      --      |    Inf 
858.82/859.17	c   830s|370000 |    72 |     0 |   0.0 |  19M| 352 |   - |2077 |9262 |   0 |   0 |   0 | 283k|   0 | 1.165000e+03 |      --      |    Inf 
884.21/884.56	c   854s|380000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |9266 |   0 |   0 |   0 | 289k|   0 | 1.165000e+03 |      --      |    Inf 
908.40/908.77	c   878s|390000 |    73 |     0 |   0.0 |  19M| 352 |   - |2077 |9017 |   0 |   0 |   0 | 296k|   0 | 1.165000e+03 |      --      |    Inf 
931.20/931.58	c   900s|400000 |    65 |     0 |   0.0 |  19M| 352 |   - |2077 |9036 |   0 |   0 |   0 | 302k|   0 | 1.165000e+03 |      --      |    Inf 
956.59/956.91	c   924s|410000 |    64 |     0 |   0.0 |  19M| 352 |   - |2077 |9315 |   0 |   0 |   0 | 309k|   0 | 1.165000e+03 |      --      |    Inf 
984.48/984.80	c   951s|420000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9130 |   0 |   0 |   0 | 316k|   0 | 1.165000e+03 |      --      |    Inf 
1008.17/1008.54	c   974s|430000 |    62 |     0 |   0.0 |  19M| 352 |   - |2077 |9187 |   0 |   0 |   0 | 324k|   0 | 1.165000e+03 |      --      |    Inf 
1032.76/1033.15	c   998s|440000 |    63 |     0 |   0.0 |  19M| 352 |   - |2077 |9248 |   0 |   0 |   0 | 330k|   0 | 1.165000e+03 |      --      |    Inf 
1058.36/1058.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.36/1058.74	c  1023s|450000 |    62 |     0 |   0.0 |  19M| 352 |   - |2077 |9313 |   0 |   0 |   0 | 337k|   0 | 1.165000e+03 |      --      |    Inf 
1082.15/1082.59	c  1046s|460000 |    67 |     0 |   0.0 |  19M| 352 |   - |2077 |9329 |   0 |   0 |   0 | 344k|   0 | 1.165000e+03 |      --      |    Inf 
1105.75/1106.16	c  1069s|470000 |    69 |     0 |   0.0 |  19M| 352 |   - |2077 |9310 |   0 |   0 |   0 | 351k|   0 | 1.165000e+03 |      --      |    Inf 
1130.24/1130.60	c  1092s|480000 |    67 |     0 |   0.0 |  19M| 352 |   - |2077 |9409 |   0 |   0 |   0 | 359k|   0 | 1.165000e+03 |      --      |    Inf 
1154.33/1154.79	c  1116s|490000 |    65 |     0 |   0.0 |  19M| 352 |   - |2077 |9306 |   0 |   0 |   0 | 365k|   0 | 1.165000e+03 |      --      |    Inf 
1177.42/1177.85	c  1138s|500000 |    53 |     0 |   0.0 |  19M| 352 |   - |2077 |9408 |   0 |   0 |   0 | 372k|   0 | 1.165000e+03 |      --      |    Inf 
1201.61/1202.03	c  1161s|510000 |    63 |     0 |   0.0 |  19M| 352 |   - |2077 |9411 |   0 |   0 |   0 | 379k|   0 | 1.165000e+03 |      --      |    Inf 
1224.80/1225.29	c  1184s|520000 |    59 |     0 |   0.0 |  19M| 352 |   - |2077 |9453 |   0 |   0 |   0 | 387k|   0 | 1.165000e+03 |      --      |    Inf 
1249.50/1249.97	c  1208s|530000 |    65 |     0 |   0.0 |  19M| 352 |   - |2077 |9017 |   0 |   0 |   0 | 393k|   0 | 1.165000e+03 |      --      |    Inf 
1275.99/1276.43	c  1233s|540000 |    67 |     0 |   0.0 |  19M| 352 |   - |2077 |9029 |   0 |   0 |   0 | 400k|   0 | 1.165000e+03 |      --      |    Inf 
1300.48/1300.96	c  1257s|550000 |    65 |     0 |   0.0 |  19M| 352 |   - |2077 |9063 |   0 |   0 |   0 | 405k|   0 | 1.165000e+03 |      --      |    Inf 
1324.37/1324.85	c  1280s|560000 |    60 |     0 |   0.0 |  19M| 352 |   - |2077 |9139 |   0 |   0 |   0 | 412k|   0 | 1.165000e+03 |      --      |    Inf 
1347.96/1348.44	c  1303s|570000 |    61 |     0 |   0.0 |  19M| 352 |   - |2077 |9124 |   0 |   0 |   0 | 418k|   0 | 1.165000e+03 |      --      |    Inf 
1373.56/1374.09	c  1328s|580000 |    68 |     0 |   0.0 |  19M| 352 |   - |2077 |9116 |   0 |   0 |   0 | 425k|   0 | 1.165000e+03 |      --      |    Inf 
1400.75/1401.21	c  1354s|590000 |    59 |     0 |   0.0 |  19M| 352 |   - |2077 |9189 |   0 |   0 |   0 | 432k|   0 | 1.165000e+03 |      --      |    Inf 
1426.14/1426.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.14/1426.62	c  1378s|600000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9208 |   0 |   0 |   0 | 439k|   0 | 1.165000e+03 |      --      |    Inf 
1449.83/1450.33	c  1401s|610000 |    70 |     0 |   0.0 |  19M| 352 |   - |2077 |9258 |   0 |   0 |   0 | 445k|   0 | 1.165000e+03 |      --      |    Inf 
1472.52/1473.04	c  1423s|620000 |    71 |     0 |   0.0 |  19M| 352 |   - |2077 |9416 |   0 |   0 |   0 | 451k|   0 | 1.165000e+03 |      --      |    Inf 
1497.31/1497.82	c  1447s|630000 |    66 |     0 |   0.0 |  20M| 352 |   - |2077 |9502 |   0 |   0 |   0 | 458k|   0 | 1.165000e+03 |      --      |    Inf 
1521.41/1521.97	c  1471s|640000 |    65 |     0 |   0.0 |  19M| 352 |   - |2077 |9346 |   0 |   0 |   0 | 464k|   0 | 1.165000e+03 |      --      |    Inf 
1546.50/1547.08	c  1495s|650000 |    58 |     0 |   0.0 |  20M| 352 |   - |2077 |  11k|   0 |   0 |   0 | 472k|   0 | 1.165000e+03 |      --      |    Inf 
1572.88/1573.45	c  1520s|660000 |    72 |     0 |   0.0 |  20M| 352 |   - |2077 |9372 |   0 |   0 |   0 | 478k|   0 | 1.165000e+03 |      --      |    Inf 
1600.88/1601.49	c  1547s|670000 |    63 |     0 |   0.0 |  20M| 352 |   - |2077 |9453 |   0 |   0 |   0 | 485k|   0 | 1.165000e+03 |      --      |    Inf 
1627.57/1628.18	c  1573s|680000 |    61 |     0 |   0.0 |  20M| 352 |   - |2077 |9616 |   0 |   0 |   0 | 491k|   0 | 1.165000e+03 |      --      |    Inf 
1653.07/1653.65	c  1598s|690000 |    64 |     0 |   0.0 |  20M| 352 |   - |2077 |9331 |   0 |   0 |   0 | 498k|   0 | 1.165000e+03 |      --      |    Inf 
1678.46/1679.08	c  1623s|700000 |    65 |     0 |   0.0 |  20M| 352 |   - |2077 |9355 |   0 |   0 |   0 | 505k|   0 | 1.165000e+03 |      --      |    Inf 
1703.85/1704.49	c  1647s|710000 |    64 |     0 |   0.0 |  20M| 352 |   - |2077 |9397 |   0 |   0 |   0 | 511k|   0 | 1.165000e+03 |      --      |    Inf 
1729.85/1730.47	c  1672s|720000 |    62 |     0 |   0.0 |  20M| 352 |   - |2077 |9390 |   0 |   0 |   0 | 518k|   0 | 1.165000e+03 |      --      |    Inf 
1753.74/1754.38	c  1695s|730000 |    63 |     0 |   0.0 |  20M| 352 |   - |2077 |9428 |   0 |   0 |   0 | 523k|   0 | 1.165000e+03 |      --      |    Inf 
1778.43/1779.09	c  1719s|740000 |    60 |     0 |   0.0 |  20M| 352 |   - |2077 |9443 |   0 |   0 |   0 | 530k|   0 | 1.165000e+03 |      --      |    Inf 
1800.03/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.61	c 
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time (sec) : 1740.12
1800.03/1800.61	c Solving Nodes      : 748274
1800.03/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.61	c Dual Bound         : +1.16500000000000e+03
1800.03/1800.61	c Gap                : infinite
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time       :    1740.12
1800.03/1800.61	c Original Problem   :
1800.03/1800.61	c   Problem name     : HOME/instance-2664649-1276426029.opb
1800.03/1800.61	c   Variables        : 3862 (3862 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 16399 initial, 16399 maximal
1800.03/1800.61	c Presolved Problem  :
1800.03/1800.61	c   Problem name     : t_HOME/instance-2664649-1276426029.opb
1800.03/1800.61	c   Variables        : 2077 (2077 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 9009 initial, 13730 maximal
1800.03/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.61	c   trivial          :       0.04          1          0          0          0          0          0          0          0
1800.03/1800.61	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   implics          :       0.06          0         61          0          0          0          0          0          0
1800.03/1800.61	c   probing          :       0.68        241        570          0          0          0          0          0          0
1800.03/1800.61	c   linear           :       0.25        909          3          0        909          0       6007         31         24
1800.03/1800.61	c   logicor          :       0.69          0          0          0          1          0       1383          0          0
1800.03/1800.61	c   root node        :          -         11          -          -         11          -          -          -          -
1800.03/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c   logicor          :       9009+         0   10554608          0          0     382253   48731135          0          0          0
1800.03/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c   logicor          :     481.26       0.00     481.26       0.00       0.00
1800.03/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.61	c   vbounds          :       4.72          2          0          0
1800.03/1800.61	c   rootredcost      :       5.12          0          0          0
1800.03/1800.61	c   pseudoobj        :     750.59   10824591          0          0
1800.03/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.61	c   propagation      :     187.96     382171     382171     382171       36.3     153495       15.5          -
1800.03/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.61	c   applied globally :          -          -          -     535666       30.3          -          -          -
1800.03/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.61	c Pricers            :       Time      Calls       Vars
1800.03/1800.61	c   problem variables:       0.00          0          0
1800.03/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   inference        :     172.91     555910          0          0          0          0    1111820
1800.03/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.61	c   LP solutions     :       0.00          -          0
1800.03/1800.61	c   pseudo solutions :       0.00          -          0
1800.03/1800.61	c   oneopt           :       0.42          0          0
1800.03/1800.61	c   trivial          :       0.02          2          0
1800.03/1800.61	c   simplerounding   :       0.00          0          0
1800.03/1800.61	c   zirounding       :       0.00          0          0
1800.03/1800.61	c   rounding         :       0.00          0          0
1800.03/1800.61	c   shifting         :       0.00          0          0
1800.03/1800.61	c   intshifting      :       0.00          0          0
1800.03/1800.61	c   twoopt           :       0.00          0          0
1800.03/1800.61	c   fixandinfer      :       0.00          0          0
1800.03/1800.61	c   feaspump         :       0.00          0          0
1800.03/1800.61	c   coefdiving       :       0.00          0          0
1800.03/1800.61	c   pscostdiving     :       0.00          0          0
1800.03/1800.61	c   fracdiving       :       0.00          0          0
1800.03/1800.61	c   veclendiving     :       0.00          0          0
1800.03/1800.61	c   intdiving        :       0.00          0          0
1800.03/1800.61	c   actconsdiving    :       0.00          0          0
1800.03/1800.61	c   objpscostdiving  :       0.00          0          0
1800.03/1800.61	c   rootsoldiving    :       0.00          0          0
1800.03/1800.61	c   linesearchdiving :       0.00          0          0
1800.03/1800.61	c   guideddiving     :       0.00          0          0
1800.03/1800.61	c   octane           :       0.00          0          0
1800.03/1800.61	c   rens             :       0.00          0          0
1800.03/1800.61	c   rins             :       0.00          0          0
1800.03/1800.61	c   localbranching   :       0.00          0          0
1800.03/1800.61	c   mutation         :       0.00          0          0
1800.03/1800.61	c   crossover        :       0.00          0          0
1800.03/1800.61	c   dins             :       0.00          0          0
1800.03/1800.61	c   undercover       :       0.00          0          0
1800.03/1800.61	c   nlp              :       0.68          0          0
1800.03/1800.61	c   trysol           :       0.42          0          0
1800.03/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.61	c B&B Tree           :
1800.03/1800.61	c   number of runs   :          1
1800.03/1800.61	c   nodes            :     748274
1800.03/1800.61	c   nodes (total)    :     748274
1800.03/1800.61	c   nodes left       :         54
1800.03/1800.61	c   max depth        :        352
1800.03/1800.61	c   max depth (total):        352
1800.03/1800.61	c   backtracks       :     227332 (30.4%)
1800.03/1800.61	c   delayed cutoffs  :     363493
1800.03/1800.61	c   repropagations   :     659563 (24099144 domain reductions, 189807 cutoffs)
1800.03/1800.61	c   avg switch length:       2.86
1800.03/1800.61	c   switching time   :     184.05
1800.03/1800.61	c Solution           :
1800.03/1800.61	c   Solutions found  :          0 (0 improvements)
1800.03/1800.61	c   Primal Bound     :          -
1800.03/1800.61	c   Dual Bound       : +1.16500000000000e+03
1800.03/1800.61	c   Gap              :   infinite
1800.03/1800.61	c   Root Dual Bound  : +1.16500000000000e+03
1800.03/1800.61	c   Root Iterations  :          0
1800.03/1800.67	c Time complete: 1800.1.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.96 1.00 1.02 3/106 25490
/proc/meminfo: memFree=1848344/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=5556 CPUtime=0
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 886 0 0 0 0 0 0 0 20 0 1 0 18206823 5689344 808 1992294400 4194304 7136930 140733992649440 18446744073709551615 6349764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25490/statm: 1389 808 249 719 0 668 0

[startup+0.059625 s]
/proc/loadavg: 0.96 1.00 1.02 3/106 25490
/proc/meminfo: memFree=1848344/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=12428 CPUtime=0.05
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 2598 0 0 0 4 1 0 0 20 0 1 0 18206823 12726272 2519 1992294400 4194304 7136930 140733992649440 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25490/statm: 3107 2519 271 719 0 2386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12428

[startup+0.101629 s]
/proc/loadavg: 0.96 1.00 1.02 3/106 25490
/proc/meminfo: memFree=1848344/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=13796 CPUtime=0.09
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 2834 0 0 0 8 1 0 0 20 0 1 0 18206823 14127104 2755 1992294400 4194304 7136930 140733992649440 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25490/statm: 3449 2767 271 719 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13796

[startup+0.301649 s]
/proc/loadavg: 0.96 1.00 1.02 3/106 25490
/proc/meminfo: memFree=1848344/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=19432 CPUtime=0.3
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 4709 0 0 0 28 2 0 0 20 0 1 0 18206823 19898368 4277 1992294400 4194304 7136930 140733992649440 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 4858 4286 282 719 0 4137 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 19432

[startup+0.70169 s]
/proc/loadavg: 0.96 1.00 1.02 3/106 25490
/proc/meminfo: memFree=1848344/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=38752 CPUtime=0.69
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 11709 0 0 0 57 12 0 0 21 0 1 0 18206823 39682048 8858 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 9688 8858 352 719 0 8967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38752

[startup+1.50177 s]
/proc/loadavg: 0.96 1.00 1.02 2/107 25491
/proc/meminfo: memFree=1808408/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=45628 CPUtime=1.49
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 20400 0 0 0 123 26 0 0 23 0 1 0 18206823 46723072 10264 1992294400 4194304 7136930 140733992649440 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 11407 10276 366 719 0 10686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45628

[startup+3.10193 s]
/proc/loadavg: 0.96 1.00 1.02 2/107 25491
/proc/meminfo: memFree=1807664/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=46404 CPUtime=3.09
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 28499 0 0 0 269 40 0 0 25 0 1 0 18206823 47517696 10848 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 11601 10848 389 719 0 10880 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46404

[startup+6.30126 s]
/proc/loadavg: 0.97 1.00 1.02 2/107 25491
/proc/meminfo: memFree=1804812/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=47740 CPUtime=6.29
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 28814 0 0 0 576 53 0 0 25 0 1 0 18206823 48885760 11163 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 11935 11163 389 719 0 11214 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47740

[startup+12.7009 s]
/proc/loadavg: 0.97 1.00 1.02 2/107 25491
/proc/meminfo: memFree=1803944/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=48272 CPUtime=12.69
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 28967 0 0 0 1189 80 0 0 25 0 1 0 18206823 49430528 11316 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 12068 11316 389 719 0 11347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48272

[startup+25.5012 s]
/proc/loadavg: 0.97 1.00 1.02 2/107 25491
/proc/meminfo: memFree=1803448/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=48740 CPUtime=25.48
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 29076 0 0 0 2419 129 0 0 25 0 1 0 18206823 49909760 11425 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 12185 11425 389 719 0 11464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48740

[startup+51.1008 s]
/proc/loadavg: 0.98 1.00 1.02 2/107 25493
/proc/meminfo: memFree=1803200/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=49032 CPUtime=51.07
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 29155 0 0 0 4876 231 0 0 25 0 1 0 18206823 50208768 11504 1992294400 4194304 7136930 140733992649440 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 12258 11504 389 719 0 11537 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49032

[startup+102.308 s]
/proc/loadavg: 0.99 1.00 1.01 2/107 25493
/proc/meminfo: memFree=1801712/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=50472 CPUtime=102.26
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 29500 0 0 0 9795 431 0 0 25 0 1 0 18206823 51683328 11849 1992294400 4194304 7136930 140733992649440 18446744073709551615 5507003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 12618 11849 389 719 0 11897 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50472

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.01 2/107 25495
/proc/meminfo: memFree=1801216/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=51012 CPUtime=162.24
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 29603 0 0 0 15547 677 0 0 25 0 1 0 18206823 52236288 11952 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 12753 11952 389 719 0 12032 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51012

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25497
/proc/meminfo: memFree=1799976/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=52396 CPUtime=222.22
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 29933 0 0 0 21310 912 0 0 25 0 1 0 18206823 53653504 12282 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 13099 12282 389 719 0 12378 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52396

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25499
/proc/meminfo: memFree=1796752/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=55588 CPUtime=282.2
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 30708 0 0 0 27119 1101 0 0 25 0 1 0 18206823 56922112 13057 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 13897 13057 389 719 0 13176 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 55588

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25499
/proc/meminfo: memFree=1791916/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=60472 CPUtime=342.18
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 31929 0 0 0 32937 1281 0 0 25 0 1 0 18206823 61923328 14278 1992294400 4194304 7136930 140733992649440 18446744073709551615 5506998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 15118 14278 389 719 0 14397 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 60472

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25501
/proc/meminfo: memFree=1790676/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=61648 CPUtime=402.16
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 32195 0 0 0 38752 1464 0 0 25 0 1 0 18206823 63127552 14544 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 15412 14544 389 719 0 14691 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 61648

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 3/107 25503
/proc/meminfo: memFree=1788816/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=63520 CPUtime=462.14
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 32650 0 0 0 44564 1650 0 0 25 0 1 0 18206823 65044480 14999 1992294400 4194304 7136930 140733992649440 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 15880 14999 389 719 0 15159 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 63520

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25505
/proc/meminfo: memFree=1787080/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=65340 CPUtime=522.12
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33078 0 0 0 50374 1838 0 0 25 0 1 0 18206823 66908160 15427 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 16335 15427 389 719 0 15614 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 65340

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 25507
/proc/meminfo: memFree=1786336/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=65912 CPUtime=582.11
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33222 0 0 0 56190 2021 0 0 25 0 1 0 18206823 67493888 15571 1992294400 4194304 7136930 140733992649440 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 16478 15571 389 719 0 15757 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 65912

[startup+642.301 s]
/proc/loadavg: 1.15 1.04 1.01 2/107 25507
/proc/meminfo: memFree=1785716/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=66500 CPUtime=642.09
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33355 0 0 0 62001 2208 0 0 25 0 1 0 18206823 68096000 15704 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 16625 15704 389 719 0 15904 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 66500

[startup+702.302 s]

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

[startup+822.301 s]
/proc/loadavg: 1.11 1.06 1.01 2/107 25513
/proc/meminfo: memFree=1783980/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=68240 CPUtime=822.04
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33740 0 0 0 79444 2760 0 0 25 0 1 0 18206823 69877760 16089 1992294400 4194304 7136930 140733992649440 18446744073709551615 5506857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17060 16089 389 719 0 16339 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 68240

[startup+882.301 s]
/proc/loadavg: 1.10 1.07 1.01 2/107 25524
/proc/meminfo: memFree=1782988/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=68828 CPUtime=882.01
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33887 0 0 0 85257 2944 0 0 25 0 1 0 18206823 70479872 16236 1992294400 4194304 7136930 140733992649440 18446744073709551615 5507728 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17207 16236 389 719 0 16486 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 68828

[startup+942.301 s]
/proc/loadavg: 1.09 1.07 1.01 2/107 25524
/proc/meminfo: memFree=1782740/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=69280 CPUtime=941.99
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 33990 0 0 0 91054 3145 0 0 25 0 1 0 18206823 70942720 16339 1992294400 4194304 7136930 140733992649440 18446744073709551615 5507163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17320 16339 389 719 0 16599 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 69280

[startup+1002.3 s]
/proc/loadavg: 1.08 1.06 1.01 2/107 25526
/proc/meminfo: memFree=1782492/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=69568 CPUtime=1001.98
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34056 0 0 0 96851 3347 0 0 25 0 1 0 18206823 71237632 16405 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17392 16405 389 719 0 16671 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 69568

[startup+1062.3 s]
/proc/loadavg: 1.13 1.08 1.02 2/107 25528
/proc/meminfo: memFree=1782368/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=69716 CPUtime=1061.95
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34081 0 0 0 102651 3544 0 0 25 0 1 0 18206823 71389184 16430 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17429 16430 389 719 0 16708 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 69716

[startup+1122.3 s]
/proc/loadavg: 1.09 1.08 1.02 2/107 25530
/proc/meminfo: memFree=1782368/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=69716 CPUtime=1121.94
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34092 0 0 0 108454 3740 0 0 25 0 1 0 18206823 71389184 16441 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17429 16441 389 719 0 16708 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 69716

[startup+1182.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/107 25532
/proc/meminfo: memFree=1782120/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=70012 CPUtime=1181.92
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34130 0 0 0 114248 3944 0 0 25 0 1 0 18206823 71692288 16479 1992294400 4194304 7136930 140733992649440 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17503 16479 389 719 0 16782 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 70012

[startup+1242.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/107 25532
/proc/meminfo: memFree=1781748/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=70200 CPUtime=1241.9
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34184 0 0 0 120048 4142 0 0 25 0 1 0 18206823 71884800 16533 1992294400 4194304 7136930 140733992649440 18446744073709551615 5909879 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17550 16533 389 719 0 16829 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 70200

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 25534
/proc/meminfo: memFree=1781500/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=70480 CPUtime=1301.89
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34247 0 0 0 125854 4335 0 0 25 0 1 0 18206823 72171520 16596 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17620 16596 389 719 0 16899 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 70480

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 25536
/proc/meminfo: memFree=1781376/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=70648 CPUtime=1361.86
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34276 0 0 0 131650 4536 0 0 25 0 1 0 18206823 72343552 16625 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17662 16625 389 719 0 16941 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 70648

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 25538
/proc/meminfo: memFree=1780880/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=71144 CPUtime=1421.85
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34416 0 0 0 137451 4734 0 0 25 0 1 0 18206823 72851456 16765 1992294400 4194304 7136930 140733992649440 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17786 16765 389 719 0 17065 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 71144

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 25540
/proc/meminfo: memFree=1780632/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=71276 CPUtime=1481.82
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34437 0 0 0 143248 4934 0 0 25 0 1 0 18206823 72986624 16786 1992294400 4194304 7136930 140733992649440 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17819 16786 389 719 0 17098 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 71276

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 25540
/proc/meminfo: memFree=1780136/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=71956 CPUtime=1541.81
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34567 0 0 0 149050 5131 0 0 25 0 1 0 18206823 73682944 16916 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17989 16916 389 719 0 17268 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 71956

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25545
/proc/meminfo: memFree=1779640/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=71956 CPUtime=1601.78
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34579 0 0 0 154852 5326 0 0 25 0 1 0 18206823 73682944 16928 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 17989 16928 389 719 0 17268 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 71956

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25547
/proc/meminfo: memFree=1779640/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=72088 CPUtime=1661.76
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34603 0 0 0 160656 5520 0 0 25 0 1 0 18206823 73818112 16952 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 18022 16952 389 719 0 17301 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 72088

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25549
/proc/meminfo: memFree=1779392/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=72232 CPUtime=1721.75
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34644 0 0 0 166462 5713 0 0 25 0 1 0 18206823 73965568 16993 1992294400 4194304 7136930 140733992649440 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 18058 16993 389 719 0 17337 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 72232

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25551
/proc/meminfo: memFree=1779392/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=72368 CPUtime=1781.73
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34659 0 0 0 172266 5907 0 0 25 0 1 0 18206823 74104832 17008 1992294400 4194304 7136930 140733992649440 18446744073709551615 5924246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 18092 17008 389 719 0 17371 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 72368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 25551
/proc/meminfo: memFree=1779392/2059040 swapFree=4135652/4192956
[pid=25490] ppid=25488 vsize=72368 CPUtime=1800.03
/proc/25490/stat : 25490 (pbscip.linux.x8) R 25488 25490 24429 0 -1 4202496 34669 0 0 0 174039 5964 0 0 25 0 1 0 18206823 74104832 17018 1992294400 4194304 7136930 140733992649440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25490/statm: 18092 17018 389 719 0 17371 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 72368

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

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

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.1
CPU user time (s): 1740.45
CPU system time (s): 59.6529
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 72368

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

runsolver used 2.85157 second user time and 8.64069 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 12:47:09
IDJOB=2664649
IDBENCH=2095
IDSOLVER=1167
FILE ID=node002/2664649-1276426029
PBS_JOBID= 11173299
Free space on /tmp= 62396 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-hanoi5.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-2664649-1276426029/watcher-2664649-1276426029 -o /tmp/evaluation-result-2664649-1276426029/solver-2664649-1276426029 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664649-1276426029.opb -t 1800 -m 1800

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

MD5SUM BENCH= e569a703dfec131c012510753e8401ab
RANDOM SEED=423837639

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848748 kB
Buffers:         13924 kB
Cached:         120044 kB
SwapCached:      10180 kB
Active:          72252 kB
Inactive:        74120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848748 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            3764 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:           9140 kB
Slab:            42108 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179876 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= 62396 MiB
End job on node002 at 2010-06-13 13:17:11