Trace number 2663736

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.68 1801.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_3.opb
MD5SUM58d1d1d90868b936a5ba7e034aba056d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 71
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 constraint48
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)31622
Sum of products size (including duplicates)63244
Number of different products31622
Sum of products size63244

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-2663736-1276651754.opb>
0.19/0.27	c original problem has 32622 variables (32622 bin, 0 int, 0 impl, 0 cont) and 32622 constraints
0.19/0.27	c problem read
0.19/0.28	c presolving settings loaded
0.19/0.28	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.66	c presolving:
3.09/3.14	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2149550 impls, 0 clqs
5.18/5.24	c    (4.6s) probing: 101/32622 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.18/5.24	c    (4.6s) probing aborted: 100/100 successive totally useless probings
5.18/5.25	c presolving (2 rounds):
5.18/5.25	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.18/5.25	c  2149550 implications, 0 cliques
5.18/5.25	c presolved problem has 32622 variables (32622 bin, 0 int, 0 impl, 0 cont) and 32622 constraints
5.18/5.25	c   31622 constraints of type <and>
5.18/5.25	c    1000 constraints of type <logicor>
5.18/5.25	c transformed objective value is always integral (scale: 1)
5.18/5.25	c Presolving Time: 4.49
5.18/5.25	c - non default parameters ----------------------------------------------------------------------
5.18/5.25	c # SCIP version 1.2.1.2
5.18/5.25	c 
5.18/5.25	c # frequency for displaying node information lines
5.18/5.25	c # [type: int, range: [-1,2147483647], default: 100]
5.18/5.25	c display/freq = 10000
5.18/5.25	c 
5.18/5.25	c # maximal time in seconds to run
5.18/5.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.18/5.25	c limits/time = 1799.73
5.18/5.25	c 
5.18/5.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.18/5.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.18/5.25	c limits/memory = 1620
5.18/5.25	c 
5.18/5.25	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.18/5.25	c # [type: int, range: [-1,2147483647], default: 1]
5.18/5.25	c lp/solvefreq = -1
5.18/5.25	c 
5.18/5.25	c # should presolving try to simplify inequalities
5.18/5.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.18/5.25	c constraints/linear/simplifyinequalities = TRUE
5.18/5.25	c 
5.18/5.25	c # should presolving try to simplify knapsacks
5.18/5.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.18/5.25	c constraints/knapsack/simplifyinequalities = TRUE
5.18/5.25	c 
5.18/5.25	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
5.18/5.25	c # [type: int, range: [-1,2147483647], default: -1]
5.18/5.25	c heuristics/undercover/freq = 0
5.18/5.25	c 
5.18/5.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.18/5.25	c # [type: int, range: [-1,2147483647], default: -1]
5.18/5.25	c separating/rapidlearning/freq = 0
5.18/5.25	c 
5.18/5.25	c -----------------------------------------------------------------------------------------------
5.18/5.25	c start solving
5.18/5.28	c 
5.28/5.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.28/5.37	c   4.8s|     1 |     2 |     0 |     - | 132M|   0 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
352.66/352.88	c   352s| 10000 | 10001 |     0 |   0.0 | 161M| 864 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
687.33/687.62	c   686s| 20000 | 20001 |     0 |   0.0 | 186M| 864 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
995.62/996.05	c   994s| 30000 | 29999 |     0 |   0.0 | 212M| 878 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1305.00/1305.57	c  1303s| 40000 | 39999 |     0 |   0.0 | 235M| 879 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1604.69/1605.38	c  1602s| 50000 | 49999 |     0 |   0.0 | 258M| 879 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.71	c 
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time (sec) : 1797.04
1800.04/1800.71	c Solving Nodes      : 56993
1800.04/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.71	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.71	c Gap                : infinite
1800.04/1800.71	s UNKNOWN
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time       :    1797.04
1800.04/1800.71	c Original Problem   :
1800.04/1800.71	c   Problem name     : HOME/instance-2663736-1276651754.opb
1800.04/1800.71	c   Variables        : 32622 (32622 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 32622 initial, 32622 maximal
1800.04/1800.71	c Presolved Problem  :
1800.04/1800.71	c   Problem name     : t_HOME/instance-2663736-1276651754.opb
1800.04/1800.71	c   Variables        : 32622 (32622 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 32622 initial, 32623 maximal
1800.04/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.71	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.71	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.71	c   probing          :       1.32          0          0          0          0          0          0          0          0
1800.04/1800.71	c   and              :       2.81          0          0          0          0          0          0          0          0
1800.04/1800.71	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1800.04/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.71	c   and              :      31622          0     162905          0      56992          1    1994756          0          0          0
1800.04/1800.71	c   logicor          :       1000+         0      18294          0      56992          0        361          0          0          0
1800.04/1800.71	c   countsols        :          0          0          0          0      56992          0          0          0          0          0
1800.04/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.71	c   and              :     667.16       0.00     553.16       0.00     114.00
1800.04/1800.71	c   logicor          :     209.42       0.00       0.24       0.00     209.18
1800.04/1800.71	c   countsols        :       0.03       0.00       0.00       0.00       0.03
1800.04/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.71	c   vbounds          :       0.23          2          0          0
1800.04/1800.71	c   rootredcost      :       0.14          0          0          0
1800.04/1800.71	c   pseudoobj        :      29.35     162705          0          0
1800.04/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.71	c   propagation      :       0.00          1          1          1        5.0          0        0.0          -
1800.04/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.71	c   applied globally :          -          -          -          1        5.0          -          -          -
1800.04/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.71	c Pricers            :       Time      Calls       Vars
1800.04/1800.71	c   problem variables:       0.00          0          0
1800.04/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   inference        :     873.46      56992          0          0          0          0     113984
1800.04/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.71	c   LP solutions     :       0.00          -          0
1800.04/1800.71	c   pseudo solutions :       0.00          -          0
1800.04/1800.71	c   oneopt           :       0.03          0          0
1800.04/1800.71	c   trivial          :       0.13          2          0
1800.04/1800.71	c   simplerounding   :       0.00          0          0
1800.04/1800.71	c   zirounding       :       0.00          0          0
1800.04/1800.71	c   rounding         :       0.00          0          0
1800.04/1800.71	c   shifting         :       0.00          0          0
1800.04/1800.71	c   intshifting      :       0.00          0          0
1800.04/1800.71	c   twoopt           :       0.00          0          0
1800.04/1800.71	c   fixandinfer      :       0.00          0          0
1800.04/1800.71	c   feaspump         :       0.00          0          0
1800.04/1800.71	c   coefdiving       :       0.00          0          0
1800.04/1800.71	c   pscostdiving     :       0.00          0          0
1800.04/1800.71	c   fracdiving       :       0.00          0          0
1800.04/1800.71	c   veclendiving     :       0.00          0          0
1800.04/1800.71	c   intdiving        :       0.00          0          0
1800.04/1800.71	c   actconsdiving    :       0.00          0          0
1800.04/1800.71	c   objpscostdiving  :       0.00          0          0
1800.04/1800.71	c   rootsoldiving    :       0.00          0          0
1800.04/1800.71	c   linesearchdiving :       0.00          0          0
1800.04/1800.71	c   guideddiving     :       0.00          0          0
1800.04/1800.71	c   octane           :       0.00          0          0
1800.04/1800.71	c   rens             :       0.00          0          0
1800.04/1800.71	c   rins             :       0.00          0          0
1800.04/1800.71	c   localbranching   :       0.00          0          0
1800.04/1800.71	c   mutation         :       0.00          0          0
1800.04/1800.71	c   crossover        :       0.00          0          0
1800.04/1800.71	c   dins             :       0.00          0          0
1800.04/1800.71	c   undercover       :       0.00          0          0
1800.04/1800.71	c   nlp              :       0.07          0          0
1800.04/1800.71	c   trysol           :       0.02          0          0
1800.04/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.71	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.71	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.71	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.71	c B&B Tree           :
1800.04/1800.71	c   number of runs   :          1
1800.04/1800.71	c   nodes            :      56993
1800.04/1800.71	c   nodes (total)    :      56993
1800.04/1800.71	c   nodes left       :      56992
1800.04/1800.71	c   max depth        :        886
1800.04/1800.71	c   max depth (total):        886
1800.04/1800.71	c   backtracks       :        147 (0.3%)
1800.04/1800.71	c   delayed cutoffs  :          0
1800.04/1800.71	c   repropagations   :        486 (1 domain reductions, 0 cutoffs)
1800.04/1800.71	c   avg switch length:       2.11
1800.04/1800.71	c   switching time   :       6.42
1800.04/1800.71	c Solution           :
1800.04/1800.71	c   Solutions found  :          0 (0 improvements)
1800.04/1800.71	c   Primal Bound     :          -
1800.04/1800.71	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.71	c   Gap              :   infinite
1800.04/1800.71	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.71	c   Root Iterations  :          0
1800.62/1801.35	c Time complete: 1800.67.

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-2663736-1276651754/watcher-2663736-1276651754 -o /tmp/evaluation-result-2663736-1276651754/solver-2663736-1276651754 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663736-1276651754.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.00 1.08 1.06 2/106 5148
/proc/meminfo: memFree=1838740/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=6832 CPUtime=0
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 1066 0 0 0 0 0 0 0 25 0 1 0 38827271 6995968 989 1992294400 4194304 7136930 140733884297792 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 1708 999 254 719 0 987 0

[startup+0.047995 s]
/proc/loadavg: 1.00 1.08 1.06 2/106 5148
/proc/meminfo: memFree=1838740/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=14252 CPUtime=0.04
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 3009 0 0 0 3 1 0 0 25 0 1 0 38827271 14594048 2932 1992294400 4194304 7136930 140733884297792 18446744073709551615 6274697 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 3563 2932 272 719 0 2842 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14252

[startup+0.101005 s]
/proc/loadavg: 1.00 1.08 1.06 2/106 5148
/proc/meminfo: memFree=1838740/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=21688 CPUtime=0.09
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 4887 0 0 0 8 1 0 0 25 0 1 0 38827271 22208512 4810 1992294400 4194304 7136930 140733884297792 18446744073709551615 6339965 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 5422 4810 272 719 0 4701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21688

[startup+0.30104 s]
/proc/loadavg: 1.00 1.08 1.06 2/106 5148
/proc/meminfo: memFree=1838740/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=48360 CPUtime=0.29
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 11854 0 0 0 25 4 0 0 25 0 1 0 38827271 49520640 11334 1992294400 4194304 7136930 140733884297792 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 12090 11346 283 719 0 11369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48360

[startup+0.701113 s]
/proc/loadavg: 1.00 1.08 1.06 2/106 5148
/proc/meminfo: memFree=1838740/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=97580 CPUtime=0.69
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 23363 0 0 0 61 8 0 0 25 0 1 0 38827271 99921920 22843 1992294400 4194304 7136930 140733884297792 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 24395 22843 328 719 0 23674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97580

[startup+1.50126 s]
/proc/loadavg: 1.00 1.08 1.06 2/107 5149
/proc/meminfo: memFree=1737424/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=125816 CPUtime=1.49
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 30414 0 0 0 137 12 0 0 25 0 1 0 38827271 128835584 29894 1992294400 4194304 7136930 140733884297792 18446744073709551615 5968615 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 31454 29894 328 719 0 30733 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125816

[startup+3.10155 s]
/proc/loadavg: 1.00 1.08 1.05 2/107 5149
/proc/meminfo: memFree=1700720/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=172868 CPUtime=3.09
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 43233 0 0 0 285 24 0 0 25 0 1 0 38827271 177016832 41702 1992294400 4194304 7136930 140733884297792 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 43217 41702 347 719 0 42496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172868

[startup+6.30113 s]
/proc/loadavg: 1.00 1.08 1.05 2/107 5149
/proc/meminfo: memFree=1666992/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=177924 CPUtime=6.28
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 46486 0 0 0 592 36 0 0 19 0 1 0 38827271 182194176 43070 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 44481 43070 410 719 0 43760 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177924

[startup+12.7013 s]
/proc/loadavg: 1.00 1.07 1.05 2/107 5149
/proc/meminfo: memFree=1666248/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=178756 CPUtime=12.68
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 46695 0 0 0 1230 38 0 0 25 0 1 0 38827271 183046144 43250 1992294400 4194304 7136930 140733884297792 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 44689 43250 381 719 0 43968 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 178756

[startup+25.5006 s]
/proc/loadavg: 1.00 1.07 1.05 2/107 5149
/proc/meminfo: memFree=1661040/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=184052 CPUtime=25.48
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 48013 0 0 0 2508 40 0 0 25 0 1 0 38827271 188469248 44568 1992294400 4194304 7136930 140733884297792 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 46013 44568 381 719 0 45292 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 184052

[startup+51.1013 s]
/proc/loadavg: 1.00 1.06 1.05 2/107 5151
/proc/meminfo: memFree=1658188/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=186884 CPUtime=51.06
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 48722 0 0 0 5064 42 0 0 25 0 1 0 38827271 191369216 45274 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 46721 45274 381 719 0 46000 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 186884

[startup+102.309 s]
/proc/loadavg: 1.00 1.05 1.04 2/107 5151
/proc/meminfo: memFree=1655832/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=189208 CPUtime=102.26
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 49302 0 0 0 10179 47 0 0 25 0 1 0 38827271 193748992 45854 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 47302 45854 381 719 0 46581 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 189208

[startup+162.301 s]
/proc/loadavg: 1.00 1.04 1.04 2/107 5153
/proc/meminfo: memFree=1650128/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=194828 CPUtime=162.23
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 50707 0 0 0 16169 54 0 0 25 0 1 0 38827271 199503872 47259 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 48707 47259 381 719 0 47986 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 194828

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.03 2/107 5155
/proc/meminfo: memFree=1646036/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=198972 CPUtime=222.21
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 51737 0 0 0 22160 61 0 0 25 0 1 0 38827271 203747328 48289 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 49743 48289 381 719 0 49022 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 198972

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/107 5157
/proc/meminfo: memFree=1639340/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=205696 CPUtime=282.18
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 53410 0 0 0 28149 69 0 0 25 0 1 0 38827271 210632704 49962 1992294400 4194304 7136930 140733884297792 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 51424 49962 381 719 0 50703 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 205696

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 5157
/proc/meminfo: memFree=1634264/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=210604 CPUtime=342.16
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 54662 0 0 0 34140 76 0 0 25 0 1 0 38827271 215658496 51214 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 52651 51214 381 719 0 51930 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 210604

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.02 2/107 5159
/proc/meminfo: memFree=1629428/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=215504 CPUtime=402.14
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 55859 0 0 0 40130 84 0 0 25 0 1 0 38827271 220676096 52411 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 53876 52411 381 719 0 53155 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 215504

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 5161
/proc/meminfo: memFree=1626700/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=218032 CPUtime=462.11
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 56501 0 0 0 46120 91 0 0 25 0 1 0 38827271 223264768 53053 1992294400 4194304 7136930 140733884297792 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 54508 53053 381 719 0 53787 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 218032

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5163
/proc/meminfo: memFree=1620252/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=224612 CPUtime=522.09
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 58123 0 0 0 52111 98 0 0 25 0 1 0 38827271 230002688 54675 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 56153 54675 381 719 0 55432 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 224612

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5167
/proc/meminfo: memFree=1614176/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=230044 CPUtime=582.07
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 59495 0 0 0 58102 105 0 0 25 0 1 0 38827271 235565056 56047 1992294400 4194304 7136930 140733884297792 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 57511 56047 381 719 0 56790 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 230044

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5169
/proc/meminfo: memFree=1610208/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=233900 CPUtime=642.05
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 60490 0 0 0 64092 113 0 0 25 0 1 0 38827271 239513600 57042 1992294400 4194304 7136930 140733884297792 18446744073709551615 4740375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 58475 57042 381 719 0 57754 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 233900

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5178
/proc/meminfo: memFree=1578092/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=265996 CPUtime=1001.92
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 68504 0 0 0 100032 160 0 0 25 0 1 0 38827271 272379904 65056 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 66499 65056 386 719 0 65778 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 265996

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5180
/proc/meminfo: memFree=1571396/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=272724 CPUtime=1061.89
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 70158 0 0 0 106020 169 0 0 25 0 1 0 38827271 279269376 66710 1992294400 4194304 7136930 140733884297792 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 68181 66710 386 719 0 67460 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 272724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5182
/proc/meminfo: memFree=1568420/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=275556 CPUtime=1121.87
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 70898 0 0 0 112011 176 0 0 25 0 1 0 38827271 282169344 67450 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 68889 67450 386 719 0 68168 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 275556

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5184
/proc/meminfo: memFree=1562096/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=281880 CPUtime=1181.85
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 72484 0 0 0 117999 186 0 0 25 0 1 0 38827271 288645120 69036 1992294400 4194304 7136930 140733884297792 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 70470 69036 386 719 0 69749 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 281880

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5184
/proc/meminfo: memFree=1557260/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=286784 CPUtime=1241.82
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 73697 0 0 0 123988 194 0 0 25 0 1 0 38827271 293666816 70249 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 71696 70249 386 719 0 70975 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 286784

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5186
/proc/meminfo: memFree=1553540/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=290376 CPUtime=1301.81
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 74606 0 0 0 129978 203 0 0 25 0 1 0 38827271 297345024 71158 1992294400 4194304 7136930 140733884297792 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 72594 71158 386 719 0 71873 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 290376

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5188
/proc/meminfo: memFree=1550812/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=293128 CPUtime=1361.78
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 75287 0 0 0 135967 211 0 0 25 0 1 0 38827271 300163072 71839 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 73282 71839 386 719 0 72561 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 293128

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5190
/proc/meminfo: memFree=1546596/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=297224 CPUtime=1421.77
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 76351 0 0 0 141957 220 0 0 25 0 1 0 38827271 304357376 72903 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 74306 72903 386 719 0 73585 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 297224

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5192
/proc/meminfo: memFree=1541884/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=301836 CPUtime=1481.74
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 77512 0 0 0 147945 229 0 0 25 0 1 0 38827271 309080064 74064 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 75459 74064 386 719 0 74738 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 301836

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5192
/proc/meminfo: memFree=1537296/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=306712 CPUtime=1541.72
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 78739 0 0 0 153935 237 0 0 25 0 1 0 38827271 314073088 75291 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 76678 75291 386 719 0 75957 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 306712

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5194
/proc/meminfo: memFree=1532336/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=311324 CPUtime=1601.69
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 79900 0 0 0 159923 246 0 0 25 0 1 0 38827271 318795776 76452 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 77831 76452 386 719 0 77110 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 311324

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5196
/proc/meminfo: memFree=1527252/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=316352 CPUtime=1661.67
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 81142 0 0 0 165910 257 0 0 25 0 1 0 38827271 323944448 77694 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 79088 77694 386 719 0 78367 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 316352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5198
/proc/meminfo: memFree=1522912/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=320716 CPUtime=1721.66
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 82229 0 0 0 171901 265 0 0 25 0 1 0 38827271 328413184 78781 1992294400 4194304 7136930 140733884297792 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 80179 78781 386 719 0 79458 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 320716

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5200
/proc/meminfo: memFree=1515720/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=327608 CPUtime=1781.63
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 83972 0 0 0 177889 274 0 0 25 0 1 0 38827271 335470592 80524 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 81902 80524 386 719 0 81181 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 327608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5200
/proc/meminfo: memFree=1514604/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=328776 CPUtime=1800.04
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 84280 0 0 0 179727 277 0 0 25 0 1 0 38827271 336666624 80832 1992294400 4194304 7136930 140733884297792 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5148/statm: 82194 80832 386 719 0 81473 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 328776

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5200
/proc/meminfo: memFree=1514604/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=319116 CPUtime=1800.32
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 84286 0 0 0 179755 277 0 0 18 0 1 0 38827271 326774784 78423 1992294400 4194304 7136930 140733884297792 18446744073709551615 6166117 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 79779 78423 392 719 0 79058 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 319116

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5200
/proc/meminfo: memFree=1514604/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=256244 CPUtime=1800.52
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 84287 0 0 0 179774 278 0 0 18 0 1 0 38827271 262393856 62716 1992294400 4194304 7136930 140733884297792 18446744073709551615 4699932 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 64061 62716 393 719 0 63340 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 256244

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5200
/proc/meminfo: memFree=1514604/2059040 swapFree=4140236/4192956
[pid=5148] ppid=5146 vsize=67708 CPUtime=1800.62
/proc/5148/stat : 5148 (pbscip.linux.x8) R 5146 5148 3349 0 -1 4202496 84287 0 0 0 179782 280 0 0 18 0 1 0 38827271 69332992 16230 1992294400 4194304 7136930 140733884297792 18446744073709551615 4684967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5148/statm: 16927 16230 393 719 0 16206 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 67708

Child status: 0
Real time (s): 1801.35
CPU time (s): 1800.68
CPU user time (s): 1797.87
CPU system time (s): 2.81457
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 328776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 2.81457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84293
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= 4
involuntary context switches= 21421

runsolver used 3.03254 second user time and 8.68868 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-16 03:29:14
IDJOB=2663736
IDBENCH=48109
IDSOLVER=1167
FILE ID=node027/2663736-1276651754
PBS_JOBID= 11172404
Free space on /tmp= 62536 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_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663736-1276651754/watcher-2663736-1276651754 -o /tmp/evaluation-result-2663736-1276651754/solver-2663736-1276651754 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663736-1276651754.opb -t 1800 -m 1800

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

MD5SUM BENCH= 58d1d1d90868b936a5ba7e034aba056d
RANDOM SEED=1240695306

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1839144 kB
Buffers:         32320 kB
Cached:         109520 kB
SwapCached:       5896 kB
Active:         104348 kB
Inactive:        50792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1839144 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:            3684 kB
Writeback:           0 kB
AnonPages:       11788 kB
Mapped:          13024 kB
Slab:            42880 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-16 03:59:17