Trace number 2693754

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1801.16 1801.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.2.accl.ucl--soft-33-100-0.wbo
MD5SUM43c69d80a873dc3228a1cf2a948ae102
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.863868
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2152
Total number of constraints5613
Number of soft constraints3755
Number of constraints which are clauses5137
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 190301
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 190300
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2693754-1277915995.wbo>
0.00/0.06	c original problem has 9662 variables (5907 bin, 0 int, 0 impl, 3755 cont) and 9369 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.00/0.06	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.10	c presolving:
0.09/0.12	c (round 1) 15 del vars, 7 del conss, 1 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 8043 impls, 0 clqs
0.09/0.12	c (round 2) 18 del vars, 34 del conss, 2 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 8043 impls, 0 clqs
0.09/0.13	c (round 3) 21 del vars, 36 del conss, 2 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 8043 impls, 0 clqs
0.09/0.14	c (round 4) 23 del vars, 38 del conss, 3753 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 8043 impls, 0 clqs
0.09/0.17	c (round 5) 24 del vars, 38 del conss, 3753 chg bounds, 238 chg sides, 476 chg coeffs, 1831 upgd conss, 8043 impls, 0 clqs
0.19/0.29	c    (0.2s) probing: 193/5887 (3.3%) - 0 fixings, 1 aggregations, 1 implications, 0 bound changes
0.19/0.29	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.30	c (round 6) 25 del vars, 38 del conss, 3753 chg bounds, 238 chg sides, 476 chg coeffs, 1831 upgd conss, 8083 impls, 0 clqs
0.29/0.32	c    (0.2s) probing: 203/5887 (3.4%) - 0 fixings, 1 aggregations, 1 implications, 0 bound changes
0.29/0.32	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (7 rounds):
0.29/0.32	c  25 deleted vars, 38 deleted constraints, 3753 tightened bounds, 0 added holes, 238 changed sides, 476 changed coefficients
0.29/0.32	c  8083 implications, 0 cliques
0.29/0.32	c presolved problem has 9637 variables (5886 bin, 0 int, 0 impl, 3751 cont) and 9331 constraints
0.29/0.32	c    3751 constraints of type <indicator>
0.29/0.32	c       2 constraints of type <varbound>
0.29/0.32	c     166 constraints of type <knapsack>
0.29/0.32	c    3749 constraints of type <linear>
0.29/0.32	c    1663 constraints of type <logicor>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.19
0.29/0.32	c - non default parameters ----------------------------------------------------------------------
0.29/0.32	c # SCIP version 1.2.1.2
0.29/0.32	c 
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = 10000
0.29/0.32	c 
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = 1799.95
0.29/0.32	c 
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = 3420
0.29/0.32	c 
0.29/0.32	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.32	c lp/solvefreq = -1
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify inequalities
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/linear/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify knapsacks
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c separating/rapidlearning/freq = 0
0.29/0.32	c 
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving
0.29/0.33	c 
0.29/0.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.34	c   0.2s|     1 |     2 |     0 |     - |  29M|   0 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.52	c  16.0s| 10000 | 10001 |     0 |   0.0 |  35M| 145 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
32.69/32.73	c  31.7s| 20000 | 20001 |     0 |   0.0 |  41M| 145 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
48.79/48.89	c  47.4s| 30000 | 30001 |     0 |   0.0 |  46M| 147 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
65.09/65.10	c  63.1s| 40000 | 40001 |     0 |   0.0 |  51M| 147 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
81.30/81.36	c  79.0s| 50000 | 50001 |     0 |   0.0 |  57M| 147 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
97.29/97.35	c  94.5s| 60000 | 60001 |     0 |   0.0 |  62M| 147 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
113.30/113.37	c   110s| 70000 | 70001 |     0 |   0.0 |  67M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
129.49/129.56	c   126s| 80000 | 80001 |     0 |   0.0 |  72M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
145.80/145.80	c   142s| 90000 | 90001 |     0 |   0.0 |  78M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
161.79/161.82	c   157s|100000 |100001 |     0 |   0.0 |  83M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
177.89/177.99	c   173s|110000 |110001 |     0 |   0.0 |  88M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
194.00/194.05	c   189s|120000 |120001 |     0 |   0.0 |  93M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
210.19/210.21	c   204s|130000 |130001 |     0 |   0.0 |  98M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
226.19/226.26	c   220s|140000 |140001 |     0 |   0.0 | 103M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
242.19/242.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.19/242.20	c   235s|150000 |150001 |     0 |   0.0 | 108M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
258.20/258.27	c   251s|160000 |160001 |     0 |   0.0 | 113M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
274.19/274.28	c   266s|170000 |170001 |     0 |   0.0 | 118M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
290.09/290.13	c   282s|180000 |180001 |     0 |   0.0 | 123M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
306.09/306.18	c   297s|190000 |190001 |     0 |   0.0 | 128M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
322.09/322.19	c   313s|200000 |200001 |     0 |   0.0 | 133M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
338.20/338.21	c   329s|210000 |210001 |     0 |   0.0 | 138M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
354.20/354.22	c   344s|220000 |220001 |     0 |   0.0 | 143M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
370.10/370.12	c   360s|230000 |230001 |     0 |   0.0 | 148M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
386.00/386.05	c   375s|240000 |240001 |     0 |   0.0 | 153M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
402.00/402.02	c   391s|250000 |250001 |     0 |   0.0 | 158M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
417.90/417.96	c   406s|260000 |260001 |     0 |   0.0 | 163M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
433.90/433.92	c   422s|270000 |270001 |     0 |   0.0 | 168M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
449.80/449.83	c   437s|280000 |280001 |     0 |   0.0 | 173M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
465.70/465.77	c   453s|290000 |290001 |     0 |   0.0 | 178M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
481.70/481.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.70/481.76	c   468s|300000 |300001 |     0 |   0.0 | 183M| 149 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
496.90/496.98	c   483s|310000 |310001 |     0 |   0.0 | 188M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
512.09/512.15	c   498s|320000 |320001 |     0 |   0.0 | 192M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
527.29/527.37	c   513s|330000 |330001 |     0 |   0.0 | 197M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
542.60/542.62	c   527s|340000 |340001 |     0 |   0.0 | 202M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
557.90/557.93	c   542s|350000 |350001 |     0 |   0.0 | 206M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
573.20/573.22	c   557s|360000 |360001 |     0 |   0.0 | 211M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
588.50/588.53	c   572s|370000 |370001 |     0 |   0.0 | 216M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
603.80/603.85	c   587s|380000 |380001 |     0 |   0.0 | 220M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
619.11/619.18	c   602s|390000 |390001 |     0 |   0.0 | 225M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
634.41/634.43	c   617s|400000 |400001 |     0 |   0.0 | 229M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
649.70/649.76	c   632s|410000 |410001 |     0 |   0.0 | 234M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
664.91/664.97	c   646s|420000 |420001 |     0 |   0.0 | 239M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
680.10/680.13	c   661s|430000 |430001 |     0 |   0.0 | 243M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
695.20/695.23	c   676s|440000 |440001 |     0 |   0.0 | 248M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
710.41/710.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.41/710.40	c   691s|450000 |450001 |     0 |   0.0 | 253M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
725.60/725.64	c   705s|460000 |460001 |     0 |   0.0 | 257M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
740.90/740.97	c   720s|470000 |470001 |     0 |   0.0 | 262M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
756.20/756.23	c   735s|480000 |480001 |     0 |   0.0 | 267M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
771.31/771.31	c   750s|490000 |490001 |     0 |   0.0 | 271M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
786.31/786.33	c   764s|500000 |500001 |     0 |   0.0 | 276M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
801.40/801.43	c   779s|510000 |510001 |     0 |   0.0 | 281M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
816.22/816.27	c   794s|520000 |520001 |     0 |   0.0 | 285M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
831.30/831.35	c   808s|530000 |530001 |     0 |   0.0 | 290M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
846.41/846.41	c   823s|540000 |540001 |     0 |   0.0 | 294M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
861.50/861.53	c   838s|550000 |550001 |     0 |   0.0 | 299M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
876.31/876.31	c   852s|560000 |560001 |     0 |   0.0 | 304M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
891.01/891.03	c   866s|570000 |570001 |     0 |   0.0 | 308M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
906.11/906.16	c   881s|580000 |580001 |     0 |   0.0 | 313M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
921.31/921.30	c   896s|590000 |590001 |     0 |   0.0 | 318M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
936.31/936.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.31/936.37	c   910s|600000 |600001 |     0 |   0.0 | 322M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
951.42/951.46	c   925s|610000 |610001 |     0 |   0.0 | 327M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
966.81/966.88	c   940s|620000 |620001 |     0 |   0.0 | 332M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
982.22/982.21	c   955s|630000 |630001 |     0 |   0.0 | 337M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
997.51/997.54	c   970s|640000 |640001 |     0 |   0.0 | 342M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1012.81/1012.84	c   985s|650000 |650001 |     0 |   0.0 | 346M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1028.11/1028.12	c  1000s|660000 |660001 |     0 |   0.0 | 351M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1043.41/1043.43	c  1015s|670000 |670001 |     0 |   0.0 | 356M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1058.61/1058.66	c  1029s|680000 |680001 |     0 |   0.0 | 361M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1073.81/1073.86	c  1044s|690000 |690001 |     0 |   0.0 | 365M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1089.02/1089.06	c  1059s|700000 |700001 |     0 |   0.0 | 370M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1104.32/1104.40	c  1074s|710000 |710001 |     0 |   0.0 | 375M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1119.61/1119.65	c  1089s|720000 |720001 |     0 |   0.0 | 380M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1134.81/1134.89	c  1103s|730000 |730001 |     0 |   0.0 | 384M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1150.11/1150.10	c  1118s|740000 |740001 |     0 |   0.0 | 389M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1165.22/1165.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.22/1165.27	c  1133s|750000 |750001 |     0 |   0.0 | 394M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1180.52/1180.52	c  1148s|760000 |760001 |     0 |   0.0 | 398M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1195.72/1195.73	c  1163s|770000 |770001 |     0 |   0.0 | 403M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1210.92/1210.91	c  1177s|780000 |780001 |     0 |   0.0 | 408M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1226.02/1226.07	c  1192s|790000 |790001 |     0 |   0.0 | 413M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1241.22/1241.28	c  1207s|800000 |800001 |     0 |   0.0 | 417M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1256.51/1256.53	c  1222s|810000 |810001 |     0 |   0.0 | 422M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1271.62/1271.61	c  1236s|820000 |820001 |     0 |   0.0 | 427M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1286.82/1286.83	c  1251s|830000 |830001 |     0 |   0.0 | 432M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1301.92/1301.97	c  1266s|840000 |840001 |     0 |   0.0 | 436M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1317.12/1317.15	c  1281s|850000 |850001 |     0 |   0.0 | 441M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1332.22/1332.26	c  1295s|860000 |860001 |     0 |   0.0 | 446M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1347.32/1347.37	c  1310s|870000 |870001 |     0 |   0.0 | 450M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1362.52/1362.53	c  1325s|880000 |880001 |     0 |   0.0 | 455M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1377.72/1377.72	c  1340s|890000 |890001 |     0 |   0.0 | 460M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1392.72/1392.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.72/1392.76	c  1354s|900000 |900001 |     0 |   0.0 | 464M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1407.81/1407.88	c  1369s|910000 |910001 |     0 |   0.0 | 469M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1423.12/1423.11	c  1384s|920000 |920001 |     0 |   0.0 | 474M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1438.22/1438.28	c  1399s|930000 |930001 |     0 |   0.0 | 478M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1453.42/1453.43	c  1413s|940000 |940001 |     0 |   0.0 | 483M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1468.62/1468.61	c  1428s|950000 |950001 |     0 |   0.0 | 488M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1483.72/1483.77	c  1443s|960000 |960001 |     0 |   0.0 | 492M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1498.92/1498.96	c  1458s|970000 |970001 |     0 |   0.0 | 497M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1514.12/1514.13	c  1472s|980000 |980001 |     0 |   0.0 | 502M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1529.32/1529.31	c  1487s|990000 |990001 |     0 |   0.0 | 507M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1544.42/1544.46	c  1502s|  1000k|  1000k|     0 |   0.0 | 511M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1559.62/1559.63	c  1517s|  1010k|  1010k|     0 |   0.0 | 516M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1574.72/1574.73	c  1531s|  1020k|  1020k|     0 |   0.0 | 521M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1589.82/1589.80	c  1546s|  1030k|  1030k|     0 |   0.0 | 525M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1604.92/1604.96	c  1561s|  1040k|  1040k|     0 |   0.0 | 530M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1620.12/1620.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1620.12/1620.14	c  1575s|  1050k|  1050k|     0 |   0.0 | 535M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1635.32/1635.33	c  1590s|  1060k|  1060k|     0 |   0.0 | 539M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1650.53/1650.52	c  1605s|  1070k|  1070k|     0 |   0.0 | 544M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1665.73/1665.71	c  1620s|  1080k|  1080k|     0 |   0.0 | 549M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1680.83/1680.86	c  1634s|  1090k|  1090k|     0 |   0.0 | 553M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1695.92/1695.94	c  1649s|  1100k|  1100k|     0 |   0.0 | 558M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1711.12/1711.10	c  1664s|  1110k|  1110k|     0 |   0.0 | 563M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1726.33/1726.30	c  1679s|  1120k|  1120k|     0 |   0.0 | 567M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1741.53/1741.59	c  1694s|  1130k|  1130k|     0 |   0.0 | 572M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1756.82/1756.86	c  1708s|  1140k|  1140k|     0 |   0.0 | 577M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1772.14/1772.18	c  1723s|  1150k|  1150k|     0 |   0.0 | 581M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1787.43/1787.46	c  1738s|  1160k|  1160k|     0 |   0.0 | 586M| 259 |   - |9637 |9331 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1750.34
1800.03/1800.00	c Solving Nodes      : 1168219
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1750.34
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693754-1277915995.wbo
1800.03/1800.00	c   Variables        : 9662 (5907 binary, 0 integer, 0 implicit integer, 3755 continuous)
1800.03/1800.00	c   Constraints      : 9369 initial, 9369 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693754-1277915995.wbo
1800.03/1800.00	c   Variables        : 9637 (5886 binary, 0 integer, 0 implicit integer, 3751 continuous)
1800.03/1800.00	c   Constraints      : 9331 initial, 9331 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.01          8          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0         11          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.11          0          1          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          4          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.06          2          3          0       3753          0         34        238        476
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       3751          0    3052953          0    1168222          0     126167          0          0          0
1800.03/1800.00	c   varbound         :          2          0    3052953          0    1168222          0          0          0          0          0
1800.03/1800.00	c   knapsack         :        166          0    3052953          0    1168222          0          5          0          0          0
1800.03/1800.00	c   linear           :       3749          0    3052953          0    1168222          0     117491          0          0          0
1800.03/1800.00	c   logicor          :       1663          0    2186844          0    1168222          0    2897653          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    1168219          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :     424.35       0.00     119.58       0.00     304.77
1800.03/1800.00	c   varbound         :       0.28       0.00       0.19       0.00       0.09
1800.03/1800.00	c   knapsack         :       8.37       0.00       7.16       0.00       1.21
1800.03/1800.00	c   linear           :     128.88       0.00     126.54       0.00       2.34
1800.03/1800.00	c   logicor          :     202.59       0.00       8.70       0.00     193.89
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.02       3394          0       1695
1800.03/1800.00	c   rootredcost      :       0.01          0          0          0
1800.03/1800.00	c   pseudoobj        :     246.16    3052547          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     704.52    1168219          0          0          0          0    2336438
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.02          0          0
1800.03/1800.00	c   trivial          :       0.02          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.08          0          0
1800.03/1800.00	c   trysol           :       0.00          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    1168219
1800.03/1800.00	c   nodes (total)    :    1168219
1800.03/1800.00	c   nodes left       :    1168220
1800.03/1800.00	c   max depth        :        259
1800.03/1800.00	c   max depth (total):        259
1800.03/1800.00	c   backtracks       :       9894 (0.8%)
1800.03/1800.00	c   delayed cutoffs  :          0
1800.03/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       2.26
1800.03/1800.00	c   switching time   :      20.53
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1801.13/1801.12	c Time complete: 1801.15.

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-2693754-1277915995/watcher-2693754-1277915995 -o /tmp/evaluation-result-2693754-1277915995/solver-2693754-1277915995 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693754-1277915995.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: 2.00 2.00 2.00 3/178 13781
/proc/meminfo: memFree=31220168/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=8164 CPUtime=0
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 1548 0 0 0 0 0 0 0 22 0 1 0 132896391 8359936 1471 4089446400 4194304 7136930 140736204457680 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13781/statm: 2080 1471 275 719 0 1359 0

