Trace number 2664007

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.92 1801.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2664007-1276588083.opb>
1.79/1.83	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
1.79/1.83	c problem read
1.79/1.84	c presolving settings loaded
1.79/1.84	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
2.29/2.39	c presolving:
2.79/2.86	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.00/3.07	c (round 2) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 209 upgd conss, 0 impls, 0 clqs
3.29/3.31	c (round 3) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 399 upgd conss, 1792 impls, 0 clqs
11.58/11.68	c    (9.6s) probing: 119/13480 (0.9%) - 0 fixings, 0 aggregations, 7776 implications, 0 bound changes
11.58/11.68	c    (9.6s) probing aborted: 100/100 successive totally useless probings
11.58/11.69	c presolving (4 rounds):
11.58/11.69	c  0 deleted vars, 13110 deleted constraints, 0 tightened bounds, 0 added holes, 380 changed sides, 380 changed coefficients
11.58/11.69	c  26980 implications, 0 cliques
11.58/11.69	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13509 constraints
11.58/11.69	c     399 constraints of type <knapsack>
11.58/11.69	c   13110 constraints of type <linear>
11.58/11.69	c transformed objective value is always integral (scale: 1)
11.58/11.69	c Presolving Time: 9.29
11.58/11.69	c - non default parameters ----------------------------------------------------------------------
11.58/11.69	c # SCIP version 1.2.1.2
11.58/11.69	c 
11.58/11.69	c # frequency for displaying node information lines
11.58/11.69	c # [type: int, range: [-1,2147483647], default: 100]
11.58/11.69	c display/freq = 10000
11.58/11.69	c 
11.58/11.69	c # maximal time in seconds to run
11.58/11.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.58/11.69	c limits/time = 1798.17
11.58/11.69	c 
11.58/11.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.58/11.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.58/11.69	c limits/memory = 1620
11.58/11.69	c 
11.58/11.69	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
11.58/11.69	c # [type: int, range: [-1,2147483647], default: 1]
11.58/11.69	c lp/solvefreq = -1
11.58/11.69	c 
11.58/11.69	c # should presolving try to simplify inequalities
11.58/11.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.58/11.69	c constraints/linear/simplifyinequalities = TRUE
11.58/11.69	c 
11.58/11.69	c # should presolving try to simplify knapsacks
11.58/11.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.58/11.69	c constraints/knapsack/simplifyinequalities = TRUE
11.58/11.69	c 
11.58/11.69	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
11.58/11.69	c # [type: int, range: [-1,2147483647], default: -1]
11.58/11.69	c separating/rapidlearning/freq = 0
11.58/11.69	c 
11.58/11.69	c -----------------------------------------------------------------------------------------------
11.58/11.69	c start solving
11.68/11.70	c 
11.68/11.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.68/11.74	c   9.7s|     1 |     2 |     0 |     - |  90M|   0 |   - |  13k|  13k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
867.33/867.66	c   865s| 10000 |  7193 |     0 |   0.0 | 219M| 230 |   - |  13k|  13k|   0 |   0 |   0 |4012 |   0 | 1.000000e+00 |      --      |    Inf 
1773.38/1773.92	c  1770s| 20000 | 13970 |     0 |   0.0 | 371M| 230 |   - |  13k|  13k|   0 |   0 |   0 |9030 |   0 | 1.000000e+00 |      --      |    Inf 
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.62	c 
1800.09/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.62	c Solving Time (sec) : 1796.53
1800.09/1800.62	c Solving Nodes      : 20459
1800.09/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.62	c Dual Bound         : +1.00000000000000e+00
1800.09/1800.62	c Gap                : infinite
1800.09/1800.62	s UNKNOWN
1800.09/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.62	c Solving Time       :    1796.53
1800.09/1800.62	c Original Problem   :
1800.09/1800.62	c   Problem name     : HOME/instance-2664007-1276588083.opb
1800.09/1800.62	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.62	c   Constraints      : 26619 initial, 26619 maximal
1800.09/1800.62	c Presolved Problem  :
1800.09/1800.62	c   Problem name     : t_HOME/instance-2664007-1276588083.opb
1800.09/1800.62	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.62	c   Constraints      : 13509 initial, 14527 maximal
1800.09/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.62	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.62	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.62	c   implics          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.62	c   probing          :       8.31          0          0          0          0          0          0          0          0
1800.09/1800.62	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.09/1800.62	c   linear           :       0.73          0          0          0          0          0      13110        380        380
1800.09/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.62	c   knapsack         :        399          0      64801          0      18084        892     236247          0          0          0
1800.09/1800.62	c   linear           :      13110          0      63909          0      18084       2302    6841023          0          0          0
1800.09/1800.62	c   logicor          :          0+         0      32726          0          0        219      13703          0          0          0
1800.09/1800.62	c   countsols        :          0          0          0          0      18084          0          0          0          0          0
1800.09/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.62	c   knapsack         :      90.40       0.00      89.71       0.00       0.69
1800.09/1800.62	c   linear           :    1345.71       0.00    1345.68       0.00       0.03
1800.09/1800.62	c   logicor          :      18.38       0.00      18.38       0.00       0.00
1800.09/1800.62	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.09/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.62	c   vbounds          :       0.06          2          0          0
1800.09/1800.62	c   rootredcost      :       0.09          0          0          0
1800.09/1800.62	c   pseudoobj        :       0.29      64534          0          0
1800.09/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.62	c   propagation      :       0.66       3413       3393      23634       45.0        207       33.8          -
1800.09/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.62	c   applied globally :          -          -          -       9170       40.0          -          -          -
1800.09/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.09/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.09/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.09/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.62	c Pricers            :       Time      Calls       Vars
1800.09/1800.62	c   problem variables:       0.00          0          0
1800.09/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   inference        :     108.28      18084          0          0          0          0      36168
1800.09/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.62	c   LP solutions     :       0.00          -          0
1800.09/1800.62	c   pseudo solutions :       0.00          -          0
1800.09/1800.62	c   oneopt           :       0.02          0          0
1800.09/1800.62	c   trivial          :       0.04          2          0
1800.09/1800.62	c   simplerounding   :       0.00          0          0
1800.09/1800.62	c   zirounding       :       0.00          0          0
1800.09/1800.62	c   rounding         :       0.00          0          0
1800.09/1800.62	c   shifting         :       0.00          0          0
1800.09/1800.62	c   intshifting      :       0.00          0          0
1800.09/1800.62	c   twoopt           :       0.00          0          0
1800.09/1800.62	c   fixandinfer      :       0.00          0          0
1800.09/1800.62	c   feaspump         :       0.00          0          0
1800.09/1800.62	c   coefdiving       :       0.00          0          0
1800.09/1800.62	c   pscostdiving     :       0.00          0          0
1800.09/1800.62	c   fracdiving       :       0.00          0          0
1800.09/1800.62	c   veclendiving     :       0.00          0          0
1800.09/1800.62	c   intdiving        :       0.00          0          0
1800.09/1800.62	c   actconsdiving    :       0.00          0          0
1800.09/1800.62	c   objpscostdiving  :       0.00          0          0
1800.09/1800.62	c   rootsoldiving    :       0.00          0          0
1800.09/1800.62	c   linesearchdiving :       0.00          0          0
1800.09/1800.62	c   guideddiving     :       0.00          0          0
1800.09/1800.62	c   octane           :       0.00          0          0
1800.09/1800.62	c   rens             :       0.00          0          0
1800.09/1800.62	c   rins             :       0.00          0          0
1800.09/1800.62	c   localbranching   :       0.00          0          0
1800.09/1800.62	c   mutation         :       0.00          0          0
1800.09/1800.62	c   crossover        :       0.00          0          0
1800.09/1800.62	c   dins             :       0.00          0          0
1800.09/1800.62	c   undercover       :       0.00          0          0
1800.09/1800.62	c   nlp              :       0.04          0          0
1800.09/1800.62	c   trysol           :       0.01          0          0
1800.09/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.09/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.62	c B&B Tree           :
1800.09/1800.62	c   number of runs   :          1
1800.09/1800.62	c   nodes            :      20459
1800.09/1800.62	c   nodes (total)    :      20459
1800.09/1800.62	c   nodes left       :      14329
1800.09/1800.62	c   max depth        :        230
1800.09/1800.62	c   max depth (total):        230
1800.09/1800.62	c   backtracks       :       1365 (6.7%)
1800.09/1800.62	c   delayed cutoffs  :       1381
1800.09/1800.62	c   repropagations   :       4777 (916641 domain reductions, 1038 cutoffs)
1800.09/1800.62	c   avg switch length:       3.52
1800.09/1800.62	c   switching time   :     225.69
1800.09/1800.62	c Solution           :
1800.09/1800.62	c   Solutions found  :          0 (0 improvements)
1800.09/1800.62	c   Primal Bound     :          -
1800.09/1800.62	c   Dual Bound       : +1.00000000000000e+00
1800.09/1800.62	c   Gap              :   infinite
1800.09/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.62	c   Root Iterations  :          0
1800.87/1801.44	c Time complete: 1800.91.

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2387
/proc/meminfo: memFree=1688104/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=6584 CPUtime=0
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 1017 0 0 0 0 0 0 0 18 0 1 0 101162 6742016 940 1992294400 4194304 7136930 140736919672176 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 1646 949 254 719 0 925 0

