Trace number 2663742

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.72 1801.55

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_2.opb
MD5SUM4286ef8a2349cd557f37fdb755cd5234
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark1800.97
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products31544
Sum of products size63088

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-2663742-1276652755.opb>
0.19/0.28	c original problem has 32544 variables (32544 bin, 0 int, 0 impl, 0 cont) and 32544 constraints
0.19/0.28	c problem read
0.19/0.28	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.59/0.67	c presolving:
2.89/2.98	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2139156 impls, 0 clqs
4.99/5.00	c    (4.4s) probing: 101/32544 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.99/5.00	c    (4.4s) probing aborted: 100/100 successive totally useless probings
4.99/5.01	c presolving (2 rounds):
4.99/5.01	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.99/5.01	c  2139156 implications, 0 cliques
4.99/5.01	c presolved problem has 32544 variables (32544 bin, 0 int, 0 impl, 0 cont) and 32544 constraints
4.99/5.01	c   31544 constraints of type <and>
4.99/5.01	c    1000 constraints of type <logicor>
4.99/5.01	c transformed objective value is always integral (scale: 1)
4.99/5.01	c Presolving Time: 4.25
4.99/5.01	c - non default parameters ----------------------------------------------------------------------
4.99/5.01	c # SCIP version 1.2.1.2
4.99/5.01	c 
4.99/5.01	c # frequency for displaying node information lines
4.99/5.01	c # [type: int, range: [-1,2147483647], default: 100]
4.99/5.01	c display/freq = 10000
4.99/5.01	c 
4.99/5.01	c # maximal time in seconds to run
4.99/5.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.01	c limits/time = 1799.73
4.99/5.01	c 
4.99/5.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.99/5.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.01	c limits/memory = 1620
4.99/5.01	c 
4.99/5.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.99/5.01	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.01	c lp/solvefreq = -1
4.99/5.01	c 
4.99/5.01	c # should presolving try to simplify inequalities
4.99/5.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.01	c constraints/linear/simplifyinequalities = TRUE
4.99/5.01	c 
4.99/5.01	c # should presolving try to simplify knapsacks
4.99/5.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.01	c constraints/knapsack/simplifyinequalities = TRUE
4.99/5.01	c 
4.99/5.01	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.99/5.01	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.01	c heuristics/undercover/freq = 0
4.99/5.01	c 
4.99/5.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.99/5.01	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.01	c separating/rapidlearning/freq = 0
4.99/5.01	c 
4.99/5.01	c -----------------------------------------------------------------------------------------------
4.99/5.01	c start solving
4.99/5.04	c 
5.09/5.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.09/5.13	c   4.5s|     1 |     2 |     0 |     - | 131M|   0 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
341.09/341.27	c   340s| 10000 | 10001 |     0 |   0.0 | 161M| 870 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
672.39/672.67	c   671s| 20000 | 20001 |     0 |   0.0 | 187M| 870 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
989.00/989.67	c   987s| 30000 | 30001 |     0 |   0.0 | 211M| 870 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1293.70/1294.48	c  1291s| 40000 | 40001 |     0 |   0.0 | 234M| 876 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1602.22/1603.03	c  1599s| 50000 | 50001 |     0 |   0.0 | 257M| 876 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.90	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.93	c 
1800.06/1800.93	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.93	c Solving Time (sec) : 1797.00
1800.06/1800.93	c Solving Nodes      : 56757
1800.06/1800.93	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.93	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.93	c Gap                : infinite
1800.06/1800.93	s UNKNOWN
1800.06/1800.93	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.93	c Solving Time       :    1797.00
1800.06/1800.93	c Original Problem   :
1800.06/1800.93	c   Problem name     : HOME/instance-2663742-1276652755.opb
1800.06/1800.93	c   Variables        : 32544 (32544 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.93	c   Constraints      : 32544 initial, 32544 maximal
1800.06/1800.93	c Presolved Problem  :
1800.06/1800.93	c   Problem name     : t_HOME/instance-2663742-1276652755.opb
1800.06/1800.93	c   Variables        : 32544 (32544 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.93	c   Constraints      : 32544 initial, 32544 maximal
1800.06/1800.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.93	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.93	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.93	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.93	c   probing          :       1.32          0          0          0          0          0          0          0          0
1800.06/1800.93	c   and              :       2.58          0          0          0          0          0          0          0          0
1800.06/1800.93	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.93	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.93	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.93	c   and              :      31544          0     163528          0      56757          0    1991782          0          0          0
1800.06/1800.93	c   logicor          :       1000          0      17097          0      56757          0        155          0          0          0
1800.06/1800.93	c   countsols        :          0          0          0          0      56757          0          0          0          0          0
1800.06/1800.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.93	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.93	c   and              :     667.01       0.00     560.77       0.00     106.24
1800.06/1800.93	c   logicor          :     206.80       0.00       0.15       0.00     206.65
1800.06/1800.93	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.06/1800.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.93	c   vbounds          :       0.13          2          0          0
1800.06/1800.93	c   rootredcost      :       0.17          0          0          0
1800.06/1800.93	c   pseudoobj        :      28.96     163328          0          0
1800.06/1800.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.93	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.93	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.93	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.06/1800.93	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.93	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.93	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.93	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.93	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.93	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.93	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.93	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.93	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.93	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.93	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.93	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.93	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.93	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.93	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.93	c Pricers            :       Time      Calls       Vars
1800.06/1800.93	c   problem variables:       0.00          0          0
1800.06/1800.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.93	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   inference        :     877.11      56757          0          0          0          0     113514
1800.06/1800.93	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.93	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.93	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.93	c   LP solutions     :       0.00          -          0
1800.06/1800.93	c   pseudo solutions :       0.00          -          0
1800.06/1800.93	c   oneopt           :       0.06          0          0
1800.06/1800.93	c   trivial          :       0.11          2          0
1800.06/1800.93	c   simplerounding   :       0.00          0          0
1800.06/1800.93	c   zirounding       :       0.00          0          0
1800.06/1800.93	c   rounding         :       0.00          0          0
1800.06/1800.93	c   shifting         :       0.00          0          0
1800.06/1800.93	c   intshifting      :       0.00          0          0
1800.06/1800.93	c   twoopt           :       0.00          0          0
1800.06/1800.93	c   fixandinfer      :       0.00          0          0
1800.06/1800.93	c   feaspump         :       0.00          0          0
1800.06/1800.93	c   coefdiving       :       0.00          0          0
1800.06/1800.93	c   pscostdiving     :       0.00          0          0
1800.06/1800.93	c   fracdiving       :       0.00          0          0
1800.06/1800.93	c   veclendiving     :       0.00          0          0
1800.06/1800.93	c   intdiving        :       0.00          0          0
1800.06/1800.93	c   actconsdiving    :       0.00          0          0
1800.06/1800.93	c   objpscostdiving  :       0.00          0          0
1800.06/1800.93	c   rootsoldiving    :       0.00          0          0
1800.06/1800.93	c   linesearchdiving :       0.00          0          0
1800.06/1800.93	c   guideddiving     :       0.00          0          0
1800.06/1800.93	c   octane           :       0.00          0          0
1800.06/1800.93	c   rens             :       0.00          0          0
1800.06/1800.93	c   rins             :       0.00          0          0
1800.06/1800.93	c   localbranching   :       0.00          0          0
1800.06/1800.93	c   mutation         :       0.00          0          0
1800.06/1800.93	c   crossover        :       0.00          0          0
1800.06/1800.93	c   dins             :       0.00          0          0
1800.06/1800.93	c   undercover       :       0.00          0          0
1800.06/1800.93	c   nlp              :       0.13          0          0
1800.06/1800.93	c   trysol           :       0.01          0          0
1800.06/1800.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.93	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.93	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.93	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.93	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.93	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.93	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.93	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.93	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.93	c B&B Tree           :
1800.06/1800.93	c   number of runs   :          1
1800.06/1800.93	c   nodes            :      56757
1800.06/1800.93	c   nodes (total)    :      56757
1800.06/1800.93	c   nodes left       :      56758
1800.06/1800.93	c   max depth        :        876
1800.06/1800.93	c   max depth (total):        876
1800.06/1800.93	c   backtracks       :        141 (0.2%)
1800.06/1800.93	c   delayed cutoffs  :          0
1800.06/1800.93	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.93	c   avg switch length:       2.04
1800.06/1800.93	c   switching time   :       6.21
1800.06/1800.93	c Solution           :
1800.06/1800.93	c   Solutions found  :          0 (0 improvements)
1800.06/1800.93	c   Primal Bound     :          -
1800.06/1800.93	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.93	c   Gap              :   infinite
1800.06/1800.93	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.93	c   Root Iterations  :          0
1800.66/1801.55	c Time complete: 1800.71.

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-2663742-1276652755/watcher-2663742-1276652755 -o /tmp/evaluation-result-2663742-1276652755/solver-2663742-1276652755 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663742-1276652755.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.92 0.98 0.99 3/106 5808
/proc/meminfo: memFree=1844736/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=6832 CPUtime=0
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 997 0 0 0 0 0 0 0 19 0 1 0 40877302 6995968 921 1992294400 4194304 7136930 140734790179424 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 1708 930 254 719 0 987 0

[startup+0.014648 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5808
/proc/meminfo: memFree=1844736/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=9400 CPUtime=0
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 1778 0 0 0 0 0 0 0 19 0 1 0 40877302 9625600 1701 1992294400 4194304 7136930 140734790179424 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 2350 1701 272 719 0 1629 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9400

[startup+0.101646 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5808
/proc/meminfo: memFree=1844736/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=21856 CPUtime=0.09
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 4897 0 0 0 8 1 0 0 19 0 1 0 40877302 22380544 4820 1992294400 4194304 7136930 140734790179424 18446744073709551615 6341119 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 5464 4820 272 719 0 4743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21856

[startup+0.301668 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5808
/proc/meminfo: memFree=1844736/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=47076 CPUtime=0.29
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 11616 0 0 0 25 4 0 0 19 0 1 0 40877302 48205824 11123 1992294400 4194304 7136930 140734790179424 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 11834 11129 283 719 0 11113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47076

[startup+0.701712 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5808
/proc/meminfo: memFree=1844736/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=97808 CPUtime=0.69
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 23389 0 0 0 61 8 0 0 19 0 1 0 40877302 100155392 22896 1992294400 4194304 7136930 140734790179424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 24452 22896 328 719 0 23731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97808

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 5809
/proc/meminfo: memFree=1742800/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=127640 CPUtime=1.49
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 30869 0 0 0 138 11 0 0 21 0 1 0 40877302 130703360 30376 1992294400 4194304 7136930 140734790179424 18446744073709551615 5955511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 31910 30376 328 719 0 31189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127640

[startup+3.10098 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 5809
/proc/meminfo: memFree=1701632/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=172196 CPUtime=3.09
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 43523 0 0 0 283 26 0 0 25 0 1 0 40877302 176328704 41531 1992294400 4194304 7136930 140734790179424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 43049 41531 348 719 0 42328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172196

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 5809
/proc/meminfo: memFree=1673980/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=177148 CPUtime=6.29
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 46291 0 0 0 592 37 0 0 25 0 1 0 40877302 181399552 42868 1992294400 4194304 7136930 140734790179424 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 44287 42868 409 719 0 43566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177148

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 5811
/proc/meminfo: memFree=1672244/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=178748 CPUtime=12.69
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 46723 0 0 0 1231 38 0 0 25 0 1 0 40877302 183037952 43272 1992294400 4194304 7136930 140734790179424 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 44687 43272 381 719 0 43966 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178748

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 5811
/proc/meminfo: memFree=1667036/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=184312 CPUtime=25.49
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 48085 0 0 0 2509 40 0 0 25 0 1 0 40877302 188735488 44634 1992294400 4194304 7136930 140734790179424 18446744073709551615 4414503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 46078 44634 381 719 0 45357 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184312

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 5811
/proc/meminfo: memFree=1663936/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=187284 CPUtime=51.08
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 48836 0 0 0 5066 42 0 0 25 0 1 0 40877302 191778816 45375 1992294400 4194304 7136930 140734790179424 18446744073709551615 5892303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 46821 45375 381 719 0 46100 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 187284

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 5813
/proc/meminfo: memFree=1660092/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=190892 CPUtime=102.27
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 49735 0 0 0 10180 47 0 0 25 0 1 0 40877302 195473408 46274 1992294400 4194304 7136930 140734790179424 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 47723 46274 381 719 0 47002 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 190892

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5815
/proc/meminfo: memFree=1654636/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=197348 CPUtime=162.24
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 51346 0 0 0 16170 54 0 0 25 0 1 0 40877302 202084352 47885 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 49337 47885 381 719 0 48616 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 197348

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5815
/proc/meminfo: memFree=1650544/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=200436 CPUtime=222.23
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 52112 0 0 0 22160 63 0 0 25 0 1 0 40877302 205246464 48651 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 50109 48651 381 719 0 49388 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 200436

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5817
/proc/meminfo: memFree=1642236/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=208648 CPUtime=282.21
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 54181 0 0 0 28151 70 0 0 25 0 1 0 40877302 213655552 50720 1992294400 4194304 7136930 140734790179424 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 52162 50720 381 719 0 51441 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 208648

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5819
/proc/meminfo: memFree=1638764/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=212092 CPUtime=342.19
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 55031 0 0 0 34142 77 0 0 25 0 1 0 40877302 217182208 51570 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 53023 51570 381 719 0 52302 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 212092

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5821
/proc/meminfo: memFree=1633556/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=217180 CPUtime=402.17
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 56313 0 0 0 40131 86 0 0 25 0 1 0 40877302 222392320 52852 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 54295 52852 381 719 0 53574 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 217180

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5823
/proc/meminfo: memFree=1628224/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=222544 CPUtime=462.16
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 57642 0 0 0 46123 93 0 0 25 0 1 0 40877302 227885056 54181 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 55636 54181 381 719 0 54915 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 222544

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5823
/proc/meminfo: memFree=1624380/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=227472 CPUtime=522.13
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 58878 0 0 0 52111 102 0 0 25 0 1 0 40877302 232931328 55417 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 56868 55417 381 719 0 56147 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 227472

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5825
/proc/meminfo: memFree=1617436/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=233244 CPUtime=582.12
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 60309 0 0 0 58102 110 0 0 25 0 1 0 40877302 238841856 56848 1992294400 4194304 7136930 140734790179424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 58311 56848 381 719 0 57590 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 233244

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 5827
/proc/meminfo: memFree=1612104/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=238472 CPUtime=642.1
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 61627 0 0 0 64093 117 0 0 25 0 1 0 40877302 244195328 58166 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 59618 58166 381 719 0 58897 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 238472

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 6364
/proc/meminfo: memFree=1530036/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=266688 CPUtime=1001.69
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 68737 0 0 0 99999 170 0 0 25 0 1 0 40877302 273088512 65276 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 66672 65276 381 719 0 65951 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 266688

[startup+1062.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 6366
/proc/meminfo: memFree=1526564/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=270228 CPUtime=1061.68
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 69616 0 0 0 105988 180 0 0 25 0 1 0 40877302 276713472 66155 1992294400 4194304 7136930 140734790179424 18446744073709551615 4774428 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 67557 66155 381 719 0 66836 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 270228

[startup+1122.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 6366
/proc/meminfo: memFree=1520240/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=276504 CPUtime=1121.66
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 71212 0 0 0 111977 189 0 0 25 0 1 0 40877302 283140096 67751 1992294400 4194304 7136930 140734790179424 18446744073709551615 4641960 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 69126 67751 381 719 0 68405 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 276504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 6368
/proc/meminfo: memFree=1516024/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=280600 CPUtime=1181.64
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 72246 0 0 0 117968 196 0 0 25 0 1 0 40877302 287334400 68785 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 70150 68785 381 719 0 69429 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 280600

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 6370
/proc/meminfo: memFree=1513668/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=282948 CPUtime=1241.63
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 72840 0 0 0 123958 205 0 0 25 0 1 0 40877302 289738752 69379 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 70737 69379 381 719 0 70016 0
Current children cumulated CPU time (s) 1241.63
Current children cumulated vsize (KiB) 282948

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6372
/proc/meminfo: memFree=1507352/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=289260 CPUtime=1301.61
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 74392 0 0 0 129949 212 0 0 25 0 1 0 40877302 296202240 70931 1992294400 4194304 7136930 140734790179424 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 72315 70931 381 719 0 71594 0
Current children cumulated CPU time (s) 1301.61
Current children cumulated vsize (KiB) 289260

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6374
/proc/meminfo: memFree=1503384/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=293236 CPUtime=1361.59
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 75402 0 0 0 135938 221 0 0 25 0 1 0 40877302 300273664 71941 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 73309 71941 381 719 0 72588 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 293236

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6374
/proc/meminfo: memFree=1498300/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=298248 CPUtime=1421.57
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 76664 0 0 0 141929 228 0 0 25 0 1 0 40877302 305405952 73203 1992294400 4194304 7136930 140734790179424 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 74562 73203 381 719 0 73841 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 298248

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6376
/proc/meminfo: memFree=1493588/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=302860 CPUtime=1481.55
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 77822 0 0 0 147919 236 0 0 25 0 1 0 40877302 310128640 74361 1992294400 4194304 7136930 140734790179424 18446744073709551615 4227523 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 75715 74361 381 719 0 74994 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 302860

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6378
/proc/meminfo: memFree=1491108/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=306324 CPUtime=1541.53
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 78696 0 0 0 153907 246 0 0 25 0 1 0 40877302 313675776 75235 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 76581 75235 381 719 0 75860 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 306324

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6380
/proc/meminfo: memFree=1486024/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=310300 CPUtime=1601.52
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 79698 0 0 0 159896 256 0 0 25 0 1 0 40877302 317747200 76237 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 77575 76237 381 719 0 76854 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 310300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6382
/proc/meminfo: memFree=1480444/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=315812 CPUtime=1661.5
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 81085 0 0 0 165886 264 0 0 25 0 1 0 40877302 323391488 77624 1992294400 4194304 7136930 140734790179424 18446744073709551615 4641940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 78953 77624 381 719 0 78232 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 315812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6385
/proc/meminfo: memFree=1477468/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=318376 CPUtime=1721.48
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 81749 0 0 0 171875 273 0 0 25 0 1 0 40877302 326017024 78288 1992294400 4194304 7136930 140734790179424 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 79594 78288 381 719 0 78873 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 318376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6387
/proc/meminfo: memFree=1473004/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=322864 CPUtime=1781.46
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 82879 0 0 0 177864 282 0 0 25 0 1 0 40877302 330612736 79418 1992294400 4194304 7136930 140734790179424 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 80716 79418 381 719 0 79995 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 322864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6387
/proc/meminfo: memFree=1470276/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=325540 CPUtime=1800.06
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 83551 0 0 0 179721 285 0 0 25 0 1 0 40877302 333352960 80090 1992294400 4194304 7136930 140734790179424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5808/statm: 81385 80090 381 719 0 80664 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 325540

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

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

[startup+1801.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6387
/proc/meminfo: memFree=1470276/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=325236 CPUtime=1800.16
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 83558 0 0 0 179731 285 0 0 25 0 1 0 40877302 333041664 80021 1992294400 4194304 7136930 140734790179424 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 81309 80021 388 719 0 80588 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 325236

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6387
/proc/meminfo: memFree=1470276/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=249032 CPUtime=1800.56
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 83559 0 0 0 179770 286 0 0 25 0 1 0 40877302 255008768 60981 1992294400 4194304 7136930 140734790179424 18446744073709551615 6166215 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 62258 60981 389 719 0 61537 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 249032

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6387
/proc/meminfo: memFree=1470276/2059040 swapFree=4140260/4192956
[pid=5808] ppid=5806 vsize=55068 CPUtime=1800.66
/proc/5808/stat : 5808 (pbscip.linux.x8) R 5806 5808 5562 0 -1 4202496 83559 0 0 0 179778 288 0 0 25 0 1 0 40877302 56389632 13159 1992294400 4194304 7136930 140734790179424 18446744073709551615 4675598 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5808/statm: 13767 13159 389 719 0 13046 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 55068

Child status: 0
Real time (s): 1801.55
CPU time (s): 1800.72
CPU user time (s): 1797.82
CPU system time (s): 2.89156
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 325540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.89156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83565
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= 3
involuntary context switches= 4415

runsolver used 3.04654 second user time and 8.47671 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 03:45:55
IDJOB=2663742
IDBENCH=48115
IDSOLVER=1167
FILE ID=node009/2663742-1276652755
PBS_JOBID= 11172455
Free space on /tmp= 62556 MiB

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

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

MD5SUM BENCH= 4286ef8a2349cd557f37fdb755cd5234
RANDOM SEED=610982408

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1845140 kB
Buffers:         33936 kB
Cached:          98652 kB
SwapCached:       6172 kB
Active:          95520 kB
Inactive:        50416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1845140 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            3624 kB
Writeback:           0 kB
AnonPages:       11640 kB
Mapped:          13060 kB
Slab:            46052 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181944 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= 62552 MiB
End job on node009 at 2010-06-16 04:15:58