[startup+0.079471 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13781
/proc/meminfo: memFree=31220168/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=37012 CPUtime=0.07
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 9118 0 0 0 7 0 0 0 22 0 1 0 132896391 37900288 8687 4089446400 4194304 7136930 140736204457680 18446744073709551615 6312337 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13781/statm: 9253 8687 289 719 0 8532 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37012

[startup+0.100467 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13781
/proc/meminfo: memFree=31220168/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=46200 CPUtime=0.09
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 11109 0 0 0 9 0 0 0 22 0 1 0 132896391 47308800 10678 4089446400 4194304 7136930 140736204457680 18446744073709551615 4332112 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13781/statm: 11550 10678 317 719 0 10829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46200

[startup+0.300429 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13781
/proc/meminfo: memFree=31220168/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=51244 CPUtime=0.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 15527 0 0 0 25 4 0 0 22 0 1 0 132896391 52473856 12004 4089446400 4194304 7136930 140736204457680 18446744073709551615 5489861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13781/statm: 12811 12004 398 719 0 12090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51244

[startup+0.700364 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13781
/proc/meminfo: memFree=31220168/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=53068 CPUtime=0.69
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 16765 0 0 0 63 6 0 0 24 0 1 0 132896391 54341632 12396 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13781/statm: 13267 12396 406 719 0 12546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53068

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13782
/proc/meminfo: memFree=31171552/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=53400 CPUtime=1.49
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 16847 0 0 0 142 7 0 0 25 0 1 0 132896391 54681600 12478 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 13350 12478 406 719 0 12629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53400

[startup+3.10094 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 13782
/proc/meminfo: memFree=31170932/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=53964 CPUtime=3.09
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 16982 0 0 0 298 11 0 0 25 0 1 0 132896391 55259136 12613 4089446400 4194304 7136930 140736204457680 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 13491 12613 406 719 0 12770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53964

[startup+6.30037 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 13782
/proc/meminfo: memFree=31169800/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=55284 CPUtime=6.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 17333 0 0 0 606 23 0 0 25 0 1 0 132896391 56610816 12964 4089446400 4194304 7136930 140736204457680 18446744073709551615 4697021 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 13821 12964 406 719 0 13100 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55284

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13782
/proc/meminfo: memFree=31168660/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=57168 CPUtime=12.68
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 17803 0 0 0 1229 39 0 0 25 0 1 0 132896391 58540032 13434 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 14292 13434 406 719 0 13571 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57168

[startup+25.501 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13783
/proc/meminfo: memFree=31162732/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=61016 CPUtime=25.49
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 18800 0 0 0 2473 76 0 0 25 0 1 0 132896391 62480384 14431 4089446400 4194304 7136930 140736204457680 18446744073709551615 4407754 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 15254 14431 406 719 0 14533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61016

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13784
/proc/meminfo: memFree=31151548/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=69860 CPUtime=51.09
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 21072 0 0 0 4956 153 0 0 25 0 1 0 132896391 71536640 16703 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 17465 16703 406 719 0 16744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69860

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13785
/proc/meminfo: memFree=31126836/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=89508 CPUtime=102.3
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 26125 0 0 0 9936 294 0 0 25 0 1 0 132896391 91656192 21756 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 22377 21756 406 719 0 21656 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89508

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13786
/proc/meminfo: memFree=31102132/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=110184 CPUtime=162.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 30923 0 0 0 15773 456 0 0 25 0 1 0 132896391 112828416 26554 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13781/statm: 27546 26554 406 719 0 26825 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110184

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13788
/proc/meminfo: memFree=31075916/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=130364 CPUtime=222.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 36115 0 0 0 21608 621 0 0 25 0 1 0 132896391 133492736 31746 4089446400 4194304 7136930 140736204457680 18446744073709551615 4436511 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 32591 31746 406 719 0 31870 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 130364

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=31051936/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=148740 CPUtime=282.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 40854 0 0 0 27433 796 0 0 25 0 1 0 132896391 152309760 36485 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 37185 36485 406 719 0 36464 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 148740

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13791
/proc/meminfo: memFree=31026212/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=169892 CPUtime=342.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 45265 0 0 0 33267 962 0 0 25 0 1 0 132896391 173969408 40896 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643027 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 42473 40896 406 719 0 41752 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 169892

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13793
/proc/meminfo: memFree=30998028/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=191740 CPUtime=402.29
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 50874 0 0 0 39103 1126 0 0 25 0 1 0 132896391 196341760 46505 4089446400 4194304 7136930 140736204457680 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 47935 46505 406 719 0 47214 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 191740

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13794
/proc/meminfo: memFree=30975304/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=210128 CPUtime=462.3
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 55620 0 0 0 44939 1291 0 0 25 0 1 0 132896391 215171072 51251 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 52532 51251 406 719 0 51811 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210128

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13796
/proc/meminfo: memFree=30952324/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=227552 CPUtime=522.3
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 60101 0 0 0 50773 1457 0 0 25 0 1 0 132896391 233013248 55732 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 56888 55732 406 719 0 56167 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 227552

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13798
/proc/meminfo: memFree=30926856/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=247048 CPUtime=582.3
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 65128 0 0 0 56606 1624 0 0 25 0 1 0 132896391 252977152 60759 4089446400 4194304 7136930 140736204457680 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 61762 60759 406 719 0 61041 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 247048

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13799
/proc/meminfo: memFree=30903864/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=264924 CPUtime=642.3
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 69750 0 0 0 62443 1787 0 0 25 0 1 0 132896391 271282176 65381 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 66231 65381 406 719 0 65510 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 264924

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14055
/proc/meminfo: memFree=31035252/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=382260 CPUtime=1002.31
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 97969 0 0 0 97455 2776 0 0 25 0 1 0 132896391 391434240 93600 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643224 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 95565 93600 406 719 0 94844 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 382260

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14056
/proc/meminfo: memFree=31015492/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=399036 CPUtime=1062.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 102315 0 0 0 103292 2940 0 0 25 0 1 0 132896391 408612864 97946 4089446400 4194304 7136930 140736204457680 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 99759 97946 406 719 0 99038 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 399036

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14058
/proc/meminfo: memFree=30994732/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=416076 CPUtime=1122.31
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 106728 0 0 0 109126 3105 0 0 25 0 1 0 132896391 426061824 102359 4089446400 4194304 7136930 140736204457680 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 104019 102359 406 719 0 103298 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 416076

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14060
/proc/meminfo: memFree=30967896/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=436252 CPUtime=1182.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 111928 0 0 0 114962 3270 0 0 25 0 1 0 132896391 446722048 107559 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 109063 107559 406 719 0 108342 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 436252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14061
/proc/meminfo: memFree=30942560/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=457012 CPUtime=1242.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 117272 0 0 0 120793 3439 0 0 25 0 1 0 132896391 467980288 112903 4089446400 4194304 7136930 140736204457680 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 114253 112903 406 719 0 113532 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 457012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14072
/proc/meminfo: memFree=30919848/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=472128 CPUtime=1302.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 121208 0 0 0 126632 3600 0 0 25 0 1 0 132896391 483459072 116839 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 118032 116839 406 719 0 117311 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 472128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14073
/proc/meminfo: memFree=30895512/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=492056 CPUtime=1362.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 126366 0 0 0 132467 3765 0 0 25 0 1 0 132896391 503865344 121997 4089446400 4194304 7136930 140736204457680 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 123014 121997 406 719 0 122293 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 492056

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14075
/proc/meminfo: memFree=30870280/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=510504 CPUtime=1422.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 131130 0 0 0 138309 3923 0 0 25 0 1 0 132896391 522756096 126761 4089446400 4194304 7136930 140736204457680 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 127626 126761 406 719 0 126905 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 510504

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14077
/proc/meminfo: memFree=30846412/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=527676 CPUtime=1482.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 135579 0 0 0 144147 4085 0 0 25 0 1 0 132896391 540340224 131210 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 131919 131210 406 719 0 131198 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 527676

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14078
/proc/meminfo: memFree=30821316/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=562828 CPUtime=1542.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 140427 0 0 0 149976 4256 0 0 25 0 1 0 132896391 576335872 136058 4089446400 4194304 7136930 140736204457680 18446744073709551615 4407754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 140707 136058 406 719 0 139986 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 562828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14080
/proc/meminfo: memFree=30798944/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=581024 CPUtime=1602.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 145129 0 0 0 155812 4420 0 0 25 0 1 0 132896391 594968576 140760 4089446400 4194304 7136930 140736204457680 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 145256 140760 406 719 0 144535 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 581024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14081
/proc/meminfo: memFree=30769872/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=598960 CPUtime=1662.33
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 149771 0 0 0 161646 4587 0 0 25 0 1 0 132896391 613335040 145402 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 149740 145402 406 719 0 149019 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 598960

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14083
/proc/meminfo: memFree=30743032/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=616836 CPUtime=1722.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 154396 0 0 0 167483 4749 0 0 25 0 1 0 132896391 631640064 150027 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 154209 150027 406 719 0 153488 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 616836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14085
/proc/meminfo: memFree=30718312/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=633232 CPUtime=1782.32
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 158648 0 0 0 173320 4912 0 0 25 0 1 0 132896391 648429568 154279 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 158308 154279 406 719 0 157587 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 633232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14085
/proc/meminfo: memFree=30710476/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=640704 CPUtime=1800.03
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 160560 0 0 0 175038 4965 0 0 25 0 1 0 132896391 656080896 156191 4089446400 4194304 7136930 140736204457680 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13781/statm: 160176 156191 406 719 0 159455 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 640704

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: 2.00 2.00 2.00 3/180 14086
/proc/meminfo: memFree=30712700/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=636820 CPUtime=1800.63
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 160567 0 0 0 175098 4965 0 0 25 0 1 0 132896391 652103680 155227 4089446400 4194304 7136930 140736204457680 18446744073709551615 6165620 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13781/statm: 159205 155227 413 719 0 158484 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 636820

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14086
/proc/meminfo: memFree=30712700/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=392968 CPUtime=1801.03
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 160567 0 0 0 175137 4966 0 0 25 0 1 0 132896391 402399232 94265 4089446400 4194304 7136930 140736204457680 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13781/statm: 98242 94265 413 719 0 97521 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 392968

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14086
/proc/meminfo: memFree=30712700/32950928 swapFree=67111528/67111528
[pid=13781] ppid=13779 vsize=135748 CPUtime=1801.13
/proc/13781/stat : 13781 (pbscip.linux.x8) R 13779 13781 13557 0 -1 4202496 160567 0 0 0 175146 4967 0 0 25 0 1 0 132896391 139005952 29963 4089446400 4194304 7136930 140736204457680 18446744073709551615 6166364 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13781/statm: 33937 29963 413 719 0 33216 0
Current children cumulated CPU time (s) 1801.13
Current children cumulated vsize (KiB) 135748

Child status: 0
Real time (s): 1801.12
CPU time (s): 1801.16
CPU user time (s): 1751.48
CPU system time (s): 49.6814
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 640704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.48
system time used= 49.6814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160574
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= 18466

runsolver used 3.35949 second user time and 6.44902 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 18:39:55
IDJOB=2693754
IDBENCH=79063
IDSOLVER=1206
FILE ID=node120/2693754-1277915995
PBS_JOBID= 11197330
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.2.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693754-1277915995/watcher-2693754-1277915995 -o /tmp/evaluation-result-2693754-1277915995/solver-2693754-1277915995 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693754-1277915995.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 43c69d80a873dc3228a1cf2a948ae102
RANDOM SEED=1016635018

node120.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.820
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.64
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.820
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	: 5226.07
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.820
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.80
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.820
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.74
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.820
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.82
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.820
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.68
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31220820 kB
Buffers:        200172 kB
Cached:         938840 kB
SwapCached:          0 kB
Active:         990976 kB
Inactive:       596484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31220820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:      448448 kB
Mapped:          16356 kB
Slab:            78428 kB
PageTables:       5444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   608832 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= 74204 MiB
End job on node120 at 2010-06-30 19:09:57