Trace number 3733927

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.2 1797.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.37	c SCIP version 1.1.0.7
0.29/0.37	c LP-Solver SoPlex 1.4.1
0.29/0.37	c user parameter file <scip.set> not found - using default parameters
0.29/0.37	c read problem <HOME/instance-3733927-1338702041.opb>
0.29/0.37	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.39/0.47	c start presolving problem
0.39/0.47	c presolving:
0.58/0.62	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
1.89/1.98	c    (1.6s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
1.89/1.98	c    (1.6s) probing aborted: 100/100 successive totally useless probings
1.89/1.98	c presolving (2 rounds):
1.89/1.98	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.89/1.98	c  14144 implications, 0 cliques
1.89/1.98	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
1.89/1.98	c      16 constraints of type <knapsack>
1.89/1.98	c    6936 constraints of type <linear>
1.89/1.98	c transformed objective value is always integral (scale: 1)
1.89/1.98	c Presolving Time: 1.50
1.89/1.98	c OPT-LIN
1.89/1.98	c -----------------------------------------------------------------------------------------------
1.89/1.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.98	c limits/memory = c 13950
1.89/1.98	c # maximal time in seconds to run
1.89/1.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.98	c limits/time = c 1791
1.89/1.98	c # frequency for displaying node information lines
1.89/1.98	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.98	c display/freq = c 10000
1.89/1.98	c -----------------------------------------------------------------------------------------------
1.89/1.98	c start solving problem
1.89/1.98	c 
3.30/3.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.30/3.32	c   2.9s|     1 |     0 |  7373 |  64M|   0 |4012 |7089 |6952 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
8.49/8.56	c   8.1s|     1 |     0 | 14506 |  65M|   0 |4021 |7089 |6952 |6952 |7089 |7007 |  55 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
9.19/9.23	c   8.8s|     1 |     0 | 14619 |  65M|   0 |4024 |7089 |6952 |6952 |7089 |7073 | 121 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
10.08/10.11	c   9.6s|     1 |     0 | 15065 |  66M|   0 |4044 |7089 |6952 |6952 |7089 |7138 | 186 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
11.29/11.31	c  10.8s|     1 |     0 | 15575 |  66M|   0 |4041 |7089 |6952 |6952 |7089 |7203 | 251 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
12.69/12.70	c  12.2s|     1 |     0 | 16102 |  67M|   0 |4037 |7089 |6952 |6952 |7089 |7277 | 325 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
13.99/14.00	c  13.5s|     1 |     0 | 16694 |  68M|   0 |4038 |7089 |6952 |6952 |7089 |7340 | 388 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
33.98/34.04	c  33.5s|     1 |     2 | 16694 |  68M|   0 |4038 |7089 |6952 |6952 |7089 |7340 | 388 |   0 |  20 | 1.600115e+01 |      --      |    Inf 
1797.01/1797.39	c 
1797.01/1797.39	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.39	c Solving Time (sec) : 1791.10
1797.01/1797.39	c Solving Nodes      : 9102
1797.01/1797.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.39	c Dual Bound         : +1.60011547344111e+01
1797.01/1797.39	c Gap                : infinite
1797.01/1797.39	c NODE         9102
1797.01/1797.39	c DUAL BOUND   16.0012
1797.01/1797.39	c PRIMAL BOUND 1e+20
1797.01/1797.39	c GAP          1e+20
1797.01/1797.39	s UNKNOWN
1797.01/1797.39	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.39	c Solving Time       :    1791.10
1797.01/1797.39	c Original Problem   :
1797.01/1797.39	c   Problem name     : HOME/instance-3733927-1338702041.opb
1797.01/1797.39	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.39	c   Constraints      : 13888 initial, 13888 maximal
1797.01/1797.39	c Presolved Problem  :
1797.01/1797.39	c   Problem name     : t_HOME/instance-3733927-1338702041.opb
1797.01/1797.39	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.39	c   Constraints      : 6952 initial, 12784 maximal
1797.01/1797.39	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.01/1797.39	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   probing          :       1.32          0          0          0          0          0          0          0          0
1797.01/1797.39	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   linear           :       0.16          0          0          0          0          0       6936          0          0
1797.01/1797.39	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.01/1797.39	c   root node        :          -          0          -          -          0          -          -          -          -
1797.01/1797.39	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.39	c   integral         :          0          0          0       6385          0          7       1292          0          0      12176
1797.01/1797.39	c   knapsack         :         16          6      66686          0          0        111       4303         80          0          0
1797.01/1797.39	c   linear           :       6936          6      66575          0          0        295     386792          3          0          0
1797.01/1797.39	c   logicor          :          0+         0      11531          0          0          7       7706          0          0          0
1797.01/1797.39	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.01/1797.39	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.01/1797.39	c   integral         :     554.12       0.00       0.00     554.12       0.00
1797.01/1797.39	c   knapsack         :       1.33       0.00       1.33       0.00       0.00
1797.01/1797.39	c   linear           :      56.13       0.01      56.12       0.00       0.00
1797.01/1797.39	c   logicor          :       0.26       0.00       0.26       0.00       0.00
1797.01/1797.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.39	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.01/1797.39	c   rootredcost      :       0.00          0          0          0
1797.01/1797.39	c   pseudoobj        :       0.01      66438          0          0
1797.01/1797.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.39	c   propagation      :       0.03        413        413       2602       33.3         48       12.0          -
1797.01/1797.39	c   infeasible LP    :       3.23       4320       4320       8362       17.2        969       12.9          0
1797.01/1797.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.39	c   applied globally :          -          -          -       8868       15.9          -          -          -
1797.01/1797.39	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.39	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.39	c   cut pool         :       0.00          5          -          -       2163          -    (maximal pool size: 4057)
1797.01/1797.39	c   redcost          :       0.67       6339          0         17          0          0
1797.01/1797.39	c   impliedbounds    :       0.01          6          0          0         22          0
1797.01/1797.39	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.39	c   gomory           :       0.06          6          0          0         10          0
1797.01/1797.39	c   strongcg         :       0.07          6          0          0          3          0
1797.01/1797.39	c   cmir             :       1.84          6          0          0       3000          0
1797.01/1797.39	c   flowcover        :       1.42          6          0          0       1200          0
1797.01/1797.39	c   clique           :       0.00          1          0          0          0          0
1797.01/1797.39	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.39	c   mcf              :       0.00          1          0          0          0          0
1797.01/1797.39	c Pricers            :       Time      Calls       Vars
1797.01/1797.39	c   problem variables:       0.00          0          0
1797.01/1797.39	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.39	c   relpscost        :     554.12       6385          7       1292          0          0      12176
1797.01/1797.39	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   inference        :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.39	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.39	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.39	c   LP solutions     :       0.00          -          0
1797.01/1797.39	c   pseudo solutions :       0.00          -          0
1797.01/1797.39	c   oneopt           :       0.00          0          0
1797.01/1797.39	c   crossover        :       0.01          0          0
1797.01/1797.39	c   guideddiving     :       0.00          0          0
1797.01/1797.39	c   intshifting      :       0.00          0          0
1797.01/1797.39	c   coefdiving       :     146.31          2          0
1797.01/1797.39	c   fracdiving       :     109.11          3          0
1797.01/1797.39	c   rootsoldiving    :      25.81          9          0
1797.01/1797.39	c   pscostdiving     :      46.31         19          0
1797.01/1797.39	c   veclendiving     :      37.35         19          0
1797.01/1797.39	c   objpscostdiving  :      12.74         10          0
1797.01/1797.39	c   feaspump         :      30.86         10          0
1797.01/1797.39	c   linesearchdiving :      32.63         20          0
1797.01/1797.39	c   simplerounding   :       0.04          0          0
1797.01/1797.39	c   rounding         :       1.33       1054          0
1797.01/1797.39	c   shifting         :       9.07        301          0
1797.01/1797.39	c   fixandinfer      :       0.00          0          0
1797.01/1797.39	c   intdiving        :       0.00          0          0
1797.01/1797.39	c   actconsdiving    :       0.00          0          0
1797.01/1797.39	c   octane           :       0.00          0          0
1797.01/1797.39	c   rens             :       0.01          0          0
1797.01/1797.39	c   rins             :       0.00          0          0
1797.01/1797.39	c   localbranching   :       0.00          0          0
1797.01/1797.39	c   mutation         :       0.00          0          0
1797.01/1797.39	c   dins             :       0.00          0          0
1797.01/1797.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.39	c   primal LP        :       0.03          0          0       0.00       0.00
1797.01/1797.39	c   dual LP          :     719.13       8926    2217708     248.45    3083.88
1797.01/1797.39	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.39	c   diving/probing LP:     416.40       5269    1404539     266.57    3373.05
1797.01/1797.39	c   strong branching :     550.48       3220    1233967     383.22    2241.62
1797.01/1797.39	c     (at root node) :          -         20      19737     986.85          -
1797.01/1797.39	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.39	c B&B Tree           :
1797.01/1797.39	c   number of runs   :          1
1797.01/1797.39	c   nodes            :       9102
1797.01/1797.39	c   nodes (total)    :       9102
1797.01/1797.39	c   nodes left       :       2875
1797.01/1797.39	c   max depth        :        410
1797.01/1797.39	c   max depth (total):        410
1797.01/1797.39	c   backtracks       :        470 (5.2%)
1797.01/1797.39	c   delayed cutoffs  :        200
1797.01/1797.39	c   repropagations   :      43526 (51021 domain reductions, 15 cutoffs)
1797.01/1797.39	c   avg switch length:      12.36
1797.01/1797.39	c   switching time   :       5.66
1797.01/1797.39	c Solution           :
1797.01/1797.39	c   Solutions found  :          0 (0 improvements)
1797.01/1797.39	c   Primal Bound     :          -
1797.01/1797.39	c   Dual Bound       : +1.60011547344111e+01
1797.01/1797.39	c   Gap              :   infinite
1797.01/1797.39	c   Root Dual Bound  : +1.60011547344111e+01
1797.11/1797.48	c Time complete: 1797.19.

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-3733927-1338702041/watcher-3733927-1338702041 -o /tmp/evaluation-result-3733927-1338702041/solver-3733927-1338702041 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733927-1338702041.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.00 2.00 2.00 3/177 22361
/proc/meminfo: memFree=27038956/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=8552 CPUtime=0 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 1487 0 0 0 0 0 0 0 20 0 1 0 336329229 8757248 1439 33554432000 4194304 7823515 140733885736432 140736213921656 4526135 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 2138 1439 354 887 0 1248 0

[startup+0.046438 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22361
/proc/meminfo: memFree=27038956/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=11040 CPUtime=0.04 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 2101 0 0 0 4 0 0 0 20 0 1 0 336329229 11304960 2053 33554432000 4194304 7823515 140733885736432 140736213921656 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 2760 2053 354 887 0 1870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11040

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22361
/proc/meminfo: memFree=27038956/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=14000 CPUtime=0.09 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 2864 0 0 0 9 0 0 0 20 0 1 0 336329229 14336000 2816 33554432000 4194304 7823515 140733885736432 140736213921656 5537939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 3500 2816 354 887 0 2610 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14000

[startup+0.300257 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22361
/proc/meminfo: memFree=27038956/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=25068 CPUtime=0.29 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 5604 0 0 0 29 0 0 0 20 0 1 0 336329229 25669632 5556 33554432000 4194304 7823515 140733885736432 140736213921656 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 6267 5556 354 887 0 5377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25068

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22361
/proc/meminfo: memFree=27038956/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=129812 CPUtime=0.69 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 31353 0 0 0 64 5 0 0 20 0 1 0 336329229 132927488 30951 33554432000 4194304 7823515 140733885736432 140733885732536 4243074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 32453 30951 442 887 0 31563 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129812

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22362
/proc/meminfo: memFree=26916320/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=129812 CPUtime=1.49 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 31353 0 0 0 144 5 0 0 20 0 1 0 336329229 132927488 30951 33554432000 4194304 7823515 140733885736432 140733885733112 5062894 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 32453 30951 442 887 0 31563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129812

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22362
/proc/meminfo: memFree=26884628/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=166604 CPUtime=3.09 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 40801 0 0 0 302 7 0 0 20 0 1 0 336329229 170602496 38794 33554432000 4194304 7823515 140733885736432 140733885732120 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 41651 38794 515 887 0 40761 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166604

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22362
/proc/meminfo: memFree=26900700/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=167656 CPUtime=6.28 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 41131 0 0 0 621 7 0 0 20 0 1 0 336329229 171679744 39124 33554432000 4194304 7823515 140733885736432 140733885731192 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 41914 39124 526 887 0 41024 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 167656

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22362
/proc/meminfo: memFree=26860320/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=210320 CPUtime=12.69 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 48952 0 0 0 1258 11 0 0 20 0 1 0 336329229 215367680 48724 33554432000 4194304 7823515 140733885736432 140733885731096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 52580 48724 550 887 0 51690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 210320

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22362
/proc/meminfo: memFree=26834564/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214704 CPUtime=25.49 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 52891 0 0 0 2535 14 0 0 20 0 1 0 336329229 219856896 50506 33554432000 4194304 7823515 140733885736432 140733885731128 6211272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53676 50506 555 887 0 52786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 214704

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26839300/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=51.09 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55665 0 0 0 5088 21 0 0 20 0 1 0 336329229 220135424 50881 33554432000 4194304 7823515 140733885736432 140733885731128 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 50881 555 887 0 52854 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214976

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26833208/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=102.28 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55666 0 0 0 10197 31 0 0 20 0 1 0 336329229 220135424 50882 33554432000 4194304 7823515 140733885736432 140733885730456 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 50882 556 887 0 52854 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 214976

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26832028/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=162.26 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55675 0 0 0 16175 51 0 0 20 0 1 0 336329229 220135424 50891 33554432000 4194304 7823515 140733885736432 140733885731896 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 50891 565 887 0 52854 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 214976

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26831080/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=222.25 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55677 0 0 0 22146 79 0 0 20 0 1 0 336329229 220135424 51093 33554432000 4194304 7823515 140733885736432 140733885732248 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 51093 565 887 0 52854 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 214976

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26827708/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=282.23 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55689 0 0 0 28124 99 0 0 20 0 1 0 336329229 220135424 51914 33554432000 4194304 7823515 140733885736432 140733885731896 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 51914 565 887 0 52854 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 214976

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22363
/proc/meminfo: memFree=26827176/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=342.23 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55691 0 0 0 34103 120 0 0 20 0 1 0 336329229 220135424 52085 33554432000 4194304 7823515 140733885736432 140733885731912 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 52085 565 887 0 52854 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 214976

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22364
/proc/meminfo: memFree=26827548/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=214976 CPUtime=402.22 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 55691 0 0 0 40078 144 0 0 20 0 1 0 336329229 220135424 52085 33554432000 4194304 7823515 140733885736432 140733885730456 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 53744 52085 565 887 0 52854 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 214976

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22364
/proc/meminfo: memFree=26823516/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=218516 CPUtime=462.21 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 56202 0 0 0 46060 161 0 0 20 0 1 0 336329229 223760384 53107 33554432000 4194304 7823515 140733885736432 140733885731480 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 54629 53107 565 887 0 53739 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 218516

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22364
/proc/meminfo: memFree=26823392/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=218516 CPUtime=522.2 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 56228 0 0 0 52037 183 0 0 20 0 1 0 336329229 223760384 53133 33554432000 4194304 7823515 140733885736432 140733885731768 6257628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 54629 53133 565 887 0 53739 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 218516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22367
/proc/meminfo: memFree=26822888/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=218928 CPUtime=582.19 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 56316 0 0 0 58019 200 0 0 20 0 1 0 336329229 224182272 53221 33554432000 4194304 7823515 140733885736432 140733885733464 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 54732 53221 565 887 0 53842 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 218928

[startup+642.3 s]

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

/proc/meminfo: memFree=26812976/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=228788 CPUtime=1122.11 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78689 0 0 0 111856 355 0 0 20 0 1 0 336329229 234278912 55701 33554432000 4194304 7823515 140733885736432 140733885732120 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57197 55701 565 887 0 56307 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 228788

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22372
/proc/meminfo: memFree=26812844/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=228788 CPUtime=1182.1 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78689 0 0 0 117840 370 0 0 20 0 1 0 336329229 234278912 55701 33554432000 4194304 7823515 140733885736432 140733885731768 6135631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57197 55701 565 887 0 56307 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 228788

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22395
/proc/meminfo: memFree=26812828/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=228788 CPUtime=1242.08 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78692 0 0 0 123821 387 0 0 20 0 1 0 336329229 234278912 55701 33554432000 4194304 7823515 140733885736432 140733885731768 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57197 55701 565 887 0 56307 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 228788

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22396
/proc/meminfo: memFree=26812464/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=228788 CPUtime=1302.09 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78692 0 0 0 129803 406 0 0 20 0 1 0 336329229 234278912 55701 33554432000 4194304 7823515 140733885736432 140733885731400 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57197 55701 565 887 0 56307 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 228788

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/177 22396
/proc/meminfo: memFree=26812960/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=228788 CPUtime=1362.07 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78692 0 0 0 135784 423 0 0 20 0 1 0 336329229 234278912 55701 33554432000 4194304 7823515 140733885736432 140733885732120 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57197 55701 565 887 0 56307 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 228788

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 22396
/proc/meminfo: memFree=26810976/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=229068 CPUtime=1422.06 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78731 0 0 0 141769 437 0 0 20 0 1 0 336329229 234565632 55740 33554432000 4194304 7823515 140733885736432 140733885732280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57267 55740 565 887 0 56377 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 229068

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 22396
/proc/meminfo: memFree=26809860/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=229068 CPUtime=1482.04 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 78731 0 0 0 147747 457 0 0 20 0 1 0 336329229 234565632 55740 33554432000 4194304 7823515 140733885736432 140733885733464 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57267 55740 565 887 0 56377 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 229068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 22396
/proc/meminfo: memFree=26808496/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=230792 CPUtime=1542.04 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 79061 0 0 0 153727 477 0 0 20 0 1 0 336329229 236331008 56070 33554432000 4194304 7823515 140733885736432 140733885731768 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57698 56070 565 887 0 56808 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 230792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22397
/proc/meminfo: memFree=26804708/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=230792 CPUtime=1602.03 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 79077 0 0 0 159707 496 0 0 20 0 1 0 336329229 236331008 56086 33554432000 4194304 7823515 140733885736432 140733885731128 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57698 56086 565 887 0 56808 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 230792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22397
/proc/meminfo: memFree=26804708/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=230792 CPUtime=1662.02 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 79077 0 0 0 165685 517 0 0 20 0 1 0 336329229 236331008 56086 33554432000 4194304 7823515 140733885736432 140733885731096 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 57698 56086 565 887 0 56808 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 230792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22397
/proc/meminfo: memFree=26796028/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=238512 CPUtime=1722.01 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81164 0 0 0 171662 539 0 0 20 0 1 0 336329229 244236288 58131 33554432000 4194304 7823515 140733885736432 140733885732360 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 59628 58131 565 887 0 58738 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 238512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024356/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1782 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 177641 559 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885732120 5062996 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 242284

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024480/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1785.2 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 177960 560 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885730456 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 242284

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024604/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1791.61 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 178599 562 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885731128 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 242284

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024728/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1794.81 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 178918 563 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885732920 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 242284

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024728/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1796.4 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 179076 564 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885731768 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 242284

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024728/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1796.8 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 179116 564 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885731768 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 242284

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024728/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1797.01 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81462 0 0 0 179137 564 0 0 20 0 1 0 336329229 248098816 58940 33554432000 4194304 7823515 140733885736432 140733885731768 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58940 565 887 0 59681 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 242284

[startup+1797.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22438
/proc/meminfo: memFree=27024728/32873844 swapFree=7116/7116
[pid=22361] ppid=22359 vsize=242284 CPUtime=1797.11 cores=0,2,4,6
/proc/22361/stat : 22361 (pbscip.linux.x8) R 22359 22361 10620 0 -1 4202496 81464 0 0 0 179147 564 0 0 20 0 1 0 336329229 248098816 58942 33554432000 4194304 7823515 140733885736432 140733885731640 5020319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22361/statm: 60571 58942 567 887 0 59681 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 242284

Child status: 0
Real time (s): 1797.49
CPU time (s): 1797.2
CPU user time (s): 1791.55
CPU system time (s): 5.64614
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 242284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.55
system time used= 5.64614
maximum resident set size= 235776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81469
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= 25
involuntary context switches= 1885

runsolver used 2.53361 second user time and 7.28189 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 07:40:42
IDJOB=3733927
IDBENCH=2635
IDSOLVER=2321
FILE ID=node138/3733927-1338702041
RUNJOBID= node138-1338679216-19462
PBS_JOBID= 14636675
Free space on /tmp= 70772 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/manquiho/golomb-rulers/normalized-OGR_17.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-3733927-1338702041/watcher-3733927-1338702041 -o /tmp/evaluation-result-3733927-1338702041/solver-3733927-1338702041 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733927-1338702041.opb

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=713254719

node138.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.347
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.69
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.347
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		: 2667.347
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		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27039228 kB
Buffers:          711416 kB
Cached:          3905168 kB
SwapCached:          208 kB
Active:          2645424 kB
Inactive:        2285668 kB
Active(anon):     297044 kB
Inactive(anon):    13420 kB
Active(file):    2348380 kB
Inactive(file):  2272248 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             13756 kB
Writeback:             4 kB
AnonPages:        284404 kB
Mapped:            16624 kB
Shmem:               200 kB
Slab:             764116 kB
SReclaimable:     206176 kB
SUnreclaim:       557940 kB
KernelStack:        1464 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     437584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 70768 MiB
End job on node138 at 2012-06-03 08:10:39