Trace number 2665388

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.14 1802.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1800.68
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
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: Clp 1.11.1] [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-2665388-1276639819.opb>
6.79/6.81	c original problem has 99789 variables (99789 bin, 0 int, 0 impl, 0 cont) and 388956 constraints
6.79/6.81	c problem read
6.79/6.82	c presolving settings loaded
8.69/8.72	c presolving:
14.38/14.46	c (round 1) 3085 del vars, 6113 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
14.78/14.89	c (round 2) 3085 del vars, 6191 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
18.98/19.01	c (round 3) 3085 del vars, 6195 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 382761 upgd conss, 3505402 impls, 0 clqs
47.67/47.72	c    (38.9s) probing: 587/96704 (0.6%) - 0 fixings, 2 aggregations, 128235 implications, 0 bound changes
47.67/47.72	c    (38.9s) probing aborted: 100/100 successive totally useless probings
47.67/47.74	c presolving (4 rounds):
47.67/47.74	c  3087 deleted vars, 6195 deleted constraints, 5 tightened bounds, 0 added holes, 26 changed sides, 30 changed coefficients
47.67/47.74	c  3759128 implications, 0 cliques
47.67/47.74	c presolved problem has 96702 variables (96702 bin, 0 int, 0 impl, 0 cont) and 382761 constraints
47.67/47.74	c       1 constraints of type <knapsack>
47.67/47.74	c  382760 constraints of type <logicor>
47.67/47.74	c transformed objective value is always integral (scale: 1)
47.67/47.74	c Presolving Time: 37.98
47.67/47.74	c - non default parameters ----------------------------------------------------------------------
47.67/47.74	c # SCIP version 1.2.1.2
47.67/47.74	c 
47.67/47.74	c # frequency for displaying node information lines
47.67/47.74	c # [type: int, range: [-1,2147483647], default: 100]
47.67/47.74	c display/freq = 10000
47.67/47.74	c 
47.67/47.74	c # maximal time in seconds to run
47.67/47.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
47.67/47.74	c limits/time = 1793.19
47.67/47.74	c 
47.67/47.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
47.67/47.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
47.67/47.74	c limits/memory = 1620
47.67/47.74	c 
47.67/47.74	c # should presolving try to simplify inequalities
47.67/47.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
47.67/47.74	c constraints/linear/simplifyinequalities = TRUE
47.67/47.74	c 
47.67/47.74	c # should presolving try to simplify knapsacks
47.67/47.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
47.67/47.74	c constraints/knapsack/simplifyinequalities = TRUE
47.67/47.74	c 
47.67/47.74	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
47.67/47.74	c # [type: int, range: [-1,2147483647], default: -1]
47.67/47.74	c separating/rapidlearning/freq = 0
47.67/47.74	c 
47.67/47.74	c -----------------------------------------------------------------------------------------------
47.67/47.74	c start solving
47.77/47.85	c 
801.97/802.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.97/802.30	c   790s|     1 |     0 | 36421 |     - | 783M|   0 |  11k|  96k| 382k|  96k| 382k|   0 |   0 |   0 | 1.050432e+01 |      --      |    Inf 
1800.09/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.88	c  1787s|     1 |     2 | 36421 |     - | 788M|   0 |  11k|  96k| 382k|  96k| 382k|   0 |   0 |   0 | 1.050432e+01 |      --      |    Inf 
1800.09/1800.88	c 
1800.09/1800.88	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.88	c Solving Time (sec) : 1787.06
1800.09/1800.88	c Solving Nodes      : 1
1800.09/1800.88	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.88	c Dual Bound         : +1.05043187547193e+01
1800.09/1800.88	c Gap                : infinite
1800.09/1800.88	s UNKNOWN
1800.09/1800.88	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.88	c Solving Time       :    1787.06
1800.09/1800.88	c Original Problem   :
1800.09/1800.88	c   Problem name     : HOME/instance-2665388-1276639819.opb
1800.09/1800.88	c   Variables        : 99789 (99789 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.88	c   Constraints      : 388956 initial, 388956 maximal
1800.09/1800.88	c Presolved Problem  :
1800.09/1800.88	c   Problem name     : t_HOME/instance-2665388-1276639819.opb
1800.09/1800.88	c   Variables        : 96702 (96702 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.88	c   Constraints      : 382761 initial, 382761 maximal
1800.09/1800.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.88	c   trivial          :       0.07          0          0          0          0          0          0          0          0
1800.09/1800.88	c   dualfix          :       0.06          0          0          0          0          0          0          0          0
1800.09/1800.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.89	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.89	c   implics          :       0.33          0         26          0          0          0          0          0          0
1800.09/1800.89	c   probing          :      26.86          0          2          0          0          0          0          0          0
1800.09/1800.89	c   knapsack         :       0.90          0          0          0          0          0          0          0          0
1800.09/1800.89	c   linear           :       6.99          5       3054          0          5          0       6195         26         30
1800.09/1800.89	c   logicor          :       1.48          0          0          0          0          0          0          0          0
1800.09/1800.89	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.89	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.89	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.89	c   knapsack         :          1          1       1509          0          0          0          0          0          0          0
1800.09/1800.89	c   logicor          :     382760          1       1509          0          0          0          0          0          0          0
1800.09/1800.89	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.89	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.89	c   integral         :       0.01       0.00       0.00       0.01       0.00
1800.09/1800.89	c   knapsack         :       0.29       0.09       0.20       0.00       0.00
1800.09/1800.89	c   logicor          :       4.98       0.10       4.88       0.00       0.00
1800.09/1800.89	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.89	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.89	c   vbounds          :       0.00          2          0          0
1800.09/1800.89	c   rootredcost      :       0.00          0          0          0
1800.09/1800.89	c   pseudoobj        :       0.01          2          0          0
1800.09/1800.89	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.89	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.89	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.89	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.89	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.89	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.89	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.09/1800.89	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.89	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.89	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.89	c   redcost          :       0.01          1          0          0          0          0
1800.09/1800.89	c   impliedbounds    :       0.24          1          0          0          0          0
1800.09/1800.89	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.89	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.89	c   gomory           :     991.29          1          0          0          0          0
1800.09/1800.89	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.89	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.89	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.89	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.89	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.89	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.89	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.89	c Pricers            :       Time      Calls       Vars
1800.09/1800.89	c   problem variables:       0.00          0          0
1800.09/1800.89	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.89	c   relpscost        :       0.01          1          0          0          0          0          2
1800.09/1800.89	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.89	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.89	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.89	c   LP solutions     :       0.00          -          0
1800.09/1800.89	c   pseudo solutions :       0.00          -          0
1800.09/1800.89	c   oneopt           :       0.00          0          0
1800.09/1800.89	c   crossover        :       0.00          0          0
1800.09/1800.89	c   trivial          :       0.38          2          0
1800.09/1800.89	c   simplerounding   :       0.02          0          0
1800.09/1800.89	c   zirounding       :       0.04          1          0
1800.09/1800.89	c   rounding         :       0.12          1          0
1800.09/1800.89	c   shifting         :       0.72          1          0
1800.09/1800.89	c   intshifting      :       0.00          0          0
1800.09/1800.89	c   twoopt           :       0.00          0          0
1800.09/1800.89	c   fixandinfer      :       0.00          0          0
1800.09/1800.89	c   feaspump         :       4.30          1          0
1800.09/1800.89	c   coefdiving       :       0.00          0          0
1800.09/1800.89	c   pscostdiving     :       0.00          0          0
1800.09/1800.89	c   fracdiving       :       0.00          0          0
1800.09/1800.89	c   veclendiving     :       0.00          0          0
1800.09/1800.89	c   intdiving        :       0.00          0          0
1800.09/1800.89	c   actconsdiving    :       0.00          0          0
1800.09/1800.89	c   objpscostdiving  :       0.00          0          0
1800.09/1800.89	c   rootsoldiving    :       0.00          0          0
1800.09/1800.89	c   linesearchdiving :       0.00          0          0
1800.09/1800.89	c   guideddiving     :       0.00          0          0
1800.09/1800.89	c   octane           :       0.00          0          0
1800.09/1800.89	c   rens             :       0.00          0          0
1800.09/1800.89	c   rins             :       0.00          0          0
1800.09/1800.89	c   localbranching   :       0.00          0          0
1800.09/1800.89	c   mutation         :       0.00          0          0
1800.09/1800.89	c   dins             :       0.00          0          0
1800.09/1800.89	c   undercover       :       0.00          0          0
1800.09/1800.89	c   nlp              :       0.00          0          0
1800.09/1800.89	c   trysol           :       0.00          0          0
1800.09/1800.89	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.89	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.89	c   dual LP          :     749.48          1      36421   36421.00      48.60
1800.09/1800.89	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.89	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.89	c   diving/probing LP:       2.14          0          0       0.00       0.00
1800.09/1800.89	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.89	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.89	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.89	c B&B Tree           :
1800.09/1800.89	c   number of runs   :          1
1800.09/1800.89	c   nodes            :          1
1800.09/1800.89	c   nodes (total)    :          1
1800.09/1800.89	c   nodes left       :          2
1800.09/1800.89	c   max depth        :          0
1800.09/1800.89	c   max depth (total):          0
1800.09/1800.89	c   backtracks       :          0 (0.0%)
1800.09/1800.89	c   delayed cutoffs  :          0
1800.09/1800.89	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.09/1800.89	c   avg switch length:       1.00
1800.09/1800.89	c   switching time   :       0.00
1800.09/1800.89	c Solution           :
1800.09/1800.89	c   Solutions found  :          0 (0 improvements)
1800.09/1800.89	c   Primal Bound     :          -
1800.09/1800.89	c   Dual Bound       : +1.05043187547193e+01
1800.09/1800.89	c   Gap              :   infinite
1800.09/1800.89	c   Root Dual Bound  : +1.05043187547193e+01
1800.09/1800.89	c   Root Iterations  :      36421

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 6851
/proc/meminfo: memFree=1830756/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=6356 CPUtime=0
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 591 0 0 0 0 0 0 0 20 0 1 0 39585403 6508544 512 1992294400 4194304 9819077 140736390922816 18446744073709551615 8678556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 1589 512 338 1374 0 210 0

[startup+0.0421731 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 6851
/proc/meminfo: memFree=1830756/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=14728 CPUtime=0.03
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 2613 0 0 0 3 0 0 0 20 0 1 0 39585403 15081472 2533 1992294400 4194304 9819077 140736390922816 18446744073709551615 8082252 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 3682 2533 388 1374 0 2303 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14728

[startup+0.101183 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 6851
/proc/meminfo: memFree=1830756/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=18204 CPUtime=0.08
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 3512 0 0 0 8 0 0 0 20 0 1 0 39585403 18640896 3432 1992294400 4194304 9819077 140736390922816 18446744073709551615 8611010 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 4551 3432 388 1374 0 3172 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18204

[startup+0.301219 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 6851
/proc/meminfo: memFree=1830756/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=24568 CPUtime=0.29
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 5100 0 0 0 28 1 0 0 21 0 1 0 39585403 25157632 5020 1992294400 4194304 9819077 140736390922816 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 6142 5020 388 1374 0 4763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24568

[startup+0.701293 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 6851
/proc/meminfo: memFree=1830756/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=37844 CPUtime=0.69
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 8383 0 0 0 66 3 0 0 22 0 1 0 39585403 38752256 8303 1992294400 4194304 9819077 140736390922816 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 9461 8303 388 1374 0 8082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37844

[startup+1.50144 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 6852
/proc/meminfo: memFree=1790820/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=60992 CPUtime=1.49
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 14168 0 0 0 144 5 0 0 25 0 1 0 39585403 62455808 14088 1992294400 4194304 9819077 140736390922816 18446744073709551615 4213635 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 15248 14088 388 1374 0 13869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60992

[startup+3.10074 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 6852
/proc/meminfo: memFree=1758580/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=108192 CPUtime=3.08
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 25965 0 0 0 299 9 0 0 25 0 1 0 39585403 110788608 25885 1992294400 4194304 9819077 140736390922816 18446744073709551615 8667847 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 27048 25885 388 1374 0 25669 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108192

[startup+6.30133 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 6852
/proc/meminfo: memFree=1660744/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=201120 CPUtime=6.29
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 49152 0 0 0 610 19 0 0 25 0 1 0 39585403 205946880 49072 1992294400 4194304 9819077 140736390922816 18446744073709551615 8668020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 50280 49072 388 1374 0 48901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201120

[startup+12.7015 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 6852
/proc/meminfo: memFree=1227488/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=634552 CPUtime=12.68
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 155235 0 0 0 1179 89 0 0 25 0 1 0 39585403 649781248 154715 1992294400 4194304 9819077 140736390922816 18446744073709551615 5966370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 158638 154715 491 1374 0 157259 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 634552

[startup+25.5009 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 6852
/proc/meminfo: memFree=1051160/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=797876 CPUtime=25.48
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 246561 0 0 0 2329 219 0 0 25 0 1 0 39585403 817025024 194845 1992294400 4194304 9819077 140736390922816 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 199469 194845 527 1374 0 198090 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 797876

[startup+51.1016 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 6852
/proc/meminfo: memFree=687468/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1326192 CPUtime=51.07
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 366101 0 0 0 4844 263 0 0 25 0 1 0 39585403 1358020608 286393 1992294400 4194304 9819077 140736390922816 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 331548 286393 644 1374 0 330169 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1326192

[startup+102.309 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 6854
/proc/meminfo: memFree=680028/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1356816 CPUtime=102.26
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 468324 0 0 0 9914 312 0 0 25 0 1 0 39585403 1389379584 287519 1992294400 4194304 9819077 140736390922816 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 339204 287519 646 1374 0 337825 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1356816

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 6856
/proc/meminfo: memFree=679036/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1360688 CPUtime=162.23
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 539379 0 0 0 15875 348 0 0 25 0 1 0 39585403 1393344512 287804 1992294400 4194304 9819077 140736390922816 18446744073709551615 6198704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 340172 287804 646 1374 0 338793 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1360688

[startup+222.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 6861
/proc/meminfo: memFree=675316/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1370412 CPUtime=222.2
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 592721 0 0 0 21845 375 0 0 25 0 1 0 39585403 1403301888 288589 1992294400 4194304 9819077 140736390922816 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 342603 288589 646 1374 0 341224 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1370412

[startup+282.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 6861
/proc/meminfo: memFree=673456/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1380144 CPUtime=282.17
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 634485 0 0 0 27819 398 0 0 25 0 1 0 39585403 1413267456 289116 1992294400 4194304 9819077 140736390922816 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6851/statm: 345036 289116 646 1374 0 343657 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1380144

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 6863
/proc/meminfo: memFree=672960/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1393556 CPUtime=342.16
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 678204 0 0 0 33796 420 0 0 25 0 1 0 39585403 1427001344 289224 1992294400 4194304 9819077 140736390922816 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 348389 289224 646 1374 0 347010 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1393556

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6865
/proc/meminfo: memFree=670852/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1403948 CPUtime=402.13
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 709740 0 0 0 39776 437 0 0 25 0 1 0 39585403 1437642752 289793 1992294400 4194304 9819077 140736390922816 18446744073709551615 7294712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 350987 289793 646 1374 0 349608 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1403948

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6867
/proc/meminfo: memFree=670604/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1412948 CPUtime=462.11
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 741507 0 0 0 45758 453 0 0 25 0 1 0 39585403 1446858752 289821 1992294400 4194304 9819077 140736390922816 18446744073709551615 7291143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 353237 289821 646 1374 0 351858 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1412948

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6869
/proc/meminfo: memFree=664280/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1415920 CPUtime=522.09
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 758945 0 0 0 51745 464 0 0 25 0 1 0 39585403 1449902080 291402 1992294400 4194304 9819077 140736390922816 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 353980 291402 646 1374 0 352601 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1415920

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6869
/proc/meminfo: memFree=667008/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1420464 CPUtime=582.06
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 790550 0 0 0 57728 478 0 0 25 0 1 0 39585403 1454555136 290743 1992294400 4194304 9819077 140736390922816 18446744073709551615 7480871 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 355116 290743 646 1374 0 353737 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1420464

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6871
/proc/meminfo: memFree=661924/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1422356 CPUtime=642.05
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 808117 0 0 0 63717 488 0 0 25 0 1 0 39585403 1456492544 291990 1992294400 4194304 9819077 140736390922816 18446744073709551615 7297955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 355589 291990 646 1374 0 354210 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 1422356

[startup+702.301 s]

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

/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 105563 624 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 1445516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6885
/proc/meminfo: memFree=652500/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1121.85
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 111559 626 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 7311704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 1445516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6885
/proc/meminfo: memFree=652376/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1181.83
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 117554 629 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 1445516

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6887
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1241.8
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 123550 630 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 1445516

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6889
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1301.79
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 129546 633 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 1445516

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6891
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1361.75
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 135540 635 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 8491787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 1445516

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6893
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1421.74
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 141536 638 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 1445516

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6893
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1481.71
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 147532 639 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 1445516

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6895
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1541.69
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 153527 642 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 7311961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 1445516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6897
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1601.66
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 159522 644 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 1445516

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6899
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1661.64
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 165517 647 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 1445516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6901
/proc/meminfo: memFree=652252/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1721.61
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 171513 648 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6043696 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 1445516

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6901
/proc/meminfo: memFree=652004/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1781.59
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 177509 650 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 1445516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6903
/proc/meminfo: memFree=652004/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1445516 CPUtime=1800.09
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1123679 0 0 0 179358 651 0 0 25 0 1 0 39585403 1480208384 294201 1992294400 4194304 9819077 140736390922816 18446744073709551615 6044346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6851/statm: 361379 294201 669 1374 0 360000 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1445516

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6851

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 6903
/proc/meminfo: memFree=652004/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1390800 CPUtime=1800.69
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1124825 0 0 0 179417 652 0 0 25 0 1 0 39585403 1424179200 281091 1992294400 4194304 9819077 140736390922816 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 347700 281091 682 1374 0 346321 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 1390800

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 6904
/proc/meminfo: memFree=799308/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1208852 CPUtime=1801.49
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1124825 0 0 0 179495 654 0 0 25 0 1 0 39585403 1237864448 235830 1992294400 4194304 9819077 140736390922816 18446744073709551615 5003615 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 302213 235830 682 1374 0 300834 0
Current children cumulated CPU time (s) 1801.49
Current children cumulated vsize (KiB) 1208852

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 6904
/proc/meminfo: memFree=799308/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=1056708 CPUtime=1801.88
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1124825 0 0 0 179533 655 0 0 25 0 1 0 39585403 1082068992 197846 1992294400 4194304 9819077 140736390922816 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 264177 197846 682 1374 0 262798 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 1056708

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 6904
/proc/meminfo: memFree=1383636/2059040 swapFree=4140132/4192956
[pid=6851] ppid=6849 vsize=396000 CPUtime=1802.09
/proc/6851/stat : 6851 (pbscip.linux.x8) R 6849 6851 6618 0 -1 4202496 1124828 0 0 0 179549 660 0 0 25 0 1 0 39585403 405504000 94287 1992294400 4194304 9819077 140736390922816 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6851/statm: 99000 94193 685 1374 0 97621 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 396000

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.85
CPU time (s): 1802.14
CPU user time (s): 1795.5
CPU system time (s): 6.64599
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 1452136

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

runsolver used 2.93155 second user time and 8.5737 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 00:10:19
IDJOB=2665388
IDBENCH=25013
IDSOLVER=1168
FILE ID=node007/2665388-1276639819
PBS_JOBID= 11172398
Free space on /tmp= 62476 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665388-1276639819/watcher-2665388-1276639819 -o /tmp/evaluation-result-2665388-1276639819/solver-2665388-1276639819 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665388-1276639819.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=2100024632

node007.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.264
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.52
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.264
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:       1831160 kB
Buffers:         22280 kB
Cached:         117416 kB
SwapCached:       6684 kB
Active:         117600 kB
Inactive:        35828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1831160 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:           18052 kB
Writeback:           0 kB
AnonPages:       11956 kB
Mapped:          13076 kB
Slab:            52632 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182780 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= 62468 MiB
End job on node007 at 2010-06-16 00:40:22