Trace number 2663760

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.67 1801.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_5.opb
MD5SUMd79bd0f7d6fceec4ec599aa8716e2601
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 benchmark1798.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
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)31590
Sum of products size (including duplicates)63180
Number of different products31590
Sum of products size63180

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-2663760-1276655074.opb>
0.19/0.28	c original problem has 32590 variables (32590 bin, 0 int, 0 impl, 0 cont) and 32590 constraints
0.19/0.28	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:
2.99/3.04	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2143102 impls, 0 clqs
4.99/5.09	c    (4.5s) probing: 101/32590 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.99/5.09	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  2143102 implications, 0 cliques
4.99/5.09	c presolved problem has 32590 variables (32590 bin, 0 int, 0 impl, 0 cont) and 32590 constraints
4.99/5.09	c   31590 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.34
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.13	c 
5.19/5.22	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.22	c   4.6s|     1 |     2 |     0 |     - | 132M|   0 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
351.80/351.96	c   351s| 10000 | 10001 |     0 |   0.0 | 161M| 881 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
687.51/687.71	c   686s| 20000 | 19999 |     0 |   0.0 | 187M| 881 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1012.73/1013.08	c  1011s| 30000 | 29997 |     0 |   0.0 | 212M| 881 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1313.14/1313.51	c  1311s| 40000 | 39997 |     0 |   0.0 | 236M| 890 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1609.47/1609.99	c  1607s| 50000 | 49997 |     0 |   0.0 | 259M| 894 |   - |  32k|  32k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.51	c 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time (sec) : 1797.03
1800.02/1800.51	c Solving Nodes      : 56428
1800.02/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.51	c Gap                : infinite
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1797.03
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2663760-1276655074.opb
1800.02/1800.51	c   Variables        : 32590 (32590 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 32590 initial, 32590 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2663760-1276655074.opb
1800.02/1800.51	c   Variables        : 32590 (32590 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 32590 initial, 32592 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       1.33          0          0          0          0          0          0          0          0
1800.02/1800.51	c   and              :       2.67          0          0          0          0          0          0          0          0
1800.02/1800.51	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c   and              :      31590          0     162509          0      56426          2    1999207          0          0          0
1800.02/1800.51	c   logicor          :       1000+         0      19352          0      56426          0        355          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0      56426          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c   and              :     672.89       0.00     563.00       0.00     109.89
1800.02/1800.51	c   logicor          :     204.46       0.00       0.23       0.00     204.23
1800.02/1800.51	c   countsols        :       0.09       0.00       0.00       0.00       0.09
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       0.16          2          0          0
1800.02/1800.51	c   rootredcost      :       0.18          0          0          0
1800.02/1800.51	c   pseudoobj        :      27.62     162309          0          0
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :       0.00          2          2          2        3.0          0        0.0          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -          2        3.0          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :     874.44      56426          0          0          0          0     112852
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.00          -          0
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   oneopt           :       0.05          0          0
1800.02/1800.51	c   trivial          :       0.13          2          0
1800.02/1800.51	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   zirounding       :       0.00          0          0
1800.02/1800.51	c   rounding         :       0.00          0          0
1800.02/1800.51	c   shifting         :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.00          0          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.00          0          0
1800.02/1800.51	c   nlp              :       0.08          0          0
1800.02/1800.51	c   trysol           :       0.04          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :      56428
1800.02/1800.51	c   nodes (total)    :      56428
1800.02/1800.51	c   nodes left       :      56425
1800.02/1800.51	c   max depth        :        894
1800.02/1800.51	c   max depth (total):        894
1800.02/1800.51	c   backtracks       :        145 (0.3%)
1800.02/1800.51	c   delayed cutoffs  :          0
1800.02/1800.51	c   repropagations   :        581 (2 domain reductions, 0 cutoffs)
1800.02/1800.51	c   avg switch length:       2.09
1800.02/1800.51	c   switching time   :       6.39
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.51	c   Root Iterations  :          0
1800.61/1801.14	c Time complete: 1800.66.

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-2663760-1276655074/watcher-2663760-1276655074 -o /tmp/evaluation-result-2663760-1276655074/solver-2663760-1276655074 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663760-1276655074.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 6799
/proc/meminfo: memFree=1750100/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=6832 CPUtime=0
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 1014 0 0 0 0 0 0 0 18 0 1 0 41111159 6995968 937 1992294400 4194304 7136930 140736418315440 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 1708 945 254 719 0 987 0

[startup+0.0131519 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6799
/proc/meminfo: memFree=1750100/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=8760 CPUtime=0
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 1601 0 0 0 0 0 0 0 18 0 1 0 41111159 8970240 1524 1992294400 4194304 7136930 140736418315440 18446744073709551615 4240595 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 2254 1524 266 719 0 1533 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8760

[startup+0.10116 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6799
/proc/meminfo: memFree=1750100/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=21836 CPUtime=0.09
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 4892 0 0 0 8 1 0 0 21 0 1 0 41111159 22360064 4815 1992294400 4194304 7136930 140736418315440 18446744073709551615 4327653 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 5459 4815 272 719 0 4738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21836

[startup+0.301181 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6799
/proc/meminfo: memFree=1750100/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=46996 CPUtime=0.29
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 11596 0 0 0 25 4 0 0 21 0 1 0 41111159 48123904 11103 1992294400 4194304 7136930 140736418315440 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 11749 11103 283 719 0 11028 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46996

[startup+0.700227 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6799
/proc/meminfo: memFree=1750100/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=97748 CPUtime=0.69
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 23375 0 0 0 61 8 0 0 22 0 1 0 41111159 100093952 22882 1992294400 4194304 7136930 140736418315440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 24437 22882 328 719 0 23716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97748

[startup+1.50031 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6800
/proc/meminfo: memFree=1648784/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=125736 CPUtime=1.49
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 30395 0 0 0 137 12 0 0 25 0 1 0 41111159 128753664 29902 1992294400 4194304 7136930 140736418315440 18446744073709551615 4520312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 31434 29902 328 719 0 30713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125736

[startup+3.10049 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6800
/proc/meminfo: memFree=1608980/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=172236 CPUtime=3.09
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 43523 0 0 0 283 26 0 0 25 0 1 0 41111159 176369664 41531 1992294400 4194304 7136930 140736418315440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 43059 41531 348 719 0 42338 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172236

[startup+6.30085 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6800
/proc/meminfo: memFree=1579220/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=177188 CPUtime=6.29
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 46289 0 0 0 592 37 0 0 25 0 1 0 41111159 181440512 42868 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 44297 42868 411 719 0 43576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177188

[startup+12.7006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6800
/proc/meminfo: memFree=1577732/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=178616 CPUtime=12.69
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 46686 0 0 0 1232 37 0 0 25 0 1 0 41111159 182902784 43235 1992294400 4194304 7136930 140736418315440 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 44654 43235 381 719 0 43933 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178616

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6802
/proc/meminfo: memFree=1572524/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=183944 CPUtime=25.48
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 47999 0 0 0 2508 40 0 0 25 0 1 0 41111159 188358656 44548 1992294400 4194304 7136930 140736418315440 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 45986 44548 381 719 0 45265 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 183944

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6802
/proc/meminfo: memFree=1569672/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=186632 CPUtime=51.08
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 48698 0 0 0 5065 43 0 0 25 0 1 0 41111159 191111168 45243 1992294400 4194304 7136930 140736418315440 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 46658 45243 381 719 0 45937 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 186632

[startup+102.308 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 6804
/proc/meminfo: memFree=1565952/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=190420 CPUtime=102.27
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 49620 0 0 0 10179 48 0 0 25 0 1 0 41111159 194990080 46165 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 47605 46165 381 719 0 46884 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 190420

[startup+162.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 6804
/proc/meminfo: memFree=1560000/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=196272 CPUtime=162.25
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 51084 0 0 0 16172 53 0 0 25 0 1 0 41111159 200982528 47629 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 49068 47629 381 719 0 48347 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 196272

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 6806
/proc/meminfo: memFree=1557396/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=198892 CPUtime=222.24
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 51724 0 0 0 22164 60 0 0 25 0 1 0 41111159 203665408 48269 1992294400 4194304 7136930 140736418315440 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 49723 48269 381 719 0 49002 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 198892

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6808
/proc/meminfo: memFree=1549708/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=206396 CPUtime=282.22
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 53627 0 0 0 28155 67 0 0 25 0 1 0 41111159 211349504 50172 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 51599 50172 381 719 0 50878 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 206396

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6810
/proc/meminfo: memFree=1546608/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=210040 CPUtime=342.2
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 54532 0 0 0 34145 75 0 0 25 0 1 0 41111159 215080960 51077 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 52510 51077 381 719 0 51789 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 210040

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 6812
/proc/meminfo: memFree=1541648/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=215468 CPUtime=402.19
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 55869 0 0 0 40138 81 0 0 25 0 1 0 41111159 220639232 52414 1992294400 4194304 7136930 140736418315440 18446744073709551615 4643178 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 53867 52414 381 719 0 53146 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 215468

[startup+462.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 6812
/proc/meminfo: memFree=1533836/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=222312 CPUtime=462.17
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 57578 0 0 0 46130 87 0 0 25 0 1 0 41111159 227647488 54123 1992294400 4194304 7136930 140736418315440 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 55578 54123 381 719 0 54857 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 222312

[startup+522.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 6814
/proc/meminfo: memFree=1531108/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=224972 CPUtime=522.15
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 58242 0 0 0 52120 95 0 0 25 0 1 0 41111159 230371328 54787 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 56243 54787 381 719 0 55522 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 224972

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6816
/proc/meminfo: memFree=1526148/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=229812 CPUtime=582.14
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 59442 0 0 0 58109 105 0 0 25 0 1 0 41111159 235327488 55987 1992294400 4194304 7136930 140736418315440 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 57453 55987 381 719 0 56732 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 229812

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6818
/proc/meminfo: memFree=1520072/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=236016 CPUtime=642.13
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 60988 0 0 0 64102 111 0 0 25 0 1 0 41111159 241680384 57533 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 59004 57533 386 719 0 58283 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 236016

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6828
/proc/meminfo: memFree=1492544/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=263088 CPUtime=1002.02
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 67778 0 0 0 100042 160 0 0 25 0 1 0 41111159 269402112 64323 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 65772 64323 386 719 0 65051 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 263088

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6828
/proc/meminfo: memFree=1487584/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=268084 CPUtime=1062.01
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 69032 0 0 0 106031 170 0 0 25 0 1 0 41111159 274518016 65577 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 67021 65577 386 719 0 66300 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 268084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6830
/proc/meminfo: memFree=1480640/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=276116 CPUtime=1122
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 71018 0 0 0 112020 180 0 0 25 0 1 0 41111159 282742784 67563 1992294400 4194304 7136930 140736418315440 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 69029 67563 386 719 0 68308 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 276116

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6832
/proc/meminfo: memFree=1477044/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=278428 CPUtime=1181.98
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 71619 0 0 0 118009 189 0 0 25 0 1 0 41111159 285110272 68164 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 69607 68164 386 719 0 68886 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 278428

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6834
/proc/meminfo: memFree=1474068/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=281460 CPUtime=1241.96
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 72337 0 0 0 124000 196 0 0 25 0 1 0 41111159 288215040 68882 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 70365 68882 386 719 0 69644 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 281460

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6836
/proc/meminfo: memFree=1466628/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=288760 CPUtime=1301.96
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 74184 0 0 0 129992 204 0 0 25 0 1 0 41111159 295690240 70729 1992294400 4194304 7136930 140736418315440 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 72190 70729 386 719 0 71469 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 288760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6836
/proc/meminfo: memFree=1460924/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=294412 CPUtime=1361.93
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 75604 0 0 0 135979 214 0 0 25 0 1 0 41111159 301477888 72149 1992294400 4194304 7136930 140736418315440 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 73603 72149 386 719 0 72882 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 294412

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6838
/proc/meminfo: memFree=1459684/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=295568 CPUtime=1421.92
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 75906 0 0 0 141969 223 0 0 25 0 1 0 41111159 302661632 72451 1992294400 4194304 7136930 140736418315440 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 73892 72451 386 719 0 73171 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 295568

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6840
/proc/meminfo: memFree=1451252/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=303880 CPUtime=1481.91
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 77997 0 0 0 147958 233 0 0 25 0 1 0 41111159 311173120 74542 1992294400 4194304 7136930 140736418315440 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 75970 74542 386 719 0 75249 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 303880

[startup+1542.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 6842
/proc/meminfo: memFree=1447036/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=308108 CPUtime=1541.88
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 79062 0 0 0 153949 239 0 0 25 0 1 0 41111159 315502592 75607 1992294400 4194304 7136930 140736418315440 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 77027 75607 386 719 0 76306 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 308108

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 6844
/proc/meminfo: memFree=1441704/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=313488 CPUtime=1601.87
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 80397 0 0 0 159938 249 0 0 25 0 1 0 41111159 321011712 76942 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 78372 76942 386 719 0 77651 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 313488

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 6844
/proc/meminfo: memFree=1437240/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=317868 CPUtime=1661.85
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 81493 0 0 0 165929 256 0 0 25 0 1 0 41111159 325496832 78038 1992294400 4194304 7136930 140736418315440 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 79467 78038 386 719 0 78746 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 317868

[startup+1722.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 6846
/proc/meminfo: memFree=1434512/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=320432 CPUtime=1721.83
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 82142 0 0 0 171920 263 0 0 25 0 1 0 41111159 328122368 78687 1992294400 4194304 7136930 140736418315440 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 80108 78687 386 719 0 79387 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 320432

[startup+1782.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 6848
/proc/meminfo: memFree=1429428/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=325248 CPUtime=1781.82
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 83372 0 0 0 177909 273 0 0 25 0 1 0 41111159 333053952 79917 1992294400 4194304 7136930 140736418315440 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 81312 79917 386 719 0 80591 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 325248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 6848
/proc/meminfo: memFree=1429428/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=325248 CPUtime=1800.02
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 83377 0 0 0 179726 276 0 0 25 0 1 0 41111159 333053952 79922 1992294400 4194304 7136930 140736418315440 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6799/statm: 81312 79922 386 719 0 80591 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 325248

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.08 1.04 1.00 2/108 6849
/proc/meminfo: memFree=1429420/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=324944 CPUtime=1800.13
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 83383 0 0 0 179737 276 0 0 25 0 1 0 41111159 332742656 79852 1992294400 4194304 7136930 140736418315440 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 81236 79852 392 719 0 80515 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 324944

[startup+1801 s]
/proc/loadavg: 1.08 1.04 1.00 2/108 6849
/proc/meminfo: memFree=1429420/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=248700 CPUtime=1800.52
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 83386 0 0 0 179775 277 0 0 25 0 1 0 41111159 254668800 60804 1992294400 4194304 7136930 140736418315440 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 62175 60804 393 719 0 61454 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 248700

[startup+1801.1 s]
/proc/loadavg: 1.08 1.04 1.00 2/108 6849
/proc/meminfo: memFree=1429420/2059040 swapFree=4140468/4192956
[pid=6799] ppid=6797 vsize=57452 CPUtime=1800.61
/proc/6799/stat : 6799 (pbscip.linux.x8) R 6797 6799 5355 0 -1 4202496 83386 0 0 0 179782 279 0 0 25 0 1 0 41111159 58830848 13756 1992294400 4194304 7136930 140736418315440 18446744073709551615 4692677 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6799/statm: 14363 13756 393 719 0 13642 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 57452

Child status: 0
Real time (s): 1801.15
CPU time (s): 1800.67
CPU user time (s): 1797.87
CPU system time (s): 2.80557
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 325248

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

runsolver used 2.79257 second user time and 8.68468 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 04:24:34
IDJOB=2663760
IDBENCH=48133
IDSOLVER=1167
FILE ID=node005/2663760-1276655074
PBS_JOBID= 11172453
Free space on /tmp= 62564 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_5.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-2663760-1276655074/watcher-2663760-1276655074 -o /tmp/evaluation-result-2663760-1276655074/solver-2663760-1276655074 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663760-1276655074.opb -t 1800 -m 1800

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

MD5SUM BENCH= d79bd0f7d6fceec4ec599aa8716e2601
RANDOM SEED=138464104

node005.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.246
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.49
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.246
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:       1750512 kB
Buffers:         83160 kB
Cached:         130480 kB
SwapCached:       6320 kB
Active:         101500 kB
Inactive:       125888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750512 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:            3616 kB
Writeback:           0 kB
AnonPages:       11652 kB
Mapped:          13184 kB
Slab:            59292 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181008 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= 62564 MiB
End job on node005 at 2010-06-16 04:54:37