Trace number 3731551

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)? 1798.45 1798.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1793.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.50/3.56	c SCIP version 1.1.0.7
3.50/3.56	c LP-Solver SoPlex 1.4.1
3.50/3.56	c user parameter file <scip.set> not found - using default parameters
3.50/3.56	c read problem <HOME/instance-3731551-1338689685.opb>
3.50/3.56	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
4.29/4.32	c start presolving problem
4.29/4.32	c presolving:
8.48/8.55	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
10.18/10.22	c    (5.9s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
10.18/10.22	c    (5.9s) probing aborted: 100/100 successive totally useless probings
10.18/10.22	c presolving (2 rounds):
10.18/10.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.18/10.22	c  1313400 implications, 0 cliques
10.18/10.22	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.18/10.22	c  656900 constraints of type <logicor>
10.18/10.22	c transformed objective value is always integral (scale: 1)
10.18/10.22	c Presolving Time: 5.29
10.18/10.23	c strange?!, PURESAT with obj
10.18/10.23	c -----------------------------------------------------------------------------------------------
10.18/10.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.18/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.18/10.23	c limits/memory = c 13950
10.18/10.23	c # maximal time in seconds to run
10.18/10.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.18/10.23	c limits/time = c 1791
10.18/10.23	c # frequency for displaying node information lines
10.18/10.23	c # [type: int, range: [-1,2147483647], default: 100]
10.18/10.23	c display/freq = c 10000
10.18/10.23	c -----------------------------------------------------------------------------------------------
10.18/10.23	c start solving problem
10.18/10.23	c 
23.98/24.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.98/24.04	c  19.6s|     1 |     0 |  1073 | 734M|   0 | 281 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.778550e+02 |      --      |    Inf 
220.06/220.18	c   215s|     1 |     0 |  8004 | 753M|   0 | 277 |  10k| 656k| 656k|  10k| 656k|   8 |   0 |   0 | 1.835888e+02 |      --      |    Inf 
663.37/663.57	c   658s|     1 |     0 |  8314 | 753M|   0 | 282 |  10k| 656k| 656k|  10k| 656k|  15 |   0 |   0 | 1.862097e+02 |      --      |    Inf 
1179.09/1179.37	c  1173s|     1 |     0 |  8588 | 753M|   0 | 281 |  10k| 656k| 656k|  10k| 656k|  21 |   0 |   0 | 1.895513e+02 |      --      |    Inf 
1703.61/1703.95	c  1697s|     1 |     0 |  8848 | 753M|   0 | 276 |  10k| 656k| 656k|  10k| 656k|  27 |   0 |   0 | 1.916325e+02 |      --      |    Inf 
1797.39/1797.70	c  1791s|     1 |     0 |  8848 | 753M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  36 |   0 |   0 | 1.916325e+02 |      --      |    Inf 
1797.39/1797.75	c  1791s|     1 |     2 |  8848 | 753M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  36 |   0 |   0 | 1.916325e+02 |      --      |    Inf 
1797.39/1797.75	c 
1797.39/1797.75	c SCIP Status        : solving was interrupted [time limit reached]
1797.39/1797.75	c Solving Time (sec) : 1791.06
1797.39/1797.75	c Solving Nodes      : 1
1797.39/1797.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.39/1797.75	c Dual Bound         : +1.91632475531875e+02
1797.39/1797.75	c Gap                : infinite
1797.39/1797.75	c NODE         1
1797.39/1797.75	c DUAL BOUND   191.632
1797.39/1797.75	c PRIMAL BOUND 1e+20
1797.39/1797.75	c GAP          1e+20
1797.39/1797.75	s UNKNOWN
1797.39/1797.75	c SCIP Status        : solving was interrupted [time limit reached]
1797.39/1797.75	c Solving Time       :    1791.06
1797.39/1797.75	c Original Problem   :
1797.39/1797.75	c   Problem name     : HOME/instance-3731551-1338689685.opb
1797.39/1797.75	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.39/1797.75	c   Constraints      : 656900 initial, 656900 maximal
1797.39/1797.75	c Presolved Problem  :
1797.39/1797.75	c   Problem name     : t_HOME/instance-3731551-1338689685.opb
1797.39/1797.75	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.39/1797.75	c   Constraints      : 656900 initial, 656900 maximal
1797.39/1797.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.39/1797.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.39/1797.75	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.39/1797.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.39/1797.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.39/1797.75	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.39/1797.75	c   probing          :       1.31          0          0          0          0          0          0          0          0
1797.39/1797.75	c   logicor          :       0.85          0          0          0          0          0          0          0          0
1797.39/1797.75	c   root node        :          -          0          -          -          0          -          -          -          -
1797.39/1797.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.39/1797.75	c   integral         :          0          0          0          0          0          0          0          0          0          0
1797.39/1797.75	c   logicor          :     656900          5        201          0          1          0          0          0          0          0
1797.39/1797.75	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1797.39/1797.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.39/1797.75	c   integral         :       0.00       0.00       0.00       0.00       0.00
1797.39/1797.75	c   logicor          :       0.99       0.10       0.85       0.00       0.04
1797.39/1797.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.39/1797.75	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.39/1797.75	c   rootredcost      :       0.00          0          0          0
1797.39/1797.75	c   pseudoobj        :       0.00          6          0          0
1797.39/1797.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.39/1797.75	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.39/1797.75	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.39/1797.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.39/1797.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.39/1797.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.39/1797.75	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.39/1797.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.39/1797.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.39/1797.75	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 166)
1797.39/1797.75	c   redcost          :       0.00          5          0          0          0          0
1797.39/1797.75	c   impliedbounds    :       0.03          5          0          0          0          0
1797.39/1797.75	c   intobj           :       0.00          0          0          0          0          0
1797.39/1797.75	c   gomory           :     741.04          5          0          0       1500          0
1797.39/1797.75	c   strongcg         :     732.19          5          0          0       1347          0
1797.39/1797.75	c   cmir             :      11.02          4          0          0          0          0
1797.39/1797.75	c   flowcover        :     112.67          4          0          0          0          0
1797.39/1797.75	c   clique           :       0.58          5          0          0         32          0
1797.39/1797.75	c   zerohalf         :       0.00          0          0          0          0          0
1797.39/1797.75	c   mcf              :       0.27          1          0          0          0          0
1797.39/1797.75	c Pricers            :       Time      Calls       Vars
1797.39/1797.75	c   problem variables:       0.00          0          0
1797.39/1797.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.39/1797.75	c   relpscost        :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   pscost           :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   inference        :       0.00          1          0          0          0          0          2
1797.39/1797.75	c   mostinf          :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   leastinf         :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.39/1797.75	c   random           :       0.00          0          0          0          0          0          0
1797.39/1797.75	c Primal Heuristics  :       Time      Calls      Found
1797.39/1797.75	c   LP solutions     :       0.00          -          0
1797.39/1797.75	c   pseudo solutions :       0.00          -          0
1797.39/1797.75	c   oneopt           :       0.00          0          0
1797.39/1797.75	c   simplerounding   :       0.00          0          0
1797.39/1797.75	c   rounding         :       0.11          5          0
1797.39/1797.75	c   shifting         :       0.19          5          0
1797.39/1797.75	c   intshifting      :       0.00          0          0
1797.39/1797.75	c   fixandinfer      :       0.00          0          0
1797.39/1797.75	c   feaspump         :     142.50          1          0
1797.39/1797.75	c   coefdiving       :       0.00          0          0
1797.39/1797.75	c   pscostdiving     :       0.00          0          0
1797.39/1797.75	c   fracdiving       :       0.00          0          0
1797.39/1797.75	c   veclendiving     :       0.00          0          0
1797.39/1797.75	c   intdiving        :       0.00          0          0
1797.39/1797.75	c   actconsdiving    :       0.00          0          0
1797.39/1797.75	c   objpscostdiving  :       0.00          0          0
1797.39/1797.75	c   rootsoldiving    :       0.00          0          0
1797.39/1797.75	c   linesearchdiving :       0.00          0          0
1797.39/1797.75	c   guideddiving     :       0.00          0          0
1797.39/1797.75	c   octane           :       0.00          0          0
1797.39/1797.75	c   rens             :       0.00          0          0
1797.39/1797.75	c   rins             :       0.00          0          0
1797.39/1797.75	c   localbranching   :       0.00          0          0
1797.39/1797.75	c   mutation         :       0.00          0          0
1797.39/1797.75	c   crossover        :       0.00          0          0
1797.39/1797.75	c   dins             :       0.00          0          0
1797.39/1797.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.39/1797.75	c   primal LP        :       0.00          0          0       0.00          -
1797.39/1797.75	c   dual LP          :      42.87          5       2317     463.40      54.05
1797.39/1797.75	c   barrier LP       :       0.00          0          0       0.00          -
1797.39/1797.75	c   diving/probing LP:     142.20          5       6531    1306.20      45.93
1797.39/1797.75	c   strong branching :       0.00          0          0       0.00          -
1797.39/1797.75	c     (at root node) :          -          0          0       0.00          -
1797.39/1797.75	c   conflict analysis:       0.00          0          0       0.00          -
1797.39/1797.75	c B&B Tree           :
1797.39/1797.75	c   number of runs   :          1
1797.39/1797.75	c   nodes            :          1
1797.39/1797.75	c   nodes (total)    :          1
1797.39/1797.75	c   nodes left       :          2
1797.39/1797.75	c   max depth        :          0
1797.39/1797.75	c   max depth (total):          0
1797.39/1797.75	c   backtracks       :          0 (0.0%)
1797.39/1797.75	c   delayed cutoffs  :          0
1797.39/1797.75	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.39/1797.75	c   avg switch length:       1.00
1797.39/1797.75	c   switching time   :       0.00
1797.39/1797.75	c Solution           :
1797.39/1797.75	c   Solutions found  :          0 (0 improvements)
1797.39/1797.75	c   Primal Bound     :          -
1797.39/1797.75	c   Dual Bound       : +1.91632475531875e+02
1797.39/1797.75	c   Gap              :   infinite
1797.39/1797.75	c   Root Dual Bound  : +1.91632475531875e+02
1798.40/1798.74	c Time complete: 1798.44.

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-3731551-1338689685/watcher-3731551-1338689685 -o /tmp/evaluation-result-3731551-1338689685/solver-3731551-1338689685 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731551-1338689685.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.00 2.00 2.00 3/176 14677
/proc/meminfo: memFree=30509964/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=6124 CPUtime=0 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 921 0 0 0 0 0 0 0 20 0 1 0 335094374 6270976 874 33554432000 4194304 7823515 140736715712496 140736387560744 6830534 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 1531 874 330 887 0 641 0

