Trace number 2664034

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.6 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
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 2765
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-2664034-1276586034.opb>
1.39/1.46	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
1.39/1.46	c problem read
1.39/1.46	c presolving settings loaded
1.39/1.46	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
1.89/1.94	c presolving:
2.39/2.46	c (round 1) 0 del vars, 10830 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
9.09/9.12	c    (7.5s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
9.09/9.12	c    (7.5s) probing aborted: 100/100 successive totally useless probings
9.09/9.13	c presolving (2 rounds):
9.09/9.13	c  0 deleted vars, 10830 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.09/9.13	c  22002 implications, 0 cliques
9.09/9.13	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
9.09/9.13	c      18 constraints of type <knapsack>
9.09/9.13	c   10830 constraints of type <linear>
9.09/9.13	c transformed objective value is always integral (scale: 1)
9.09/9.13	c Presolving Time: 7.19
9.09/9.13	c - non default parameters ----------------------------------------------------------------------
9.09/9.13	c # SCIP version 1.2.1.2
9.09/9.13	c 
9.09/9.13	c # frequency for displaying node information lines
9.09/9.13	c # [type: int, range: [-1,2147483647], default: 100]
9.09/9.13	c display/freq = 10000
9.09/9.13	c 
9.09/9.13	c # maximal time in seconds to run
9.09/9.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.09/9.13	c limits/time = 1798.55
9.09/9.13	c 
9.09/9.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.09/9.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.09/9.13	c limits/memory = 1620
9.09/9.13	c 
9.09/9.13	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
9.09/9.13	c # [type: int, range: [-1,2147483647], default: 1]
9.09/9.13	c lp/solvefreq = -1
9.09/9.13	c 
9.09/9.13	c # should presolving try to simplify inequalities
9.09/9.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.09/9.13	c constraints/linear/simplifyinequalities = TRUE
9.09/9.13	c 
9.09/9.13	c # should presolving try to simplify knapsacks
9.09/9.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.09/9.13	c constraints/knapsack/simplifyinequalities = TRUE
9.09/9.13	c 
9.09/9.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.09/9.13	c # [type: int, range: [-1,2147483647], default: -1]
9.09/9.13	c separating/rapidlearning/freq = 0
9.09/9.13	c 
9.09/9.13	c -----------------------------------------------------------------------------------------------
9.09/9.13	c start solving
9.09/9.14	c 
9.09/9.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.09/9.17	c   7.5s|     1 |     2 |     0 |     - |  76M|   0 |   - |  11k|  10k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
762.65/762.97	c   760s| 10000 |  6802 |     0 |   0.0 | 149M| 811 |   - |  11k|  11k|   0 |   0 |   0 |4643 |   0 | 1.000000e+00 |      --      |    Inf 
1800.02/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.62	c 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time (sec) : 1797.09
1800.02/1800.62	c Solving Nodes      : 19924
1800.02/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.62	c Dual Bound         : +1.00000000000000e+00
1800.02/1800.62	c Gap                : infinite
1800.02/1800.62	s UNKNOWN
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time       :    1797.09
1800.02/1800.62	c Original Problem   :
1800.02/1800.62	c   Problem name     : HOME/instance-2664034-1276586034.opb
1800.02/1800.62	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 21678 initial, 21678 maximal
1800.02/1800.62	c Presolved Problem  :
1800.02/1800.62	c   Problem name     : t_HOME/instance-2664034-1276586034.opb
1800.02/1800.62	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 10848 initial, 12041 maximal
1800.02/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   probing          :       6.47          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.62	c   linear           :       0.57          0          0          0          0          0      10830          0          0
1800.02/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :         18          0      66478          0      16885       1142      77319          0          0          0
1800.02/1800.62	c   linear           :      10830          0      65336          0      16885       3040    6184619          0          0          0
1800.02/1800.62	c   logicor          :          0+         0      34214          0          0        307      17647          0          0          0
1800.02/1800.62	c   countsols        :          0          0          0          0      16885          0          0          0          0          0
1800.02/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.62	c   knapsack         :      82.14       0.00      82.03       0.00       0.11
1800.02/1800.62	c   linear           :    1383.10       0.00    1383.07       0.00       0.03
1800.02/1800.62	c   logicor          :      21.57       0.00      21.57       0.00       0.00
1800.02/1800.62	c   countsols        :       0.02       0.00       0.00       0.00       0.02
1800.02/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.62	c   vbounds          :       0.07          2          0          0
1800.02/1800.62	c   rootredcost      :       0.09          0          0          0
1800.02/1800.62	c   pseudoobj        :       0.17      66224          0          0
1800.02/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.62	c   propagation      :       1.25       4489       4451      27692       52.8        287       30.6          -
1800.02/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.62	c   applied globally :          -          -          -      12465       46.7          -          -          -
1800.02/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.62	c Pricers            :       Time      Calls       Vars
1800.02/1800.62	c   problem variables:       0.00          0          0
1800.02/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   inference        :      85.00      16885          0          0          0          0      33770
1800.02/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.62	c   LP solutions     :       0.00          -          0
1800.02/1800.62	c   pseudo solutions :       0.00          -          0
1800.02/1800.62	c   oneopt           :       0.02          0          0
1800.02/1800.62	c   trivial          :       0.04          2          0
1800.02/1800.62	c   simplerounding   :       0.00          0          0
1800.02/1800.62	c   zirounding       :       0.00          0          0
1800.02/1800.62	c   rounding         :       0.00          0          0
1800.02/1800.62	c   shifting         :       0.00          0          0
1800.02/1800.62	c   intshifting      :       0.00          0          0
1800.02/1800.62	c   twoopt           :       0.00          0          0
1800.02/1800.62	c   fixandinfer      :       0.00          0          0
1800.02/1800.62	c   feaspump         :       0.00          0          0
1800.02/1800.62	c   coefdiving       :       0.00          0          0
1800.02/1800.62	c   pscostdiving     :       0.00          0          0
1800.02/1800.62	c   fracdiving       :       0.00          0          0
1800.02/1800.62	c   veclendiving     :       0.00          0          0
1800.02/1800.62	c   intdiving        :       0.00          0          0
1800.02/1800.62	c   actconsdiving    :       0.00          0          0
1800.02/1800.62	c   objpscostdiving  :       0.00          0          0
1800.02/1800.62	c   rootsoldiving    :       0.00          0          0
1800.02/1800.62	c   linesearchdiving :       0.00          0          0
1800.02/1800.62	c   guideddiving     :       0.00          0          0
1800.02/1800.62	c   octane           :       0.00          0          0
1800.02/1800.62	c   rens             :       0.00          0          0
1800.02/1800.62	c   rins             :       0.00          0          0
1800.02/1800.62	c   localbranching   :       0.00          0          0
1800.02/1800.62	c   mutation         :       0.00          0          0
1800.02/1800.62	c   crossover        :       0.00          0          0
1800.02/1800.62	c   dins             :       0.00          0          0
1800.02/1800.62	c   undercover       :       0.00          0          0
1800.02/1800.62	c   nlp              :       0.04          0          0
1800.02/1800.62	c   trysol           :       0.02          0          0
1800.02/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.62	c B&B Tree           :
1800.02/1800.62	c   number of runs   :          1
1800.02/1800.62	c   nodes            :      19924
1800.02/1800.62	c   nodes (total)    :      19924
1800.02/1800.62	c   nodes left       :      10820
1800.02/1800.62	c   max depth        :        811
1800.02/1800.62	c   max depth (total):        811
1800.02/1800.62	c   backtracks       :       1772 (8.9%)
1800.02/1800.62	c   delayed cutoffs  :       3027
1800.02/1800.62	c   repropagations   :       6304 (1060846 domain reductions, 1450 cutoffs)
1800.02/1800.62	c   avg switch length:       8.46
1800.02/1800.62	c   switching time   :     218.29
1800.02/1800.62	c Solution           :
1800.02/1800.62	c   Solutions found  :          0 (0 improvements)
1800.02/1800.62	c   Primal Bound     :          -
1800.02/1800.62	c   Dual Bound       : +1.00000000000000e+00
1800.02/1800.62	c   Gap              :   infinite
1800.02/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.62	c   Root Iterations  :          0
1800.53/1801.16	c Time complete: 1800.59.

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-2664034-1276586034/watcher-2664034-1276586034 -o /tmp/evaluation-result-2664034-1276586034/solver-2664034-1276586034 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664034-1276586034.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.07 1.03 1.00 3/106 1045
/proc/meminfo: memFree=1709076/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=3652 CPUtime=0
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 34207158 3739648 368 1992294400 4194304 7136930 140736695966384 18446744073709551615 6328580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 913 369 224 719 0 192 0

[startup+0.109949 s]
/proc/loadavg: 1.07 1.03 1.00 3/106 1045
/proc/meminfo: memFree=1709076/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=10424 CPUtime=0.1
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 2079 0 0 0 10 0 0 0 20 0 1 0 34207158 10674176 2001 1992294400 4194304 7136930 140736695966384 18446744073709551615 4240580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 2606 2001 271 719 0 1885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10424

[startup+0.201959 s]
/proc/loadavg: 1.07 1.03 1.00 3/106 1045
/proc/meminfo: memFree=1709076/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=12672 CPUtime=0.19
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 2659 0 0 0 19 0 0 0 20 0 1 0 34207158 12976128 2581 1992294400 4194304 7136930 140736695966384 18446744073709551615 6178293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 3168 2581 271 719 0 2447 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12672

[startup+0.30197 s]
/proc/loadavg: 1.07 1.03 1.00 3/106 1045
/proc/meminfo: memFree=1709076/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=15340 CPUtime=0.29
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 3304 0 0 0 29 0 0 0 20 0 1 0 34207158 15708160 3226 1992294400 4194304 7136930 140736695966384 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 3835 3226 271 719 0 3114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15340

[startup+0.702014 s]
/proc/loadavg: 1.07 1.03 1.00 3/106 1045
/proc/meminfo: memFree=1709076/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=23500 CPUtime=0.69
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 5343 0 0 0 68 1 0 0 21 0 1 0 34207158 24064000 5265 1992294400 4194304 7136930 140736695966384 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 5875 5265 271 719 0 5154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23500

[startup+1.5011 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 1046
/proc/meminfo: memFree=1682656/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=51312 CPUtime=1.49
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 12679 0 0 0 144 5 0 0 23 0 1 0 34207158 52543488 12247 1992294400 4194304 7136930 140736695966384 18446744073709551615 4682230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 12828 12247 283 719 0 12107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51312

[startup+3.10128 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 1046
/proc/meminfo: memFree=1540304/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=181344 CPUtime=3.09
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 51094 0 0 0 285 24 0 0 25 0 1 0 34207158 185696256 42712 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 45336 42712 402 719 0 44615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181344

[startup+6.30164 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 1046
/proc/meminfo: memFree=1537700/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=183020 CPUtime=6.29
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 51542 0 0 0 604 25 0 0 25 0 1 0 34207158 187412480 43125 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 45755 43125 367 719 0 45034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183020

[startup+12.7013 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 1046
/proc/meminfo: memFree=1535840/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=184340 CPUtime=12.69
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 51975 0 0 0 1244 25 0 0 25 0 1 0 34207158 188764160 43488 1992294400 4194304 7136930 140736695966384 18446744073709551615 4981228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 46085 43488 387 719 0 45364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 184340

[startup+25.5018 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 1046
/proc/meminfo: memFree=1532864/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=187184 CPUtime=25.49
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 52703 0 0 0 2520 29 0 0 25 0 1 0 34207158 191676416 44216 1992294400 4194304 7136930 140736695966384 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 46796 44216 395 719 0 46075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 187184

[startup+51.1016 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 1048
/proc/meminfo: memFree=1528276/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=192912 CPUtime=51.08
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 53978 0 0 0 5073 35 0 0 25 0 1 0 34207158 197541888 45491 1992294400 4194304 7136930 140736695966384 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 48228 45491 395 719 0 47507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 192912

[startup+102.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 1048
/proc/meminfo: memFree=1518356/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=202908 CPUtime=102.26
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 56346 0 0 0 10187 39 0 0 25 0 1 0 34207158 207777792 47859 1992294400 4194304 7136930 140736695966384 18446744073709551615 4980151 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 50727 47859 395 719 0 50006 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 202908

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 1050
/proc/meminfo: memFree=1508064/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=213976 CPUtime=162.25
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 58895 0 0 0 16180 45 0 0 25 0 1 0 34207158 219111424 50408 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947551 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 53494 50408 395 719 0 52773 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 213976

[startup+222.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 1052
/proc/meminfo: memFree=1498516/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=224864 CPUtime=222.23
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 61328 0 0 0 22175 48 0 0 25 0 1 0 34207158 230260736 52841 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 56216 52841 395 719 0 55495 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 224864

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1054
/proc/meminfo: memFree=1492812/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=231016 CPUtime=282.2
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 62760 0 0 0 28169 51 0 0 25 0 1 0 34207158 236560384 54273 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947407 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 57754 54273 395 719 0 57033 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 231016

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1054
/proc/meminfo: memFree=1484008/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=240980 CPUtime=342.18
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 64931 0 0 0 34164 54 0 0 25 0 1 0 34207158 246763520 56444 1992294400 4194304 7136930 140736695966384 18446744073709551615 4980218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 60245 56444 395 719 0 59524 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 240980

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1056
/proc/meminfo: memFree=1475328/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=250896 CPUtime=402.17
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 67092 0 0 0 40158 59 0 0 25 0 1 0 34207158 256917504 58605 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979596 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 62724 58605 395 719 0 62003 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 250896

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1058
/proc/meminfo: memFree=1468880/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=257996 CPUtime=462.14
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 68685 0 0 0 46151 63 0 0 25 0 1 0 34207158 264187904 60198 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 64499 60198 395 719 0 63778 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 257996

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1060
/proc/meminfo: memFree=1463424/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=264412 CPUtime=522.13
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 70045 0 0 0 52146 67 0 0 25 0 1 0 34207158 270757888 61558 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 66103 61558 395 719 0 65382 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 264412

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1062
/proc/meminfo: memFree=1457844/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=271212 CPUtime=582.11
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 71515 0 0 0 58140 71 0 0 25 0 1 0 34207158 277721088 63028 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 67803 63028 395 719 0 67082 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 271212

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1062
/proc/meminfo: memFree=1450404/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=278624 CPUtime=642.09
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 73266 0 0 0 64134 75 0 0 25 0 1 0 34207158 285310976 64779 1992294400 4194304 7136930 140736695966384 18446744073709551615 4977977 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 69656 64779 395 719 0 68935 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 278624

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1070
/proc/meminfo: memFree=1407748/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=327780 CPUtime=942
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 83909 0 0 0 94108 92 0 0 25 0 1 0 34207158 335646720 75422 1992294400 4194304 7136930 140736695966384 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 81945 75422 395 719 0 81224 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 327780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1072
/proc/meminfo: memFree=1400060/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=337744 CPUtime=1001.98
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 85778 0 0 0 100101 97 0 0 25 0 1 0 34207158 345849856 77291 1992294400 4194304 7136930 140736695966384 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 84436 77291 395 719 0 83715 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 337744

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1074
/proc/meminfo: memFree=1392992/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=345948 CPUtime=1061.96
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 87606 0 0 0 106096 100 0 0 25 0 1 0 34207158 354250752 79119 1992294400 4194304 7136930 140736695966384 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 86487 79119 395 719 0 85766 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 345948

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1076
/proc/meminfo: memFree=1381832/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=357124 CPUtime=1121.95
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 90201 0 0 0 112090 105 0 0 25 0 1 0 34207158 365694976 81714 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 89281 81714 395 719 0 88560 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 357124

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1078
/proc/meminfo: memFree=1370052/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=370412 CPUtime=1181.93
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 93238 0 0 0 118084 109 0 0 25 0 1 0 34207158 379301888 84751 1992294400 4194304 7136930 140736695966384 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 92603 84751 395 719 0 91882 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 370412

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1078
/proc/meminfo: memFree=1361620/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=379680 CPUtime=1241.91
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 95173 0 0 0 124078 113 0 0 25 0 1 0 34207158 388792320 86686 1992294400 4194304 7136930 140736695966384 18446744073709551615 4947385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 94920 86686 395 719 0 94199 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 379680

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1080
/proc/meminfo: memFree=1354552/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=387312 CPUtime=1301.89
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 96942 0 0 0 130073 116 0 0 25 0 1 0 34207158 396607488 88455 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 96828 88455 395 719 0 96107 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 387312

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1082
/proc/meminfo: memFree=1347856/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=394988 CPUtime=1361.87
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 98579 0 0 0 136067 120 0 0 25 0 1 0 34207158 404467712 90092 1992294400 4194304 7136930 140736695966384 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 98747 90092 395 719 0 98026 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 394988

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1084
/proc/meminfo: memFree=1340788/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=402700 CPUtime=1421.86
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 100325 0 0 0 142063 123 0 0 25 0 1 0 34207158 412364800 91838 1992294400 4194304 7136930 140736695966384 18446744073709551615 4980330 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 100675 91838 395 719 0 99954 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 402700

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1086
/proc/meminfo: memFree=1327768/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=417984 CPUtime=1481.83
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 103603 0 0 0 148056 127 0 0 25 0 1 0 34207158 428015616 95116 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 104496 95116 395 719 0 103775 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 417984

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1086
/proc/meminfo: memFree=1314252/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=431692 CPUtime=1541.82
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 106910 0 0 0 154050 132 0 0 25 0 1 0 34207158 442052608 98423 1992294400 4194304 7136930 140736695966384 18446744073709551615 4925465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 107923 98423 395 719 0 107202 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 431692

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1088
/proc/meminfo: memFree=1304208/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=443000 CPUtime=1601.79
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 109446 0 0 0 160041 138 0 0 25 0 1 0 34207158 453632000 100959 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 110750 100959 395 719 0 110029 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 443000

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1090
/proc/meminfo: memFree=1295404/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=454220 CPUtime=1661.77
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 111658 0 0 0 166034 143 0 0 25 0 1 0 34207158 465121280 103171 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 113555 103171 395 719 0 112834 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 454220

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1092
/proc/meminfo: memFree=1285360/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=465876 CPUtime=1721.75
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 114137 0 0 0 172027 148 0 0 25 0 1 0 34207158 477057024 105650 1992294400 4194304 7136930 140736695966384 18446744073709551615 4978221 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 116469 105650 395 719 0 115748 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 465876

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1094
/proc/meminfo: memFree=1277672/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=474116 CPUtime=1781.74
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 116049 0 0 0 178021 153 0 0 25 0 1 0 34207158 485494784 107562 1992294400 4194304 7136930 140736695966384 18446744073709551615 4979583 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 118529 107562 395 719 0 117808 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 474116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1094
/proc/meminfo: memFree=1274572/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=477376 CPUtime=1800.02
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 116757 0 0 0 179849 153 0 0 25 0 1 0 34207158 488833024 108270 1992294400 4194304 7136930 140736695966384 18446744073709551615 4923015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1045/statm: 119344 108270 395 719 0 118623 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 477376

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1095
/proc/meminfo: memFree=1274564/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=477236 CPUtime=1800.13
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 116763 0 0 0 179860 153 0 0 25 0 1 0 34207158 488689664 108241 1992294400 4194304 7136930 140736695966384 18446744073709551615 6166339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 119309 108241 401 719 0 118588 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 477236

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1095
/proc/meminfo: memFree=1274564/2059040 swapFree=4164948/4192956
[pid=1045] ppid=1043 vsize=306280 CPUtime=1800.53
/proc/1045/stat : 1045 (pbscip.linux.x8) R 1043 1045 758 0 -1 4202496 116763 0 0 0 179897 156 0 0 25 0 1 0 34207158 313630720 69154 1992294400 4194304 7136930 140736695966384 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1045/statm: 76507 69091 401 719 0 75786 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 306280

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.6
CPU user time (s): 1799.01
CPU system time (s): 1.59276
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 477376

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

runsolver used 2.90156 second user time and 8.58469 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 09:13:54
IDJOB=2664034
IDBENCH=2633
IDSOLVER=1167
FILE ID=node005/2664034-1276586034
PBS_JOBID= 11173537
Free space on /tmp= 62560 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_19.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-2664034-1276586034/watcher-2664034-1276586034 -o /tmp/evaluation-result-2664034-1276586034/solver-2664034-1276586034 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664034-1276586034.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=298497571

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1709604 kB
Buffers:         88204 kB
Cached:         158664 kB
SwapCached:       1408 kB
Active:          90148 kB
Inactive:       189504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1709604 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:           11144 kB
Writeback:           0 kB
AnonPages:       31284 kB
Mapped:          14640 kB
Slab:            48020 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182320 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= 62556 MiB
End job on node005 at 2010-06-15 09:43:57