Trace number 2699745

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1801.26 1801.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_25_ext.wbo
MD5SUM365904b3d99ce590f30201f621420ac3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2699745-1278533821.wbo>
0.00/0.01	c original problem has 1100 variables (700 bin, 0 int, 0 impl, 400 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  700 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 0 impl, 400 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	o 400
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c t 0.0s|     1 |     0 |     0 |     - |3234k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     0 |     - |3441k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     1 |     - |3441k|   0 |   0 | 950 | 800 | 950 |   1 |   1 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     3 |     - |3456k|   0 |   0 | 950 | 800 | 950 |   2 |   2 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     4 |     - |3457k|   0 |   0 | 950 | 800 | 950 |   3 |   3 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     5 |     - |3457k|   0 |   3 | 950 | 800 | 950 |   4 |   4 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.03	c   0.0s|     1 |     0 |     6 |     - |3469k|   0 |   0 | 950 | 800 | 950 |   5 |   5 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.03	c   0.0s|     1 |     0 |     7 |     - |3470k|   0 |   4 | 950 | 800 | 950 |   6 |   6 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.03	c   0.0s|     1 |     0 |     8 |     - |3482k|   0 |   0 | 950 | 800 | 950 |   8 |   8 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.03	c   0.0s|     1 |     0 |     9 |     - |3482k|   0 |   4 | 950 | 800 | 950 |   9 |   9 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.03	c   0.0s|     1 |     0 |    11 |     - |3495k|   0 |   0 | 950 | 800 | 950 |  11 |  11 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    12 |     - |3496k|   0 |   5 | 950 | 800 | 950 |  12 |  12 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    15 |     - |3522k|   0 |   5 | 950 | 800 | 950 |  14 |  14 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    16 |     - |3537k|   0 |   6 | 950 | 800 | 950 |  15 |  15 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    17 |     - |3547k|   0 |   0 | 950 | 800 | 950 |  16 |  16 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.04	c   0.0s|     1 |     0 |    19 |     - |3547k|   0 |   8 | 950 | 800 | 950 |  17 |  17 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    20 |     - |3566k|   0 |   0 | 950 | 800 | 950 |  19 |  19 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    22 |     - |3566k|   0 |   9 | 950 | 800 | 950 |  20 |  20 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    23 |     - |3573k|   0 |   0 | 950 | 800 | 950 |  20 |  22 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     2 |    23 |     - |3574k|   0 |   0 | 950 | 800 | 950 |  20 |  22 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.49/0.56	o 1
0.49/0.56	c * 0.5s|   766 |    95 |   494 |   0.6 |4879k| 450 |   - | 950 | 823 | 950 |  37 | 245 |  28 | 320 | 0.000000e+00 | 1.000000e-00 |    Inf 
20.89/20.99	c  19.2s| 10000 |  6629 | 83499 |   8.3 |  14M| 450 |   3 | 950 |4975 | 950 | 221 |  27k|8962 |2306 | 0.000000e+00 | 1.000000e-00 |    Inf 
42.49/42.58	c  39.0s| 20000 | 13307 |171897 |   8.6 |  24M| 450 |  41 | 950 |7749 | 950 | 241 |  54k|  17k|3320 | 0.000000e+00 | 1.000000e-00 |    Inf 
62.50/62.54	c  57.3s| 30000 | 19838 |253218 |   8.4 |  31M| 450 |  39 | 950 |7103 | 950 | 255 |  79k|  24k|4077 | 0.000000e+00 | 1.000000e-00 |    Inf 
81.99/82.01	c  75.2s| 40000 | 25914 |333569 |   8.3 |  39M| 450 |   3 | 950 |8545 | 950 | 227 | 103k|  32k|4652 | 0.000000e+00 | 1.000000e-00 |    Inf 
101.80/101.83	c  93.3s| 50000 | 31324 |412488 |   8.2 |  46M| 450 |  14 | 950 |  10k| 950 | 243 | 127k|  41k|5159 | 0.000000e+00 | 1.000000e-00 |    Inf 
122.59/122.66	c   113s| 60000 | 37105 |496187 |   8.3 |  54M| 450 |  42 | 950 |  12k| 950 | 278 | 152k|  49k|5811 | 0.000000e+00 | 1.000000e-00 |    Inf 
143.00/143.01	c   131s| 70000 | 43238 |575824 |   8.2 |  63M| 450 |  33 | 950 |  15k| 950 | 261 | 177k|  56k|6240 | 0.000000e+00 | 1.000000e-00 |    Inf 
163.40/163.41	c   150s| 80000 | 49013 |650001 |   8.1 |  71M| 450 |   3 | 950 |  18k| 950 | 264 | 202k|  63k|6636 | 0.000000e+00 | 1.000000e-00 |    Inf 
183.80/183.90	c   169s| 90000 | 54964 |729886 |   8.1 |  78M| 450 |   3 | 950 |  19k| 950 | 263 | 226k|  71k|7012 | 0.000000e+00 | 1.000000e-00 |    Inf 
204.09/204.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.09/204.19	c   188s|100000 | 60704 |805955 |   8.1 |  85M| 450 |   3 | 950 |  20k| 950 | 246 | 249k|  80k|7377 | 0.000000e+00 | 1.000000e-00 |    Inf 
224.60/224.66	c   206s|110000 | 65630 |883872 |   8.0 |  90M| 450 |   3 | 950 |  19k| 950 | 245 | 271k|  89k|7734 | 0.000000e+00 | 1.000000e-00 |    Inf 
246.10/246.10	c   226s|120000 | 70931 |967950 |   8.1 |  97M| 450 |  17 | 950 |  19k| 950 | 238 | 296k|  98k|8088 | 0.000000e+00 | 1.000000e-00 |    Inf 
267.31/267.32	c   246s|130000 | 75837 |  1040k|   8.0 | 103M| 450 |   - | 950 |  20k|   0 |   0 | 320k| 107k|8377 | 0.000000e+00 | 1.000000e-00 |    Inf 
288.30/288.31	c   265s|140000 | 80650 |  1124k|   8.0 | 109M| 450 |   3 | 950 |  20k| 950 | 256 | 344k| 115k|8655 | 0.000000e+00 | 1.000000e-00 |    Inf 
310.30/310.31	c   285s|150000 | 85610 |  1213k|   8.1 | 116M| 450 |   3 | 950 |  22k| 950 | 218 | 369k| 121k|9005 | 0.000000e+00 | 1.000000e-00 |    Inf 
331.60/331.68	c   305s|160000 | 90412 |  1295k|   8.1 | 120M| 450 |   3 | 950 |  19k| 950 | 247 | 393k| 131k|9279 | 0.000000e+00 | 1.000000e-00 |    Inf 
353.41/353.40	c   325s|170000 | 97017 |  1379k|   8.1 | 127M| 450 |  19 | 950 |  19k| 950 | 225 | 420k| 137k|9607 | 0.000000e+00 | 1.000000e-00 |    Inf 
375.40/375.50	c   345s|180000 |103078 |  1462k|   8.1 | 134M| 450 |  35 | 950 |  20k| 950 | 275 | 447k| 144k|9857 | 0.000000e+00 | 1.000000e-00 |    Inf 
397.50/397.50	c   365s|190000 |109071 |  1545k|   8.1 | 140M| 450 |  33 | 950 |  21k| 950 | 251 | 473k| 151k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
418.41/418.40	c   385s|200000 |115002 |  1621k|   8.1 | 147M| 450 |   6 | 950 |  21k| 950 | 250 | 498k| 158k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
440.01/440.05	c   405s|210000 |120744 |  1702k|   8.1 | 154M| 450 |  30 | 950 |  23k| 950 | 257 | 523k| 165k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
462.01/462.05	c   425s|220000 |126129 |  1784k|   8.1 | 160M| 450 |  20 | 950 |  24k| 950 | 241 | 548k| 172k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
484.41/484.41	c   446s|230000 |131360 |  1865k|   8.1 | 166M| 450 |  16 | 950 |  24k| 950 | 256 | 573k| 180k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
505.60/505.62	c   465s|240000 |136281 |  1942k|   8.1 | 171M| 450 |   7 | 950 |  23k| 950 | 215 | 596k| 188k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
527.01/527.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.01/527.08	c   485s|250000 |141832 |  2020k|   8.1 | 178M| 450 |   3 | 950 |  26k| 950 | 267 | 620k| 196k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
548.40/548.40	c   505s|260000 |147022 |  2097k|   8.1 | 184M| 450 |   - | 950 |  26k|   0 |   0 | 644k| 204k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
570.61/570.66	c   525s|270000 |152765 |  2181k|   8.1 | 191M| 450 |   3 | 950 |  29k| 950 | 264 | 668k| 211k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
593.81/593.89	c   547s|280000 |158476 |  2272k|   8.1 | 198M| 450 |  15 | 950 |  29k| 950 | 242 | 693k| 217k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
619.11/619.17	c   570s|290000 |163674 |  2365k|   8.2 | 204M| 450 |   3 | 950 |  31k| 950 | 265 | 720k| 224k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
642.42/642.47	c   592s|300000 |169061 |  2450k|   8.2 | 209M| 450 |  41 | 950 |  28k| 950 | 270 | 746k| 231k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
663.71/663.77	c   612s|310000 |174161 |  2528k|   8.2 | 214M| 450 |   3 | 950 |  26k| 950 | 242 | 769k| 238k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
686.01/686.03	c   632s|320000 |179539 |  2609k|   8.2 | 220M| 450 |  20 | 950 |  25k| 950 | 268 | 794k| 246k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
708.21/708.29	c   653s|330000 |184855 |  2691k|   8.2 | 224M| 450 |  30 | 950 |  22k| 950 | 226 | 818k| 253k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
731.01/731.04	c   674s|340000 |189795 |  2773k|   8.2 | 230M| 450 |   - | 950 |  22k|   0 |   0 | 844k| 261k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
754.62/754.65	c   696s|350000 |194705 |  2864k|   8.2 | 237M| 450 |  42 | 950 |  24k| 950 | 267 | 871k| 268k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
777.82/777.83	c   717s|360000 |199848 |  2950k|   8.2 | 243M| 450 |   6 | 950 |  25k| 950 | 231 | 898k| 275k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
801.82/801.83	c   739s|370000 |205385 |  3042k|   8.2 | 250M| 450 |   3 | 950 |  27k| 950 | 245 | 926k| 282k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
825.03/825.03	c   761s|380000 |210595 |  3124k|   8.2 | 253M| 450 |   3 | 950 |  21k| 950 | 277 | 951k| 290k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
846.61/846.65	c   781s|390000 |217333 |  3208k|   8.2 | 261M| 450 |  16 | 950 |  21k| 950 | 259 | 977k| 295k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
869.31/869.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.31/869.38	c   802s|400000 |223350 |  3294k|   8.2 | 268M| 450 |   3 | 950 |  21k| 950 | 261 |1003k| 300k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
892.52/892.56	c   823s|410000 |227797 |  3378k|   8.2 | 275M| 450 |   6 | 950 |  22k| 950 | 271 |1027k| 308k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
915.82/915.85	c   845s|420000 |233800 |  3472k|   8.3 | 282M| 450 |   3 | 950 |  23k| 950 | 266 |1054k| 313k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
939.43/939.46	c   867s|430000 |239221 |  3568k|   8.3 | 289M| 450 |   3 | 950 |  24k| 950 | 236 |1080k| 319k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
961.72/961.75	c   888s|440000 |245476 |  3655k|   8.3 | 298M| 450 |   - | 950 |  26k|   0 |   0 |1107k| 324k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
985.82/985.88	c   910s|450000 |249786 |  3745k|   8.3 | 304M| 450 |  37 | 950 |  24k| 950 | 273 |1131k| 331k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1008.82/1008.82	c   931s|460000 |254466 |  3831k|   8.3 | 311M| 450 |  32 | 950 |  24k| 950 | 261 |1155k| 338k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1031.02/1031.04	c   952s|470000 |258625 |  3922k|   8.3 | 318M| 450 |   3 | 950 |  25k| 950 | 237 |1176k| 345k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1052.93/1052.91	c   972s|480000 |264307 |  4006k|   8.3 | 325M| 450 |   - | 950 |  25k|   0 |   0 |1200k| 351k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1077.22/1077.27	c   995s|490000 |269769 |  4098k|   8.4 | 333M| 450 |   6 | 950 |  26k| 950 | 265 |1228k| 356k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1099.72/1099.77	c  1016s|500000 |274236 |  4179k|   8.4 | 340M| 450 |   - | 950 |  26k|   0 |   0 |1250k| 363k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1121.82/1121.88	c  1036s|510000 |279834 |  4263k|   8.4 | 345M| 450 |   3 | 950 |  21k| 950 | 273 |1274k| 368k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1144.13/1144.10	c  1057s|520000 |286343 |  4354k|   8.4 | 353M| 450 |  36 | 950 |  22k| 950 | 253 |1301k| 372k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1167.03/1167.00	c  1078s|530000 |292110 |  4446k|   8.4 | 360M| 450 |   - | 950 |  23k|   0 |   0 |1327k| 377k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1189.63/1189.63	c  1099s|540000 |298065 |  4537k|   8.4 | 367M| 450 |   - | 950 |  23k|   0 |   0 |1352k| 381k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1212.03/1212.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1212.03/1212.02	c  1120s|550000 |303232 |  4625k|   8.4 | 375M| 450 |   6 | 950 |  23k| 950 | 261 |1376k| 386k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1235.13/1235.15	c  1141s|560000 |309085 |  4720k|   8.4 | 383M| 450 |   - | 950 |  25k|   0 |   0 |1403k| 391k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1258.33/1258.40	c  1163s|570000 |315170 |  4813k|   8.4 | 391M| 450 |   7 | 950 |  27k| 950 | 231 |1430k| 396k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1282.23/1282.28	c  1185s|580000 |321231 |  4908k|   8.5 | 399M| 450 |  33 | 950 |  28k| 950 | 265 |1457k| 400k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1306.84/1306.85	c  1208s|590000 |326381 |  5001k|   8.5 | 406M| 450 |   7 | 950 |  28k| 950 | 253 |1483k| 406k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1328.53/1328.59	c  1228s|600000 |332698 |  5082k|   8.5 | 414M| 450 |   3 | 950 |  27k| 950 | 247 |1507k| 411k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1351.33/1351.32	c  1249s|610000 |338436 |  5165k|   8.5 | 420M| 450 |  43 | 950 |  28k| 950 | 279 |1531k| 416k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1375.04/1375.05	c  1272s|620000 |343966 |  5251k|   8.5 | 427M| 450 |   6 | 950 |  29k| 950 | 262 |1557k| 422k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1399.33/1399.31	c  1294s|630000 |348848 |  5342k|   8.5 | 434M| 450 |  17 | 950 |  30k| 950 | 281 |1580k| 428k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1422.83/1422.83	c  1316s|640000 |354362 |  5426k|   8.5 | 441M| 450 |   3 | 950 |  30k| 950 | 270 |1604k| 435k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1447.54/1447.55	c  1339s|650000 |359020 |  5514k|   8.5 | 446M| 450 |   6 | 950 |  28k| 950 | 241 |1628k| 441k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1470.94/1470.90	c  1361s|660000 |365991 |  5605k|   8.5 | 454M| 450 |  32 | 950 |  30k| 950 | 293 |1654k| 445k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1494.73/1494.77	c  1383s|670000 |372071 |  5698k|   8.5 | 461M| 450 |  31 | 950 |  31k| 950 | 260 |1679k| 450k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1518.94/1518.97	c  1405s|680000 |377957 |  5793k|   8.5 | 468M| 450 |  17 | 950 |  31k| 950 | 284 |1703k| 455k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1543.53/1543.52	c  1428s|690000 |383614 |  5890k|   8.5 | 475M| 450 |  38 | 950 |  32k| 950 | 277 |1728k| 460k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1568.55/1568.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1568.55/1568.60	c  1452s|700000 |389016 |  5986k|   8.6 | 482M| 450 |  36 | 950 |  33k| 950 | 292 |1753k| 465k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1594.24/1594.25	c  1476s|710000 |394127 |  6076k|   8.6 | 489M| 450 |   3 | 950 |  32k| 950 | 241 |1779k| 471k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1619.15/1619.13	c  1499s|720000 |399772 |  6158k|   8.6 | 497M| 450 |  15 | 950 |  34k| 950 | 229 |1806k| 476k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1645.24/1645.27	c  1523s|730000 |404052 |  6242k|   8.6 | 504M| 450 |   7 | 950 |  34k| 950 | 267 |1831k| 483k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1670.64/1670.64	c  1547s|740000 |409782 |  6327k|   8.6 | 513M| 450 |   6 | 950 |  36k| 950 | 244 |1859k| 487k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1696.84/1696.85	c  1571s|750000 |415374 |  6414k|   8.6 | 518M| 450 |   3 | 950 |  32k| 950 | 293 |1886k| 493k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1722.55/1722.59	c  1595s|760000 |420619 |  6507k|   8.6 | 525M| 450 |  30 | 950 |  31k| 950 | 268 |1913k| 498k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1746.75/1746.77	c  1618s|770000 |426627 |  6597k|   8.6 | 532M| 450 |   - | 950 |  31k|   0 |   0 |1939k| 503k|  19k| 0.000000e+00 | 1.000000e-00 |    Inf 
1771.34/1771.39	c  1641s|780000 |432037 |  6684k|   8.6 | 540M| 450 |  17 | 950 |  33k| 950 | 254 |1964k| 509k|  19k| 0.000000e+00 | 1.000000e-00 |    Inf 
1794.54/1794.50	c  1663s|790000 |438022 |  6759k|   8.6 | 547M| 450 |   3 | 950 |  34k| 950 | 274 |1988k| 513k|  19k| 0.000000e+00 | 1.000000e-00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1668.08
1800.05/1800.00	c Solving Nodes      : 791980
1800.05/1800.00	c Primal Bound       : +1.00000000000000e-00 (68 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v x300 -x299 -x298 x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 
1800.05/1800.01	v x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 x261 x260 -x259 -x258 x257 -x256 x255 
1800.05/1800.01	v -x254 x253 -x252 x251 -x250 x249 x248 -x247 -x246 x245 x244 -x243 -x242 x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 
1800.05/1800.01	v x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 
1800.05/1800.01	v -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 
1800.05/1800.01	v -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 
1800.05/1800.01	v x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 x144 -x143 x142 -x141 
1800.05/1800.01	v -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 x121 -x120 x119 -x118 
1800.05/1800.01	v x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 
1800.05/1800.01	v -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 
1800.05/1800.01	v x66 -x65 x64 -x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 x40 -x39 
1800.05/1800.01	v -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 
1800.05/1800.01	v x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1668.08
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2699745-1278533821.wbo
1800.05/1800.01	c   Variables        : 1100 (700 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.05/1800.01	c   Constraints      : 951 initial, 951 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2699745-1278533821.wbo
1800.05/1800.01	c   Variables        : 950 (550 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.05/1800.01	c   Constraints      : 800 initial, 37376 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0        150          0        400          0        151          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -        400          -          -        800          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0    2656685          0          2        177          0          0    1342260
1800.05/1800.01	c   indicator        :        400          0       1017        884          0          0       1344          0          0          0
1800.05/1800.01	c   linear           :        400         18    3520747    1985471          0     163535    7547157    1993075          0          0
1800.05/1800.01	c   logicor          :          0+         0    2339185          0          0      50215    2632617          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0        712          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :      14.64       0.00       0.00      14.64       0.00
1800.05/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   linear           :      76.73       0.00      56.52      20.21       0.00
1800.05/1800.01	c   logicor          :     129.46       0.00     129.46       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.03          2          0          0
1800.05/1800.01	c   rootredcost      :       0.01          1          0        400
1800.05/1800.01	c   pseudoobj        :      23.65    3520547          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      11.31     213750     213058    1796784       39.7       6293       12.6          -
1800.05/1800.01	c   infeasible LP    :       0.00          5          5         76       67.9          2        7.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -     515156       36.1          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          5       81.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00         13          -          -          2          -    (maximal pool size: 27)
1800.05/1800.01	c   redcost          :      20.63    1936777          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          8          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          8          0          0         44          0
1800.05/1800.01	c   strongcg         :       0.00          8          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          8          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          8          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      14.61     671214          2        177          0          0    1342260
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.01        711          0          0          0          0       1422
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          1
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   oneopt           :       0.00          2          0
1800.05/1800.01	c   coefdiving       :       0.00          1          0
1800.05/1800.01	c   pscostdiving     :       0.01          1          0
1800.05/1800.01	c   fracdiving       :       0.00          1          0
1800.05/1800.01	c   veclendiving     :       0.00          1          0
1800.05/1800.01	c   objpscostdiving  :       0.00          1          0
1800.05/1800.01	c   rootsoldiving    :       0.00          1          0
1800.05/1800.01	c   intshifting      :       0.00          2          0
1800.05/1800.01	c   crossover        :       0.04          2          0
1800.05/1800.01	c   trivial          :       0.00          2          1
1800.05/1800.01	c   simplerounding   :       0.70     671212          0
1800.05/1800.01	c   zirounding       :       0.01       1000          0
1800.05/1800.01	c   rounding         :       0.62      11576          0
1800.05/1800.01	c   shifting         :       0.21       3460          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.06         68         66
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :    1039.86    2655884    6776223       2.55    6516.48
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          6         87      14.50          -
1800.05/1800.01	c   strong branching :       9.59      19238     110858       5.76   11559.75
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     791980
1800.05/1800.01	c   nodes (total)    :     791980
1800.05/1800.01	c   nodes left       :     438942
1800.05/1800.01	c   max depth        :        450
1800.05/1800.01	c   max depth (total):        450
1800.05/1800.01	c   backtracks       :      94871 (12.0%)
1800.05/1800.01	c   delayed cutoffs  :     112095
1800.05/1800.01	c   repropagations   :     168486 (3708780 domain reductions, 93610 cutoffs)
1800.05/1800.01	c   avg switch length:       4.12
1800.05/1800.01	c   switching time   :     113.58
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :         68 (2 improvements)
1800.05/1800.01	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 766 nodes, 0.50 seconds, depth 439, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :         23
1801.24/1801.20	c Time complete: 1801.25.

Verifier Data

OK	1

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.39 0.09 0.03 3/178 21831
/proc/meminfo: memFree=28658272/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=10840 CPUtime=0
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 1657 0 0 0 0 0 0 0 23 0 1 0 21594606 11100160 1578 4089446400 4194304 9819077 140736129360272 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21831/statm: 2710 1578 386 1374 0 1331 0

[startup+0.0356619 s]
/proc/loadavg: 0.39 0.09 0.03 3/178 21831
/proc/meminfo: memFree=28658272/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=19608 CPUtime=0.03
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 4512 0 0 0 3 0 0 0 23 0 1 0 21594606 20078592 3535 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 4902 3536 664 1374 0 3523 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19608

[startup+0.100649 s]
/proc/loadavg: 0.39 0.09 0.03 3/178 21831
/proc/meminfo: memFree=28658272/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=20164 CPUtime=0.09
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 5133 0 0 0 8 1 0 0 23 0 1 0 21594606 20647936 3708 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 5041 3708 690 1374 0 3662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20164

[startup+0.300619 s]
/proc/loadavg: 0.39 0.09 0.03 3/178 21831
/proc/meminfo: memFree=28658272/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=21232 CPUtime=0.29
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 11779 0 0 0 27 2 0 0 23 0 1 0 21594606 21741568 3943 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 5308 3943 701 1374 0 3929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21232

[startup+0.700541 s]
/proc/loadavg: 0.39 0.09 0.03 3/178 21831
/proc/meminfo: memFree=28658272/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=23736 CPUtime=0.69
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 23573 0 0 0 62 7 0 0 25 0 1 0 21594606 24305664 4328 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 5934 4328 722 1374 0 4555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23736

[startup+1.5004 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 21832
/proc/meminfo: memFree=28641524/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=22616 CPUtime=1.49
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 46803 0 0 0 134 15 0 0 25 0 1 0 21594606 23158784 4341 4089446400 4194304 9819077 140736129360272 18446744073709551615 6361119 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 5654 4341 722 1374 0 4275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22616

[startup+3.10011 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 21832
/proc/meminfo: memFree=28640164/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=23044 CPUtime=3.09
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 73115 0 0 0 282 27 0 0 25 0 1 0 21594606 23597056 4435 4089446400 4194304 9819077 140736129360272 18446744073709551615 7235280 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 5761 4435 722 1374 0 4382 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23044

[startup+6.30052 s]
/proc/loadavg: 0.52 0.13 0.04 3/179 21833
/proc/meminfo: memFree=28634228/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=26328 CPUtime=6.29
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 126219 0 0 0 573 56 0 0 25 0 1 0 21594606 26959872 5247 4089446400 4194304 9819077 140736129360272 18446744073709551615 6386914 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 6492 5245 722 1374 0 5113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26328

[startup+12.7003 s]
/proc/loadavg: 0.64 0.16 0.05 3/179 21833
/proc/meminfo: memFree=28619300/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=31860 CPUtime=12.69
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 233136 0 0 0 1156 113 0 0 25 0 1 0 21594606 32624640 6632 4089446400 4194304 9819077 140736129360272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 8010 6633 722 1374 0 6631 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31860

[startup+25.501 s]
/proc/loadavg: 0.94 0.25 0.08 3/179 21834
/proc/meminfo: memFree=28584956/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=39644 CPUtime=25.49
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 441927 0 0 0 2328 221 0 0 25 0 1 0 21594606 40595456 8511 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 9911 8511 722 1374 0 8532 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39644

[startup+51.1003 s]
/proc/loadavg: 1.30 0.38 0.13 3/179 21834
/proc/meminfo: memFree=28549340/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=54392 CPUtime=51.1
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 844401 0 0 0 4677 433 0 0 25 0 1 0 21594606 55697408 11914 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 13598 11914 722 1374 0 12219 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 54392

[startup+102.306 s]
/proc/loadavg: 1.69 0.63 0.23 3/179 21836
/proc/meminfo: memFree=28449680/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=75284 CPUtime=102.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 1627461 0 0 0 9379 851 0 0 25 0 1 0 21594606 77090816 17323 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 18821 17323 722 1374 0 17442 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75284

[startup+162.301 s]
/proc/loadavg: 1.92 0.89 0.34 3/179 21840
/proc/meminfo: memFree=28330768/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=104084 CPUtime=162.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 2539763 0 0 0 14889 1341 0 0 25 0 1 0 21594606 106582016 24357 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 26021 24357 722 1374 0 24642 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 104084

[startup+222.301 s]
/proc/loadavg: 2.03 1.11 0.45 3/179 21841
/proc/meminfo: memFree=28226452/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=126000 CPUtime=222.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 3399672 0 0 0 20421 1809 0 0 25 0 1 0 21594606 129024000 29847 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 31500 29847 722 1374 0 30121 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 126000

[startup+282.301 s]
/proc/loadavg: 2.01 1.27 0.54 3/179 21843
/proc/meminfo: memFree=28109976/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=151736 CPUtime=282.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 4246869 0 0 0 25936 2294 0 0 25 0 1 0 21594606 155377664 35889 4089446400 4194304 9819077 140736129360272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 37934 35890 722 1374 0 36555 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151736

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.63 3/179 21845
/proc/meminfo: memFree=28013312/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=168604 CPUtime=342.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 5094412 0 0 0 31455 2775 0 0 25 0 1 0 21594606 172650496 40171 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 42151 40171 722 1374 0 40772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168604

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.71 3/179 21847
/proc/meminfo: memFree=27918392/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=183804 CPUtime=402.3
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 5959511 0 0 0 36990 3240 0 0 25 0 1 0 21594606 188215296 44050 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 45995 44052 722 1374 0 44616 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183804

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 21848
/proc/meminfo: memFree=27813576/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=203492 CPUtime=462.31
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 6795044 0 0 0 42528 3703 0 0 25 0 1 0 21594606 208375808 49103 4089446400 4194304 9819077 140736129360272 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 50961 49105 722 1374 0 49582 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 203492

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.86 3/179 21849
/proc/meminfo: memFree=27722516/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=224864 CPUtime=522.31
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 7614555 0 0 0 48071 4160 0 0 25 0 1 0 21594606 230260736 54359 4089446400 4194304 9819077 140736129360272 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 56216 54359 722 1374 0 54837 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 224864

[startup+582.3 s]
/proc/loadavg: 2.00 1.72 0.93 3/179 21851
/proc/meminfo: memFree=27632332/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=239924 CPUtime=582.31
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 8418301 0 0 0 53625 4606 0 0 25 0 1 0 21594606 245682176 58265 4089446400 4194304 9819077 140736129360272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 60026 58266 722 1374 0 58647 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 239924

[startup+642.3 s]
/proc/loadavg: 2.00 1.77 1.00 3/179 21853
/proc/meminfo: memFree=27545488/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=257392 CPUtime=642.31
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 9210562 0 0 0 59186 5045 0 0 25 0 1 0 21594606 263569408 62578 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 64348 62578 722 1374 0 62969 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 257392

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 1.93 1.31 3/179 21863
/proc/meminfo: memFree=27073088/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=365884 CPUtime=1002.32
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 14143024 0 0 0 92532 7700 0 0 25 0 1 0 21594606 374665216 88787 4089446400 4194304 9819077 140736129360272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 91516 88788 722 1374 0 90137 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 365884

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/179 21864
/proc/meminfo: memFree=27000624/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=392180 CPUtime=1062.32
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 14941992 0 0 0 98107 8125 0 0 25 0 1 0 21594606 401592320 95337 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 98045 95337 722 1374 0 96666 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 392180

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 21865
/proc/meminfo: memFree=26925800/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=414028 CPUtime=1122.32
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 15735916 0 0 0 103672 8560 0 0 25 0 1 0 21594606 423964672 100844 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 103507 100844 722 1374 0 102128 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 414028

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/179 21867
/proc/meminfo: memFree=26860520/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=431708 CPUtime=1182.33
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 16587233 0 0 0 109238 8995 0 0 25 0 1 0 21594606 442068992 105331 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 107927 105331 722 1374 0 106548 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 431708

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 21869
/proc/meminfo: memFree=26806264/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=446060 CPUtime=1242.33
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 17414866 0 0 0 114804 9429 0 0 25 0 1 0 21594606 456765440 108980 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 111515 108980 722 1374 0 110136 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 446060

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/179 21871
/proc/meminfo: memFree=26717048/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=468116 CPUtime=1302.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 18249497 0 0 0 120376 9858 0 0 25 0 1 0 21594606 479350784 114582 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 117029 114582 722 1374 0 115650 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 468116

[startup+1362.3 s]
/proc/loadavg: 2.03 1.98 1.52 3/179 21872
/proc/meminfo: memFree=26644708/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=487644 CPUtime=1362.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 19032792 0 0 0 125963 10271 0 0 25 0 1 0 21594606 499347456 119549 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 121911 119549 722 1374 0 120532 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 487644

[startup+1422.31 s]
/proc/loadavg: 2.01 1.98 1.55 3/179 21873
/proc/meminfo: memFree=26562332/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=502696 CPUtime=1422.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 19793174 0 0 0 131552 10682 0 0 25 0 1 0 21594606 514760704 123367 4089446400 4194304 9819077 140736129360272 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 125674 123367 722 1374 0 124295 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 502696

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.57 3/179 21875
/proc/meminfo: memFree=26478700/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=520876 CPUtime=1482.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 20579123 0 0 0 137136 11098 0 0 25 0 1 0 21594606 533377024 127965 4089446400 4194304 9819077 140736129360272 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 130264 127966 722 1374 0 128885 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 520876

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.60 3/179 21877
/proc/meminfo: memFree=26390860/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=541272 CPUtime=1542.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 21370122 0 0 0 142721 11513 0 0 25 0 1 0 21594606 554262528 133100 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 135318 133100 722 1374 0 133939 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 541272

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/179 21879
/proc/meminfo: memFree=26306380/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=559112 CPUtime=1602.34
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 22142778 0 0 0 148298 11936 0 0 25 0 1 0 21594606 572530688 137686 4089446400 4194304 9819077 140736129360272 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 139778 137686 722 1374 0 138399 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 559112

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/179 21880
/proc/meminfo: memFree=26222620/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=582236 CPUtime=1662.35
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 22878320 0 0 0 153905 12330 0 0 25 0 1 0 21594606 596209664 143537 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 145339 143532 722 1374 0 143960 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 582236

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/179 21881
/proc/meminfo: memFree=26152760/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=598732 CPUtime=1722.35
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 23628864 0 0 0 159509 12726 0 0 25 0 1 0 21594606 613101568 147558 4089446400 4194304 9819077 140736129360272 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21831/statm: 149638 147555 722 1374 0 148259 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 598732

[startup+1782.3 s]
/proc/loadavg: 1.93 1.96 1.67 3/179 21911
/proc/meminfo: memFree=28080208/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=614924 CPUtime=1782.35
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 24411486 0 0 0 165118 13117 0 0 25 0 1 0 21594606 629682176 151681 4089446400 4194304 9819077 140736129360272 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21831/statm: 153731 151681 722 1374 0 152352 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 614924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.95 1.97 1.68 3/179 21911
/proc/meminfo: memFree=28065516/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=621480 CPUtime=1800.05
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 24617912 0 0 0 166808 13197 0 0 25 0 1 0 21594606 636395520 153303 4089446400 4194304 9819077 140736129360272 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21831/statm: 155370 153303 722 1374 0 153991 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 621480

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 1.95 1.97 1.68 3/180 21912
/proc/meminfo: memFree=28066252/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=619404 CPUtime=1800.65
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 24617968 0 0 0 166868 13197 0 0 18 0 1 0 21594606 634269696 152790 4089446400 4194304 9819077 140736129360272 18446744073709551615 4212575 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21831/statm: 154851 152790 725 1374 0 153472 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 619404

[startup+1801 s]
/proc/loadavg: 1.95 1.97 1.68 3/180 21912
/proc/meminfo: memFree=28066252/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=581004 CPUtime=1801.04
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 24617968 0 0 0 166907 13197 0 0 19 0 1 0 21594606 594948096 143190 4089446400 4194304 9819077 140736129360272 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21831/statm: 145251 143190 725 1374 0 143872 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 581004

[startup+1801.2 s]
/proc/loadavg: 1.95 1.97 1.68 3/180 21912
/proc/meminfo: memFree=28066252/32951124 swapFree=67111528/67111528
[pid=21831] ppid=21829 vsize=117624 CPUtime=1801.24
/proc/21831/stat : 21831 (pbscip.linux.x8) R 21829 21831 21667 0 -1 4202496 24617968 0 0 0 166925 13199 0 0 19 0 1 0 21594606 120446976 27835 4089446400 4194304 9819077 140736129360272 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21831/statm: 29150 27708 725 1374 0 27771 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 117624

Child status: 0
Real time (s): 1801.21
CPU time (s): 1801.26
CPU user time (s): 1669.26
CPU system time (s): 132.002
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 621484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1669.26
system time used= 132.002
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24617972
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= 3
involuntary context switches= 2800

runsolver used 2.53161 second user time and 5.79012 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-07 22:17:01
IDJOB=2699745
IDBENCH=79370
IDSOLVER=1205
FILE ID=node139/2699745-1278533821
PBS_JOBID= 11239200
Free space on /tmp= 73684 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_25_ext.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699745-1278533821/watcher-2699745-1278533821 -o /tmp/evaluation-result-2699745-1278533821/solver-2699745-1278533821 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699745-1278533821.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 365904b3d99ce590f30201f621420ac3
RANDOM SEED=1018112425

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28659048 kB
Buffers:        140412 kB
Cached:        3890920 kB
SwapCached:          0 kB
Active:        1202736 kB
Inactive:      2941768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28659048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9104 kB
Writeback:           0 kB
AnonPages:      113224 kB
Mapped:          15096 kB
Slab:            84196 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73680 MiB
End job on node139 at 2010-07-07 22:47:03