Trace number 1869355

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1796.98 1797.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM292e71503f1e4f136e087e61da3c7ed4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 118
Optimality of the best value was proved NO
Number of variables2470
Total number of constraints4744
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 constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.25	c SCIP version 1.1.0.7
0.19/0.25	c LP-Solver Clp 1.8.2
0.19/0.25	c user parameter file <scip.set> not found - using default parameters
0.19/0.25	c read problem <HOME/instance-1869355-1245170921.opb>
0.19/0.25	c original problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 4744 constraints
0.29/0.34	c start presolving problem
0.29/0.34	c presolving:
0.39/0.44	c (round 1) 0 del vars, 2366 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12 upgd conss, 0 impls, 0 clqs
1.49/1.56	c    (1.3s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
1.49/1.56	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.49/1.56	c presolving (2 rounds):
1.49/1.56	c  0 deleted vars, 2366 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.49/1.56	c  4888 implications, 0 cliques
1.49/1.56	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
1.49/1.56	c      12 constraints of type <knapsack>
1.49/1.56	c    2366 constraints of type <linear>
1.49/1.56	c transformed objective value is always integral (scale: 1)
1.49/1.56	c Presolving Time: 1.22
1.49/1.56	c OPT-LIN
1.49/1.56	c -----------------------------------------------------------------------------------------------
1.49/1.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.56	c limits/memory = c 1620
1.49/1.56	c # maximal time in seconds to run
1.49/1.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.56	c limits/time = c 1791
1.49/1.56	c # frequency for displaying node information lines
1.49/1.56	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.56	c display/freq = c 10000
1.49/1.56	c -----------------------------------------------------------------------------------------------
1.49/1.56	c start solving problem
1.49/1.56	c 
1.89/1.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.97	c   1.7s|     1 |     0 |  2937 |  19M|   0 |1442 |2470 |2378 |2378 |2470 |2378 |   0 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
3.09/3.19	c   2.9s|     1 |     0 |  4801 |  20M|   0 |1455 |2470 |2378 |2378 |2470 |2422 |  44 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
3.69/3.73	c   3.4s|     1 |     0 |  4873 |  20M|   0 |1458 |2470 |2378 |2378 |2470 |2467 |  89 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
4.29/4.33	c   4.0s|     1 |     0 |  5025 |  21M|   0 |1467 |2470 |2378 |2378 |2470 |2536 | 158 |   0 |   0 | 1.200198e+01 |      --      |    Inf 
4.99/5.05	c   4.7s|     1 |     0 |  5248 |  22M|   0 |1459 |2470 |2378 |2378 |2470 |2593 | 215 |   0 |   0 | 1.200226e+01 |      --      |    Inf 
5.69/5.79	c   5.4s|     1 |     0 |  5516 |  22M|   0 |1470 |2470 |2378 |2378 |2470 |2641 | 263 |   0 |   0 | 1.200226e+01 |      --      |    Inf 
6.79/6.84	c   6.5s|     1 |     0 |  5960 |  23M|   0 |1446 |2470 |2378 |2378 |2470 |2706 | 328 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
8.70/8.73	c   8.3s|     1 |     0 |  7057 |  23M|   0 |1407 |2470 |2378 |2378 |2470 |2772 | 394 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
10.39/10.45	c  10.0s|     1 |     0 |  7761 |  24M|   0 |1414 |2470 |2378 |2378 |2470 |2830 | 452 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
12.69/12.75	c  12.3s|     1 |     0 |  8410 |  24M|   0 |1412 |2470 |2378 |2378 |2470 |2873 | 495 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
15.29/15.33	c  14.9s|     1 |     0 |  9309 |  25M|   0 |1398 |2470 |2378 |2378 |2470 |2927 | 549 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
16.49/16.53	c  16.1s|     1 |     0 | 10334 |  25M|   0 |1396 |2470 |2378 |2378 |2470 |2952 | 574 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
22.49/22.58	c  22.1s|     1 |     2 | 10334 |  25M|   0 |1396 |2470 |2378 |2378 |2470 |2952 | 574 |   0 |  21 | 1.300000e+01 |      --      |    Inf 
1303.09/1303.41	c  1299s| 10000 |  6394 |  2150k|  49M|  78 | 875 |2470 |3776 |2304 |2470 |2499 | 574 |3953 |4930 | 1.500000e+01 |      --      |    Inf 
1796.76/1797.27	c 
1796.76/1797.27	c SCIP Status        : solving was interrupted [time limit reached]
1796.76/1797.27	c Solving Time (sec) : 1791.02
1796.76/1797.27	c Solving Nodes      : 14214
1796.76/1797.27	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.76/1797.27	c Dual Bound         : +1.60000000000000e+01
1796.76/1797.27	c Gap                : infinite
1796.76/1797.27	c NODE         14214
1796.76/1797.27	c DUAL BOUND   16
1796.76/1797.27	c PRIMAL BOUND 1e+20
1796.76/1797.27	c GAP          1e+20
1796.76/1797.27	s UNKNOWN
1796.76/1797.27	c SCIP Status        : solving was interrupted [time limit reached]
1796.76/1797.27	c Solving Time       :    1791.02
1796.76/1797.27	c Original Problem   :
1796.76/1797.27	c   Problem name     : HOME/instance-1869355-1245170921.opb
1796.76/1797.27	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.76/1797.27	c   Constraints      : 4744 initial, 4744 maximal
1796.76/1797.27	c Presolved Problem  :
1796.76/1797.27	c   Problem name     : t_HOME/instance-1869355-1245170921.opb
1796.76/1797.27	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.76/1797.27	c   Constraints      : 2378 initial, 4229 maximal
1796.76/1797.27	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.76/1797.27	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   probing          :       1.09          0          0          0          0          0          0          0          0
1796.76/1797.27	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   linear           :       0.11          0          0          0          0          0       2366          0          0
1796.76/1797.27	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.76/1797.27	c   root node        :          -          0          -          -          0          -          -          -          -
1796.76/1797.27	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.76/1797.27	c   integral         :          0          0          0      11475          0         29        809          0          0      22330
1796.76/1797.27	c   knapsack         :         12         11      64133          0          0        372      18075         99          0          0
1796.76/1797.27	c   linear           :       2366         11      63761          0          0       1571     982457          5          0          0
1796.76/1797.27	c   logicor          :          0+         0      22174          0          0        111       4919          0          0          0
1796.76/1797.27	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.76/1797.27	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.76/1797.27	c   integral         :     336.70       0.00       0.00     336.70       0.00
1796.76/1797.27	c   knapsack         :       6.07       0.00       6.07       0.00       0.00
1796.76/1797.27	c   linear           :     177.37       0.00     177.37       0.00       0.00
1796.76/1797.27	c   logicor          :       2.93       0.00       2.93       0.00       0.00
1796.76/1797.27	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.76/1797.27	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.76/1797.27	c   rootredcost      :       0.09          0          0          0
1796.76/1797.27	c   pseudoobj        :       0.20      63907          0          0
1796.76/1797.27	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.76/1797.27	c   propagation      :       0.41       2054       2052      12948       29.5        109       15.4          -
1796.76/1797.27	c   infeasible LP    :       6.82      11878          2          6       29.3          1        8.0          0
1796.76/1797.27	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.76/1797.27	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.76/1797.27	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.76/1797.27	c   applied globally :          -          -          -       6692       27.1          -          -          -
1796.76/1797.27	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.76/1797.27	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.76/1797.27	c   cut pool         :       0.01         10          -          -       5237          -    (maximal pool size: 6574)
1796.76/1797.27	c   redcost          :       1.83      11531          0         55          0          0
1796.76/1797.27	c   impliedbounds    :       0.01         11          0          0         49          0
1796.76/1797.27	c   intobj           :       0.00          0          0          0          0          0
1796.76/1797.27	c   gomory           :       0.43         11          0          0         29          0
1796.76/1797.27	c   strongcg         :       0.40         11          0          0         28          0
1796.76/1797.27	c   cmir             :       4.32         10          0          0       5000          0
1796.76/1797.27	c   flowcover        :       2.94         10          0          0       2000          0
1796.76/1797.27	c   clique           :       0.01          1          0          0          0          0
1796.76/1797.27	c   zerohalf         :       0.00          0          0          0          0          0
1796.76/1797.27	c   mcf              :       0.00          1          0          0          0          0
1796.76/1797.27	c Pricers            :       Time      Calls       Vars
1796.76/1797.27	c   problem variables:       0.00          0          0
1796.76/1797.27	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.76/1797.27	c   relpscost        :     336.69      11475         29        809          0          0      22330
1796.76/1797.27	c   pscost           :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   inference        :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   mostinf          :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   leastinf         :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.76/1797.27	c   random           :       0.00          0          0          0          0          0          0
1796.76/1797.27	c Primal Heuristics  :       Time      Calls      Found
1796.76/1797.27	c   LP solutions     :       0.00          -          0
1796.76/1797.27	c   pseudo solutions :       0.00          -          0
1796.76/1797.27	c   oneopt           :       0.03          0          0
1796.76/1797.27	c   crossover        :       0.01          0          0
1796.76/1797.27	c   coefdiving       :     212.25         23          0
1796.76/1797.27	c   feaspump         :      46.68         21          0
1796.76/1797.27	c   veclendiving     :      45.04         64          0
1796.76/1797.27	c   pscostdiving     :      83.34         73          0
1796.76/1797.27	c   linesearchdiving :      60.75        110          0
1796.76/1797.27	c   simplerounding   :       0.03          0          0
1796.76/1797.27	c   rounding         :       1.82       1452          0
1796.76/1797.27	c   shifting         :       9.34        427          0
1796.76/1797.27	c   intshifting      :       0.00          0          0
1796.76/1797.27	c   fixandinfer      :       0.00          0          0
1796.76/1797.27	c   fracdiving       :     141.37         20          0
1796.76/1797.27	c   intdiving        :       0.00          0          0
1796.76/1797.27	c   actconsdiving    :       0.00          0          0
1796.76/1797.27	c   objpscostdiving  :      36.65         21          0
1796.76/1797.27	c   rootsoldiving    :      13.93         20          0
1796.76/1797.27	c   guideddiving     :       0.00          0          0
1796.76/1797.27	c   octane           :       0.00          0          0
1796.76/1797.27	c   rens             :       0.01          0          0
1796.76/1797.27	c   rins             :       0.00          0          0
1796.76/1797.27	c   localbranching   :       0.00          0          0
1796.76/1797.27	c   mutation         :       0.00          0          0
1796.76/1797.27	c   dins             :       0.00          0          0
1796.76/1797.27	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.76/1797.27	c   primal LP        :       0.05          0          0       0.00       0.00
1796.76/1797.27	c   dual LP          :     610.16      13490    2174068     161.16    3563.11
1796.76/1797.27	c   barrier LP       :       0.00          0          0       0.00          -
1796.76/1797.27	c   diving/probing LP:     546.72      24838     862356      34.72    1577.33
1796.76/1797.27	c   strong branching :     330.68       6460    1044226     161.64    3157.81
1796.76/1797.27	c     (at root node) :          -         21       5124     244.00          -
1796.76/1797.27	c   conflict analysis:       0.00          0          0       0.00          -
1796.76/1797.27	c B&B Tree           :
1796.76/1797.27	c   number of runs   :          1
1796.76/1797.27	c   nodes            :      14214
1796.76/1797.27	c   nodes (total)    :      14214
1796.76/1797.27	c   nodes left       :       7842
1796.76/1797.27	c   max depth        :         78
1796.76/1797.27	c   max depth (total):         78
1796.76/1797.27	c   backtracks       :       2200 (15.5%)
1796.76/1797.27	c   delayed cutoffs  :        275
1796.76/1797.27	c   repropagations   :       2440 (136118 domain reductions, 195 cutoffs)
1796.76/1797.27	c   avg switch length:       6.24
1796.76/1797.27	c   switching time   :      23.67
1796.76/1797.27	c Solution           :
1796.76/1797.27	c   Solutions found  :          0 (0 improvements)
1796.76/1797.27	c   Primal Bound     :          -
1796.76/1797.27	c   Dual Bound       : +1.60000000000000e+01
1796.76/1797.27	c   Gap              :   infinite
1796.76/1797.27	c   Root Dual Bound  : +1.30000000000000e+01
1796.86/1797.40	c Time complete: 1796.96.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869355-1245170921/watcher-1869355-1245170921 -o /tmp/evaluation-result-1869355-1245170921/solver-1869355-1245170921 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869355-1245170921.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1371
/proc/meminfo: memFree=1849264/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=5812 CPUtime=0
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 184693131 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/1371/statm: 1453 503 332 1256 0 192 0

[startup+0.0156701 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1371
/proc/meminfo: memFree=1849264/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=10192 CPUtime=0
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 1524 0 0 0 0 0 0 0 18 0 1 0 184693131 10436608 1508 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/1371/statm: 2548 1508 378 1256 0 1287 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10192

[startup+0.101676 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1371
/proc/meminfo: memFree=1849264/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=12740 CPUtime=0.09
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 2149 0 0 0 8 1 0 0 18 0 1 0 184693131 13045760 2133 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/1371/statm: 3185 2133 378 1256 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12740

[startup+0.301691 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1371
/proc/meminfo: memFree=1849264/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=37272 CPUtime=0.29
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 8630 0 0 0 25 4 0 0 19 0 1 0 184693131 38166528 8260 1992294400 4194304 9342243 548682068736 18446744073709551615 8251083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 9318 8260 416 1256 0 8057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37272

[startup+0.701725 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1371
/proc/meminfo: memFree=1849264/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=55628 CPUtime=0.69
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 12897 0 0 0 62 7 0 0 22 0 1 0 184693131 56963072 12527 1992294400 4194304 9342243 548682068736 18446744073709551615 5066996 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 13907 12527 484 1256 0 12646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55628

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1372
/proc/meminfo: memFree=1800936/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=55628 CPUtime=1.49
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 12897 0 0 0 142 7 0 0 25 0 1 0 184693131 56963072 12527 1992294400 4194304 9342243 548682068736 18446744073709551615 5062996 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 13907 12527 484 1256 0 12646 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55628

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1372
/proc/meminfo: memFree=1790440/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=68236 CPUtime=3.09
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 15938 0 0 0 300 9 0 0 25 0 1 0 184693131 69873664 15542 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 17059 15542 659 1256 0 15798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68236

[startup+6.30118 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 1372
/proc/meminfo: memFree=1785064/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=77400 CPUtime=6.29
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 18835 0 0 0 617 12 0 0 25 0 1 0 184693131 79257600 16766 1992294400 4194304 9342243 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 19350 16766 665 1256 0 18089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77400

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 1372
/proc/meminfo: memFree=1776616/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=86204 CPUtime=12.69
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 27495 0 0 0 1251 18 0 0 25 0 1 0 184693131 88272896 18940 1992294400 4194304 9342243 548682068736 18446744073709551615 6889068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21551 18940 665 1256 0 20290 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86204

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 1372
/proc/meminfo: memFree=1775912/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=87612 CPUtime=25.48
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 36693 0 0 0 2524 24 0 0 25 0 1 0 184693131 89714688 18923 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21903 18923 676 1256 0 20642 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87612

[startup+51.1018 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 1372
/proc/meminfo: memFree=1773864/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=89840 CPUtime=51.08
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 48457 0 0 0 5073 35 0 0 25 0 1 0 184693131 91996160 19444 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 22460 19444 682 1256 0 21199 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89840

[startup+102.306 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 1372
/proc/meminfo: memFree=1774248/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=82764 CPUtime=102.27
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 103235 0 0 0 10152 75 0 0 25 0 1 0 184693131 84750336 19323 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 20691 19323 687 1256 0 19430 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 82764

[startup+162.302 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 1374
/proc/meminfo: memFree=1772584/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=86888 CPUtime=162.25
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 105850 0 0 0 16139 86 0 0 25 0 1 0 184693131 88973312 19756 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21722 19756 688 1256 0 20461 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86888

[startup+222.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 1374
/proc/meminfo: memFree=1773800/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=84856 CPUtime=222.23
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 106364 0 0 0 22126 97 0 0 25 0 1 0 184693131 86892544 19459 1992294400 4194304 9342243 548682068736 18446744073709551615 6243165 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21214 19459 688 1256 0 19953 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 84856

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 1374
/proc/meminfo: memFree=1771752/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=88072 CPUtime=282.22
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 108131 0 0 0 28111 111 0 0 25 0 1 0 184693131 90185728 19978 1992294400 4194304 9342243 548682068736 18446744073709551615 6240135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 22018 19978 688 1256 0 20757 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 88072

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 1374
/proc/meminfo: memFree=1772200/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=87536 CPUtime=342.21
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 113083 0 0 0 34095 126 0 0 25 0 1 0 184693131 89636864 19851 1992294400 4194304 9342243 548682068736 18446744073709551615 6908614 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21884 19851 688 1256 0 20623 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 87536

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 1374
/proc/meminfo: memFree=1771432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=87016 CPUtime=402.19
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 116279 0 0 0 40077 142 0 0 25 0 1 0 184693131 89104384 20064 1992294400 4194304 9342243 548682068736 18446744073709551615 6348992 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 21754 20064 688 1256 0 20493 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 87016

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1374
/proc/meminfo: memFree=1765480/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=92904 CPUtime=462.18
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 125076 0 0 0 46057 161 0 0 25 0 1 0 184693131 95133696 21526 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 23226 21526 688 1256 0 21965 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 92904

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1374
/proc/meminfo: memFree=1766440/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=92572 CPUtime=522.17
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 130101 0 0 0 52039 178 0 0 25 0 1 0 184693131 94793728 21116 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 23143 21116 688 1256 0 21882 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 92572

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1374
/proc/meminfo: memFree=1767592/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=92336 CPUtime=582.15
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 135477 0 0 0 58022 193 0 0 25 0 1 0 184693131 94552064 21002 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 23084 21002 688 1256 0 21823 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 92336

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1374
/proc/meminfo: memFree=1766440/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=93596 CPUtime=642.14
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 149583 0 0 0 64002 212 0 0 25 0 1 0 184693131 95842304 21263 1992294400 4194304 9342243 548682068736 18446744073709551615 6039476 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 23399 21263 688 1256 0 22138 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 93596

[startup+702.302 s]

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

/proc/meminfo: memFree=1753960/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=106224 CPUtime=1062.03
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 207218 0 0 0 105858 345 0 0 25 0 1 0 184693131 108773376 24343 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 26556 24343 688 1256 0 25295 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 106224

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1750376/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=110140 CPUtime=1122.02
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 210544 0 0 0 111841 361 0 0 25 0 1 0 184693131 112783360 25228 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 27535 25228 688 1256 0 26274 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 110140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1748200/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=113008 CPUtime=1182.01
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 213744 0 0 0 117822 379 0 0 25 0 1 0 184693131 115720192 25897 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 28252 25897 688 1256 0 26991 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 113008

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1747240/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=111568 CPUtime=1242
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 218345 0 0 0 123806 394 0 0 25 0 1 0 184693131 114245632 25985 1992294400 4194304 9342243 548682068736 18446744073709551615 6038404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 27892 25985 688 1256 0 26631 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 111568

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1743848/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=112852 CPUtime=1301.98
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 219188 0 0 0 129788 410 0 0 25 0 1 0 184693131 115560448 26828 1992294400 4194304 9342243 548682068736 18446744073709551615 7289246 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 28213 26828 688 1256 0 26952 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 112852

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1744104/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=115976 CPUtime=1361.96
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 224817 0 0 0 135770 426 0 0 25 0 1 0 184693131 118759424 26817 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 28994 26817 688 1256 0 27733 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 115976

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1744616/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=115584 CPUtime=1421.96
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 228053 0 0 0 141754 442 0 0 25 0 1 0 184693131 118358016 26768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 28896 26768 688 1256 0 27635 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 115584

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1739880/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=119140 CPUtime=1481.93
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 237753 0 0 0 147730 463 0 0 25 0 1 0 184693131 121999360 27858 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 29785 27858 688 1256 0 28524 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 119140

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1738088/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=120008 CPUtime=1541.92
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 245369 0 0 0 153708 484 0 0 25 0 1 0 184693131 122888192 28264 1992294400 4194304 9342243 548682068736 18446744073709551615 5837793 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 30002 28264 688 1256 0 28741 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 120008

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1737448/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=119832 CPUtime=1601.91
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 250391 0 0 0 159690 501 0 0 25 0 1 0 184693131 122707968 28420 1992294400 4194304 9342243 548682068736 18446744073709551615 6890357 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 29958 28420 688 1256 0 28697 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 119832

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1737000/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=120868 CPUtime=1661.89
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 261666 0 0 0 165666 523 0 0 25 0 1 0 184693131 123768832 28539 1992294400 4194304 9342243 548682068736 18446744073709551615 5888835 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 30217 28539 688 1256 0 28956 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 120868

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1734376/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=123076 CPUtime=1721.88
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 266322 0 0 0 171648 540 0 0 25 0 1 0 184693131 126029824 29172 1992294400 4194304 9342243 548682068736 18446744073709551615 5007213 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 30769 29172 688 1256 0 29508 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 123076

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126736 CPUtime=1781.86
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 270735 0 0 0 177631 555 0 0 25 0 1 0 184693131 129777664 29910 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31684 29910 688 1256 0 30423 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 126736

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731112/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126736 CPUtime=1785.07
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 270774 0 0 0 177951 556 0 0 25 0 1 0 184693131 129777664 29949 1992294400 4194304 9342243 548682068736 18446744073709551615 6038420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31684 29949 688 1256 0 30423 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 126736

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731624/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126120 CPUtime=1791.47
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 271538 0 0 0 178589 558 0 0 25 0 1 0 184693131 129146880 29820 1992294400 4194304 9342243 548682068736 18446744073709551615 6039509 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31530 29820 688 1256 0 30269 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 126120

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126120 CPUtime=1794.67
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 271591 0 0 0 178908 559 0 0 25 0 1 0 184693131 129146880 29873 1992294400 4194304 9342243 548682068736 18446744073709551615 6038441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31530 29873 688 1256 0 30269 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 126120

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126120 CPUtime=1796.26
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 271594 0 0 0 179067 559 0 0 25 0 1 0 184693131 129146880 29876 1992294400 4194304 9342243 548682068736 18446744073709551615 6755827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31530 29876 688 1256 0 30269 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (KiB) 126120

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126120 CPUtime=1796.66
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 271594 0 0 0 179107 559 0 0 25 0 1 0 184693131 129146880 29876 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1371/statm: 31530 29876 688 1256 0 30269 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (KiB) 126120

[startup+1797.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1380
/proc/meminfo: memFree=1731432/2055920 swapFree=4191900/4192956
[pid=1371] ppid=1369 vsize=126120 CPUtime=1796.86
/proc/1371/stat : 1371 (pbscip.linux.x8) R 1369 1371 1197 0 -1 4194304 271598 0 0 0 179127 559 0 0 25 0 1 0 184693131 129146880 29880 1992294400 4194304 9342243 548682068736 18446744073709551615 4212032 0 0 4096 0 0 0 0 17 1 0 0
/proc/1371/statm: 31530 29880 692 1256 0 30269 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 126120

Child status: 0
Real time (s): 1797.41
CPU time (s): 1796.98
CPU user time (s): 1791.36
CPU system time (s): 5.61815
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 130024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.36
system time used= 5.61815
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271602
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= 2
involuntary context switches= 1379

runsolver used 1.44978 second user time and 3.61145 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-16 18:48:41
IDJOB=1869355
IDBENCH=2640
IDSOLVER=684
FILE ID=node3/1869355-1245170921
PBS_JOBID= 9363879
Free space on /tmp= 66316 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_13.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869355-1245170921/watcher-1869355-1245170921 -o /tmp/evaluation-result-1869355-1245170921/solver-1869355-1245170921 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869355-1245170921.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=1861648680

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850192 kB
Buffers:         38424 kB
Cached:          96432 kB
SwapCached:        260 kB
Active:          33364 kB
Inactive:       114740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850192 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12820 kB
Writeback:           0 kB
Mapped:          21756 kB
Slab:            43540 kB
Committed_AS:   154104 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node3 at 2009-06-16 19:18:39