Trace number 3737631

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1793.28 1793.56

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_60_4.opb
MD5SUMd34b8195c337caa741dffbe26b4db95e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1796.97
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Solver Data

0.09/0.17	c SCIP version 1.1.0.7
0.09/0.17	c LP-Solver SoPlex 1.4.1
0.09/0.17	c user parameter file <scip.set> not found - using default parameters
0.09/0.17	c read problem <HOME/instance-3737631-1338749892.opb>
0.09/0.17	c original problem has 38458 variables (38458 bin, 0 int, 0 impl, 0 cont) and 38959 constraints
0.28/0.30	c start presolving problem
0.28/0.30	c presolving:
0.79/0.80	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1500 upgd conss, 299412 impls, 1000 clqs
1.49/1.51	c    (1.2s) probing: 101/38458 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.49/1.51	c    (1.2s) probing aborted: 100/100 successive totally useless probings
1.49/1.52	c presolving (2 rounds):
1.49/1.52	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.49/1.52	c  299412 implications, 1000 cliques
1.49/1.52	c presolved problem has 38458 variables (38458 bin, 0 int, 0 impl, 0 cont) and 38959 constraints
1.49/1.52	c    1000 constraints of type <setppc>
1.49/1.52	c   37458 constraints of type <and>
1.49/1.52	c       1 constraints of type <linear>
1.49/1.52	c     500 constraints of type <logicor>
1.49/1.52	c transformed objective value is always integral (scale: 1)
1.49/1.52	c Presolving Time: 1.16
1.49/1.52	c OPT-NLC
1.49/1.52	c -----------------------------------------------------------------------------------------------
1.49/1.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.52	c limits/memory = c 13950
1.49/1.52	c # maximal time in seconds to run
1.49/1.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.52	c limits/time = c 1791
1.49/1.52	c # frequency for displaying node information lines
1.49/1.52	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.52	c display/freq = c 10000
1.49/1.52	c -----------------------------------------------------------------------------------------------
1.49/1.52	c start solving problem
1.49/1.52	c 
1792.90/1793.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1792.90/1793.27	c  1792s|     1 |     0 |120945 | 174M|   0 |   - |  38k|  38k|  38k|  38k|  76k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
1792.90/1793.29	c  1792s|     1 |     2 |120945 | 174M|   0 |   - |  38k|  38k|  38k|  38k|  76k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
1792.90/1793.29	c 
1792.90/1793.29	c SCIP Status        : solving was interrupted [time limit reached]
1792.90/1793.29	c Solving Time (sec) : 1791.57
1792.90/1793.29	c Solving Nodes      : 1
1792.90/1793.29	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1792.90/1793.29	c Dual Bound         : -5.00000000000000e+02
1792.90/1793.29	c Gap                : infinite
1792.90/1793.29	c NODE         1
1792.90/1793.29	c DUAL BOUND   -500
1792.90/1793.29	c PRIMAL BOUND 1e+20
1792.90/1793.29	c GAP          1e+20
1792.90/1793.29	s UNKNOWN
1792.90/1793.29	c SCIP Status        : solving was interrupted [time limit reached]
1792.90/1793.29	c Solving Time       :    1791.57
1792.90/1793.29	c Original Problem   :
1792.90/1793.29	c   Problem name     : HOME/instance-3737631-1338749892.opb
1792.90/1793.29	c   Variables        : 38458 (38458 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.90/1793.29	c   Constraints      : 38959 initial, 38959 maximal
1792.90/1793.29	c Presolved Problem  :
1792.90/1793.29	c   Problem name     : t_HOME/instance-3737631-1338749892.opb
1792.90/1793.29	c   Variables        : 38458 (38458 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.90/1793.29	c   Constraints      : 38959 initial, 38959 maximal
1792.90/1793.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1792.90/1793.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1792.90/1793.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1792.90/1793.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1792.90/1793.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1792.90/1793.29	c   implics          :       0.01          0          0          0          0          0          0          0          0
1792.90/1793.29	c   probing          :       0.39          0          0          0          0          0          0          0          0
1792.90/1793.29	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1792.90/1793.29	c   and              :       0.56          0          0          0          0          0          0          0          0
1792.90/1793.29	c   linear           :       0.12          0          0          0          0          0          0          0          0
1792.90/1793.29	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1792.90/1793.29	c   root node        :          -          0          -          -          0          -          -          -          -
1792.90/1793.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1792.90/1793.29	c   integral         :          0          0          0          0          0          0          0          0          0          0
1792.90/1793.29	c   setppc           :       1000          0        201          0          1          0          0          0          0          0
1792.90/1793.29	c   and              :      37458          0        201          0          1          0          0          0          0          0
1792.90/1793.29	c   linear           :          1          0        201          0          1          0          0          0          0          0
1792.90/1793.29	c   logicor          :        500          0        201          0          1          0          0          0          0          0
1792.90/1793.29	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1792.90/1793.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1792.90/1793.29	c   integral         :       0.00       0.00       0.00       0.00       0.00
1792.90/1793.29	c   setppc           :       0.02       0.00       0.01       0.00       0.01
1792.90/1793.29	c   and              :       0.15       0.00       0.15       0.00       0.00
1792.90/1793.29	c   linear           :       0.03       0.00       0.03       0.00       0.00
1792.90/1793.29	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1792.90/1793.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1792.90/1793.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
1792.90/1793.29	c   rootredcost      :       0.00          0          0          0
1792.90/1793.29	c   pseudoobj        :       0.00          1          0          0
1792.90/1793.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1792.90/1793.29	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1792.90/1793.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1792.90/1793.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1792.90/1793.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1792.90/1793.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1792.90/1793.29	c   applied globally :          -          -          -          0        0.0          -          -          -
1792.90/1793.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
1792.90/1793.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1792.90/1793.29	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1792.90/1793.29	c   redcost          :       0.00          0          0          0          0          0
1792.90/1793.29	c   impliedbounds    :       0.00          0          0          0          0          0
1792.90/1793.29	c   intobj           :       0.00          0          0          0          0          0
1792.90/1793.29	c   gomory           :       0.00          0          0          0          0          0
1792.90/1793.29	c   strongcg         :       0.00          0          0          0          0          0
1792.90/1793.29	c   cmir             :       0.00          0          0          0          0          0
1792.90/1793.29	c   flowcover        :       0.00          0          0          0          0          0
1792.90/1793.29	c   clique           :       0.00          0          0          0          0          0
1792.90/1793.29	c   zerohalf         :       0.00          0          0          0          0          0
1792.90/1793.29	c   mcf              :       0.00          0          0          0          0          0
1792.90/1793.29	c Pricers            :       Time      Calls       Vars
1792.90/1793.29	c   problem variables:       0.00          0          0
1792.90/1793.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1792.90/1793.29	c   relpscost        :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   pscost           :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   inference        :       0.01          1          0          0          0          0          2
1792.90/1793.29	c   mostinf          :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   leastinf         :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   fullstrong       :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
1792.90/1793.29	c   random           :       0.00          0          0          0          0          0          0
1792.90/1793.29	c Primal Heuristics  :       Time      Calls      Found
1792.90/1793.29	c   LP solutions     :       0.00          -          0
1792.90/1793.29	c   pseudo solutions :       0.00          -          0
1792.90/1793.29	c   oneopt           :       0.00          0          0
1792.90/1793.29	c   simplerounding   :       0.00          0          0
1792.90/1793.29	c   rounding         :       0.00          0          0
1792.90/1793.29	c   shifting         :       0.00          0          0
1792.90/1793.29	c   intshifting      :       0.00          0          0
1792.90/1793.29	c   fixandinfer      :       0.00          0          0
1792.90/1793.29	c   feaspump         :       0.00          0          0
1792.90/1793.29	c   coefdiving       :       0.00          0          0
1792.90/1793.29	c   pscostdiving     :       0.00          0          0
1792.90/1793.29	c   fracdiving       :       0.00          0          0
1792.90/1793.29	c   veclendiving     :       0.00          0          0
1792.90/1793.29	c   intdiving        :       0.00          0          0
1792.90/1793.29	c   actconsdiving    :       0.00          0          0
1792.90/1793.29	c   objpscostdiving  :       0.00          0          0
1792.90/1793.29	c   rootsoldiving    :       0.00          0          0
1792.90/1793.29	c   linesearchdiving :       0.00          0          0
1792.90/1793.29	c   guideddiving     :       0.00          0          0
1792.90/1793.29	c   octane           :       0.00          0          0
1792.90/1793.29	c   rens             :       0.00          0          0
1792.90/1793.29	c   rins             :       0.00          0          0
1792.90/1793.29	c   localbranching   :       0.00          0          0
1792.90/1793.29	c   mutation         :       0.00          0          0
1792.90/1793.29	c   crossover        :       0.00          0          0
1792.90/1793.29	c   dins             :       0.00          0          0
1792.90/1793.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1792.90/1793.29	c   primal LP        :       0.00          0          0       0.00          -
1792.90/1793.29	c   dual LP          :    1790.11          1     120945  120945.00      67.56
1792.90/1793.29	c   barrier LP       :       0.00          0          0       0.00          -
1792.90/1793.29	c   diving/probing LP:       0.00          0          0       0.00          -
1792.90/1793.29	c   strong branching :       0.00          0          0       0.00          -
1792.90/1793.29	c     (at root node) :          -          0          0       0.00          -
1792.90/1793.29	c   conflict analysis:       0.00          0          0       0.00          -
1792.90/1793.29	c B&B Tree           :
1792.90/1793.29	c   number of runs   :          1
1792.90/1793.29	c   nodes            :          1
1792.90/1793.29	c   nodes (total)    :          1
1792.90/1793.29	c   nodes left       :          2
1792.90/1793.29	c   max depth        :          0
1792.90/1793.29	c   max depth (total):          0
1792.90/1793.29	c   backtracks       :          0 (0.0%)
1792.90/1793.29	c   delayed cutoffs  :          0
1792.90/1793.29	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1792.90/1793.29	c   avg switch length:       1.00
1792.90/1793.29	c   switching time   :       0.00
1792.90/1793.29	c Solution           :
1792.90/1793.29	c   Solutions found  :          0 (0 improvements)
1792.90/1793.29	c   Primal Bound     :          -
1792.90/1793.29	c   Dual Bound       : -5.00000000000000e+02
1792.90/1793.29	c   Gap              :   infinite
1792.90/1793.29	c   Root Dual Bound  : -5.00000000000000e+02
1793.20/1793.56	c Time complete: 1793.27.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737631-1338749892/watcher-3737631-1338749892 -o /tmp/evaluation-result-3737631-1338749892/solver-3737631-1338749892 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737631-1338749892.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12391
/proc/meminfo: memFree=25215624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=10184 CPUtime=0 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 1825 0 0 0 0 0 0 0 20 0 1 0 341116504 10428416 1777 33554432000 4194304 7823515 140734886825200 140735071596136 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 2546 1777 354 887 0 1656 0

[startup+0.0377881 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12391
/proc/meminfo: memFree=25215624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=22288 CPUtime=0.02 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 4889 0 0 0 2 0 0 0 20 0 1 0 341116504 22822912 4841 33554432000 4194304 7823515 140734886825200 140734886691304 5545369 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 5572 4841 354 887 0 4682 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22288

[startup+0.10033 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12391
/proc/meminfo: memFree=25215624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=38292 CPUtime=0.09 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 8890 0 0 0 8 1 0 0 20 0 1 0 341116504 39211008 8842 33554432000 4194304 7823515 140734886825200 140734886691304 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 9573 8843 354 887 0 8683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38292

[startup+0.300295 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12391
/proc/meminfo: memFree=25215624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=101976 CPUtime=0.28 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 25152 0 0 0 25 3 0 0 20 0 1 0 341116504 104423424 24676 33554432000 4194304 7823515 140734886825200 140734886691304 4685941 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 25494 24676 385 887 0 24604 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101976

[startup+0.700282 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12391
/proc/meminfo: memFree=25215624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=122380 CPUtime=0.69 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 30815 0 0 0 62 7 0 0 20 0 1 0 341116504 125317120 29585 33554432000 4194304 7823515 140734886825200 140734886822456 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 30595 29585 422 887 0 29705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122380

[startup+1.5003 s]
/proc/loadavg: 2.12 2.04 1.96 3/177 12392
/proc/meminfo: memFree=25083084/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=136256 CPUtime=1.49 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 33945 0 0 0 137 12 0 0 20 0 1 0 341116504 139526144 33120 33554432000 4194304 7823515 140734886825200 140734886822456 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 34064 33120 451 887 0 33174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136256

[startup+3.10024 s]
/proc/loadavg: 2.11 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24950684/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=292620 CPUtime=3.09 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 68029 0 0 0 291 18 0 0 20 0 1 0 341116504 299642880 68843 33554432000 4194304 7823515 140734886825200 140734886819864 6237600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 73155 68843 523 887 0 72265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292620

[startup+6.3003 s]
/proc/loadavg: 2.11 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24923012/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=297544 CPUtime=6.29 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 69904 0 0 0 610 19 0 0 20 0 1 0 341116504 304685056 70585 33554432000 4194304 7823515 140734886825200 140734886821000 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 74386 70585 523 887 0 73496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 297544

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24913624/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=307804 CPUtime=12.69 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 72670 0 0 0 1249 20 0 0 20 0 1 0 341116504 315191296 73321 33554432000 4194304 7823515 140734886825200 140734886819560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 76951 73321 523 887 0 76061 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 307804

[startup+25.5003 s]
/proc/loadavg: 2.08 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24893660/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=316268 CPUtime=25.49 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 74624 0 0 0 2527 22 0 0 20 0 1 0 341116504 323858432 76148 33554432000 4194304 7823515 140734886825200 140734886820888 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 79067 76148 523 887 0 78177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 316268

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24873596/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=326060 CPUtime=51.08 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 75284 0 0 0 5083 25 0 0 20 0 1 0 341116504 333885440 78293 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 81515 78293 523 887 0 80625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 326060

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 12393
/proc/meminfo: memFree=24847640/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=330260 CPUtime=102.28 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 76037 0 0 0 10199 29 0 0 20 0 1 0 341116504 338186240 79498 33554432000 4194304 7823515 140734886825200 140734886820536 6211603 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82565 79498 523 887 0 81675 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 330260

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 12396
/proc/meminfo: memFree=24845124/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=323996 CPUtime=162.27 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 77475 0 0 0 16193 34 0 0 20 0 1 0 341116504 331771904 77646 33554432000 4194304 7823515 140734886825200 140734886820536 6211638 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 80999 77646 523 887 0 80109 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 323996

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/178 12418
/proc/meminfo: memFree=24821392/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=222.25 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79096 0 0 0 22186 39 0 0 20 0 1 0 341116504 336531456 79554 33554432000 4194304 7823515 140734886825200 140734886820536 5924519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 79554 523 887 0 81271 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 328644

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 12418
/proc/meminfo: memFree=24815368/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=282.24 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79102 0 0 0 28181 43 0 0 20 0 1 0 341116504 336531456 79695 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 79695 523 887 0 81271 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 328644

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12418
/proc/meminfo: memFree=24813172/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=342.22 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79115 0 0 0 34176 46 0 0 20 0 1 0 341116504 336531456 80133 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 80133 523 887 0 81271 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 328644

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24813924/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=402.22 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79115 0 0 0 40172 50 0 0 20 0 1 0 341116504 336531456 80133 33554432000 4194304 7823515 140734886825200 140734886821000 6206098 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 80133 523 887 0 81271 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 328644

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24814420/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=462.21 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79116 0 0 0 46167 54 0 0 20 0 1 0 341116504 336531456 80134 33554432000 4194304 7823515 140734886825200 140734886819864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 80134 523 887 0 81271 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 328644

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24814320/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=328644 CPUtime=522.2 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79117 0 0 0 52163 57 0 0 20 0 1 0 341116504 336531456 80135 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 82161 80135 523 887 0 81271 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 328644

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24804824/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=338024 CPUtime=582.18 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 79425 0 0 0 58158 60 0 0 20 0 1 0 341116504 346136576 82487 33554432000 4194304 7823515 140734886825200 140734886820536 6206197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 84506 82487 523 887 0 83616 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 338024

[startup+642.3 s]

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

/proc/meminfo: memFree=24789820/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1062.11 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80562 0 0 0 106125 86 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6205505 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 353296

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 12424
/proc/meminfo: memFree=24789336/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1122.11 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 112122 89 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 353296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 12424
/proc/meminfo: memFree=24789276/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1182.09 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 118117 92 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886819864 5924524 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 353296

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/177 12424
/proc/meminfo: memFree=24789276/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1242.09 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 124113 96 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 353296

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/177 12425
/proc/meminfo: memFree=24788656/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1302.08 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 130109 99 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6216465 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 353296

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 12428
/proc/meminfo: memFree=24788652/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1362.07 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 136104 103 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886821000 6205511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 353296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 12428
/proc/meminfo: memFree=24789652/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1422.07 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 142101 106 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6263029 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 353296

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 12428
/proc/meminfo: memFree=24790372/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1482.04 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 148095 109 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 353296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12429
/proc/meminfo: memFree=24789632/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1542.04 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 154091 113 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 353296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 12429
/proc/meminfo: memFree=24789644/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1602.03 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 160086 117 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6205834 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 353296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24789636/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1662.02 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 166082 120 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 353296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24789636/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1722.01 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 172077 124 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6211707 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 353296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783432/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1782 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 178073 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 5925260 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 353296

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1785.2 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 178393 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6209858 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 353296

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1788.4 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 178713 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6212404 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 353296

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1791.6 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 179033 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6212302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 353296

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1792.4 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 179113 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1792.4
Current children cumulated vsize (KiB) 353296

[startup+1793.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12468
/proc/meminfo: memFree=25072196/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1792.8 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80563 0 0 0 179153 127 0 0 20 0 1 0 341116504 361775104 86414 33554432000 4194304 7823515 140734886825200 140734886820536 6180619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86414 524 887 0 87434 0
Current children cumulated CPU time (s) 1792.8
Current children cumulated vsize (KiB) 353296

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12468
/proc/meminfo: memFree=25072196/32873648 swapFree=6852/6852
[pid=12391] ppid=12389 vsize=353296 CPUtime=1793.2 cores=1,3,5,7
/proc/12391/stat : 12391 (pbscip.linux.x8) R 12389 12391 12217 0 -1 4202496 80575 0 0 0 179193 127 0 0 20 0 1 0 341116504 361775104 86426 33554432000 4194304 7823515 140734886825200 140734886820536 5875119 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12391/statm: 88324 86426 536 887 0 87434 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 353296

Child status: 0
Real time (s): 1793.56
CPU time (s): 1793.28
CPU user time (s): 1791.99
CPU system time (s): 1.2838
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 353296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.99
system time used= 1.2838
maximum resident set size= 345704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80582
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= 23
involuntary context switches= 1845

runsolver used 2.57161 second user time and 8.85765 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 20:58:12
IDJOB=3737631
IDBENCH=48273
IDSOLVER=2321
FILE ID=node112/3737631-1338749892
RUNJOBID= node112-1338748093-12234
PBS_JOBID= 14636784
Free space on /tmp= 71204 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_60_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737631-1338749892/watcher-3737631-1338749892 -o /tmp/evaluation-result-3737631-1338749892/solver-3737631-1338749892 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737631-1338749892.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d34b8195c337caa741dffbe26b4db95e
RANDOM SEED=39358989

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25216052 kB
Buffers:          553196 kB
Cached:          5995888 kB
SwapCached:            0 kB
Active:          1998852 kB
Inactive:        4789416 kB
Active(anon):     228532 kB
Inactive(anon):    10924 kB
Active(file):    1770320 kB
Inactive(file):  4778492 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21424 kB
Writeback:             0 kB
AnonPages:        243284 kB
Mapped:            16376 kB
Shmem:               200 kB
Slab:             731568 kB
SReclaimable:     175128 kB
SUnreclaim:       556440 kB
KernelStack:        1480 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     369004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71196 MiB
End job on node112 at 2012-06-03 21:28:06