Trace number 2703833

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverWrong UNSAT 1046.18 1046.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3705.opb
MD5SUMc62be038ec01e0d6924d61ed3007a589
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12665835129
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4802224614
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29593306649763
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29593306649763
Number of bits of the biggest sum of numbers45
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703833-1278557166.opb>
1.69/1.74	c original problem has 155000 variables (155000 bin, 0 int, 0 impl, 0 cont) and 5150 constraints
1.69/1.74	c problem read
1.69/1.74	c presolving settings loaded
3.19/3.28	c presolving:
3.99/4.00	c (round 1) 61129 del vars, 0 del conss, 61129 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
4.40/4.47	c (round 2) 61129 del vars, 0 del conss, 61129 chg bounds, 0 chg sides, 0 chg coeffs, 5000 upgd conss, 0 impls, 0 clqs
4.88/4.93	c (round 3) 61129 del vars, 0 del conss, 61129 chg bounds, 0 chg sides, 2432 chg coeffs, 5000 upgd conss, 90986 impls, 6465 clqs
5.19/5.21	c (round 4) 61129 del vars, 150 del conss, 61129 chg bounds, 6465 chg sides, 21827 chg coeffs, 5000 upgd conss, 90986 impls, 6465 clqs
63.58/63.64	c    (61.9s) probing: 1000/93871 (1.1%) - 0 fixings, 0 aggregations, 200881 implications, 0 bound changes
79.77/79.86	c    (78.1s) probing: 1253/93871 (1.3%) - 0 fixings, 0 aggregations, 227429 implications, 0 bound changes
79.77/79.86	c    (78.1s) probing aborted: 100/100 successive totally useless probings
79.77/79.88	c presolving (5 rounds):
79.77/79.88	c  61129 deleted vars, 150 deleted constraints, 61129 tightened bounds, 0 added holes, 6465 changed sides, 21827 changed coefficients
79.77/79.88	c  545844 implications, 6465 cliques
79.77/79.88	c presolved problem has 93871 variables (93871 bin, 0 int, 0 impl, 0 cont) and 11465 constraints
79.77/79.88	c    4850 constraints of type <knapsack>
79.77/79.88	c    6465 constraints of type <setppc>
79.77/79.88	c     150 constraints of type <linear>
79.77/79.88	c transformed objective value is always integral (scale: 1)
79.77/79.88	c Presolving Time: 77.48
79.77/79.88	c - non default parameters ----------------------------------------------------------------------
79.77/79.88	c # SCIP version 1.2.1.3
79.77/79.88	c 
79.77/79.88	c # frequency for displaying node information lines
79.77/79.88	c # [type: int, range: [-1,2147483647], default: 100]
79.77/79.88	c display/freq = 10000
79.77/79.88	c 
79.77/79.88	c # maximal time in seconds to run
79.77/79.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
79.77/79.88	c limits/time = 1788.27
79.77/79.88	c 
79.77/79.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
79.77/79.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
79.77/79.88	c limits/memory = 1620
79.77/79.88	c 
79.77/79.88	c # default clock type (1: CPU user seconds, 2: wall clock time)
79.77/79.88	c # [type: int, range: [1,2], default: 1]
79.77/79.88	c timing/clocktype = 2
79.77/79.88	c 
79.77/79.88	c # should presolving try to simplify inequalities
79.77/79.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.77/79.88	c constraints/linear/simplifyinequalities = TRUE
79.77/79.88	c 
79.77/79.88	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
79.77/79.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.77/79.88	c constraints/indicator/addCouplingCons = TRUE
79.77/79.88	c 
79.77/79.88	c # should presolving try to simplify knapsacks
79.77/79.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.77/79.88	c constraints/knapsack/simplifyinequalities = TRUE
79.77/79.88	c 
79.77/79.88	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
79.77/79.88	c # [type: int, range: [-1,2147483647], default: -1]
79.77/79.88	c separating/rapidlearning/freq = 0
79.77/79.88	c 
79.77/79.88	c -----------------------------------------------------------------------------------------------
79.77/79.88	c start solving
79.87/80.00	c 
137.86/137.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.86/137.91	c   136s|     1 |     0 | 20701 |     - | 413M|   0 | 239 |  93k|  11k|  93k|  11k|   0 |   0 |   0 | 9.967217e+08 |      --      |    Inf 
253.13/253.27	c   252s|     1 |     0 | 44379 |     - | 428M|   0 | 436 |  93k|  11k|  93k|  11k| 323 |   0 |   0 | 9.984189e+08 |      --      |    Inf 
395.41/395.53	c   394s|     1 |     0 | 50912 |     - | 438M|   0 | 587 |  93k|  11k|  93k|  12k| 671 |   0 |   0 | 9.993403e+08 |      --      |    Inf 
562.57/562.73	c   561s|     1 |     0 | 59461 |     - | 446M|   0 | 746 |  93k|  11k|  93k|  12k|1000 |   0 |   0 | 9.997291e+08 |      --      |    Inf 
792.52/792.79	c   791s|     1 |     0 | 74473 |     - | 452M|   0 |1026 |  93k|  11k|  93k|  12k|1433 |   0 |   0 | 1.000340e+09 |      --      |    Inf 
1044.84/1045.16	c  1043s|     1 |     0 | 90229 |     - | 456M|   0 |   - |  93k|  11k|  93k|  13k|1815 |   0 |   0 |      --      |      --      |   0.00%
1044.84/1045.16	c  1043s|     1 |     0 | 90229 |     - | 456M|   0 |   - |  93k|  11k|  93k|  13k|1815 |   0 |   0 |      --      |      --      |   0.00%
1044.84/1045.16	c 
1044.84/1045.16	c SCIP Status        : problem is solved [infeasible]
1044.84/1045.16	c Solving Time (sec) : 1043.42
1044.84/1045.16	c Solving Nodes      : 1
1044.84/1045.16	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1044.84/1045.16	c Dual Bound         : +1.00000000000000e+20
1044.84/1045.16	c Gap                : 0.00 %
1044.84/1045.16	s UNSATISFIABLE
1044.84/1045.16	c SCIP Status        : problem is solved [infeasible]
1044.84/1045.16	c Solving Time       :    1043.42
1044.84/1045.16	c Original Problem   :
1044.84/1045.16	c   Problem name     : HOME/instance-2703833-1278557166.opb
1044.84/1045.16	c   Variables        : 155000 (155000 binary, 0 integer, 0 implicit integer, 0 continuous)
1044.84/1045.16	c   Constraints      : 5150 initial, 5150 maximal
1044.84/1045.16	c Presolved Problem  :
1044.84/1045.16	c   Problem name     : t_HOME/instance-2703833-1278557166.opb
1044.84/1045.16	c   Variables        : 93871 (93871 binary, 0 integer, 0 implicit integer, 0 continuous)
1044.84/1045.16	c   Constraints      : 11465 initial, 11465 maximal
1044.84/1045.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1044.84/1045.16	c   trivial          :       0.10          0          0          0          0          0          0          0          0
1044.84/1045.16	c   dualfix          :       0.09          0          0          0          0          0          0          0          0
1044.84/1045.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1044.84/1045.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1044.84/1045.16	c   implics          :       0.05          0          0          0          0          0          0          0          0
1044.84/1045.16	c   probing          :      74.56          0          0          0          0          0          0          0          0
1044.84/1045.16	c   knapsack         :       0.61          0          0          0          0          0        150       6465      21827
1044.84/1045.16	c   setppc           :       0.03          0          0          0          0          0          0          0          0
1044.84/1045.16	c   linear           :       1.05      61129          0          0      61129          0          0          0          0
1044.84/1045.16	c   root node        :          -          0          -          -          0          -          -          -          -
1044.84/1045.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1044.84/1045.16	c   integral         :          0          0          0          0          0          0          0          0          0          0
1044.84/1045.16	c   knapsack         :       4850          5       3506          0          0          0          0       1007          0          0
1044.84/1045.16	c   setppc           :       6465          5       3506          0          0          0          0          0          0          0
1044.84/1045.16	c   linear           :        150          5       3506          0          0          0          0       1027          0          0
1044.84/1045.16	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1044.84/1045.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1044.84/1045.16	c   integral         :       0.00       0.00       0.00       0.00       0.00
1044.84/1045.16	c   knapsack         :       1.45       0.08       1.37       0.00       0.00
1044.84/1045.16	c   setppc           :       2.13       0.01       2.13       0.00       0.00
1044.84/1045.16	c   linear           :     374.18     330.88      43.30       0.00       0.00
1044.84/1045.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1044.84/1045.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
1044.84/1045.16	c   vbounds          :       0.00          2          0          0
1044.84/1045.16	c   rootredcost      :       0.00          0          0          0
1044.84/1045.16	c   pseudoobj        :       0.10          7          1          0
1044.84/1045.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1044.84/1045.16	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1044.84/1045.16	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1044.84/1045.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1044.84/1045.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1044.84/1045.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1044.84/1045.16	c   applied globally :          -          -          -          0        0.0          -          -          -
1044.84/1045.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1044.84/1045.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1044.84/1045.16	c   cut pool         :       0.06          4          -          -        283          -    (maximal pool size: 2594)
1044.84/1045.16	c   redcost          :       0.09          5          0          0          0          0
1044.84/1045.16	c   impliedbounds    :       0.07          5          0          0       1201          0
1044.84/1045.16	c   intobj           :       0.00          0          0          0          0          0
1044.84/1045.16	c   cgmip            :       0.00          0          0          0          0          0
1044.84/1045.16	c   gomory           :       6.67          5          0          0          5          0
1044.84/1045.16	c   strongcg         :       5.94          5          0          0         18          0
1044.84/1045.16	c   cmir             :      31.51          5          0          0        831          0
1044.84/1045.16	c   flowcover        :      47.11          5          0          0       1001          0
1044.84/1045.16	c   clique           :       1.85          5          0          0         17          0
1044.84/1045.16	c   zerohalf         :       0.00          0          0          0          0          0
1044.84/1045.16	c   mcf              :       0.03          1          0          0          0          0
1044.84/1045.16	c   rapidlearning    :       0.00          0          0          0          0          0
1044.84/1045.16	c Pricers            :       Time      Calls       Vars
1044.84/1045.16	c   problem variables:       0.00          0          0
1044.84/1045.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1044.84/1045.16	c   pscost           :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   inference        :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   mostinf          :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   leastinf         :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   random           :       0.00          0          0          0          0          0          0
1044.84/1045.16	c   relpscost        :       0.00          0          0          0          0          0          0
1044.84/1045.16	c Primal Heuristics  :       Time      Calls      Found
1044.84/1045.16	c   LP solutions     :       0.00          -          0
1044.84/1045.16	c   pseudo solutions :       0.00          -          0
1044.84/1045.16	c   oneopt           :       0.00          0          0
1044.84/1045.16	c   trivial          :       0.38          2          0
1044.84/1045.16	c   simplerounding   :       0.02          5          0
1044.84/1045.16	c   zirounding       :       0.00          0          0
1044.84/1045.16	c   rounding         :       0.02          5          0
1044.84/1045.16	c   shifting         :       3.99          5          0
1044.84/1045.16	c   intshifting      :       0.00          0          0
1044.84/1045.16	c   twoopt           :       0.00          0          0
1044.84/1045.16	c   fixandinfer      :       0.00          0          0
1044.84/1045.16	c   feaspump         :      60.44          1          0
1044.84/1045.16	c   coefdiving       :       0.00          0          0
1044.84/1045.16	c   pscostdiving     :       0.00          0          0
1044.84/1045.16	c   fracdiving       :       0.00          0          0
1044.84/1045.16	c   veclendiving     :       0.00          0          0
1044.84/1045.16	c   intdiving        :       0.00          0          0
1044.84/1045.16	c   actconsdiving    :       0.00          0          0
1044.84/1045.16	c   objpscostdiving  :       0.00          0          0
1044.84/1045.16	c   rootsoldiving    :       0.00          0          0
1044.84/1045.16	c   linesearchdiving :       0.00          0          0
1044.84/1045.16	c   guideddiving     :       0.00          0          0
1044.84/1045.16	c   octane           :       0.00          0          0
1044.84/1045.16	c   rens             :       0.00          0          0
1044.84/1045.16	c   rins             :       0.00          0          0
1044.84/1045.16	c   localbranching   :       0.00          0          0
1044.84/1045.16	c   mutation         :       0.00          0          0
1044.84/1045.16	c   crossover        :       0.00          0          0
1044.84/1045.16	c   dins             :       0.00          0          0
1044.84/1045.16	c   undercover       :       0.00          0          0
1044.84/1045.16	c   nlp              :       0.00          0          0
1044.84/1045.16	c   trysol           :       0.00          0          0
1044.84/1045.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1044.84/1045.16	c   primal LP        :       0.00          0          0       0.00          -
1044.84/1045.16	c   dual LP          :     473.56          7      69560    9937.14     146.89
1044.84/1045.16	c   lex dual LP      :       0.00          0          0       0.00          -
1044.84/1045.16	c   barrier LP       :       0.00          0          0       0.00          -
1044.84/1045.16	c   diving/probing LP:      58.11         25      20669     826.76     355.68
1044.84/1045.16	c   strong branching :       0.00          0          0       0.00          -
1044.84/1045.16	c     (at root node) :          -          0          0       0.00          -
1044.84/1045.16	c   conflict analysis:       0.00          0          0       0.00          -
1044.84/1045.16	c B&B Tree           :
1044.84/1045.16	c   number of runs   :          1
1044.84/1045.16	c   nodes            :          1
1044.84/1045.16	c   nodes (total)    :          1
1044.84/1045.16	c   nodes left       :          0
1044.84/1045.16	c   max depth        :          0
1044.84/1045.16	c   max depth (total):          0
1044.84/1045.16	c   backtracks       :          0 (0.0%)
1044.84/1045.16	c   delayed cutoffs  :          0
1044.84/1045.16	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1044.84/1045.16	c   avg switch length:       2.00
1044.84/1045.16	c   switching time   :       0.00
1044.84/1045.16	c Solution           :
1044.84/1045.16	c   Solutions found  :          0 (0 improvements)
1044.84/1045.16	c   Primal Bound     : infeasible
1044.84/1045.16	c   Dual Bound       :          -
1044.84/1045.16	c   Gap              :       0.00 %
1044.84/1045.16	c   Root Dual Bound  :          -
1044.84/1045.16	c   Root Iterations  :      90229
1046.05/1046.39	c Time complete: 1046.14.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30465
/proc/meminfo: memFree=1674324/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=7904 CPUtime=0
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 1075 0 0 0 0 0 0 0 19 0 1 0 23928118 8093696 986 1992294400 4194304 8395647 140735809227504 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 1976 995 365 1026 0 946 0

