Trace number 2663991

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) 1801.43 1801.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
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 variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
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-2663991-1276417729.opb>
7.18/7.29	c original problem has 14500 variables (14500 bin, 0 int, 0 impl, 0 cont) and 461872 constraints
7.18/7.29	c problem read
7.18/7.29	c presolving settings loaded
7.18/7.29	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
8.88/8.99	c presolving:
15.18/15.25	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 454622 upgd conss, 923244 impls, 0 clqs
16.27/16.32	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 461872 upgd conss, 923244 impls, 0 clqs
40.06/40.16	c    (30.9s) probing: 1000/14500 (6.9%) - 0 fixings, 0 aggregations, 138232 implications, 0 bound changes
61.85/61.94	c    (52.6s) probing: 2000/14500 (13.8%) - 0 fixings, 0 aggregations, 269674 implications, 0 bound changes
61.85/61.96	c    (52.7s) probing: 2001/14500 (13.8%) - 0 fixings, 0 aggregations, 269803 implications, 0 bound changes
61.85/61.96	c    (52.7s) probing aborted: 2000/2000 successive useless probings
61.85/61.96	c presolving (3 rounds):
61.85/61.96	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
61.85/61.96	c  1922840 implications, 0 cliques
61.85/61.96	c presolved problem has 14500 variables (14500 bin, 0 int, 0 impl, 0 cont) and 461872 constraints
61.85/61.96	c  461872 constraints of type <logicor>
61.85/61.96	c transformed objective value is always integral (scale: 1)
61.85/61.96	c Presolving Time: 51.60
61.85/61.96	c - non default parameters ----------------------------------------------------------------------
61.85/61.96	c # SCIP version 1.2.1.2
61.85/61.96	c 
61.85/61.96	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
61.85/61.96	c # [type: int, range: [-1,2147483647], default: -1]
61.85/61.96	c conflict/interconss = 0
61.85/61.96	c 
61.85/61.96	c # should binary conflicts be preferred?
61.85/61.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
61.85/61.96	c conflict/preferbinary = TRUE
61.85/61.96	c 
61.85/61.96	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
61.85/61.96	c # [type: int, range: [-1,2147483647], default: 0]
61.85/61.96	c constraints/agelimit = 1
61.85/61.96	c 
61.85/61.96	c # should enforcement of pseudo solution be disabled?
61.85/61.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
61.85/61.96	c constraints/disableenfops = TRUE
61.85/61.96	c 
61.85/61.96	c # frequency for displaying node information lines
61.85/61.96	c # [type: int, range: [-1,2147483647], default: 100]
61.85/61.96	c display/freq = 10000
61.85/61.96	c 
61.85/61.96	c # maximal time in seconds to run
61.85/61.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
61.85/61.96	c limits/time = 1792.73
61.85/61.96	c 
61.85/61.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
61.85/61.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
61.85/61.96	c limits/memory = 1620
61.85/61.96	c 
61.85/61.96	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
61.85/61.96	c # [type: int, range: [-1,2147483647], default: 1]
61.85/61.96	c lp/solvefreq = -1
61.85/61.96	c 
61.85/61.96	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
61.85/61.96	c # [type: char, range: {lafpsqd}, default: l]
61.85/61.96	c lp/pricing = a
61.85/61.96	c 
61.85/61.96	c # should presolving try to simplify inequalities
61.85/61.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
61.85/61.96	c constraints/linear/simplifyinequalities = TRUE
61.85/61.96	c 
61.85/61.96	c # should presolving try to simplify knapsacks
61.85/61.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
61.85/61.96	c constraints/knapsack/simplifyinequalities = TRUE
61.85/61.96	c 
61.85/61.96	c # priority of node selection rule <dfs> in standard mode
61.85/61.96	c # [type: int, range: [-536870912,536870911], default: 0]
61.85/61.96	c nodeselection/dfs/stdpriority = 1000000
61.85/61.96	c 
61.85/61.96	c -----------------------------------------------------------------------------------------------
61.85/61.96	c start solving
61.95/62.01	c 
62.05/62.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.05/62.12	c  52.8s|     1 |     2 |     0 |     - | 353M|   0 |   - |  14k| 461k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
630.39/630.60	c   620s| 10000 |  1248 |     0 |   0.0 | 354M|1285 |   - |  14k| 461k|   0 |   0 |   0 |5275 |   0 | 1.000000e+00 |      --      |    Inf 
1274.20/1274.65	c  1262s| 20000 |  1241 |     0 |   0.0 | 354M|1285 |   - |  14k| 461k|   0 |   0 |   0 |  11k|   0 | 1.000000e+00 |      --      |    Inf 
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.63	c 
1800.06/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.63	c Solving Time (sec) : 1787.11
1800.06/1800.63	c Solving Nodes      : 28259
1800.06/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.63	c Dual Bound         : +1.00000000000000e+00
1800.06/1800.63	c Gap                : infinite
1800.06/1800.63	s UNKNOWN
1800.06/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.63	c Solving Time       :    1787.11
1800.06/1800.63	c Original Problem   :
1800.06/1800.63	c   Problem name     : HOME/instance-2663991-1276417729.opb
1800.06/1800.63	c   Variables        : 14500 (14500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.63	c   Constraints      : 461872 initial, 461872 maximal
1800.06/1800.63	c Presolved Problem  :
1800.06/1800.63	c   Problem name     : t_HOME/instance-2663991-1276417729.opb
1800.06/1800.63	c   Variables        : 14500 (14500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.63	c   Constraints      : 461872 initial, 461997 maximal
1800.06/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.63	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.63	c   implics          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.63	c   probing          :      44.55          0          0          0          0          0          0          0          0
1800.06/1800.63	c   logicor          :       2.30          0          0          0          0          0          0          0          0
1800.06/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.63	c   logicor          :     461872+         0     326127          0          0      15953    7950107          0          0          0
1800.06/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.63	c   logicor          :     473.02       0.00     473.02       0.00       0.00
1800.06/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.63	c   vbounds          :       0.37          2          0          0
1800.06/1800.63	c   rootredcost      :       0.37          0          0          0
1800.06/1800.63	c   pseudoobj        :     908.44     351174          0          0
1800.06/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.63	c   propagation      :      58.39      15953      15953      15953      117.0        564      131.0          -
1800.06/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.63	c   applied globally :          -          -          -      16517      117.5          -          -          -
1800.06/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.64	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.64	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.64	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.64	c Pricers            :       Time      Calls       Vars
1800.06/1800.64	c   problem variables:       0.00          0          0
1800.06/1800.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.64	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   inference        :      22.75      17869          0          0          0          0      35738
1800.06/1800.64	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.64	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.64	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.64	c   LP solutions     :       0.00          -          0
1800.06/1800.64	c   pseudo solutions :       0.00          -          0
1800.06/1800.64	c   oneopt           :       0.03          0          0
1800.06/1800.64	c   trivial          :       0.44          2          0
1800.06/1800.64	c   simplerounding   :       0.00          0          0
1800.06/1800.64	c   zirounding       :       0.00          0          0
1800.06/1800.64	c   rounding         :       0.00          0          0
1800.06/1800.64	c   shifting         :       0.00          0          0
1800.06/1800.64	c   intshifting      :       0.00          0          0
1800.06/1800.64	c   twoopt           :       0.00          0          0
1800.06/1800.64	c   fixandinfer      :       0.00          0          0
1800.06/1800.64	c   feaspump         :       0.00          0          0
1800.06/1800.64	c   coefdiving       :       0.00          0          0
1800.06/1800.64	c   pscostdiving     :       0.00          0          0
1800.06/1800.64	c   fracdiving       :       0.00          0          0
1800.06/1800.64	c   veclendiving     :       0.00          0          0
1800.06/1800.64	c   intdiving        :       0.00          0          0
1800.06/1800.64	c   actconsdiving    :       0.00          0          0
1800.06/1800.64	c   objpscostdiving  :       0.00          0          0
1800.06/1800.64	c   rootsoldiving    :       0.00          0          0
1800.06/1800.64	c   linesearchdiving :       0.00          0          0
1800.06/1800.64	c   guideddiving     :       0.00          0          0
1800.06/1800.64	c   octane           :       0.00          0          0
1800.06/1800.64	c   rens             :       0.00          0          0
1800.06/1800.64	c   rins             :       0.00          0          0
1800.06/1800.64	c   localbranching   :       0.00          0          0
1800.06/1800.64	c   mutation         :       0.00          0          0
1800.06/1800.64	c   crossover        :       0.00          0          0
1800.06/1800.64	c   dins             :       0.00          0          0
1800.06/1800.64	c   undercover       :       0.00          0          0
1800.06/1800.64	c   nlp              :       0.04          0          0
1800.06/1800.64	c   trysol           :       0.05          0          0
1800.06/1800.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.64	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.64	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.64	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.64	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.64	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.64	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.64	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.64	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.64	c B&B Tree           :
1800.06/1800.64	c   number of runs   :          1
1800.06/1800.64	c   nodes            :      28259
1800.06/1800.64	c   nodes (total)    :      28259
1800.06/1800.64	c   nodes left       :       1242
1800.06/1800.64	c   max depth        :       1285
1800.06/1800.64	c   max depth (total):       1285
1800.06/1800.64	c   backtracks       :       5697 (20.2%)
1800.06/1800.64	c   delayed cutoffs  :       6238
1800.06/1800.64	c   repropagations   :      31818 (2811810 domain reductions, 5563 cutoffs)
1800.06/1800.64	c   avg switch length:       3.11
1800.06/1800.64	c   switching time   :     194.16
1800.06/1800.64	c Solution           :
1800.06/1800.64	c   Solutions found  :          0 (0 improvements)
1800.06/1800.64	c   Primal Bound     :          -
1800.06/1800.64	c   Dual Bound       : +1.00000000000000e+00
1800.06/1800.64	c   Gap              :   infinite
1800.06/1800.64	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.64	c   Root Iterations  :          0
1801.35/1801.97	c Time complete: 1801.42.

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-2663991-1276417729/watcher-2663991-1276417729 -o /tmp/evaluation-result-2663991-1276417729/solver-2663991-1276417729 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663991-1276417729.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.92 0.98 0.99 3/107 21928
/proc/meminfo: memFree=1751352/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=5556 CPUtime=0
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 886 0 0 0 0 0 0 0 19 0 1 0 15428733 5689344 809 1992294400 4194304 7136930 140737434811584 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 1389 809 249 719 0 668 0

[startup+0.066087 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 21928
/proc/meminfo: memFree=1751352/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=19256 CPUtime=0.06
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 4341 0 0 0 5 1 0 0 21 0 1 0 15428733 19718144 4261 1992294400 4194304 7136930 140737434811584 18446744073709551615 6343289 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 4814 4261 273 719 0 4093 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19256

[startup+0.101089 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 21928
/proc/meminfo: memFree=1751352/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=20312 CPUtime=0.09
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 4605 0 0 0 8 1 0 0 21 0 1 0 15428733 20799488 4523 1992294400 4194304 7136930 140737434811584 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 5078 4523 271 719 0 4357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20312

[startup+0.301106 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 21928
/proc/meminfo: memFree=1751352/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=24800 CPUtime=0.29
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 5710 0 0 0 28 1 0 0 21 0 1 0 15428733 25395200 5628 1992294400 4194304 7136930 140737434811584 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 6200 5628 271 719 0 5479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24800

[startup+0.701142 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 21928
/proc/meminfo: memFree=1751352/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=33496 CPUtime=0.69
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 7922 0 0 0 67 2 0 0 22 0 1 0 15428733 34299904 7820 1992294400 4194304 7136930 140737434811584 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 8374 7820 271 719 0 7653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33496

[startup+1.50022 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1713400/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=51260 CPUtime=1.49
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 12335 0 0 0 144 5 0 0 25 0 1 0 15428733 52490240 12233 1992294400 4194304 7136930 140737434811584 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 12815 12233 271 719 0 12094 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51260

[startup+3.10036 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1689592/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=85804 CPUtime=3.09
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 20932 0 0 0 300 9 0 0 25 0 1 0 15428733 87863296 20830 1992294400 4194304 7136930 140737434811584 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 21451 20830 271 719 0 20730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85804

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1618540/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=155292 CPUtime=6.28
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 38370 0 0 0 613 15 0 0 25 0 1 0 15428733 159019008 38268 1992294400 4194304 7136930 140737434811584 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 38823 38268 271 719 0 38102 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 155292

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1221120/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=543988 CPUtime=12.68
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 146420 0 0 0 1154 114 0 0 25 0 1 0 15428733 557043712 134220 1992294400 4194304 7136930 140737434811584 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135997 134220 344 719 0 135276 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 543988

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1285476/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=473068 CPUtime=25.47
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 195797 0 0 0 2340 207 0 0 25 0 1 0 15428733 484421632 116506 1992294400 4194304 7136930 140737434811584 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 118267 116506 365 719 0 117546 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 473068

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/108 21929
/proc/meminfo: memFree=1267992/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=491584 CPUtime=51.05
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 200432 0 0 0 4893 212 0 0 25 0 1 0 15428733 503382016 121139 1992294400 4194304 7136930 140737434811584 18446744073709551615 4218735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 122896 121139 369 719 0 122175 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 491584

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/108 21931
/proc/meminfo: memFree=1248152/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=510292 CPUtime=102.25
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 205128 0 0 0 9999 226 0 0 25 0 1 0 15428733 522539008 125831 1992294400 4194304 7136930 140737434811584 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 127573 125831 386 719 0 126852 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 510292

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21933
/proc/meminfo: memFree=1242076/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=516556 CPUtime=162.23
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 206676 0 0 0 15983 240 0 0 25 0 1 0 15428733 528953344 127379 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 129139 127379 386 719 0 128418 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 516556

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21935
/proc/meminfo: memFree=1237984/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=520456 CPUtime=222.2
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 207677 0 0 0 21965 255 0 0 25 0 1 0 15428733 532946944 128380 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 130114 128380 386 719 0 129393 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 520456

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21935
/proc/meminfo: memFree=1234760/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=523812 CPUtime=282.19
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 208500 0 0 0 27951 268 0 0 25 0 1 0 15428733 536383488 129203 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 130953 129203 386 719 0 130232 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 523812

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21937
/proc/meminfo: memFree=1232652/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=525992 CPUtime=342.18
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 209027 0 0 0 33937 281 0 0 25 0 1 0 15428733 538615808 129730 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 131498 129730 386 719 0 130777 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 525992

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21939
/proc/meminfo: memFree=1230048/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=528580 CPUtime=402.16
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 209665 0 0 0 39922 294 0 0 25 0 1 0 15428733 541265920 130368 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 132145 130368 386 719 0 131424 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 528580

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21941
/proc/meminfo: memFree=1228188/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=530400 CPUtime=462.14
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 210123 0 0 0 45909 305 0 0 25 0 1 0 15428733 543129600 130826 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 132600 130826 386 719 0 131879 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 530400

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21943
/proc/meminfo: memFree=1226452/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=532036 CPUtime=522.12
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 210544 0 0 0 51895 317 0 0 25 0 1 0 15428733 544804864 131247 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 133009 131247 386 719 0 132288 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 532036

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21946
/proc/meminfo: memFree=1224840/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=533068 CPUtime=582.1
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 210796 0 0 0 57880 330 0 0 25 0 1 0 15428733 545861632 131499 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 133267 131499 386 719 0 132546 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 533068

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21948
/proc/meminfo: memFree=1223972/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=533924 CPUtime=642.1
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 211003 0 0 0 63867 343 0 0 25 0 1 0 15428733 546738176 131706 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 133481 131706 386 719 0 132760 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 533924

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21958
/proc/meminfo: memFree=1219880/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=538224 CPUtime=1001.99
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212057 0 0 0 99780 419 0 0 25 0 1 0 15428733 551141376 132760 1992294400 4194304 7136930 140737434811584 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 134556 132760 386 719 0 133835 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 538224

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21960
/proc/meminfo: memFree=1219384/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=538660 CPUtime=1061.96
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212189 0 0 0 105765 431 0 0 25 0 1 0 15428733 551587840 132892 1992294400 4194304 7136930 140737434811584 18446744073709551615 5909152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 134665 132892 386 719 0 133944 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 538660

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21962
/proc/meminfo: memFree=1219136/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=539016 CPUtime=1121.94
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212251 0 0 0 111752 442 0 0 25 0 1 0 15428733 551952384 132954 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 134754 132954 386 719 0 134033 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 539016

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21962
/proc/meminfo: memFree=1218392/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=539696 CPUtime=1181.92
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212432 0 0 0 117736 456 0 0 25 0 1 0 15428733 552648704 133135 1992294400 4194304 7136930 140737434811584 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 134924 133135 386 719 0 134203 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 539696

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21964
/proc/meminfo: memFree=1217772/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=540172 CPUtime=1241.9
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212538 0 0 0 123720 470 0 0 25 0 1 0 15428733 553136128 133241 1992294400 4194304 7136930 140737434811584 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135043 133241 386 719 0 134322 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 540172

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21966
/proc/meminfo: memFree=1217276/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=540652 CPUtime=1301.89
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212669 0 0 0 129705 484 0 0 25 0 1 0 15428733 553627648 133372 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135163 133372 386 719 0 134442 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 540652

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21968
/proc/meminfo: memFree=1216780/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=541160 CPUtime=1361.88
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212798 0 0 0 135691 497 0 0 25 0 1 0 15428733 554147840 133501 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135290 133501 386 719 0 134569 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 541160

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21970
/proc/meminfo: memFree=1216160/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=541888 CPUtime=1421.87
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 212967 0 0 0 141679 508 0 0 25 0 1 0 15428733 554893312 133670 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135472 133670 386 719 0 134751 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 541888

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21970
/proc/meminfo: memFree=1215664/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=542360 CPUtime=1481.84
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213087 0 0 0 147664 520 0 0 25 0 1 0 15428733 555376640 133790 1992294400 4194304 7136930 140737434811584 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135590 133790 386 719 0 134869 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 542360

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21972
/proc/meminfo: memFree=1215540/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=542360 CPUtime=1541.83
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213102 0 0 0 153649 534 0 0 25 0 1 0 15428733 555376640 133805 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135590 133805 386 719 0 134869 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 542360

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21974
/proc/meminfo: memFree=1215292/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=542532 CPUtime=1601.8
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213133 0 0 0 159634 546 0 0 25 0 1 0 15428733 555552768 133836 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135633 133836 386 719 0 134912 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 542532

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21976
/proc/meminfo: memFree=1214920/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=542992 CPUtime=1661.79
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213236 0 0 0 165621 558 0 0 25 0 1 0 15428733 556023808 133939 1992294400 4194304 7136930 140737434811584 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135748 133939 386 719 0 135027 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 542992

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21978
/proc/meminfo: memFree=1214548/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=543260 CPUtime=1721.77
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213308 0 0 0 171606 571 0 0 25 0 1 0 15428733 556298240 134011 1992294400 4194304 7136930 140737434811584 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135815 134011 386 719 0 135094 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 543260

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21978
/proc/meminfo: memFree=1214052/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=543560 CPUtime=1781.76
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213376 0 0 0 177591 585 0 0 25 0 1 0 15428733 556605440 134079 1992294400 4194304 7136930 140737434811584 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135890 134079 386 719 0 135169 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 543560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21980
/proc/meminfo: memFree=1214052/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=543560 CPUtime=1800.06
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213376 0 0 0 179418 588 0 0 25 0 1 0 15428733 556605440 134079 1992294400 4194304 7136930 140737434811584 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21928/statm: 135890 134079 386 719 0 135169 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 543560

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

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 21980
/proc/meminfo: memFree=1214052/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=498792 CPUtime=1800.85
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213498 0 0 0 179496 589 0 0 25 0 1 0 15428733 510763008 122911 1992294400 4194304 7136930 140737434811584 18446744073709551615 4998563 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 124698 122911 392 719 0 123977 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (KiB) 498792

[startup+1801.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 21981
/proc/meminfo: memFree=1512884/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=185400 CPUtime=1801.26
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213499 0 0 0 179533 593 0 0 25 0 1 0 15428733 189849600 45186 1992294400 4194304 7136930 140737434811584 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 46350 45186 393 719 0 45629 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (KiB) 185400

[startup+1801.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 21981
/proc/meminfo: memFree=1512884/2059040 swapFree=4140108/4192956
[pid=21928] ppid=21926 vsize=135332 CPUtime=1801.35
/proc/21928/stat : 21928 (pbscip.linux.x8) R 21926 21928 21330 0 -1 4202496 213499 0 0 0 179542 593 0 0 25 0 1 0 15428733 138579968 32669 1992294400 4194304 7136930 140737434811584 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 33833 32669 393 719 0 33112 0
Current children cumulated CPU time (s) 1801.35
Current children cumulated vsize (KiB) 135332

Child status: 0
Real time (s): 1801.97
CPU time (s): 1801.43
CPU user time (s): 1795.48
CPU system time (s): 5.95409
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 596324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.48
system time used= 5.95409
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213506
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= 1
involuntary context switches= 23136

runsolver used 2.77958 second user time and 8.71467 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-13 10:28:50
IDJOB=2663991
IDBENCH=2058
IDSOLVER=1167
FILE ID=node025/2663991-1276417729
PBS_JOBID= 11173283
Free space on /tmp= 62528 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.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-2663991-1276417729/watcher-2663991-1276417729 -o /tmp/evaluation-result-2663991-1276417729/solver-2663991-1276417729 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663991-1276417729.opb -t 1800 -m 1800

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

MD5SUM BENCH= b0a7c1cc13cb603591c6d50e3dba1a47
RANDOM SEED=82071382

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1751880 kB
Buffers:         61520 kB
Cached:         154536 kB
SwapCached:       6568 kB
Active:         149196 kB
Inactive:        80004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1751880 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:           14920 kB
Writeback:           4 kB
AnonPages:       11160 kB
Mapped:          12780 kB
Slab:            56100 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node025 at 2010-06-13 10:58:53