Trace number 2663737

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_1.opb
MD5SUM0c93b84d697c3c1b68cbcf423dabc710
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark1798.1
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 constraint52
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)31640
Sum of products size (including duplicates)63280
Number of different products31640
Sum of products size63280

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-2663737-1276651915.opb>
0.19/0.26	c original problem has 32640 variables (32640 bin, 0 int, 0 impl, 0 cont) and 32640 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.19/0.27	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.65	c presolving:
2.89/2.96	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2150332 impls, 0 clqs
4.89/4.94	c    (4.4s) probing: 101/32640 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.89/4.95	c    (4.4s) probing aborted: 100/100 successive totally useless probings
4.89/4.95	c presolving (2 rounds):
4.89/4.95	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.89/4.95	c  2150332 implications, 0 cliques
4.89/4.95	c presolved problem has 32640 variables (32640 bin, 0 int, 0 impl, 0 cont) and 32640 constraints
4.89/4.95	c   31640 constraints of type <and>
4.89/4.95	c    1000 constraints of type <logicor>
4.89/4.95	c transformed objective value is always integral (scale: 1)
4.89/4.95	c Presolving Time: 4.23
4.89/4.95	c - non default parameters ----------------------------------------------------------------------
4.89/4.95	c # SCIP version 1.2.1.2
4.89/4.95	c 
4.89/4.95	c # frequency for displaying node information lines
4.89/4.95	c # [type: int, range: [-1,2147483647], default: 100]
4.89/4.95	c display/freq = 10000
4.89/4.95	c 
4.89/4.95	c # maximal time in seconds to run
4.89/4.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.95	c limits/time = 1799.74
4.89/4.95	c 
4.89/4.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.95	c limits/memory = 1620
4.89/4.95	c 
4.89/4.95	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.89/4.95	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.95	c lp/solvefreq = -1
4.89/4.95	c 
4.89/4.95	c # should presolving try to simplify inequalities
4.89/4.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.95	c constraints/linear/simplifyinequalities = TRUE
4.89/4.95	c 
4.89/4.95	c # should presolving try to simplify knapsacks
4.89/4.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.95	c constraints/knapsack/simplifyinequalities = TRUE
4.89/4.95	c 
4.89/4.95	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.89/4.95	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.95	c heuristics/undercover/freq = 0
4.89/4.95	c 
4.89/4.95	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.95	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.95	c separating/rapidlearning/freq = 0
4.89/4.95	c 
4.89/4.95	c -----------------------------------------------------------------------------------------------
4.89/4.95	c start solving
4.89/4.98	c 
4.98/5.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.98/5.07	c   4.5s|     1 |     2 |     0 |     - | 132M|   0 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
342.50/342.62	c   342s| 10000 | 10001 |     0 |   0.0 | 161M| 861 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
661.82/662.03	c   660s| 20000 | 20001 |     0 |   0.0 | 187M| 884 |   - |  32k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
971.05/971.34	c   969s| 30000 | 29999 |     0 |   0.0 | 212M| 884 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1272.95/1273.37	c  1271s| 40000 | 39999 |     0 |   0.0 | 235M| 886 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1574.69/1575.14	c  1572s| 50000 | 49999 |     0 |   0.0 | 258M| 886 |   - |  32k|  32k|   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.52	c 
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time (sec) : 1797.08
1800.02/1800.52	c Solving Nodes      : 57620
1800.02/1800.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.52	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.52	c Gap                : infinite
1800.02/1800.52	s UNKNOWN
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time       :    1797.08
1800.02/1800.52	c Original Problem   :
1800.02/1800.52	c   Problem name     : HOME/instance-2663737-1276651915.opb
1800.02/1800.52	c   Variables        : 32640 (32640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 32640 initial, 32640 maximal
1800.02/1800.52	c Presolved Problem  :
1800.02/1800.52	c   Problem name     : t_HOME/instance-2663737-1276651915.opb
1800.02/1800.52	c   Variables        : 32640 (32640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 32640 initial, 32641 maximal
1800.02/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.52	c   probing          :       1.30          0          0          0          0          0          0          0          0
1800.02/1800.52	c   and              :       2.58          0          0          0          0          0          0          0          0
1800.02/1800.52	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.52	c   and              :      31640          0     165919          0      57619          1    2025626          0          0          0
1800.02/1800.52	c   logicor          :       1000+         0      16935          0      57619          0        204          0          0          0
1800.02/1800.52	c   countsols        :          0          0          0          0      57619          0          0          0          0          0
1800.02/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.52	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.52	c   and              :     676.34       0.00     552.65       0.00     123.69
1800.02/1800.52	c   logicor          :     207.90       0.00       0.28       0.00     207.62
1800.02/1800.52	c   countsols        :       0.06       0.00       0.00       0.00       0.06
1800.02/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.52	c   vbounds          :       0.06          2          0          0
1800.02/1800.52	c   rootredcost      :       0.13          0          0          0
1800.02/1800.52	c   pseudoobj        :      29.49     165719          0          0
1800.02/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.52	c   propagation      :       0.00          1          1          1        6.0          0        0.0          -
1800.02/1800.52	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.52	c   applied globally :          -          -          -          1        6.0          -          -          -
1800.02/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.52	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.52	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.52	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.52	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.52	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.52	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.52	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.52	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.52	c Pricers            :       Time      Calls       Vars
1800.02/1800.52	c   problem variables:       0.00          0          0
1800.02/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   inference        :     865.87      57619          0          0          0          0     115238
1800.02/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.52	c   LP solutions     :       0.00          -          0
1800.02/1800.52	c   pseudo solutions :       0.00          -          0
1800.02/1800.52	c   oneopt           :       0.03          0          0
1800.02/1800.52	c   trivial          :       0.13          2          0
1800.02/1800.52	c   simplerounding   :       0.00          0          0
1800.02/1800.52	c   zirounding       :       0.00          0          0
1800.02/1800.52	c   rounding         :       0.00          0          0
1800.02/1800.52	c   shifting         :       0.00          0          0
1800.02/1800.52	c   intshifting      :       0.00          0          0
1800.02/1800.52	c   twoopt           :       0.00          0          0
1800.02/1800.52	c   fixandinfer      :       0.00          0          0
1800.02/1800.52	c   feaspump         :       0.00          0          0
1800.02/1800.52	c   coefdiving       :       0.00          0          0
1800.02/1800.52	c   pscostdiving     :       0.00          0          0
1800.02/1800.52	c   fracdiving       :       0.00          0          0
1800.02/1800.52	c   veclendiving     :       0.00          0          0
1800.02/1800.52	c   intdiving        :       0.00          0          0
1800.02/1800.52	c   actconsdiving    :       0.00          0          0
1800.02/1800.52	c   objpscostdiving  :       0.00          0          0
1800.02/1800.52	c   rootsoldiving    :       0.00          0          0
1800.02/1800.52	c   linesearchdiving :       0.00          0          0
1800.02/1800.52	c   guideddiving     :       0.00          0          0
1800.02/1800.52	c   octane           :       0.00          0          0
1800.02/1800.52	c   rens             :       0.00          0          0
1800.02/1800.52	c   rins             :       0.00          0          0
1800.02/1800.52	c   localbranching   :       0.00          0          0
1800.02/1800.52	c   mutation         :       0.00          0          0
1800.02/1800.52	c   crossover        :       0.00          0          0
1800.02/1800.52	c   dins             :       0.00          0          0
1800.02/1800.52	c   undercover       :       0.00          0          0
1800.02/1800.52	c   nlp              :       0.07          0          0
1800.02/1800.52	c   trysol           :       0.03          0          0
1800.02/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.52	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.52	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.52	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.52	c B&B Tree           :
1800.02/1800.52	c   number of runs   :          1
1800.02/1800.52	c   nodes            :      57620
1800.02/1800.52	c   nodes (total)    :      57620
1800.02/1800.52	c   nodes left       :      57619
1800.02/1800.52	c   max depth        :        886
1800.02/1800.52	c   max depth (total):        886
1800.02/1800.52	c   backtracks       :        144 (0.2%)
1800.02/1800.52	c   delayed cutoffs  :          0
1800.02/1800.52	c   repropagations   :        461 (1 domain reductions, 0 cutoffs)
1800.02/1800.52	c   avg switch length:       2.06
1800.02/1800.52	c   switching time   :       6.51
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :          0 (0 improvements)
1800.02/1800.52	c   Primal Bound     :          -
1800.02/1800.52	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.52	c   Gap              :   infinite
1800.02/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.52	c   Root Iterations  :          0
1800.62/1801.13	c Time complete: 1800.64.

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-2663737-1276651915/watcher-2663737-1276651915 -o /tmp/evaluation-result-2663737-1276651915/solver-2663737-1276651915 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663737-1276651915.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 2/105 15901
/proc/meminfo: memFree=1834424/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=6832 CPUtime=0
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 1065 0 0 0 0 0 0 0 25 0 1 0 6485023 6995968 989 1992294400 4194304 7136930 140733395386736 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15901/statm: 1708 998 254 719 0 987 0

[startup+0.100031 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15901
/proc/meminfo: memFree=1834424/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=22740 CPUtime=0.09
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 5155 0 0 0 7 2 0 0 25 0 1 0 6485023 23285760 5078 1992294400 4194304 7136930 140733395386736 18446744073709551615 6177472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15901/statm: 5685 5078 272 719 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22740

[startup+0.201042 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15901
/proc/meminfo: memFree=1834424/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=35800 CPUtime=0.19
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 8222 0 0 0 16 3 0 0 25 0 1 0 6485023 36659200 8126 1992294400 4194304 7136930 140733395386736 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15901/statm: 8950 8137 272 719 0 8229 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35800

[startup+0.301052 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15901
/proc/meminfo: memFree=1834424/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=55072 CPUtime=0.29
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 13624 0 0 0 24 5 0 0 18 0 1 0 6485023 56393728 13112 1992294400 4194304 7136930 140733395386736 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 13768 13125 283 719 0 13047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55072

[startup+0.701094 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15901
/proc/meminfo: memFree=1834424/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=97968 CPUtime=0.69
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 23461 0 0 0 61 8 0 0 18 0 1 0 6485023 100319232 22948 1992294400 4194304 7136930 140733395386736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 24492 22948 328 719 0 23771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97968

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15902
/proc/meminfo: memFree=1728148/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=127324 CPUtime=1.49
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 30783 0 0 0 137 12 0 0 19 0 1 0 6485023 130379776 30270 1992294400 4194304 7136930 140733395386736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 31831 30270 328 719 0 31110 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127324

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15902
/proc/meminfo: memFree=1687972/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=172216 CPUtime=3.09
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 43469 0 0 0 286 23 0 0 23 0 1 0 6485023 176349184 41523 1992294400 4194304 7136930 140733395386736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 43054 41523 348 719 0 42333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172216

[startup+6.30068 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15902
/proc/meminfo: memFree=1663916/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=176904 CPUtime=6.28
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 46155 0 0 0 593 35 0 0 25 0 1 0 6485023 181149696 42794 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 44226 42794 425 719 0 43505 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 176904

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15904
/proc/meminfo: memFree=1661808/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=178356 CPUtime=12.69
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 46585 0 0 0 1232 37 0 0 25 0 1 0 6485023 182636544 43180 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 44589 43180 381 719 0 43868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178356

[startup+25.5007 s]
/proc/loadavg: 1.07 1.02 1.00 2/106 15905
/proc/meminfo: memFree=1656352/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=185104 CPUtime=25.48
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 48241 0 0 0 2508 40 0 0 25 0 1 0 6485023 189546496 44836 1992294400 4194304 7136930 140733395386736 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 46276 44836 381 719 0 45555 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 185104

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 15905
/proc/meminfo: memFree=1653500/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=186648 CPUtime=51.07
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 48656 0 0 0 5065 42 0 0 25 0 1 0 6485023 191127552 45241 1992294400 4194304 7136930 140733395386736 18446744073709551615 5005150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 46662 45241 381 719 0 45941 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 186648

[startup+102.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 15907
/proc/meminfo: memFree=1650896/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=189420 CPUtime=102.26
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 49342 0 0 0 10180 46 0 0 25 0 1 0 6485023 193966080 45927 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 47355 45927 381 719 0 46634 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 189420

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15909
/proc/meminfo: memFree=1644572/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=195764 CPUtime=162.24
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 50914 0 0 0 16172 52 0 0 25 0 1 0 6485023 200462336 47499 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643253 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 48941 47499 381 719 0 48220 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 195764

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15911
/proc/meminfo: memFree=1639240/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=201112 CPUtime=222.24
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 52255 0 0 0 22165 59 0 0 25 0 1 0 6485023 205938688 48840 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 50278 48840 381 719 0 49557 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 201112

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15911
/proc/meminfo: memFree=1632296/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=207996 CPUtime=282.22
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 53980 0 0 0 28154 68 0 0 25 0 1 0 6485023 212987904 50565 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 51999 50565 381 719 0 51278 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 207996

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15913
/proc/meminfo: memFree=1627956/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=212420 CPUtime=342.2
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 55081 0 0 0 34146 74 0 0 25 0 1 0 6485023 217518080 51666 1992294400 4194304 7136930 140733395386736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 53105 51666 381 719 0 52384 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 212420

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15915
/proc/meminfo: memFree=1623988/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=216536 CPUtime=402.18
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 56085 0 0 0 40136 82 0 0 25 0 1 0 6485023 221732864 52670 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 54134 52670 381 719 0 53413 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 216536

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15917
/proc/meminfo: memFree=1619896/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=220672 CPUtime=462.17
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 57124 0 0 0 46126 91 0 0 25 0 1 0 6485023 225968128 53709 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 55168 53709 381 719 0 54447 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 220672

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15919
/proc/meminfo: memFree=1613572/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=227020 CPUtime=522.15
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 58697 0 0 0 52116 99 0 0 25 0 1 0 6485023 232468480 55282 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 56755 55282 381 719 0 56034 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 227020

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15919
/proc/meminfo: memFree=1608240/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=232280 CPUtime=582.14
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 60037 0 0 0 58107 107 0 0 25 0 1 0 6485023 237854720 56622 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 58070 56622 381 719 0 57349 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 232280

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15921
/proc/meminfo: memFree=1603652/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=237200 CPUtime=642.12
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 61263 0 0 0 64096 116 0 0 25 0 1 0 6485023 242892800 57848 1992294400 4194304 7136930 140733395386736 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 59300 57848 381 719 0 58579 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 237200

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15929
/proc/meminfo: memFree=1578356/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=261976 CPUtime=942.05
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 67433 0 0 0 94049 156 0 0 25 0 1 0 6485023 268263424 64018 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 65494 64018 386 719 0 64773 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 261976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15931
/proc/meminfo: memFree=1574388/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=265772 CPUtime=1002.03
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 68423 0 0 0 100040 163 0 0 25 0 1 0 6485023 272150528 65008 1992294400 4194304 7136930 140733395386736 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 66443 65008 386 719 0 65722 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 265772

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15933
/proc/meminfo: memFree=1569180/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=270916 CPUtime=1062.01
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 69684 0 0 0 106032 169 0 0 25 0 1 0 6485023 277417984 66269 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 67729 66269 386 719 0 67008 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 270916

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15935
/proc/meminfo: memFree=1565336/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=274780 CPUtime=1122
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 70658 0 0 0 112023 177 0 0 25 0 1 0 6485023 281374720 67243 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 68695 67243 386 719 0 67974 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 274780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15935
/proc/meminfo: memFree=1558888/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=281092 CPUtime=1181.98
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 72242 0 0 0 118014 184 0 0 25 0 1 0 6485023 287838208 68827 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 70273 68827 386 719 0 69552 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 281092

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15937
/proc/meminfo: memFree=1553556/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=286224 CPUtime=1241.97
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 73538 0 0 0 124004 193 0 0 25 0 1 0 6485023 293093376 70123 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 71556 70123 386 719 0 70835 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 286224

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15939
/proc/meminfo: memFree=1552068/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=287532 CPUtime=1301.95
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 73889 0 0 0 129995 200 0 0 25 0 1 0 6485023 294432768 70474 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 71883 70474 386 719 0 71162 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 287532

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15941
/proc/meminfo: memFree=1544504/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=295128 CPUtime=1361.94
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 75782 0 0 0 135985 209 0 0 25 0 1 0 6485023 302211072 72367 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 73782 72367 386 719 0 73061 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 295128

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15943
/proc/meminfo: memFree=1540164/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=299416 CPUtime=1421.93
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 76872 0 0 0 141975 218 0 0 25 0 1 0 6485023 306601984 73457 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 74854 73457 386 719 0 74133 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 299416

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15943
/proc/meminfo: memFree=1535824/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=303644 CPUtime=1481.91
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 77944 0 0 0 147963 228 0 0 25 0 1 0 6485023 310931456 74529 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 75911 74529 386 719 0 75190 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 303644

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15945
/proc/meminfo: memFree=1531856/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=307820 CPUtime=1541.9
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 78963 0 0 0 153954 236 0 0 25 0 1 0 6485023 315207680 75548 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 76955 75548 386 719 0 76234 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 307820

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15947
/proc/meminfo: memFree=1526276/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=313188 CPUtime=1601.87
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 80316 0 0 0 159942 245 0 0 25 0 1 0 6485023 320704512 76901 1992294400 4194304 7136930 140733395386736 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 78297 76901 386 719 0 77576 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 313188

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15949
/proc/meminfo: memFree=1522556/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=316776 CPUtime=1661.86
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 81230 0 0 0 165933 253 0 0 25 0 1 0 6485023 324378624 77815 1992294400 4194304 7136930 140733395386736 18446744073709551615 4780847 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 79194 77815 386 719 0 78473 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 316776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15951
/proc/meminfo: memFree=1517968/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=321264 CPUtime=1721.85
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 82372 0 0 0 171923 262 0 0 25 0 1 0 6485023 328974336 78957 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 80316 78957 386 719 0 79595 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 321264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15960
/proc/meminfo: memFree=1510280/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=328312 CPUtime=1781.81
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 84148 0 0 0 177911 270 0 0 25 0 1 0 6485023 336191488 80733 1992294400 4194304 7136930 140733395386736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 82078 80733 386 719 0 81357 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 328312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15962
/proc/meminfo: memFree=1510280/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=328528 CPUtime=1800.02
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 84168 0 0 0 179729 273 0 0 25 0 1 0 6485023 336412672 80753 1992294400 4194304 7136930 140733395386736 18446744073709551615 4697568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15901/statm: 82132 80753 386 719 0 81411 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 328528

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

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

[startup+1800.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15963
/proc/meminfo: memFree=1510272/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=328224 CPUtime=1800.22
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 84174 0 0 0 179749 273 0 0 25 0 1 0 6485023 336101376 80683 1992294400 4194304 7136930 140733395386736 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15901/statm: 82056 80683 392 719 0 81335 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 328224

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15963
/proc/meminfo: memFree=1510272/2059040 swapFree=4148288/4192956
[pid=15901] ppid=15899 vsize=67268 CPUtime=1800.62
/proc/15901/stat : 15901 (pbscip.linux.x8) R 15899 15901 14286 0 -1 4202496 84176 0 0 0 179786 276 0 0 25 0 1 0 6485023 68882432 16105 1992294400 4194304 7136930 140733395386736 18446744073709551615 4212223 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15901/statm: 16817 16105 393 719 0 16096 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 67268

Child status: 0
Real time (s): 1801.14
CPU time (s): 1800.66
CPU user time (s): 1797.89
CPU system time (s): 2.76958
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 328528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.76958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3225

runsolver used 2.84057 second user time and 8.64368 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 03:31:55
IDJOB=2663737
IDBENCH=48110
IDSOLVER=1167
FILE ID=node082/2663737-1276651915
PBS_JOBID= 11172422
Free space on /tmp= 62584 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_1.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-2663737-1276651915/watcher-2663737-1276651915 -o /tmp/evaluation-result-2663737-1276651915/solver-2663737-1276651915 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663737-1276651915.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0c93b84d697c3c1b68cbcf423dabc710
RANDOM SEED=1899335248

node082.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.215
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.43
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.215
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1834828 kB
Buffers:         28992 kB
Cached:          98084 kB
SwapCached:       6528 kB
Active:          99632 kB
Inactive:        48864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1834828 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:            3624 kB
Writeback:           0 kB
AnonPages:       18788 kB
Mapped:          13212 kB
Slab:            53912 kB
PageTables:       3916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 04:01:58