[startup+0.041075 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30465
/proc/meminfo: memFree=1674324/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=15132 CPUtime=0.03
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 3074 0 0 0 2 1 0 0 21 0 1 0 23928118 15495168 2984 1992294400 4194304 8395647 140735809227504 18446744073709551615 7276017 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 3783 2984 387 1026 0 2753 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15132

[startup+0.101078 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30465
/proc/meminfo: memFree=1674324/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=27368 CPUtime=0.09
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 6143 0 0 0 7 2 0 0 21 0 1 0 23928118 28024832 6050 1992294400 4194304 8395647 140735809227504 18446744073709551615 4245993 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 6842 6050 389 1026 0 5812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27368

[startup+0.301091 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30465
/proc/meminfo: memFree=1674324/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=68764 CPUtime=0.29
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 16235 0 0 0 23 6 0 0 21 0 1 0 23928118 70414336 16142 1992294400 4194304 8395647 140735809227504 18446744073709551615 7324966 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 17191 16142 389 1026 0 16161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68764

[startup+0.701116 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30465
/proc/meminfo: memFree=1674324/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=122412 CPUtime=0.69
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 29316 0 0 0 58 11 0 0 22 0 1 0 23928118 125349888 29221 1992294400 4194304 8395647 140735809227504 18446744073709551615 7279808 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 30603 29221 394 1026 0 29573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122412

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30466
/proc/meminfo: memFree=1556640/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=129748 CPUtime=1.49
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 31077 0 0 0 137 12 0 0 25 0 1 0 23928118 132861952 30982 1992294400 4194304 8395647 140735809227504 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 32437 30982 394 1026 0 31407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129748

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30466
/proc/meminfo: memFree=1420736/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=312244 CPUtime=3.09
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 76485 0 0 0 281 28 0 0 25 0 1 0 23928118 319737856 76036 1992294400 4194304 8395647 140735809227504 18446744073709551615 4283082 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 78061 76036 442 1026 0 77031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312244

[startup+6.30048 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30466
/proc/meminfo: memFree=1273300/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=413956 CPUtime=6.29
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 101911 0 0 0 592 37 0 0 25 0 1 0 23928118 423890944 100639 1992294400 4194304 8395647 140735809227504 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 103489 100639 503 1026 0 102459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 413956

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30467
/proc/meminfo: memFree=1267844/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=418572 CPUtime=12.69
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 103070 0 0 0 1231 38 0 0 25 0 1 0 23928118 428617728 101795 1992294400 4194304 8395647 140735809227504 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 104643 101795 500 1026 0 103613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 418572

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30467
/proc/meminfo: memFree=1262512/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=423940 CPUtime=25.49
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 104421 0 0 0 2511 38 0 0 25 0 1 0 23928118 434114560 103146 1992294400 4194304 8395647 140735809227504 18446744073709551615 5026592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 105985 103146 500 1026 0 104955 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 423940

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30467
/proc/meminfo: memFree=1256932/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=432380 CPUtime=51.08
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 106492 0 0 0 5070 38 0 0 25 0 1 0 23928118 442757120 105217 1992294400 4194304 8395647 140735809227504 18446744073709551615 5006039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 108095 105217 500 1026 0 107065 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 432380

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30469
/proc/meminfo: memFree=1173852/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=521896 CPUtime=102.28
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 127252 0 0 0 10177 51 0 0 25 0 1 0 23928118 534421504 125347 1992294400 4194304 8395647 140735809227504 18446744073709551615 6502788 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 130474 125347 587 1026 0 129444 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 521896

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30471
/proc/meminfo: memFree=1157236/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=538088 CPUtime=162.25
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 131441 0 0 0 16156 69 0 0 25 0 1 0 23928118 551002112 129479 1992294400 4194304 8395647 140735809227504 18446744073709551615 6635149 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 134522 129479 590 1026 0 133492 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 538088

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30472
/proc/meminfo: memFree=1149176/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=546420 CPUtime=222.25
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 133440 0 0 0 22145 80 0 0 25 0 1 0 23928118 559534080 131478 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 136605 131478 598 1026 0 135575 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 546420

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30473
/proc/meminfo: memFree=1078372/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=619204 CPUtime=282.23
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 152857 0 0 0 28134 89 0 0 25 0 1 0 23928118 634064896 149649 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 154801 149649 1120 1026 0 153771 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 619204

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30475
/proc/meminfo: memFree=1078372/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=619204 CPUtime=342.22
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 152868 0 0 0 34132 90 0 0 25 0 1 0 23928118 634064896 149659 1992294400 4194304 8395647 140735809227504 18446744073709551615 5852519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 154801 149659 1119 1026 0 153771 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 619204

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30477
/proc/meminfo: memFree=1058656/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=647872 CPUtime=402.21
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 157773 0 0 0 40122 99 0 0 25 0 1 0 23928118 663420928 154550 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 161968 154550 1117 1026 0 160938 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 647872

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30479
/proc/meminfo: memFree=1058656/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=647872 CPUtime=462.19
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 157775 0 0 0 46120 99 0 0 25 0 1 0 23928118 663420928 154551 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 161968 154551 1117 1026 0 160938 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 647872

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30480
/proc/meminfo: memFree=1043156/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=670436 CPUtime=522.17
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 161817 0 0 0 52111 106 0 0 25 0 1 0 23928118 686526464 158119 1992294400 4194304 8395647 140735809227504 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 167609 158119 825 1026 0 166579 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 670436

[startup+582.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 30481
/proc/meminfo: memFree=1043032/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=670436 CPUtime=582.16
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 161818 0 0 0 58103 113 0 0 25 0 1 0 23928118 686526464 158120 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 167609 158120 825 1026 0 166579 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 670436

[startup+642.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 30483
/proc/meminfo: memFree=1043032/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=670436 CPUtime=642.16
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 161824 0 0 0 64103 113 0 0 25 0 1 0 23928118 686526464 158124 1992294400 4194304 8395647 140735809227504 18446744073709551615 4904075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 167609 158124 823 1026 0 166579 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 670436

[startup+702.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 30485
/proc/meminfo: memFree=1023812/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=685484 CPUtime=702.14
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 167277 0 0 0 70094 120 0 0 25 0 1 0 23928118 701935616 162719 1992294400 4194304 8395647 140735809227504 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 171371 162719 639 1026 0 170341 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 685484

[startup+762.309 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 30487
/proc/meminfo: memFree=1023688/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=685484 CPUtime=762.13
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 167277 0 0 0 76086 127 0 0 25 0 1 0 23928118 701935616 162719 1992294400 4194304 8395647 140735809227504 18446744073709551615 6663843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 171371 162719 639 1026 0 170341 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 685484

[startup+822.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 30488
/proc/meminfo: memFree=1023688/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=685484 CPUtime=822.11
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 167278 0 0 0 82078 133 0 0 25 0 1 0 23928118 701935616 162720 1992294400 4194304 8395647 140735809227504 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 171371 162720 639 1026 0 170341 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 685484

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 30489
/proc/meminfo: memFree=1023564/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=685484 CPUtime=882.09
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 167300 0 0 0 88075 134 0 0 25 0 1 0 23928118 701935616 162742 1992294400 4194304 8395647 140735809227504 18446744073709551615 5852509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 171371 162742 639 1026 0 170341 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 685484

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30500
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=942.06
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 94064 142 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6503069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 707028

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 30502
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1002.05
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 100056 149 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6693780 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 707028

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30502
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1023.65
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 102213 152 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6667487 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 1023.65
Current children cumulated vsize (KiB) 707028

[startup+1036.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30502
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1036.45
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 103492 153 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6652551 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 1036.45
Current children cumulated vsize (KiB) 707028

[startup+1043.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1042.84
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 104130 154 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6698282 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 1042.84
Current children cumulated vsize (KiB) 707028

[startup+1044.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1044.44
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 170828 0 0 0 104290 154 0 0 25 0 1 0 23928118 723996672 166261 1992294400 4194304 8395647 140735809227504 18446744073709551615 6741412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166261 650 1026 0 175727 0
Current children cumulated CPU time (s) 1044.44
Current children cumulated vsize (KiB) 707028

[startup+1045.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1045.25
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 171002 0 0 0 104370 155 0 0 25 0 1 0 23928118 723996672 166435 1992294400 4194304 8395647 140735809227504 18446744073709551615 6150528 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166435 754 1026 0 175727 0
Current children cumulated CPU time (s) 1045.25
Current children cumulated vsize (KiB) 707028

[startup+1045.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=707028 CPUtime=1045.65
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 171004 0 0 0 104410 155 0 0 25 0 1 0 23928118 723996672 166437 1992294400 4194304 8395647 140735809227504 18446744073709551615 6345900 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 176757 166437 756 1026 0 175727 0
Current children cumulated CPU time (s) 1045.65
Current children cumulated vsize (KiB) 707028

[startup+1046.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=595040 CPUtime=1046.05
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 171004 0 0 0 104449 156 0 0 25 0 1 0 23928118 609320960 143592 1992294400 4194304 8395647 140735809227504 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 148760 143592 756 1026 0 147730 0
Current children cumulated CPU time (s) 1046.05
Current children cumulated vsize (KiB) 595040

[startup+1046.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30503
/proc/meminfo: memFree=1009056/2059040 swapFree=4162804/4192956
[pid=30465] ppid=30463 vsize=372096 CPUtime=1046.15
/proc/30465/stat : 30465 (pbscip.linux.x8) R 30463 30465 28747 0 -1 4202496 171008 0 0 0 104456 159 0 0 25 0 1 0 23928118 381026304 67176 1992294400 4194304 8395647 140735809227504 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 93024 67176 729 1026 0 91994 0
Current children cumulated CPU time (s) 1046.15
Current children cumulated vsize (KiB) 372096

Child status: 0
Real time (s): 1046.43
CPU time (s): 1046.18
CPU user time (s): 1044.56
CPU system time (s): 1.62075
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 707028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1044.56
system time used= 1.62075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171008
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= 3
involuntary context switches= 1523

runsolver used 1.75873 second user time and 4.91425 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-08 04:46:07
IDJOB=2703833
IDBENCH=2298
IDSOLVER=1213
FILE ID=node030/2703833-1278557166
PBS_JOBID= 11239508
Free space on /tmp= 62508 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3705.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703833-1278557166/watcher-2703833-1278557166 -o /tmp/evaluation-result-2703833-1278557166/solver-2703833-1278557166 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703833-1278557166.opb -t 1800 -m 1800

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

MD5SUM BENCH= c62be038ec01e0d6924d61ed3007a589
RANDOM SEED=91497783

node030.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.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1674728 kB
Buffers:         58636 kB
Cached:         217416 kB
SwapCached:       1692 kB
Active:         156400 kB
Inactive:       151496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1674728 kB
SwapTotal:     4192956 kB
SwapFree:      4162804 kB
Dirty:           18996 kB
Writeback:          28 kB
AnonPages:       30136 kB
Mapped:          13116 kB
Slab:            54488 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180852 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= 62500 MiB
End job on node030 at 2010-07-08 05:03:33