Trace number 2663753

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.69 1801.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_4.opb
MD5SUMb02c0aa46abe377e9678cb0b7b4280ae
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 benchmark1798.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 72
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)31592
Sum of products size (including duplicates)63184
Number of different products31592
Sum of products size63184

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-2663753-1276654045.opb>
0.19/0.27	c original problem has 32592 variables (32592 bin, 0 int, 0 impl, 0 cont) and 32592 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.67	c presolving:
2.99/3.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2145332 impls, 0 clqs
4.99/5.08	c    (4.5s) probing: 101/32592 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.99/5.08	c    (4.5s) probing aborted: 100/100 successive totally useless probings
4.99/5.09	c presolving (2 rounds):
4.99/5.09	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.99/5.09	c  2145332 implications, 0 cliques
4.99/5.09	c presolved problem has 32592 variables (32592 bin, 0 int, 0 impl, 0 cont) and 32592 constraints
4.99/5.09	c   31592 constraints of type <and>
4.99/5.09	c    1000 constraints of type <logicor>
4.99/5.09	c transformed objective value is always integral (scale: 1)
4.99/5.09	c Presolving Time: 4.32
4.99/5.09	c - non default parameters ----------------------------------------------------------------------
4.99/5.09	c # SCIP version 1.2.1.2
4.99/5.09	c 
4.99/5.09	c # frequency for displaying node information lines
4.99/5.09	c # [type: int, range: [-1,2147483647], default: 100]
4.99/5.09	c display/freq = 10000
4.99/5.09	c 
4.99/5.09	c # maximal time in seconds to run
4.99/5.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.09	c limits/time = 1799.73
4.99/5.09	c 
4.99/5.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.99/5.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.09	c limits/memory = 1620
4.99/5.09	c 
4.99/5.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.99/5.09	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.09	c lp/solvefreq = -1
4.99/5.09	c 
4.99/5.09	c # should presolving try to simplify inequalities
4.99/5.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.09	c constraints/linear/simplifyinequalities = TRUE
4.99/5.09	c 
4.99/5.09	c # should presolving try to simplify knapsacks
4.99/5.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.09	c constraints/knapsack/simplifyinequalities = TRUE
4.99/5.09	c 
4.99/5.09	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.99/5.09	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.09	c heuristics/undercover/freq = 0
4.99/5.09	c 
4.99/5.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.99/5.09	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.09	c separating/rapidlearning/freq = 0
4.99/5.09	c 
4.99/5.09	c -----------------------------------------------------------------------------------------------
4.99/5.09	c start solving
5.09/5.12	c 
5.19/5.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.21	c   4.6s|     1 |     2 |     0 |     - | 132M|   0 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
346.31/346.43	c   345s| 10000 | 10001 |     0 |   0.0 | 161M| 866 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
653.24/653.48	c   652s| 20000 | 19997 |     0 |   0.0 | 187M| 883 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
960.35/960.66	c   959s| 30000 | 29997 |     0 |   0.0 | 211M| 883 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1260.48/1260.88	c  1258s| 40000 | 39997 |     0 |   0.0 | 234M| 883 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1568.40/1568.86	c  1566s| 50000 | 49997 |     0 |   0.0 | 257M| 883 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.50	c 
1800.05/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.50	c Solving Time (sec) : 1796.94
1800.05/1800.50	c Solving Nodes      : 58140
1800.05/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.50	c Gap                : infinite
1800.05/1800.50	s UNKNOWN
1800.05/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.50	c Solving Time       :    1796.94
1800.05/1800.50	c Original Problem   :
1800.05/1800.50	c   Problem name     : HOME/instance-2663753-1276654045.opb
1800.05/1800.50	c   Variables        : 32592 (32592 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.50	c   Constraints      : 32592 initial, 32592 maximal
1800.05/1800.50	c Presolved Problem  :
1800.05/1800.50	c   Problem name     : t_HOME/instance-2663753-1276654045.opb
1800.05/1800.50	c   Variables        : 32592 (32592 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.50	c   Constraints      : 32592 initial, 32594 maximal
1800.05/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.50	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.50	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.50	c   probing          :       1.32          0          0          0          0          0          0          0          0
1800.05/1800.50	c   and              :       2.65          0          0          0          0          0          0          0          0
1800.05/1800.50	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.50	c   and              :      31592          0     167314          0      58138          2    2017705          0          0          0
1800.05/1800.50	c   logicor          :       1000+         0      18364          0      58138          0        630          0          0          0
1800.05/1800.50	c   countsols        :          0          0          0          0      58138          0          0          0          0          0
1800.05/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.50	c   and              :     666.92       0.00     549.49       0.00     117.43
1800.05/1800.50	c   logicor          :     212.87       0.00       0.25       0.00     212.62
1800.05/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.50	c   vbounds          :       0.13          2          0          0
1800.05/1800.50	c   rootredcost      :       0.16          0          0          0
1800.05/1800.50	c   pseudoobj        :      29.19     167114          0          0
1800.05/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.50	c   propagation      :       0.00          2          2          2        4.0          0        0.0          -
1800.05/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.50	c   applied globally :          -          -          -          2        4.0          -          -          -
1800.05/1800.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.50	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.50	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.50	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.50	c Pricers            :       Time      Calls       Vars
1800.05/1800.50	c   problem variables:       0.00          0          0
1800.05/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.50	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   inference        :     869.73      58138          0          0          0          0     116276
1800.05/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.50	c   LP solutions     :       0.00          -          0
1800.05/1800.50	c   pseudo solutions :       0.00          -          0
1800.05/1800.50	c   oneopt           :       0.06          0          0
1800.05/1800.50	c   trivial          :       0.13          2          0
1800.05/1800.50	c   simplerounding   :       0.00          0          0
1800.05/1800.50	c   zirounding       :       0.00          0          0
1800.05/1800.50	c   rounding         :       0.00          0          0
1800.05/1800.50	c   shifting         :       0.00          0          0
1800.05/1800.50	c   intshifting      :       0.00          0          0
1800.05/1800.50	c   twoopt           :       0.00          0          0
1800.05/1800.50	c   fixandinfer      :       0.00          0          0
1800.05/1800.50	c   feaspump         :       0.00          0          0
1800.05/1800.50	c   coefdiving       :       0.00          0          0
1800.05/1800.50	c   pscostdiving     :       0.00          0          0
1800.05/1800.50	c   fracdiving       :       0.00          0          0
1800.05/1800.50	c   veclendiving     :       0.00          0          0
1800.05/1800.50	c   intdiving        :       0.00          0          0
1800.05/1800.50	c   actconsdiving    :       0.00          0          0
1800.05/1800.50	c   objpscostdiving  :       0.00          0          0
1800.05/1800.50	c   rootsoldiving    :       0.00          0          0
1800.05/1800.50	c   linesearchdiving :       0.00          0          0
1800.05/1800.50	c   guideddiving     :       0.00          0          0
1800.05/1800.50	c   octane           :       0.00          0          0
1800.05/1800.50	c   rens             :       0.00          0          0
1800.05/1800.50	c   rins             :       0.00          0          0
1800.05/1800.50	c   localbranching   :       0.00          0          0
1800.05/1800.50	c   mutation         :       0.00          0          0
1800.05/1800.50	c   crossover        :       0.00          0          0
1800.05/1800.50	c   dins             :       0.00          0          0
1800.05/1800.50	c   undercover       :       0.00          0          0
1800.05/1800.50	c   nlp              :       0.07          0          0
1800.05/1800.50	c   trysol           :       0.08          0          0
1800.05/1800.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.50	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.50	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.50	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.50	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.50	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.50	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.50	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.50	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.50	c B&B Tree           :
1800.05/1800.50	c   number of runs   :          1
1800.05/1800.50	c   nodes            :      58140
1800.05/1800.50	c   nodes (total)    :      58140
1800.05/1800.50	c   nodes left       :      58137
1800.05/1800.50	c   max depth        :        883
1800.05/1800.50	c   max depth (total):        883
1800.05/1800.50	c   backtracks       :        150 (0.3%)
1800.05/1800.50	c   delayed cutoffs  :          0
1800.05/1800.50	c   repropagations   :        498 (2 domain reductions, 0 cutoffs)
1800.05/1800.50	c   avg switch length:       2.20
1800.05/1800.50	c   switching time   :       7.01
1800.05/1800.50	c Solution           :
1800.05/1800.50	c   Solutions found  :          0 (0 improvements)
1800.05/1800.50	c   Primal Bound     :          -
1800.05/1800.50	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.50	c   Gap              :   infinite
1800.05/1800.50	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.50	c   Root Iterations  :          0
1800.64/1801.13	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-2663753-1276654045/watcher-2663753-1276654045 -o /tmp/evaluation-result-2663753-1276654045/solver-2663753-1276654045 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663753-1276654045.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14139
/proc/meminfo: memFree=1609520/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=6832 CPUtime=0
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 1021 0 0 0 0 0 0 0 25 0 1 0 6697427 6995968 944 1992294400 4194304 7136930 140737244370352 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 1708 953 254 719 0 987 0

[startup+0.0759079 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14139
/proc/meminfo: memFree=1609520/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=18044 CPUtime=0.06
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 3938 0 0 0 5 1 0 0 25 0 1 0 6697427 18477056 3861 1992294400 4194304 7136930 140737244370352 18446744073709551615 4361696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 4511 3861 272 719 0 3790 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18044

[startup+0.10191 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14139
/proc/meminfo: memFree=1609520/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=21904 CPUtime=0.09
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 4911 0 0 0 8 1 0 0 25 0 1 0 6697427 22429696 4834 1992294400 4194304 7136930 140737244370352 18446744073709551615 5650975 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 5476 4834 272 719 0 4755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21904

[startup+0.30093 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14139
/proc/meminfo: memFree=1609520/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=48624 CPUtime=0.29
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 11974 0 0 0 24 5 0 0 25 0 1 0 6697427 49790976 11481 1992294400 4194304 7136930 140737244370352 18446744073709551615 5901972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 12156 11481 283 719 0 11435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48624

[startup+0.70097 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14139
/proc/meminfo: memFree=1609520/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=97352 CPUtime=0.69
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 23276 0 0 0 60 9 0 0 25 0 1 0 6697427 99688448 22783 1992294400 4194304 7136930 140737244370352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 24338 22783 328 719 0 23617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97352

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14140
/proc/meminfo: memFree=1508700/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=127656 CPUtime=1.49
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 30874 0 0 0 136 13 0 0 25 0 1 0 6697427 130719744 30381 1992294400 4194304 7136930 140737244370352 18446744073709551615 5968611 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 31914 30381 328 719 0 31193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127656

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14140
/proc/meminfo: memFree=1469392/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=172644 CPUtime=3.09
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 43551 0 0 0 282 27 0 0 25 0 1 0 6697427 176787456 41625 1992294400 4194304 7136930 140737244370352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 43161 41625 348 719 0 42440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172644

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14140
/proc/meminfo: memFree=1437648/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=178360 CPUtime=6.29
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 46493 0 0 0 590 39 0 0 25 0 1 0 6697427 182640640 43152 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 44590 43152 425 719 0 43869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178360

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14142
/proc/meminfo: memFree=1437152/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=178956 CPUtime=12.69
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 46682 0 0 0 1229 40 0 0 25 0 1 0 6697427 183250944 43297 1992294400 4194304 7136930 140737244370352 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 44739 43297 381 719 0 44018 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178956

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14142
/proc/meminfo: memFree=1431944/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=184088 CPUtime=25.48
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 47978 0 0 0 2506 42 0 0 25 0 1 0 6697427 188506112 44593 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 46022 44593 381 719 0 45301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 184088

[startup+51.1009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14142
/proc/meminfo: memFree=1428968/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=187128 CPUtime=51.08
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 48741 0 0 0 5063 45 0 0 25 0 1 0 6697427 191619072 45356 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 46782 45356 381 719 0 46061 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 187128

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14144
/proc/meminfo: memFree=1425744/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=190108 CPUtime=102.27
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 49471 0 0 0 10177 50 0 0 25 0 1 0 6697427 194670592 46086 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 47527 46086 381 719 0 46806 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 190108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14144
/proc/meminfo: memFree=1419916/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=195856 CPUtime=162.25
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 50925 0 0 0 16166 59 0 0 25 0 1 0 6697427 200556544 47540 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 48964 47540 381 719 0 48243 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 195856

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14146
/proc/meminfo: memFree=1415204/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=200536 CPUtime=222.24
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 52070 0 0 0 22159 65 0 0 25 0 1 0 6697427 205348864 48685 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 50134 48685 381 719 0 49413 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 200536

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14148
/proc/meminfo: memFree=1408136/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=207912 CPUtime=282.22
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 53921 0 0 0 28149 73 0 0 25 0 1 0 6697427 212901888 50536 1992294400 4194304 7136930 140737244370352 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 51978 50536 381 719 0 51257 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 207912

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14150
/proc/meminfo: memFree=1403300/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=212316 CPUtime=342.2
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 55033 0 0 0 34139 81 0 0 25 0 1 0 6697427 217411584 51648 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 53079 51648 381 719 0 52358 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 212316

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14152
/proc/meminfo: memFree=1401316/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=214212 CPUtime=402.19
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 55499 0 0 0 40129 90 0 0 25 0 1 0 6697427 219353088 52114 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 53553 52114 381 719 0 52832 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 214212

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14152
/proc/meminfo: memFree=1392884/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=222784 CPUtime=462.18
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 57623 0 0 0 46122 96 0 0 25 0 1 0 6697427 228130816 54238 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 55696 54238 381 719 0 54975 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 222784

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14154
/proc/meminfo: memFree=1388296/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=227192 CPUtime=522.16
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 58750 0 0 0 52114 102 0 0 25 0 1 0 6697427 232644608 55365 1992294400 4194304 7136930 140737244370352 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 56798 55365 381 719 0 56077 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 227192

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14156
/proc/meminfo: memFree=1380608/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=234860 CPUtime=582.15
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 60656 0 0 0 58105 110 0 0 25 0 1 0 6697427 240496640 57271 1992294400 4194304 7136930 140737244370352 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 58715 57271 381 719 0 57994 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 234860

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14158
/proc/meminfo: memFree=1376516/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=238800 CPUtime=642.14
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 61661 0 0 0 64096 118 0 0 25 0 1 0 6697427 244531200 58276 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 59700 58276 386 719 0 58979 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 238800

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14168
/proc/meminfo: memFree=1346632/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=268164 CPUtime=1002.04
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 69052 0 0 0 100032 172 0 0 25 0 1 0 6697427 274599936 65667 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 67041 65667 386 719 0 66320 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 268164

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14168
/proc/meminfo: memFree=1344524/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=270280 CPUtime=1062.02
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 69564 0 0 0 106023 179 0 0 25 0 1 0 6697427 276766720 66179 1992294400 4194304 7136930 140737244370352 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 67570 66179 386 719 0 66849 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 270280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14170
/proc/meminfo: memFree=1339440/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=276148 CPUtime=1122.01
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 71064 0 0 0 112014 187 0 0 25 0 1 0 6697427 282775552 67679 1992294400 4194304 7136930 140737244370352 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 69037 67679 386 719 0 68316 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 276148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14172
/proc/meminfo: memFree=1330512/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=283940 CPUtime=1181.99
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 72999 0 0 0 118004 195 0 0 25 0 1 0 6697427 290754560 69614 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 70985 69614 386 719 0 70264 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 283940

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14174
/proc/meminfo: memFree=1326916/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=287388 CPUtime=1241.98
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 73878 0 0 0 123992 206 0 0 25 0 1 0 6697427 294285312 70493 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 71847 70493 386 719 0 71126 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 287388

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14176
/proc/meminfo: memFree=1323816/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=290340 CPUtime=1301.98
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 74638 0 0 0 129983 215 0 0 25 0 1 0 6697427 297308160 71253 1992294400 4194304 7136930 140737244370352 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 72585 71253 386 719 0 71864 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 290340

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14176
/proc/meminfo: memFree=1319476/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=294804 CPUtime=1361.95
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 75753 0 0 0 135972 223 0 0 25 0 1 0 6697427 301879296 72368 1992294400 4194304 7136930 140737244370352 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 73701 72368 386 719 0 72980 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 294804

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14178
/proc/meminfo: memFree=1315632/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=298524 CPUtime=1421.94
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 76665 0 0 0 141963 231 0 0 25 0 1 0 6697427 305688576 73280 1992294400 4194304 7136930 140737244370352 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 74631 73280 386 719 0 73910 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 298524

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 14183
/proc/meminfo: memFree=1297024/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=302752 CPUtime=1481.92
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 77734 0 0 0 147953 239 0 0 25 0 1 0 6697427 310018048 74349 1992294400 4194304 7136930 140737244370352 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 75688 74349 386 719 0 74967 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 302752

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14185
/proc/meminfo: memFree=1304224/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=309364 CPUtime=1541.9
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 79405 0 0 0 153941 249 0 0 25 0 1 0 6697427 316788736 76020 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 77341 76020 386 719 0 76620 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 309364

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14187
/proc/meminfo: memFree=1301124/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=312476 CPUtime=1601.89
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 80186 0 0 0 159930 259 0 0 25 0 1 0 6697427 319975424 76801 1992294400 4194304 7136930 140737244370352 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 78119 76801 386 719 0 77398 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 312476

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14187
/proc/meminfo: memFree=1296536/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=317088 CPUtime=1661.88
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 81368 0 0 0 165920 268 0 0 25 0 1 0 6697427 324698112 77983 1992294400 4194304 7136930 140737244370352 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 79272 77983 386 719 0 78551 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 317088

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14189
/proc/meminfo: memFree=1290088/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=323540 CPUtime=1721.86
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 82964 0 0 0 171908 278 0 0 25 0 1 0 6697427 331304960 79579 1992294400 4194304 7136930 140737244370352 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 80885 79579 386 719 0 80164 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 323540

[startup+1782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1284260/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=329164 CPUtime=1781.84
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 84401 0 0 0 177898 286 0 0 25 0 1 0 6697427 337063936 81016 1992294400 4194304 7136930 140737244370352 18446744073709551615 4643143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 82291 81016 386 719 0 81570 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 329164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14191
/proc/meminfo: memFree=1281284/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=332236 CPUtime=1800.05
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 85170 0 0 0 179717 288 0 0 25 0 1 0 6697427 340209664 81785 1992294400 4194304 7136930 140737244370352 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14139/statm: 83059 81785 386 719 0 82338 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 332236

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

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

[startup+1800.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14192
/proc/meminfo: memFree=1281276/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=331932 CPUtime=1800.15
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 85176 0 0 0 179727 288 0 0 25 0 1 0 6697427 339898368 81715 1992294400 4194304 7136930 140737244370352 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 82983 81715 392 719 0 82262 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 331932

[startup+1801 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14192
/proc/meminfo: memFree=1281276/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=275360 CPUtime=1800.54
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 85177 0 0 0 179765 289 0 0 25 0 1 0 6697427 281968640 67583 1992294400 4194304 7136930 140737244370352 18446744073709551615 6165639 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 68840 67583 393 719 0 68119 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 275360

[startup+1801.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14192
/proc/meminfo: memFree=1281276/2059040 swapFree=4192956/4192956
[pid=14139] ppid=14137 vsize=57700 CPUtime=1800.64
/proc/14139/stat : 14139 (pbscip.linux.x8) R 14137 14139 12809 0 -1 4202496 85177 0 0 0 179773 291 0 0 25 0 1 0 6697427 59084800 13817 1992294400 4194304 7136930 140737244370352 18446744073709551615 6166233 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14139/statm: 14425 13817 393 719 0 13704 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 57700

Child status: 0
Real time (s): 1801.14
CPU time (s): 1800.69
CPU user time (s): 1797.76
CPU system time (s): 2.92755
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 332236

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

runsolver used 2.91256 second user time and 8.5737 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 04:07:25
IDJOB=2663753
IDBENCH=48126
IDSOLVER=1167
FILE ID=node036/2663753-1276654045
PBS_JOBID= 11172433
Free space on /tmp= 62524 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_4.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-2663753-1276654045/watcher-2663753-1276654045 -o /tmp/evaluation-result-2663753-1276654045/solver-2663753-1276654045 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663753-1276654045.opb -t 1800 -m 1800

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

MD5SUM BENCH= b02c0aa46abe377e9678cb0b7b4280ae
RANDOM SEED=16322312

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1609924 kB
Buffers:         84948 kB
Cached:         223164 kB
SwapCached:          0 kB
Active:         156124 kB
Inactive:       211496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1609924 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3656 kB
Writeback:           0 kB
AnonPages:       59368 kB
Mapped:          15424 kB
Slab:            59640 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180568 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= 62524 MiB
End job on node036 at 2010-06-16 04:37:28