Trace number 3731606

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)? 1797.58 1797.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark765
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
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 495293
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 495293
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.49/3.56	c SCIP version 1.1.0.7
3.49/3.56	c LP-Solver SoPlex 1.4.1
3.49/3.56	c user parameter file <scip.set> not found - using default parameters
3.49/3.56	c read problem <HOME/instance-3731606-1338690244.opb>
3.49/3.56	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
4.30/4.36	c start presolving problem
4.30/4.36	c presolving:
8.38/8.48	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.19/10.25	c    (6.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
10.19/10.25	c    (6.2s) probing aborted: 100/100 successive totally useless probings
10.19/10.25	c presolving (2 rounds):
10.19/10.25	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.19/10.25	c  1313400 implications, 0 cliques
10.19/10.25	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.19/10.25	c  656900 constraints of type <logicor>
10.19/10.25	c transformed objective value is always integral (scale: 1)
10.19/10.25	c Presolving Time: 5.50
10.19/10.27	c strange?!, PURESAT with obj
10.19/10.27	c -----------------------------------------------------------------------------------------------
10.19/10.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.19/10.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.27	c limits/memory = c 13950
10.19/10.27	c # maximal time in seconds to run
10.19/10.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.19/10.27	c limits/time = c 1791
10.19/10.27	c # frequency for displaying node information lines
10.19/10.27	c # [type: int, range: [-1,2147483647], default: 100]
10.19/10.27	c display/freq = c 10000
10.19/10.27	c -----------------------------------------------------------------------------------------------
10.19/10.27	c start solving problem
10.19/10.27	c 
26.39/26.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.39/26.49	c  22.2s|     1 |     0 |  1100 | 734M|   0 | 272 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.850723e+02 |      --      |    Inf 
240.55/240.61	c   236s|     1 |     0 |  7412 | 754M|   0 | 273 |  10k| 656k| 656k|  10k| 656k|  11 |   0 |   0 | 1.912500e+02 |      --      |    Inf 
416.83/416.91	c   412s|     1 |     0 |  7627 | 754M|   0 | 278 |  10k| 656k| 656k|  10k| 656k|  19 |   0 |   0 | 1.939817e+02 |      --      |    Inf 
721.28/721.40	c   716s|     1 |     0 |  7919 | 754M|   0 | 290 |  10k| 656k| 656k|  10k| 656k|  27 |   0 |   0 | 1.968723e+02 |      --      |    Inf 
1046.52/1046.70	c  1042s|     1 |     0 |  8164 | 754M|   0 | 286 |  10k| 656k| 656k|  10k| 656k|  34 |   0 |   0 | 1.995139e+02 |      --      |    Inf 
1327.39/1327.61	c  1322s|     1 |     0 |  8404 | 754M|   0 | 286 |  10k| 656k| 656k|  10k| 656k|  41 |   0 |   0 | 2.021854e+02 |      --      |    Inf 
1529.45/1529.73	c  1524s|     1 |     0 |  8656 | 754M|   0 | 285 |  10k| 656k| 656k|  10k| 656k|  48 |   0 |   0 | 2.042677e+02 |      --      |    Inf 
1796.31/1796.63	c  1791s|     1 |     0 |  8656 | 754M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  54 |   0 |   0 | 2.042677e+02 |      --      |    Inf 
1796.31/1796.68	c  1791s|     1 |     2 |  8656 | 754M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  54 |   0 |   0 | 2.042677e+02 |      --      |    Inf 
1796.31/1796.68	c 
1796.31/1796.68	c SCIP Status        : solving was interrupted [time limit reached]
1796.31/1796.68	c Solving Time (sec) : 1791.07
1796.31/1796.68	c Solving Nodes      : 1
1796.31/1796.68	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.31/1796.68	c Dual Bound         : +2.04267696251808e+02
1796.31/1796.68	c Gap                : infinite
1796.31/1796.68	c NODE         1
1796.31/1796.68	c DUAL BOUND   204.268
1796.31/1796.68	c PRIMAL BOUND 1e+20
1796.31/1796.68	c GAP          1e+20
1796.31/1796.68	s UNKNOWN
1796.31/1796.68	c SCIP Status        : solving was interrupted [time limit reached]
1796.31/1796.68	c Solving Time       :    1791.07
1796.31/1796.68	c Original Problem   :
1796.31/1796.68	c   Problem name     : HOME/instance-3731606-1338690244.opb
1796.31/1796.68	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.31/1796.68	c   Constraints      : 656900 initial, 656900 maximal
1796.31/1796.68	c Presolved Problem  :
1796.31/1796.68	c   Problem name     : t_HOME/instance-3731606-1338690244.opb
1796.31/1796.68	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.31/1796.68	c   Constraints      : 656900 initial, 656900 maximal
1796.31/1796.68	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.31/1796.68	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.68	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.68	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.68	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.68	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.68	c   probing          :       1.42          0          0          0          0          0          0          0          0
1796.31/1796.68	c   logicor          :       0.90          0          0          0          0          0          0          0          0
1796.31/1796.68	c   root node        :          -          0          -          -          0          -          -          -          -
1796.31/1796.68	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.31/1796.68	c   integral         :          0          0          0          0          0          0          0          0          0          0
1796.31/1796.68	c   logicor          :     656900          7        201          0          1          0          0          0          0          0
1796.31/1796.68	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.31/1796.68	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.31/1796.68	c   integral         :       0.00       0.00       0.00       0.00       0.00
1796.31/1796.68	c   logicor          :       1.28       0.17       1.06       0.00       0.05
1796.31/1796.68	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.31/1796.68	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.31/1796.68	c   rootredcost      :       0.00          0          0          0
1796.31/1796.68	c   pseudoobj        :       0.00          8          0          0
1796.31/1796.68	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.31/1796.68	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.31/1796.68	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.31/1796.68	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.31/1796.68	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.31/1796.68	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.31/1796.68	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.31/1796.68	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.31/1796.68	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.31/1796.68	c   cut pool         :       0.04          6          -          -          0          -    (maximal pool size: 184)
1796.31/1796.68	c   redcost          :       0.00          7          0          0          0          0
1796.31/1796.68	c   impliedbounds    :       0.02          7          0          0          0          0
1796.31/1796.68	c   intobj           :       0.00          0          0          0          0          0
1796.31/1796.68	c   gomory           :     806.96          7          0          0       3000          0
1796.31/1796.68	c   strongcg         :     564.91          7          0          0       3000          0
1796.31/1796.68	c   cmir             :      14.00          6          0          0          0          0
1796.31/1796.68	c   flowcover        :     171.00          6          0          0          0          0
1796.31/1796.68	c   clique           :       0.68          7          0          0         42          0
1796.31/1796.68	c   zerohalf         :       0.00          0          0          0          0          0
1796.31/1796.68	c   mcf              :       0.33          1          0          0          0          0
1796.31/1796.68	c Pricers            :       Time      Calls       Vars
1796.31/1796.68	c   problem variables:       0.00          0          0
1796.31/1796.68	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.31/1796.68	c   relpscost        :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   pscost           :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   inference        :       0.00          1          0          0          0          0          2
1796.31/1796.68	c   mostinf          :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   leastinf         :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.31/1796.68	c   random           :       0.00          0          0          0          0          0          0
1796.31/1796.68	c Primal Heuristics  :       Time      Calls      Found
1796.31/1796.68	c   LP solutions     :       0.00          -          0
1796.31/1796.68	c   pseudo solutions :       0.00          -          0
1796.31/1796.68	c   oneopt           :       0.00          0          0
1796.31/1796.68	c   simplerounding   :       0.00          0          0
1796.31/1796.68	c   rounding         :       0.21          7          0
1796.31/1796.68	c   shifting         :       0.31          7          0
1796.31/1796.68	c   intshifting      :       0.00          0          0
1796.31/1796.68	c   fixandinfer      :       0.00          0          0
1796.31/1796.68	c   feaspump         :     160.13          1          0
1796.31/1796.68	c   coefdiving       :       0.00          0          0
1796.31/1796.68	c   pscostdiving     :       0.00          0          0
1796.31/1796.68	c   fracdiving       :       0.00          0          0
1796.31/1796.68	c   veclendiving     :       0.00          0          0
1796.31/1796.68	c   intdiving        :       0.00          0          0
1796.31/1796.68	c   actconsdiving    :       0.00          0          0
1796.31/1796.68	c   objpscostdiving  :       0.00          0          0
1796.31/1796.68	c   rootsoldiving    :       0.00          0          0
1796.31/1796.68	c   linesearchdiving :       0.00          0          0
1796.31/1796.68	c   guideddiving     :       0.00          0          0
1796.31/1796.68	c   octane           :       0.00          0          0
1796.31/1796.68	c   rens             :       0.00          0          0
1796.31/1796.68	c   rins             :       0.00          0          0
1796.31/1796.68	c   localbranching   :       0.00          0          0
1796.31/1796.68	c   mutation         :       0.00          0          0
1796.31/1796.68	c   crossover        :       0.00          0          0
1796.31/1796.68	c   dins             :       0.00          0          0
1796.31/1796.68	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.31/1796.68	c   primal LP        :       0.00          0          0       0.00          -
1796.31/1796.68	c   dual LP          :      64.19          7       2791     398.71      43.48
1796.31/1796.68	c   barrier LP       :       0.00          0          0       0.00          -
1796.31/1796.68	c   diving/probing LP:     159.84          4       5865    1466.25      36.69
1796.31/1796.68	c   strong branching :       0.00          0          0       0.00          -
1796.31/1796.68	c     (at root node) :          -          0          0       0.00          -
1796.31/1796.68	c   conflict analysis:       0.00          0          0       0.00          -
1796.31/1796.68	c B&B Tree           :
1796.31/1796.68	c   number of runs   :          1
1796.31/1796.68	c   nodes            :          1
1796.31/1796.68	c   nodes (total)    :          1
1796.31/1796.68	c   nodes left       :          2
1796.31/1796.68	c   max depth        :          0
1796.31/1796.68	c   max depth (total):          0
1796.31/1796.68	c   backtracks       :          0 (0.0%)
1796.31/1796.68	c   delayed cutoffs  :          0
1796.31/1796.68	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.31/1796.68	c   avg switch length:       1.00
1796.31/1796.68	c   switching time   :       0.00
1796.31/1796.68	c Solution           :
1796.31/1796.68	c   Solutions found  :          0 (0 improvements)
1796.31/1796.68	c   Primal Bound     :          -
1796.31/1796.68	c   Dual Bound       : +2.04267696251808e+02
1796.31/1796.68	c   Gap              :   infinite
1796.31/1796.68	c   Root Dual Bound  : +2.04267696251808e+02
1797.51/1797.86	c Time complete: 1797.57.

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

running on 4 cores: 0,2,4,6

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.03 2.03 2.00 3/173 24226
/proc/meminfo: memFree=22235868/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=7152 CPUtime=0 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 1124 0 0 0 0 0 0 0 20 0 1 0 335153013 7323648 1076 33554432000 4194304 7823515 140734492217952 140736738617864 4402248 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 1788 1090 335 887 0 898 0

[startup+0.075513 s]
/proc/loadavg: 2.03 2.03 2.00 3/173 24226
/proc/meminfo: memFree=22235868/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=19732 CPUtime=0.06 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 4305 0 0 0 6 0 0 0 20 0 1 0 335153013 20205568 4253 33554432000 4194304 7823515 140734492217952 140736738617864 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 4933 4253 354 887 0 4043 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19732

[startup+0.100329 s]
/proc/loadavg: 2.03 2.03 2.00 3/173 24226
/proc/meminfo: memFree=22235868/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=20984 CPUtime=0.08 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 4628 0 0 0 8 0 0 0 20 0 1 0 335153013 21487616 4576 33554432000 4194304 7823515 140734492217952 140736738617864 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 5246 4576 354 887 0 4356 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20984

[startup+0.300273 s]
/proc/loadavg: 2.03 2.03 2.00 3/173 24226
/proc/meminfo: memFree=22235868/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=34084 CPUtime=0.29 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 7900 0 0 0 28 1 0 0 20 0 1 0 335153013 34902016 7848 33554432000 4194304 7823515 140734492217952 140736738617864 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 8521 7848 354 887 0 7631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34084

[startup+0.700283 s]
/proc/loadavg: 2.03 2.03 2.00 3/173 24226
/proc/meminfo: memFree=22235868/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=59640 CPUtime=0.69 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 14277 0 0 0 67 2 0 0 20 0 1 0 335153013 61071360 14225 33554432000 4194304 7823515 140734492217952 140734492083608 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 14910 14225 354 887 0 14020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59640

[startup+1.50028 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24227
/proc/meminfo: memFree=22161832/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=109344 CPUtime=1.49 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 26711 0 0 0 145 4 0 0 20 0 1 0 335153013 111968256 26659 33554432000 4194304 7823515 140734492217952 140734492083608 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 27336 26659 354 887 0 26446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109344

[startup+3.10027 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24227
/proc/meminfo: memFree=22091780/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=210048 CPUtime=3.09 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 51882 0 0 0 301 8 0 0 20 0 1 0 335153013 215089152 51830 33554432000 4194304 7823515 140734492217952 140734492084056 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 52512 51830 354 887 0 51622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210048

[startup+6.30031 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24227
/proc/meminfo: memFree=21609420/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=717924 CPUtime=6.29 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 163329 0 0 0 592 37 0 0 20 0 1 0 335153013 735154176 176720 33554432000 4194304 7823515 140734492217952 140734492214888 4402248 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 179481 176720 418 887 0 178591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 717924

[startup+12.7004 s]
/proc/loadavg: 2.02 2.03 2.00 3/174 24227
/proc/meminfo: memFree=21014736/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1298456 CPUtime=12.69 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 255812 0 0 0 1195 74 0 0 20 0 1 0 335153013 1329618944 306949 33554432000 4194304 7823515 140734492217952 140734492213640 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 324614 306949 504 887 0 323724 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1298456

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.00 3/174 24227
/proc/meminfo: memFree=20974032/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1331308 CPUtime=25.48 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 259334 0 0 0 2470 78 0 0 20 0 1 0 335153013 1363259392 315093 33554432000 4194304 7823515 140734492217952 140734492213288 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 332827 315093 510 887 0 331937 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1331308

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 24227
/proc/meminfo: memFree=20960236/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1340740 CPUtime=51.08 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 261085 0 0 0 5026 82 0 0 20 0 1 0 335153013 1372917760 317463 33554432000 4194304 7823515 140734492217952 140734492212712 6263352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 335185 317463 521 887 0 334295 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1340740

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 24228
/proc/meminfo: memFree=20948804/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1352064 CPUtime=102.28 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 263463 0 0 0 10137 91 0 0 20 0 1 0 335153013 1384513536 320236 33554432000 4194304 7823515 140734492217952 140734492212760 6211212 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 338016 320236 521 887 0 337126 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1352064

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 24228
/proc/meminfo: memFree=20946688/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1355548 CPUtime=162.26 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 264673 0 0 0 16126 100 0 0 20 0 1 0 335153013 1388081152 320746 33554432000 4194304 7823515 140734492217952 140734492212632 6149986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 338887 320746 521 887 0 337997 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1355548

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 24228
/proc/meminfo: memFree=20832584/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1443624 CPUtime=222.25 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 286949 0 0 0 22117 108 0 0 20 0 1 0 335153013 1478270976 342770 33554432000 4194304 7823515 140734492217952 140734492213400 5597699 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 360906 342770 534 887 0 360016 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1443624

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/175 24229
/proc/meminfo: memFree=20744580/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1519144 CPUtime=282.24 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 301557 0 0 0 28103 121 0 0 20 0 1 0 335153013 1555603456 364516 33554432000 4194304 7823515 140734492217952 140734492213048 4338440 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 379786 364516 551 887 0 378896 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1519144

[startup+342.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/175 24229
/proc/meminfo: memFree=20744732/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1519144 CPUtime=342.24 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 301557 0 0 0 34100 124 0 0 20 0 1 0 335153013 1555603456 364516 33554432000 4194304 7823515 140734492217952 140734492213096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 379786 364516 551 887 0 378896 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1519144

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 24232
/proc/meminfo: memFree=20743964/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1519144 CPUtime=402.23 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 301557 0 0 0 40098 125 0 0 20 0 1 0 335153013 1555603456 364516 33554432000 4194304 7823515 140734492217952 140734492213752 5597687 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 379786 364516 551 887 0 378896 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1519144

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/175 24232
/proc/meminfo: memFree=20713904/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1549676 CPUtime=462.22 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 303296 0 0 0 46093 129 0 0 20 0 1 0 335153013 1586868224 372010 33554432000 4194304 7823515 140734492217952 140734492213048 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 387419 372010 551 887 0 386529 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1549676

[startup+522.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 24232
/proc/meminfo: memFree=20714056/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1549676 CPUtime=522.21 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 303301 0 0 0 52090 131 0 0 20 0 1 0 335153013 1586868224 372010 33554432000 4194304 7823515 140734492217952 140734492213048 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 387419 372010 551 887 0 386529 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1549676

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 24233
/proc/meminfo: memFree=20714084/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1549676 CPUtime=582.19 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 303311 0 0 0 58085 134 0 0 20 0 1 0 335153013 1586868224 372020 33554432000 4194304 7823515 140734492217952 140734492213096 5965951 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 387419 372020 551 887 0 386529 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1549676

[startup+642.3 s]

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

/proc/meminfo: memFree=20623012/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1582760 CPUtime=1122.11 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 305244 0 0 0 112057 154 0 0 20 0 1 0 335153013 1620746240 383182 33554432000 4194304 7823515 140734492217952 140734492213048 6911966 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 395690 383182 551 887 0 394800 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1582760

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 24239
/proc/meminfo: memFree=20621776/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1582760 CPUtime=1182.1 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 305244 0 0 0 118053 157 0 0 20 0 1 0 335153013 1620746240 383503 33554432000 4194304 7823515 140734492217952 140734492213144 5965385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 395690 383503 551 887 0 394800 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1582760

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 24277
/proc/meminfo: memFree=21046900/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1582760 CPUtime=1242.09 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 305244 0 0 0 124050 159 0 0 20 0 1 0 335153013 1620746240 383670 33554432000 4194304 7823515 140734492217952 140734492213096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 395690 383670 551 887 0 394800 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1582760

[startup+1302.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/175 24277
/proc/meminfo: memFree=21023484/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1582760 CPUtime=1302.09 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 305244 0 0 0 130047 162 0 0 20 0 1 0 335153013 1620746240 383670 33554432000 4194304 7823515 140734492217952 140734492213752 5597697 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 395690 383670 551 887 0 394800 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1582760

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 24277
/proc/meminfo: memFree=21041948/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1562232 CPUtime=1362.08 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 306549 0 0 0 136042 166 0 0 20 0 1 0 335153013 1599725568 378709 33554432000 4194304 7823515 140734492217952 140734492213048 4338511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 390558 378709 551 887 0 389668 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1562232

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 24277
/proc/meminfo: memFree=21040984/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1562232 CPUtime=1422.07 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 306549 0 0 0 142039 168 0 0 20 0 1 0 335153013 1599725568 378709 33554432000 4194304 7823515 140734492217952 140734492213096 5965385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 390558 378709 551 887 0 389668 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1562232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 24278
/proc/meminfo: memFree=21034004/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1562232 CPUtime=1482.05 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 306549 0 0 0 148034 171 0 0 20 0 1 0 335153013 1599725568 378709 33554432000 4194304 7823515 140734492217952 140734492213096 5965385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 390558 378709 551 887 0 389668 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1562232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24278
/proc/meminfo: memFree=21009084/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1542.04 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 154031 173 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213048 4338494 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1587892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24281
/proc/meminfo: memFree=20998992/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1602.03 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 160028 175 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213176 6908128 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1587892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24281
/proc/meminfo: memFree=20997372/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1662.03 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 166025 178 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213176 5965368 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1587892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24281
/proc/meminfo: memFree=20994204/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1722.02 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 172020 182 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213048 6911959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1587892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20985980/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1782.01 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 178016 185 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213048 4338511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1587892

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20985980/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1785.21 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 178336 185 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213144 5965555 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1587892

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20988024/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1791.61 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 178976 185 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213096 6908158 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1587892

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20988024/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1587892 CPUtime=1794.82 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307065 0 0 0 179296 186 0 0 20 0 1 0 335153013 1626001408 385283 33554432000 4194304 7823515 140734492217952 140734492213224 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 396973 385283 551 887 0 396083 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1587892

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20988024/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1596792 CPUtime=1796.41 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307153 0 0 0 179455 186 0 0 20 0 1 0 335153013 1635115008 385882 33554432000 4194304 7823515 140734492217952 140734492213224 5105400 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 399198 385882 555 887 0 398308 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1596792

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20982436/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1596792 CPUtime=1797.21 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307154 0 0 0 179535 186 0 0 20 0 1 0 335153013 1635115008 385883 33554432000 4194304 7823515 140734492217952 140734492213224 4802903 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 399198 385883 556 887 0 398308 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 1596792

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20982436/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1308956 CPUtime=1797.41 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307154 0 0 0 179555 186 0 0 20 0 1 0 335153013 1340370944 324223 33554432000 4194304 7823515 140734492217952 140734492213464 6722834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 327239 324223 556 887 0 326349 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 1308956

[startup+1797.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24282
/proc/meminfo: memFree=20982436/32873844 swapFree=7112/7112
[pid=24226] ppid=24224 vsize=1188836 CPUtime=1797.51 cores=0,2,4,6
/proc/24226/stat : 24226 (pbscip.linux.x8) R 24224 24226 13043 0 -1 4202496 307154 0 0 0 179564 187 0 0 20 0 1 0 335153013 1217368064 294193 33554432000 4194304 7823515 140734492217952 140734492213464 6962503 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24226/statm: 297209 294193 556 887 0 296319 0
Current children cumulated CPU time (s) 1797.51
Current children cumulated vsize (KiB) 1188836

Child status: 0
Real time (s): 1797.86
CPU time (s): 1797.58
CPU user time (s): 1795.69
CPU system time (s): 1.88971
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1623816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.69
system time used= 1.88971
maximum resident set size= 1569136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307159
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= 21
involuntary context switches= 1862

runsolver used 2.86556 second user time and 8.04678 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 04:24:05
IDJOB=3731606
IDBENCH=1969
IDSOLVER=2321
FILE ID=node104/3731606-1338690244
RUNJOBID= node104-1338679216-21695
PBS_JOBID= 14636709
Free space on /tmp= 66392 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_0.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-3731606-1338690244/watcher-3731606-1338690244 -o /tmp/evaluation-result-3731606-1338690244/solver-3731606-1338690244 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731606-1338690244.opb

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=1550371115

node104.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.266
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	: 5332.53
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.266
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.266
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.91
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.266
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.92
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.266
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.91
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.266
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.91
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22236140 kB
Buffers:          551796 kB
Cached:          7463052 kB
SwapCached:          708 kB
Active:          6404240 kB
Inactive:        3225436 kB
Active(anon):    1594112 kB
Inactive(anon):    20356 kB
Active(file):    4810128 kB
Inactive(file):  3205080 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       1620884 kB
Mapped:            16308 kB
Shmem:                 8 kB
Slab:             865372 kB
SReclaimable:     307396 kB
SUnreclaim:       557976 kB
KernelStack:        1424 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1777776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66384 MiB
End job on node104 at 2012-06-03 04:54:02