Trace number 3744999

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 NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1797.46 1797.75

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped2.B.recomb1-0.10-6.opb
MD5SUMd1af14c39cbee82fd2268208a890eee0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.903862
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables171591
Total number of constraints479518
Number of constraints which are clauses479518
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 2180
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 930180
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 930180
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.19/3.20	c SCIP version 1.1.0.7
3.19/3.20	c LP-Solver SoPlex 1.4.1
3.19/3.20	c user parameter file <scip.set> not found - using default parameters
3.19/3.20	c read problem <HOME/instance-3744999-1338807822.opb>
3.19/3.20	c original problem has 171591 variables (171591 bin, 0 int, 0 impl, 0 cont) and 479518 constraints
3.99/4.08	c start presolving problem
3.99/4.08	c presolving:
8.59/8.65	c (round 1) 86812 del vars, 275092 del conss, 59349 chg bounds, 27 chg sides, 33 chg coeffs, 0 upgd conss, 9152527 impls, 0 clqs
9.99/10.08	c (round 2) 133995 del vars, 373804 del conss, 59575 chg bounds, 30 chg sides, 37 chg coeffs, 0 upgd conss, 9174579 impls, 0 clqs
10.09/10.18	c (round 3) 136033 del vars, 378016 del conss, 59577 chg bounds, 43 chg sides, 57 chg coeffs, 0 upgd conss, 9174750 impls, 0 clqs
10.28/10.35	c (round 4) 141804 del vars, 392670 del conss, 59577 chg bounds, 45 chg sides, 59 chg coeffs, 0 upgd conss, 9174750 impls, 0 clqs
10.68/10.78	c (round 5) 141854 del vars, 392670 del conss, 59577 chg bounds, 45 chg sides, 59 chg coeffs, 86216 upgd conss, 9174750 impls, 0 clqs
10.78/10.87	c (round 6) 141854 del vars, 392670 del conss, 59577 chg bounds, 45 chg sides, 59 chg coeffs, 86848 upgd conss, 9174750 impls, 0 clqs
13.89/13.98	c    (10.1s) probing: 1000/29737 (3.4%) - 0 fixings, 0 aggregations, 67930 implications, 0 bound changes
16.68/16.70	c    (12.9s) probing: 2000/29737 (6.7%) - 0 fixings, 0 aggregations, 135612 implications, 0 bound changes
16.68/16.71	c    (12.9s) probing: 2001/29737 (6.7%) - 0 fixings, 0 aggregations, 135849 implications, 0 bound changes
16.68/16.71	c    (12.9s) probing aborted: 2000/2000 successive useless probings
16.68/16.71	c presolving (7 rounds):
16.68/16.71	c  141854 deleted vars, 392670 deleted constraints, 59577 tightened bounds, 0 added holes, 45 changed sides, 59 changed coefficients
16.68/16.71	c  9458410 implications, 0 cliques
16.68/16.71	c presolved problem has 29737 variables (29737 bin, 0 int, 0 impl, 0 cont) and 86848 constraints
16.68/16.71	c   86848 constraints of type <logicor>
16.68/16.71	c transformed objective value is always integral (scale: 1)
16.68/16.71	c Presolving Time: 12.32
16.68/16.72	c strange?!, PURESAT with obj
16.68/16.72	c -----------------------------------------------------------------------------------------------
16.68/16.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.68/16.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.68/16.72	c limits/memory = c 13950
16.68/16.72	c # maximal time in seconds to run
16.68/16.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.68/16.72	c limits/time = c 1791
16.68/16.72	c # frequency for displaying node information lines
16.68/16.72	c # [type: int, range: [-1,2147483647], default: 100]
16.68/16.72	c display/freq = c 10000
16.68/16.72	c -----------------------------------------------------------------------------------------------
16.68/16.72	c start solving problem
16.68/16.72	c 
71.18/71.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.18/71.26	c  67.3s|     1 |     0 | 35240 | 647M|   0 |  20k|  29k|  86k|  86k|  29k|  86k|   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
265.05/265.18	c   261s|     1 |     0 | 90328 | 654M|   0 |  14k|  29k|  86k|  86k|  29k|  87k| 485 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
342.23/342.37	c   338s|     1 |     0 |107706 | 655M|   0 |  11k|  29k|  86k|  86k|  29k|  87k| 512 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
383.23/383.30	c   379s|     1 |     0 |116245 | 655M|   0 |  12k|  29k|  86k|  86k|  29k|  87k| 531 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
421.13/421.21	c   417s|     1 |     0 |124123 | 656M|   0 |  13k|  29k|  86k|  86k|  29k|  87k| 571 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
464.92/465.09	c   461s|     1 |     0 |133143 | 656M|   0 |  14k|  29k|  86k|  86k|  29k|  87k| 602 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
511.01/511.12	c   506s|     1 |     0 |142688 | 656M|   0 |  14k|  29k|  86k|  86k|  29k|  87k| 639 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
557.29/557.49	c   553s|     1 |     0 |152273 | 656M|   0 |  13k|  29k|  86k|  86k|  29k|  87k| 660 |   0 |   0 | 4.000000e+00 |      --      |    Inf 
664.47/664.65	c   660s|     1 |     2 |152273 | 656M|   0 |  13k|  29k|  86k|  86k|  29k|  87k| 660 |   0 |  28 | 4.000000e+00 |      --      |    Inf 
1796.90/1797.22	c 
1796.90/1797.22	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.22	c Solving Time (sec) : 1791.02
1796.90/1797.22	c Solving Nodes      : 6
1796.90/1797.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.90/1797.22	c Dual Bound         : +4.00000000000000e+00
1796.90/1797.22	c Gap                : infinite
1796.90/1797.22	c NODE         6
1796.90/1797.22	c DUAL BOUND   4
1796.90/1797.22	c PRIMAL BOUND 1e+20
1796.90/1797.22	c GAP          1e+20
1796.90/1797.22	s UNKNOWN
1796.90/1797.22	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.22	c Solving Time       :    1791.02
1796.90/1797.22	c Original Problem   :
1796.90/1797.22	c   Problem name     : HOME/instance-3744999-1338807822.opb
1796.90/1797.22	c   Variables        : 171591 (171591 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.22	c   Constraints      : 479518 initial, 479518 maximal
1796.90/1797.22	c Presolved Problem  :
1796.90/1797.22	c   Problem name     : t_HOME/instance-3744999-1338807822.opb
1796.90/1797.22	c   Variables        : 29737 (29737 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.22	c   Constraints      : 86848 initial, 86848 maximal
1796.90/1797.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.90/1797.22	c   trivial          :       0.02          1          0          0          0          0          0          0          0
1796.90/1797.22	c   dualfix          :       0.87      64213          0          0          0          0          0          0          0
1796.90/1797.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.22	c   implics          :       1.11          0        269          0          0          0          0          0          0
1796.90/1797.22	c   probing          :       5.74          0          0          0          0          0          0          0          0
1796.90/1797.22	c   linear           :       3.80      59735      17636          0      59577          0     392670         45         59
1796.90/1797.22	c   logicor          :       0.18          0          0          0          0          0          0          0          0
1796.90/1797.22	c   root node        :          -          0          -          -          0          -          -          -          -
1796.90/1797.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.22	c   integral         :          0          0          0          6          0          0          0          0          0         12
1796.90/1797.22	c   logicor          :      86848          7       4160          0          0          0        681          0          0          0
1796.90/1797.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.90/1797.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.90/1797.22	c   integral         :     587.45       0.00       0.00     587.45       0.00
1796.90/1797.22	c   logicor          :       0.94       0.06       0.88       0.00       0.00
1796.90/1797.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.90/1797.22	c   rootredcost      :       0.00          0          0          0
1796.90/1797.22	c   pseudoobj        :       0.01        257          0          0
1796.90/1797.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.90/1797.22	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.90/1797.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.90/1797.22	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.90/1797.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.90/1797.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.90/1797.22	c   cut pool         :       0.00          6          -          -         88          -    (maximal pool size: 1733)
1796.90/1797.22	c   redcost          :       0.01         12          0          0          0          0
1796.90/1797.22	c   impliedbounds    :       0.30          7          0          0        480          0
1796.90/1797.22	c   intobj           :       0.00          0          0          0          0          0
1796.90/1797.22	c   gomory           :       4.82          7          0          0       3500          0
1796.90/1797.22	c   strongcg         :       4.42          7          0          0       3500          0
1796.90/1797.22	c   cmir             :      22.50          7          0          0          0          0
1796.90/1797.22	c   flowcover        :      27.42          7          0          0         23          0
1796.90/1797.22	c   clique           :      21.21          7          0          0         54          0
1796.90/1797.22	c   zerohalf         :       0.00          0          0          0          0          0
1796.90/1797.22	c   mcf              :       0.07          1          0          0          0          0
1796.90/1797.22	c Pricers            :       Time      Calls       Vars
1796.90/1797.22	c   problem variables:       0.00          0          0
1796.90/1797.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.22	c   relpscost        :     587.45          6          0          0          0          0         12
1796.90/1797.22	c   pscost           :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   inference        :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   mostinf          :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   leastinf         :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.90/1797.22	c   random           :       0.00          0          0          0          0          0          0
1796.90/1797.22	c Primal Heuristics  :       Time      Calls      Found
1796.90/1797.22	c   LP solutions     :       0.00          -          0
1796.90/1797.22	c   pseudo solutions :       0.00          -          0
1796.90/1797.22	c   oneopt           :       0.00          0          0
1796.90/1797.22	c   pscostdiving     :       0.00          0          0
1796.90/1797.22	c   fracdiving       :       0.00          0          0
1796.90/1797.22	c   veclendiving     :       0.00          0          0
1796.90/1797.22	c   objpscostdiving  :       0.00          0          0
1796.90/1797.22	c   simplerounding   :       0.00          0          0
1796.90/1797.22	c   rounding         :       0.11         13          0
1796.90/1797.22	c   shifting         :      14.10          8          0
1796.90/1797.22	c   intshifting      :       0.00          0          0
1796.90/1797.22	c   fixandinfer      :       0.00          0          0
1796.90/1797.22	c   feaspump         :     135.80          1          0
1796.90/1797.22	c   coefdiving       :     543.97          1          0
1796.90/1797.22	c   intdiving        :       0.00          0          0
1796.90/1797.22	c   actconsdiving    :       0.00          0          0
1796.90/1797.22	c   rootsoldiving    :       0.00          0          0
1796.90/1797.22	c   linesearchdiving :       0.00          0          0
1796.90/1797.22	c   guideddiving     :       0.00          0          0
1796.90/1797.22	c   octane           :       0.00          0          0
1796.90/1797.22	c   rens             :       0.40          1          0
1796.90/1797.22	c   rins             :       0.00          0          0
1796.90/1797.22	c   localbranching   :       0.00          0          0
1796.90/1797.22	c   mutation         :       0.00          0          0
1796.90/1797.22	c   crossover        :       0.00          0          0
1796.90/1797.22	c   dins             :       0.00          0          0
1796.90/1797.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.90/1797.22	c   primal LP        :       0.05          0          0       0.00       0.00
1796.90/1797.22	c   dual LP          :     415.03         13     143103   11007.92     344.80
1796.90/1797.22	c   barrier LP       :       0.00          0          0       0.00          -
1796.90/1797.22	c   diving/probing LP:     675.54        293     216311     738.26     320.20
1796.90/1797.22	c   strong branching :     587.41        162     152533     941.56     259.67
1796.90/1797.22	c     (at root node) :          -         28      28000    1000.00          -
1796.90/1797.22	c   conflict analysis:       0.00          0          0       0.00          -
1796.90/1797.22	c B&B Tree           :
1796.90/1797.22	c   number of runs   :          1
1796.90/1797.22	c   nodes            :          6
1796.90/1797.22	c   nodes (total)    :          6
1796.90/1797.22	c   nodes left       :          7
1796.90/1797.22	c   max depth        :          5
1796.90/1797.22	c   max depth (total):          5
1796.90/1797.22	c   backtracks       :          0 (0.0%)
1796.90/1797.22	c   delayed cutoffs  :          0
1796.90/1797.22	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.90/1797.22	c   avg switch length:       1.00
1796.90/1797.22	c   switching time   :       0.07
1796.90/1797.22	c Solution           :
1796.90/1797.22	c   Solutions found  :          0 (0 improvements)
1796.90/1797.22	c   Primal Bound     :          -
1796.90/1797.22	c   Dual Bound       : +4.00000000000000e+00
1796.90/1797.22	c   Gap              :   infinite
1796.90/1797.22	c   Root Dual Bound  : +4.00000000000000e+00
1797.41/1797.74	c Time complete: 1797.45.

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-3744999-1338807822/watcher-3744999-1338807822 -o /tmp/evaluation-result-3744999-1338807822/solver-3744999-1338807822 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3744999-1338807822.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.01 2.01 2.00 2/176 31977
/proc/meminfo: memFree=27582580/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=8236 CPUtime=0 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 1444 0 0 0 0 0 0 0 20 0 1 0 346906793 8433664 1397 33554432000 4194304 7823515 140736153651120 140735729927368 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 2059 1397 337 887 0 1169 0

[startup+0.0209111 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 31977
/proc/meminfo: memFree=27582580/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=11864 CPUtime=0.01 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 2326 0 0 0 1 0 0 0 20 0 1 0 346906793 12148736 2279 33554432000 4194304 7823515 140736153651120 140735729927368 6896752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 2966 2279 354 887 0 2076 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11864

[startup+0.100219 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 31977
/proc/meminfo: memFree=27582580/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=21056 CPUtime=0.09 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 4638 0 0 0 9 0 0 0 20 0 1 0 346906793 21561344 4591 33554432000 4194304 7823515 140736153651120 140735729927368 5537988 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 5264 4591 354 887 0 4374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21056

[startup+0.300218 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 31977
/proc/meminfo: memFree=27582580/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=40096 CPUtime=0.29 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 9348 0 0 0 28 1 0 0 20 0 1 0 346906793 41058304 9301 33554432000 4194304 7823515 140736153651120 140736153517224 6908052 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 10024 9301 354 887 0 9134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40096

[startup+0.700223 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 31977
/proc/meminfo: memFree=27582580/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=76228 CPUtime=0.69 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 18404 0 0 0 67 2 0 0 20 0 1 0 346906793 78057472 18357 33554432000 4194304 7823515 140736153651120 140736153517224 6896372 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 19057 18357 354 887 0 18167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76228

[startup+1.50022 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31978
/proc/meminfo: memFree=27351356/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=148524 CPUtime=1.48 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 36394 0 0 0 144 4 0 0 20 0 1 0 346906793 152088576 36347 33554432000 4194304 7823515 140736153651120 140736153517224 6908072 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 37131 36347 354 887 0 36241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 148524

[startup+3.10022 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31978
/proc/meminfo: memFree=27206648/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=288560 CPUtime=3.09 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 71459 0 0 0 299 10 0 0 20 0 1 0 346906793 295485440 71412 33554432000 4194304 7823515 140736153651120 140736153515736 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 72140 71412 354 887 0 71250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 288560

[startup+6.30022 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31978
/proc/meminfo: memFree=26546216/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=820880 CPUtime=6.28 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 203847 0 0 0 586 42 0 0 20 0 1 0 346906793 840581120 203446 33554432000 4194304 7823515 140736153651120 140736153648056 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 205220 203446 432 887 0 204330 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 820880

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31978
/proc/meminfo: memFree=26351404/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=974096 CPUtime=12.68 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 239910 0 0 0 1195 73 0 0 20 0 1 0 346906793 997474304 241631 33554432000 4194304 7823515 140736153651120 140736153648360 5422861 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 243524 241631 448 887 0 242634 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 974096

[startup+25.5002 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 31978
/proc/meminfo: memFree=26333708/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=993908 CPUtime=25.48 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 242314 0 0 0 2473 75 0 0 20 0 1 0 346906793 1017761792 246144 33554432000 4194304 7823515 140736153651120 140736153646456 6908077 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31977/statm: 248477 246144 520 887 0 247587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 993908

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31978
/proc/meminfo: memFree=26303288/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1008976 CPUtime=51.08 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 244475 0 0 0 5030 78 0 0 20 0 1 0 346906793 1033191424 249062 33554432000 4194304 7823515 140736153651120 140736153646808 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 252244 249062 520 887 0 251354 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1008976

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 31978
/proc/meminfo: memFree=26296760/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1011744 CPUtime=102.27 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 245746 0 0 0 10145 82 0 0 20 0 1 0 346906793 1036025856 250269 33554432000 4194304 7823515 140736153651120 140736153645928 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 252936 250269 531 887 0 252046 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1011744

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 31979
/proc/meminfo: memFree=26288424/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1022632 CPUtime=162.26 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 247313 0 0 0 16140 86 0 0 20 0 1 0 346906793 1047175168 252347 33554432000 4194304 7823515 140736153651120 140736153645800 6208461 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 255658 252347 531 887 0 254768 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1022632

[startup+222.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 31979
/proc/meminfo: memFree=26263832/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1055520 CPUtime=222.26 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 251343 0 0 0 22108 118 0 0 20 0 1 0 346906793 1080852480 257910 33554432000 4194304 7823515 140736153651120 140736153646456 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 263880 257910 560 887 0 262990 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1055520

[startup+282.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/177 31979
/proc/meminfo: memFree=26239724/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1064072 CPUtime=282.24 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 252872 0 0 0 28101 123 0 0 20 0 1 0 346906793 1089609728 263661 33554432000 4194304 7823515 140736153651120 140736153646456 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266018 263661 560 887 0 265128 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1064072

[startup+342.3 s]
/proc/loadavg: 2.15 2.09 2.02 3/177 31979
/proc/meminfo: memFree=26235048/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1064072 CPUtime=342.23 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 252959 0 0 0 34093 130 0 0 20 0 1 0 346906793 1089609728 263748 33554432000 4194304 7823515 140736153651120 140736153646456 6212418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266018 263748 560 887 0 265128 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1064072

[startup+402.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/178 31982
/proc/meminfo: memFree=26231968/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1064072 CPUtime=402.23 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 253145 0 0 0 40087 136 0 0 20 0 1 0 346906793 1089609728 263934 33554432000 4194304 7823515 140736153651120 140736153646456 6237308 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266018 263934 560 887 0 265128 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1064072

[startup+462.3 s]
/proc/loadavg: 1.73 1.99 1.99 2/171 32007
/proc/meminfo: memFree=27006048/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1064072 CPUtime=462.22 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 253173 0 0 0 46081 141 0 0 20 0 1 0 346906793 1089609728 263968 33554432000 4194304 7823515 140736153651120 140736153646456 6212749 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266018 263968 560 887 0 265128 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1064072

[startup+522.3 s]
/proc/loadavg: 1.27 1.81 1.92 2/171 32007
/proc/meminfo: memFree=27006448/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1064072 CPUtime=522.2 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 253180 0 0 0 52074 146 0 0 20 0 1 0 346906793 1089609728 263970 33554432000 4194304 7823515 140736153651120 140736153646920 5600494 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266018 263970 560 887 0 265128 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1064072

[startup+582.3 s]
/proc/loadavg: 1.10 1.66 1.86 2/171 32007
/proc/meminfo: memFree=27004120/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=582.18 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277471 0 0 0 58062 156 0 0 20 0 1 0 346906793 1091395584 264506 33554432000 4194304 7823515 140736153651120 140736153645816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 264506 566 887 0 265564 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1065816

[startup+642.3 s]

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

/proc/meminfo: memFree=26998824/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1062.12 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 106007 205 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646456 6212699 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1065816

[startup+1122.3 s]
/proc/loadavg: 1.06 1.14 1.49 2/171 32012
/proc/meminfo: memFree=26998824/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1122.11 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 111999 212 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1065816

[startup+1182.3 s]
/proc/loadavg: 1.08 1.13 1.46 2/171 32012
/proc/meminfo: memFree=26998948/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1182.09 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 117991 218 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646456 6908082 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1065816

[startup+1242.3 s]
/proc/loadavg: 1.08 1.12 1.43 2/171 32012
/proc/meminfo: memFree=26998700/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1242.08 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 123984 224 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153645816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1065816

[startup+1302.3 s]
/proc/loadavg: 1.03 1.09 1.40 2/171 32012
/proc/meminfo: memFree=26998824/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1302.08 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 129978 230 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1065816

[startup+1362.3 s]
/proc/loadavg: 1.07 1.09 1.38 2/171 32013
/proc/meminfo: memFree=26998948/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1362.07 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 135971 236 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1065816

[startup+1422.31 s]
/proc/loadavg: 1.08 1.09 1.36 2/171 32013
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1422.06 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 141962 244 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153647048 6211732 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1065816

[startup+1482.3 s]
/proc/loadavg: 1.08 1.08 1.34 2/171 32013
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1482.05 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 147954 251 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153645912 5994235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1065816

[startup+1542.3 s]
/proc/loadavg: 1.09 1.08 1.32 2/171 32013
/proc/meminfo: memFree=26998948/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1542.04 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 153949 255 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6234850 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1065816

[startup+1602.3 s]
/proc/loadavg: 1.09 1.08 1.30 2/172 32016
/proc/meminfo: memFree=26999064/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1602.03 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 159942 261 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1065816

[startup+1662.3 s]
/proc/loadavg: 1.03 1.06 1.28 2/171 32017
/proc/meminfo: memFree=26999320/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1662.03 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 165934 269 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1065816

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.26 2/171 32017
/proc/meminfo: memFree=26999444/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1722.01 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 171926 275 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646936 6212757 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1065816

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1782.01 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 177920 281 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1065816

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1785.21 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 178240 281 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6158131 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1065816

[startup+1791.91 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1791.61 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 178879 282 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646936 6212771 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1065816

[startup+1795.1 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1794.81 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 179199 282 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6212348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 1065816

[startup+1796.7 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1065816 CPUtime=1796.4 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277475 0 0 0 179358 282 0 0 20 0 1 0 346906793 1091395584 265990 33554432000 4194304 7823515 140736153651120 140736153646584 6212327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 266454 265990 566 887 0 265564 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 1065816

[startup+1797.5 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=1060508 CPUtime=1797.21 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277477 0 0 0 179438 283 0 0 20 0 1 0 346906793 1085960192 264674 33554432000 4194304 7823515 140736153651120 140736153646584 4240663 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 265127 264674 568 887 0 264237 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 1060508

[startup+1797.7 s]
/proc/loadavg: 1.00 1.04 1.24 2/171 32017
/proc/meminfo: memFree=26999072/32873844 swapFree=7108/7108
[pid=31977] ppid=31975 vsize=831692 CPUtime=1797.41 cores=0,2,4,6
/proc/31977/stat : 31977 (pbscip.linux.x8) R 31975 31977 30579 0 -1 4202496 277477 0 0 0 179456 285 0 0 20 0 1 0 346906793 851652608 207479 33554432000 4194304 7823515 140736153651120 140736153646584 5875083 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31977/statm: 207923 207479 568 887 0 207033 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 831692

Child status: 0
Real time (s): 1797.75
CPU time (s): 1797.46
CPU user time (s): 1794.6
CPU system time (s): 2.85756
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1162424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 2.85757
maximum resident set size= 1152968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277480
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= 28
involuntary context switches= 1876

runsolver used 2.73858 second user time and 7.11192 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-04 13:03:42
IDJOB=3744999
IDBENCH=92886
IDSOLVER=2321
FILE ID=node139/3744999-1338807822
RUNJOBID= node139-1338784461-30595
PBS_JOBID= 14636850
Free space on /tmp= 71064 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/graca/normalized-ped2.B.recomb1-0.10-6.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-3744999-1338807822/watcher-3744999-1338807822 -o /tmp/evaluation-result-3744999-1338807822/solver-3744999-1338807822 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3744999-1338807822.opb

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

MD5SUM BENCH= d1af14c39cbee82fd2268208a890eee0
RANDOM SEED=670607717

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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.750
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:        27590772 kB
Buffers:          520792 kB
Cached:          3425204 kB
SwapCached:          828 kB
Active:          2241464 kB
Inactive:        2162692 kB
Active(anon):     451760 kB
Inactive(anon):     7952 kB
Active(file):    1789704 kB
Inactive(file):  2154740 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             45700 kB
Writeback:             0 kB
AnonPages:        465476 kB
Mapped:            13124 kB
Shmem:                 8 kB
Slab:             737596 kB
SReclaimable:     178368 kB
SUnreclaim:       559228 kB
KernelStack:        1472 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     577544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71076 MiB
End job on node139 at 2012-06-04 13:33:40