[startup+0.089841 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14677
/proc/meminfo: memFree=30509964/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=20992 CPUtime=0.08 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 4599 0 0 0 7 1 0 0 20 0 1 0 335094374 21495808 4548 33554432000 4194304 7823515 140736715712496 140736387560744 6957168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 5248 4548 354 887 0 4358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20992

[startup+0.100245 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14677
/proc/meminfo: memFree=30509964/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=20992 CPUtime=0.09 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 4629 0 0 0 8 1 0 0 20 0 1 0 335094374 21495808 4578 33554432000 4194304 7823515 140736715712496 140736387560744 6957168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 5248 4578 354 887 0 4358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20992

[startup+0.300211 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14677
/proc/meminfo: memFree=30509964/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=34092 CPUtime=0.29 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 7901 0 0 0 28 1 0 0 20 0 1 0 335094374 34910208 7850 33554432000 4194304 7823515 140736715712496 140736387560744 4511625 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 8523 7850 354 887 0 7633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34092

[startup+0.70107 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14677
/proc/meminfo: memFree=30509964/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=59648 CPUtime=0.69 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 14278 0 0 0 67 2 0 0 20 0 1 0 335094374 61079552 14227 33554432000 4194304 7823515 140736715712496 140736715578600 4608842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 14912 14227 354 887 0 14022 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59648

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=30435448/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=109352 CPUtime=1.49 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 26712 0 0 0 145 4 0 0 20 0 1 0 335094374 111976448 26661 33554432000 4194304 7823515 140736715712496 140736715578600 6957168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 27338 26661 354 887 0 26448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109352

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=30365356/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=210056 CPUtime=3.09 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 51883 0 0 0 302 7 0 0 20 0 1 0 335094374 215097344 51832 33554432000 4194304 7823515 140736715712496 140736715578600 6908077 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 52514 51832 354 887 0 51624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210056

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29877580/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=656328 CPUtime=6.28 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 162895 0 0 0 584 44 0 0 20 0 1 0 335094374 672079872 162490 33554432000 4194304 7823515 140736715712496 140736715709432 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 164082 162490 417 887 0 163192 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 656328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29285196/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1302664 CPUtime=12.69 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 255529 0 0 0 1175 94 0 0 20 0 1 0 335094374 1333927936 308691 33554432000 4194304 7823515 140736715712496 140736715708184 6018741 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 325666 308691 507 887 0 324776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1302664

[startup+25.5066 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29236148/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1342016 CPUtime=25.48 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 259020 0 0 0 2450 98 0 0 20 0 1 0 335094374 1374224384 318290 33554432000 4194304 7823515 140736715712496 140736715707304 6152217 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 335504 318290 521 887 0 334614 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1342016

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29233896/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1344036 CPUtime=51.07 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 259916 0 0 0 5003 104 0 0 20 0 1 0 335094374 1376292864 318802 33554432000 4194304 7823515 140736715712496 140736715707304 6211254 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 336009 318802 521 887 0 335119 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1344036

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29221536/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1355672 CPUtime=102.26 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 262623 0 0 0 10110 116 0 0 20 0 1 0 335094374 1388208128 321629 33554432000 4194304 7823515 140736715712496 140736715707176 6217349 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 338918 321629 521 887 0 338028 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1355672

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14678
/proc/meminfo: memFree=29220820/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1355848 CPUtime=162.26 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 263507 0 0 0 16095 131 0 0 20 0 1 0 335094374 1388388352 321803 33554432000 4194304 7823515 140736715712496 140736715707176 6152217 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 338962 321803 521 887 0 338072 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1355848

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14679
/proc/meminfo: memFree=29041632/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=222.25 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304632 0 0 0 22071 154 0 0 20 0 1 0 335094374 1565655040 366483 33554432000 4194304 7823515 140736715712496 140736715707592 6912009 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 366483 550 887 0 381350 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1528960

[startup+282.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 14718
/proc/meminfo: memFree=27788432/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=282.24 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304633 0 0 0 28063 161 0 0 20 0 1 0 335094374 1565655040 366736 33554432000 4194304 7823515 140736715712496 140736715707592 6908173 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 366736 550 887 0 381350 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1528960

[startup+342.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 14721
/proc/meminfo: memFree=27771096/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=342.23 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304633 0 0 0 34057 166 0 0 20 0 1 0 335094374 1565655040 366736 33554432000 4194304 7823515 140736715712496 140736715707592 6908173 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 366736 550 887 0 381350 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1528960

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 14721
/proc/meminfo: memFree=27766184/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=402.21 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304636 0 0 0 40050 171 0 0 20 0 1 0 335094374 1565655040 366778 33554432000 4194304 7823515 140736715712496 140736715707720 4338494 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 366778 550 887 0 381350 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1528960

[startup+462.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 14721
/proc/meminfo: memFree=27765932/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=462.2 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304637 0 0 0 46044 176 0 0 20 0 1 0 335094374 1565655040 366825 33554432000 4194304 7823515 140736715712496 140736715707640 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 366825 550 887 0 381350 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 1528960

[startup+522.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 14722
/proc/meminfo: memFree=27761544/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=522.19 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304640 0 0 0 52038 181 0 0 20 0 1 0 335094374 1565655040 367263 33554432000 4194304 7823515 140736715712496 140736715707640 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 367263 550 887 0 381350 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1528960

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14722
/proc/meminfo: memFree=27753944/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1528960 CPUtime=582.18 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 304641 0 0 0 58031 187 0 0 20 0 1 0 335094374 1565655040 367518 33554432000 4194304 7823515 140736715712496 140736715707768 5965831 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/14677/statm: 382240 367518 550 887 0 381350 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1528960

[startup+642.3 s]

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

/proc/meminfo: memFree=27566920/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1539220 CPUtime=1062.1 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 305877 0 0 0 105979 231 0 0 20 0 1 0 335094374 1576161280 372521 33554432000 4194304 7823515 140736715712496 140736715707640 6911721 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 384805 372521 550 887 0 383915 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 1539220

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14728
/proc/meminfo: memFree=27566360/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1539220 CPUtime=1122.09 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 305877 0 0 0 111972 237 0 0 20 0 1 0 335094374 1576161280 372521 33554432000 4194304 7823515 140736715712496 140736715707688 6911966 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 384805 372521 550 887 0 383915 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1539220

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14728
/proc/meminfo: memFree=27539740/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1182.08 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 117967 241 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 6908173 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1566932

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14728
/proc/meminfo: memFree=27539520/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1242.08 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 123961 247 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707592 6908132 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1566932

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14728
/proc/meminfo: memFree=27538704/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1302.07 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 129955 252 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707592 5965398 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1566932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14728
/proc/meminfo: memFree=27538584/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1362.06 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 135948 258 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 5965392 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1566932

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14728
/proc/meminfo: memFree=27536696/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1422.05 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 141942 263 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 5965844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1566932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14729
/proc/meminfo: memFree=27532616/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1482.05 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 147938 267 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 6908148 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1566932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14732
/proc/meminfo: memFree=27528996/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1542.04 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 153933 271 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 5965951 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1566932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14732
/proc/meminfo: memFree=27507728/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1602.03 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 159926 277 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 6911966 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1566932

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14732
/proc/meminfo: memFree=27504740/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1566932 CPUtime=1662.03 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 306749 0 0 0 165921 282 0 0 20 0 1 0 335094374 1604538368 378939 33554432000 4194304 7823515 140736715712496 140736715707640 6908132 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 391733 378939 550 887 0 390843 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1566932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14732
/proc/meminfo: memFree=27457196/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1722 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 171915 285 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707640 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1633652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27455864/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1781.99 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 177909 290 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707640 6912106 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1633652

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

[startup+1792.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27455848/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1791.8 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 178889 291 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707768 4272736 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1791.8
Current children cumulated vsize (KiB) 1633652

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27456096/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1795 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 179209 291 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707640 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1795
Current children cumulated vsize (KiB) 1633652

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27456096/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1796.59 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 179368 291 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707640 5965820 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 1633652

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27455832/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1633652 CPUtime=1797.39 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307071 0 0 0 179448 291 0 0 20 0 1 0 335094374 1672859648 390503 33554432000 4194304 7823515 140736715712496 140736715707640 6116057 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 408413 390503 550 887 0 407523 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (KiB) 1633652

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27455832/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1541272 CPUtime=1798.19 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307076 0 0 0 179528 291 0 0 20 0 1 0 335094374 1578262528 373079 33554432000 4194304 7823515 140736715712496 140736715708008 4586744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 385318 373079 555 887 0 384428 0
Current children cumulated CPU time (s) 1798.19
Current children cumulated vsize (KiB) 1541272

[startup+1798.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14733
/proc/meminfo: memFree=27695916/32873648 swapFree=6860/6860
[pid=14677] ppid=14675 vsize=1197692 CPUtime=1798.4 cores=1,3,5,7
/proc/14677/stat : 14677 (pbscip.linux.x8) R 14675 14677 4790 0 -1 4202496 307076 0 0 0 179547 293 0 0 20 0 1 0 335094374 1226436608 296067 33554432000 4194304 7823515 140736715712496 140736715708008 5875896 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14677/statm: 299423 296067 555 887 0 298533 0
Current children cumulated CPU time (s) 1798.4
Current children cumulated vsize (KiB) 1197692

Child status: 0
Real time (s): 1798.74
CPU time (s): 1798.45
CPU user time (s): 1795.5
CPU system time (s): 2.94455
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1633652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.5
system time used= 2.94455
maximum resident set size= 1562012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307081
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= 15
involuntary context switches= 2639

runsolver used 2.79957 second user time and 8.00878 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 04:14:45
IDJOB=3731551
IDBENCH=1964
IDSOLVER=2321
FILE ID=node124/3731551-1338689685
RUNJOBID= node124-1338679211-13480
PBS_JOBID= 14636689
Free space on /tmp= 70684 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.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-3731551-1338689685/watcher-3731551-1338689685 -o /tmp/evaluation-result-3731551-1338689685/solver-3731551-1338689685 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731551-1338689685.opb

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=1559528013

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30510236 kB
Buffers:          176652 kB
Cached:          1374456 kB
SwapCached:         8280 kB
Active:           444720 kB
Inactive:        1151560 kB
Active(anon):      39368 kB
Inactive(anon):     8228 kB
Active(file):     405352 kB
Inactive(file):  1143332 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091572 kB
Dirty:             26364 kB
Writeback:             0 kB
AnonPages:         44044 kB
Mapped:            11412 kB
Shmem:                 0 kB
Slab:             629372 kB
SReclaimable:      73780 kB
SUnreclaim:       555592 kB
KernelStack:        1456 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 70656 MiB
End job on node124 at 2012-06-03 04:44:44