[startup+0.061522 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2387
/proc/meminfo: memFree=1688104/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=9264 CPUtime=0.05
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 1791 0 0 0 5 0 0 0 20 0 1 0 101162 9486336 1714 1992294400 4194304 7136930 140736919672176 18446744073709551615 6325833 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 2316 1714 271 719 0 1595 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9264

[startup+0.100526 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2387
/proc/meminfo: memFree=1688104/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=10176 CPUtime=0.09
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 2015 0 0 0 9 0 0 0 20 0 1 0 101162 10420224 1938 1992294400 4194304 7136930 140736919672176 18446744073709551615 6325833 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 2544 1938 271 719 0 1823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10176

[startup+0.300546 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2387
/proc/meminfo: memFree=1688104/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=15336 CPUtime=0.29
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 3303 0 0 0 28 1 0 0 20 0 1 0 101162 15704064 3226 1992294400 4194304 7136930 140736919672176 18446744073709551615 6269536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 3834 3226 271 719 0 3113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15336

[startup+0.700587 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2387
/proc/meminfo: memFree=1688104/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=23496 CPUtime=0.69
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 5342 0 0 0 67 2 0 0 20 0 1 0 101162 24059904 5265 1992294400 4194304 7136930 140736919672176 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 5874 5265 271 719 0 5153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23496

[startup+1.50067 s]
/proc/loadavg: 0.00 0.00 0.00 2/108 2388
/proc/meminfo: memFree=1663668/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=35972 CPUtime=1.49
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 8489 0 0 0 146 3 0 0 23 0 1 0 101162 36835328 8412 1992294400 4194304 7136930 140736919672176 18446744073709551615 6176985 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 8993 8412 271 719 0 8272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35972

[startup+3.10083 s]
/proc/loadavg: 0.00 0.00 0.00 2/108 2388
/proc/meminfo: memFree=1554548/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=200788 CPUtime=3.09
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 55497 0 0 0 284 25 0 0 25 0 1 0 101162 205606912 47787 1992294400 4194304 7136930 140736919672176 18446744073709551615 4333569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 50197 47787 399 719 0 49476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 200788

[startup+6.30116 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 2388
/proc/meminfo: memFree=1495152/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=202632 CPUtime=6.29
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 57333 0 0 0 600 29 0 0 25 0 1 0 101162 207495168 48307 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925146 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 50658 48307 368 719 0 49937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 202632

[startup+12.7018 s]
/proc/loadavg: 0.15 0.03 0.01 2/108 2388
/proc/meminfo: memFree=1494036/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=203660 CPUtime=12.69
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 57693 0 0 0 1239 30 0 0 25 0 1 0 101162 208547840 48597 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 50915 48597 388 719 0 50194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 203660

[startup+25.501 s]
/proc/loadavg: 0.42 0.10 0.03 2/108 2390
/proc/meminfo: memFree=1492920/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=205120 CPUtime=25.49
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 58042 0 0 0 2517 32 0 0 25 0 1 0 101162 210042880 48944 1992294400 4194304 7136930 140736919672176 18446744073709551615 4978986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 51280 48944 394 719 0 50559 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 205120

[startup+51.1003 s]
/proc/loadavg: 0.70 0.18 0.06 2/108 2390
/proc/meminfo: memFree=1485852/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=212444 CPUtime=51.08
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 59790 0 0 0 5074 34 0 0 25 0 1 0 101162 217542656 50692 1992294400 4194304 7136930 140736919672176 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 53111 50692 394 719 0 52390 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 212444

[startup+102.308 s]
/proc/loadavg: 0.87 0.31 0.11 2/108 2392
/proc/meminfo: memFree=1477916/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=220756 CPUtime=102.28
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 61802 0 0 0 10191 37 0 0 25 0 1 0 101162 226054144 52704 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 55189 52704 394 719 0 54468 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 220756

[startup+162.301 s]
/proc/loadavg: 0.95 0.43 0.16 2/108 2392
/proc/meminfo: memFree=1466384/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=233600 CPUtime=162.25
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 64719 0 0 0 16184 41 0 0 25 0 1 0 101162 239206400 55621 1992294400 4194304 7136930 140736919672176 18446744073709551615 4643153 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 58400 55621 394 719 0 57679 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233600

[startup+222.301 s]
/proc/loadavg: 1.05 0.55 0.21 2/108 2394
/proc/meminfo: memFree=1457208/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=243608 CPUtime=222.22
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 66985 0 0 0 22177 45 0 0 25 0 1 0 101162 249454592 57887 1992294400 4194304 7136930 140736919672176 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 60902 57887 394 719 0 60181 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 243608

[startup+282.3 s]
/proc/loadavg: 1.05 0.64 0.27 2/108 2396
/proc/meminfo: memFree=1447164/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=255224 CPUtime=282.21
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 69495 0 0 0 28170 51 0 0 25 0 1 0 101162 261349376 60397 1992294400 4194304 7136930 140736919672176 18446744073709551615 4978949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 63806 60397 394 719 0 63085 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 255224

[startup+342.301 s]
/proc/loadavg: 1.02 0.70 0.31 2/108 2398
/proc/meminfo: memFree=1441088/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=261664 CPUtime=342.19
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 71020 0 0 0 34162 57 0 0 25 0 1 0 101162 267943936 61922 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 65416 61922 394 719 0 64695 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 261664

[startup+402.3 s]
/proc/loadavg: 1.00 0.75 0.35 2/108 2400
/proc/meminfo: memFree=1435384/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=267980 CPUtime=402.17
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 72471 0 0 0 40157 60 0 0 25 0 1 0 101162 274411520 63373 1992294400 4194304 7136930 140736919672176 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 66995 63373 394 719 0 66274 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 267980

[startup+462.301 s]
/proc/loadavg: 1.00 0.80 0.39 2/108 2400
/proc/meminfo: memFree=1426952/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=277324 CPUtime=462.16
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 74547 0 0 0 46151 65 0 0 25 0 1 0 101162 283979776 65449 1992294400 4194304 7136930 140736919672176 18446744073709551615 4923294 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 69331 65449 394 719 0 68610 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 277324

[startup+522.301 s]
/proc/loadavg: 1.00 0.83 0.42 2/108 2402
/proc/meminfo: memFree=1415544/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=290668 CPUtime=522.14
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 77466 0 0 0 52144 70 0 0 25 0 1 0 101162 297644032 68368 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 72667 68368 394 719 0 71946 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 290668

[startup+582.301 s]
/proc/loadavg: 1.00 0.86 0.46 2/108 2404
/proc/meminfo: memFree=1402028/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=306332 CPUtime=582.12
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 80767 0 0 0 58138 74 0 0 25 0 1 0 101162 313683968 71669 1992294400 4194304 7136930 140736919672176 18446744073709551615 4983350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 76583 71669 394 719 0 75862 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 306332

[startup+642.3 s]
/proc/loadavg: 1.00 0.88 0.49 2/108 2406
/proc/meminfo: memFree=1389008/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=321164 CPUtime=642.12
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 83955 0 0 0 64134 78 0 0 25 0 1 0 101162 328871936 74857 1992294400 4194304 7136930 140736919672176 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 80291 74857 394 719 0 79570 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 321164

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 0.95 0.62 2/108 2423
/proc/meminfo: memFree=1326580/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=394424 CPUtime=942.01
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 99392 0 0 0 94096 105 0 0 25 0 1 0 101162 403890176 90294 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 98606 90294 394 719 0 97885 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 394424

[startup+1002.3 s]
/proc/loadavg: 1.00 0.96 0.64 2/108 2425
/proc/meminfo: memFree=1315048/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=407888 CPUtime=1001.99
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 102268 0 0 0 100089 110 0 0 25 0 1 0 101162 417677312 93170 1992294400 4194304 7136930 140736919672176 18446744073709551615 4225828 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 101972 93170 394 719 0 101251 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 407888

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.66 2/108 2425
/proc/meminfo: memFree=1304632/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=421988 CPUtime=1061.98
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 104876 0 0 0 106082 116 0 0 25 0 1 0 101162 432115712 95778 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 105497 95778 394 719 0 104776 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 421988

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/108 2427
/proc/meminfo: memFree=1294836/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=432316 CPUtime=1121.95
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 107354 0 0 0 112075 120 0 0 25 0 1 0 101162 442691584 98256 1992294400 4194304 7136930 140736919672176 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 108079 98256 394 719 0 107358 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 432316

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/108 2429
/proc/meminfo: memFree=1282932/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=446356 CPUtime=1181.94
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 110269 0 0 0 118069 125 0 0 25 0 1 0 101162 457068544 101171 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 111589 101171 394 719 0 110868 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 446356

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.71 2/108 2431
/proc/meminfo: memFree=1270904/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=459624 CPUtime=1241.93
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 113215 0 0 0 124065 128 0 0 25 0 1 0 101162 470654976 104117 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 114906 104117 394 719 0 114185 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 459624

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/108 2433
/proc/meminfo: memFree=1259124/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=474076 CPUtime=1301.92
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 116130 0 0 0 130060 132 0 0 25 0 1 0 101162 485453824 107032 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947407 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 118519 107032 394 719 0 117798 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 474076

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.74 2/108 2433
/proc/meminfo: memFree=1246600/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=487684 CPUtime=1361.9
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 119257 0 0 0 136054 136 0 0 25 0 1 0 101162 499388416 110159 1992294400 4194304 7136930 140736919672176 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 121921 110159 394 719 0 121200 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 487684

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.75 2/108 2435
/proc/meminfo: memFree=1234200/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=503536 CPUtime=1421.89
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 122349 0 0 0 142049 140 0 0 25 0 1 0 101162 515620864 113251 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 125884 113251 394 719 0 125163 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 503536

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.76 2/108 2437
/proc/meminfo: memFree=1222792/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=516296 CPUtime=1481.86
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 125226 0 0 0 148042 144 0 0 25 0 1 0 101162 528687104 116128 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 129074 116128 394 719 0 128353 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 516296

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.78 2/108 2439
/proc/meminfo: memFree=1212748/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=529364 CPUtime=1541.84
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 127717 0 0 0 154033 151 0 0 25 0 1 0 101162 542068736 118619 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 132341 118619 394 719 0 131620 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 529364

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/108 2441
/proc/meminfo: memFree=1202704/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=540860 CPUtime=1601.83
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 130238 0 0 0 160025 158 0 0 25 0 1 0 101162 553840640 121140 1992294400 4194304 7136930 140736919672176 18446744073709551615 4979650 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 135215 121140 394 719 0 134494 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 540860

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/108 2441
/proc/meminfo: memFree=1187328/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=558420 CPUtime=1661.81
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 134022 0 0 0 166017 164 0 0 25 0 1 0 101162 571822080 124924 1992294400 4194304 7136930 140736919672176 18446744073709551615 4981208 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 139605 124924 394 719 0 138884 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 558420

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/108 2443
/proc/meminfo: memFree=1176168/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=571960 CPUtime=1721.8
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 136848 0 0 0 172010 170 0 0 25 0 1 0 101162 585687040 127750 1992294400 4194304 7136930 140736919672176 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 142990 127750 394 719 0 142269 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 571960

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2445
/proc/meminfo: memFree=1163644/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=586164 CPUtime=1781.77
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 139948 0 0 0 178002 175 0 0 25 0 1 0 101162 600231936 130850 1992294400 4194304 7136930 140736919672176 18446744073709551615 4948236 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 146541 130850 394 719 0 145820 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 586164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2445
/proc/meminfo: memFree=1159056/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=590956 CPUtime=1800.09
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 140998 0 0 0 179832 177 0 0 25 0 1 0 101162 605138944 131900 1992294400 4194304 7136930 140736919672176 18446744073709551615 4947435 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2387/statm: 147739 131900 394 719 0 147018 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 590956

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

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

[startup+1801 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2445
/proc/meminfo: memFree=1159056/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=590956 CPUtime=1800.47
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 141004 0 0 0 179870 177 0 0 25 0 1 0 101162 605138944 131906 1992294400 4194304 7136930 140736919672176 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 147739 131906 400 719 0 147018 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 590956

[startup+1801.4 s]
/proc/loadavg: 1.00 0.97 0.82 2/108 2445
/proc/meminfo: memFree=1159056/2059040 swapFree=4192956/4192956
[pid=2387] ppid=2385 vsize=204548 CPUtime=1800.87
/proc/2387/stat : 2387 (pbscip.linux.x8) R 2385 2387 2335 0 -1 4202496 141004 0 0 0 179906 181 0 0 25 0 1 0 101162 209457152 48420 1992294400 4194304 7136930 140736919672176 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2387/statm: 51137 48420 400 719 0 50416 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 204548

Child status: 0
Real time (s): 1801.44
CPU time (s): 1800.92
CPU user time (s): 1799.09
CPU system time (s): 1.82872
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 590956

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

runsolver used 2.81057 second user time and 8.67268 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-15 09:48:03
IDJOB=2664007
IDBENCH=2639
IDSOLVER=1167
FILE ID=node037/2664007-1276588083
PBS_JOBID= 11172214
Free space on /tmp= 62404 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.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-2664007-1276588083/watcher-2664007-1276588083 -o /tmp/evaluation-result-2664007-1276588083/solver-2664007-1276588083 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664007-1276588083.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1316561616

node037.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.248
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1688632 kB
Buffers:         10480 kB
Cached:         254500 kB
SwapCached:          0 kB
Active:         101852 kB
Inactive:       222324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1688632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11120 kB
Writeback:           0 kB
AnonPages:       59236 kB
Mapped:          15376 kB
Slab:            24512 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181184 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= 62400 MiB
End job on node037 at 2010-06-15 10:18:06