Trace number 2692895

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.17 1800.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark247.27
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
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: SoPlex 1.4.2] [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-2692895-1277909268.wbo>
0.00/0.02	c original problem has 2105 variables (1168 bin, 0 int, 0 impl, 937 cont) and 3645 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 113 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.00/0.09	c (round 3) 49 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.10	c (round 4) 98 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1119 (9.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  98 deleted vars, 162 deleted constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.14	c  1151 implications, 14 cliques
0.09/0.14	c presolved problem has 2007 variables (1119 bin, 0 int, 0 impl, 888 cont) and 3483 constraints
0.09/0.14	c     888 constraints of type <indicator>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     888 constraints of type <linear>
0.09/0.14	c    1693 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    27 |     - |8919k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 44536
0.09/0.19	c y 0.1s|     1 |     0 |   278 |     - |8958k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   328 |     - |9068k|   0 |  50 |2007 |3483 |2007 |1722 |  15 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   498 |     - |9470k|   0 |  60 |2007 |3483 |2007 |1739 |  32 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   514 |     - |9508k|   0 |  65 |2007 |3483 |2007 |1746 |  39 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   518 |     - |9508k|   0 |  69 |2007 |3483 |2007 |1747 |  40 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   519 |     - |9509k|   0 |  70 |2007 |3483 |2007 |1748 |  41 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
1.39/1.44	c   1.4s|     1 |     2 |   519 |     - |9513k|   0 |  70 |2007 |3483 |2007 |1748 |  41 |   0 |  33 | 0.000000e+00 | 4.453600e+04 |    Inf 
14.09/14.16	o 647
14.09/14.16	c *13.9s|   586 |   540 |  8222 |  13.2 |  11M|  43 |   - |2007 |3522 |2007 |1757 | 431 |  39 |1302 | 0.000000e+00 | 6.470000e+02 |    Inf 
14.29/14.35	o 598
14.29/14.35	c *14.1s|   657 |   595 |  8806 |  12.6 |  12M|  43 |   - |2007 |3541 |2007 |1750 | 490 |  58 |1313 | 0.000000e+00 | 5.980000e+02 |    Inf 
14.29/14.40	o 546
14.29/14.40	c *14.1s|   673 |   578 |  8955 |  12.6 |  12M|  43 |   - |2007 |3546 |2007 |1755 | 501 |  63 |1315 | 0.000000e+00 | 5.460000e+02 |    Inf 
14.49/14.58	o 472
14.49/14.58	c *14.3s|   718 |   554 |  9642 |  12.7 |  12M|  43 |   - |2007 |3546 |2007 |1750 | 527 |  63 |1320 | 0.000000e+00 | 4.720000e+02 |    Inf 
14.69/14.78	o 450
14.69/14.78	c *14.5s|   808 |   574 | 10182 |  12.0 |  13M|  43 |   - |2007 |3611 |2007 |1760 | 634 | 128 |1322 | 0.000000e+00 | 4.500000e+02 |    Inf 
14.79/14.81	o 417
14.79/14.81	c *14.5s|   816 |   543 | 10343 |  12.1 |  13M|  43 |   - |2007 |3611 |2007 |1758 | 648 | 128 |1322 | 0.000000e+00 | 4.170000e+02 |    Inf 
14.79/14.87	o 416
14.79/14.87	c *14.6s|   834 |   549 | 10632 |  12.1 |  13M|  43 |   - |2007 |3634 |2007 |1744 | 658 | 151 |1322 | 0.000000e+00 | 4.160000e+02 |    Inf 
14.89/14.95	o 380
14.89/14.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.89/14.95	c *14.7s|   864 |   522 | 10909 |  12.0 |  13M|  43 |   - |2007 |3634 |2007 |1756 | 682 | 151 |1323 | 0.000000e+00 | 3.800000e+02 |    Inf 
15.09/15.12	o 66
15.09/15.12	c *14.8s|   933 |   135 | 11446 |  11.7 |  12M|  43 |   - |2007 |3662 |2007 |1754 | 746 | 180 |1331 | 0.000000e+00 | 6.600000e+01 |    Inf 
15.09/15.16	o 59
15.09/15.16	c *14.9s|   943 |   133 | 11528 |  11.7 |  12M|  43 |   - |2007 |3354 |2007 |1744 | 746 | 191 |1332 | 0.000000e+00 | 5.900000e+01 |    Inf 
15.09/15.19	o 37
15.09/15.19	c *14.9s|   950 |   101 | 11654 |  11.7 |  12M|  43 |   - |2007 |3278 |2007 |1748 | 750 | 192 |1332 | 0.000000e+00 | 3.700000e+01 |    Inf 
15.29/15.31	o 30
15.29/15.31	c *15.0s|   960 |    76 | 12265 |  12.2 |  12M|  43 |   - |2007 |3083 |2007 |1749 | 755 | 197 |1335 | 0.000000e+00 | 3.000000e+01 |    Inf 
38.29/38.38	c  37.6s| 10000 |   323 |110665 |  11.0 |  17M|  48 |  22 |2007 |7517 |2007 |1744 |1423 |  11k|1716 | 0.000000e+00 | 3.000000e+01 |    Inf 
63.89/63.92	c  62.8s| 20000 |   536 |221763 |  11.1 |  22M|  48 |  28 |2007 |9821 |2007 |1744 |1991 |  24k|1889 | 0.000000e+00 | 3.000000e+01 |    Inf 
87.70/87.74	c  86.2s| 30000 |   744 |321725 |  10.7 |  26M|  48 |   - |2007 |  15k|   0 |   0 |2610 |  37k|1890 | 0.000000e+00 | 3.000000e+01 |    Inf 
111.79/111.84	c   110s| 40000 |   752 |411747 |  10.3 |  28M|  54 |  20 |2007 |  16k|2007 |1744 |3384 |  50k|2012 | 0.000000e+00 | 3.000000e+01 |    Inf 
136.09/136.19	c   134s| 50000 |   782 |498083 |  10.0 |  29M|  54 |   - |2007 |  16k|   0 |   0 |3856 |  63k|2282 | 0.000000e+00 | 3.000000e+01 |    Inf 
161.30/161.36	c   159s| 60000 |   790 |589879 |   9.8 |  30M|  55 |  24 |2007 |  17k|2007 |1744 |4593 |  77k|2550 | 0.000000e+00 | 3.000000e+01 |    Inf 
186.10/186.18	c   183s| 70000 |   795 |677583 |   9.7 |  30M|  55 |   - |2007 |  16k|   0 |   0 |5224 |  91k|2773 | 0.000000e+00 | 3.000000e+01 |    Inf 
213.20/213.21	c   210s| 80000 |   979 |781141 |   9.8 |  33M|  55 |  28 |2007 |  16k|2007 |1744 |5851 | 104k|3052 | 0.000000e+00 | 3.000000e+01 |    Inf 
238.90/238.98	c   235s| 90000 |  1075 |876981 |   9.7 |  34M|  55 |   - |2007 |  14k|2007 |1744 |6548 | 117k|3287 | 0.000000e+00 | 3.000000e+01 |    Inf 
263.40/263.49	c   259s|100000 |  1166 |970433 |   9.7 |  37M|  55 |  12 |2007 |  19k|2007 |1744 |7261 | 131k|3428 | 0.000000e+00 | 3.000000e+01 |    Inf 
290.80/290.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.80/290.86	c   286s|110000 |  1257 |  1075k|   9.8 |  40M|  55 |  28 |2007 |  22k|2007 |1744 |7820 | 144k|3694 | 0.000000e+00 | 3.000000e+01 |    Inf 
319.60/319.67	c   315s|120000 |  1431 |  1187k|   9.9 |  43M|  59 |  19 |2007 |  23k|2007 |1744 |8531 | 157k|3889 | 0.000000e+00 | 3.000000e+01 |    Inf 
348.20/348.27	c   343s|130000 |  1456 |  1293k|   9.9 |  45M|  59 |   1 |2007 |  27k|2007 |1744 |9285 | 170k|4081 | 0.000000e+00 | 3.000000e+01 |    Inf 
376.71/376.78	c   371s|140000 |  1475 |  1397k|  10.0 |  46M|  59 |   - |2007 |  28k|2007 |1744 |  10k| 184k|4264 | 0.000000e+00 | 3.000000e+01 |    Inf 
409.80/409.86	c   403s|150000 |  1512 |  1527k|  10.2 |  46M|  62 |  25 |2007 |  26k|2007 |1744 |  10k| 198k|4477 | 0.000000e+00 | 3.000000e+01 |    Inf 
440.71/440.72	c   434s|160000 |  1546 |  1645k|  10.3 |  47M|  62 |  20 |2007 |  28k|2007 |1744 |  11k| 211k|4692 | 0.000000e+00 | 3.000000e+01 |    Inf 
470.60/470.61	c   463s|170000 |  1581 |  1758k|  10.3 |  48M|  62 |   - |2007 |  27k|   0 |   0 |  12k| 225k|4862 | 0.000000e+00 | 3.000000e+01 |    Inf 
500.11/500.16	c   492s|180000 |  1637 |  1870k|  10.4 |  49M|  62 |  31 |2007 |  27k|2007 |1744 |  13k| 238k|4998 | 0.000000e+00 | 3.000000e+01 |    Inf 
530.32/530.38	c   522s|190000 |  1708 |  1983k|  10.4 |  50M|  63 |   7 |2007 |  28k|2007 |1744 |  14k| 252k|5198 | 0.000000e+00 | 3.000000e+01 |    Inf 
560.91/560.98	c   552s|200000 |  1711 |  2096k|  10.5 |  52M|  63 |   - |2007 |  30k|   0 |   0 |  15k| 266k|5403 | 0.000000e+00 | 3.000000e+01 |    Inf 
590.31/590.34	c   581s|210000 |  1705 |  2203k|  10.5 |  52M|  64 |  12 |2007 |  28k|2007 |1744 |  15k| 279k|5539 | 0.000000e+00 | 3.000000e+01 |    Inf 
620.21/620.28	c   611s|220000 |  1825 |  2321k|  10.6 |  51M|  83 |   - |2007 |  22k|2007 |1744 |  16k| 293k|5689 | 0.000000e+00 | 3.000000e+01 |    Inf 
648.51/648.57	c   639s|230000 |  1806 |  2432k|  10.6 |  51M|  83 |   - |2007 |  21k|2007 |1744 |  16k| 307k|5843 | 0.000000e+00 | 3.000000e+01 |    Inf 
676.41/676.41	c   666s|240000 |  1832 |  2544k|  10.6 |  51M|  83 |   - |2007 |  19k|2007 |1744 |  17k| 320k|5981 | 0.000000e+00 | 3.000000e+01 |    Inf 
703.02/703.03	c   692s|250000 |  1883 |  2651k|  10.6 |  50M|  83 |   - |2007 |  14k|2007 |1744 |  18k| 334k|6124 | 0.000000e+00 | 3.000000e+01 |    Inf 
729.32/729.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
729.32/729.33	c   718s|260000 |  1963 |  2760k|  10.6 |  52M|  83 |  20 |2007 |  15k|2007 |1744 |  19k| 347k|6261 | 0.000000e+00 | 3.000000e+01 |    Inf 
752.81/752.84	c   741s|270000 |  2067 |  2845k|  10.5 |  54M|  83 |   - |2007 |  16k|2007 |1744 |  19k| 362k|6374 | 0.000000e+00 | 3.000000e+01 |    Inf 
778.32/778.38	c   766s|280000 |  2159 |  2940k|  10.5 |  57M|  83 |   1 |2007 |  19k|2007 |1744 |  20k| 375k|6492 | 0.000000e+00 | 3.000000e+01 |    Inf 
805.72/805.73	c   793s|290000 |  2167 |  3043k|  10.5 |  56M|  83 |   - |2007 |  14k|2007 |1744 |  21k| 389k|6632 | 0.000000e+00 | 3.000000e+01 |    Inf 
830.53/830.52	c   818s|300000 |  2299 |  3137k|  10.5 |  59M|  83 |   - |2007 |  18k|   0 |   0 |  22k| 403k|6756 | 0.000000e+00 | 3.000000e+01 |    Inf 
854.92/854.91	c   842s|310000 |  2442 |  3222k|  10.4 |  61M|  83 |  20 |2007 |  18k|2007 |1744 |  22k| 417k|6834 | 0.000000e+00 | 3.000000e+01 |    Inf 
878.52/878.57	c   865s|320000 |  2588 |  3305k|  10.3 |  63M|  83 |  24 |2007 |  19k|2007 |1744 |  23k| 431k|6913 | 0.000000e+00 | 3.000000e+01 |    Inf 
901.62/901.65	c   888s|330000 |  2708 |  3379k|  10.2 |  66M|  83 |  32 |2007 |  21k|2007 |1744 |  24k| 446k|7020 | 0.000000e+00 | 3.000000e+01 |    Inf 
925.72/925.74	c   912s|340000 |  2825 |  3459k|  10.2 |  68M|  83 |   - |2007 |  22k|   0 |   0 |  25k| 461k|7141 | 0.000000e+00 | 3.000000e+01 |    Inf 
948.92/948.90	c   934s|350000 |  2893 |  3535k|  10.1 |  70M|  83 |   - |2007 |  23k|   0 |   0 |  26k| 475k|7176 | 0.000000e+00 | 3.000000e+01 |    Inf 
973.53/973.50	c   958s|360000 |  2923 |  3615k|  10.0 |  71M|  83 |   - |2007 |  23k|   0 |   0 |  27k| 490k|7296 | 0.000000e+00 | 3.000000e+01 |    Inf 
998.32/998.31	c   983s|370000 |  3018 |  3698k|  10.0 |  73M|  83 |  25 |2007 |  25k|2007 |1744 |  28k| 504k|7404 | 0.000000e+00 | 3.000000e+01 |    Inf 
1024.13/1024.11	c  1008s|380000 |  3105 |  3784k|  10.0 |  75M|  83 |   - |2007 |  26k|   0 |   0 |  29k| 519k|7519 | 0.000000e+00 | 3.000000e+01 |    Inf 
1050.03/1050.08	c  1034s|390000 |  3182 |  3874k|   9.9 |  72M|  83 |  14 |2007 |  13k|2007 |1744 |  30k| 534k|7601 | 0.000000e+00 | 3.000000e+01 |    Inf 
1051.82/1051.86	o 25
1051.82/1051.86	c *1036s|390647 |  2734 |  3882k|   9.9 |  62M|  83 |   - |2007 |  13k|2007 |1744 |  30k| 535k|7601 | 0.000000e+00 | 2.500000e+01 |    Inf 
1075.33/1075.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.33/1075.30	c  1059s|400000 |  2846 |  3975k|   9.9 |  64M|  83 |  16 |2007 |  14k|2007 |1744 |  31k| 547k|7711 | 0.000000e+00 | 2.500000e+01 |    Inf 
1102.03/1102.02	c  1085s|410000 |  2944 |  4080k|  10.0 |  66M|  83 |   - |2007 |  15k|   0 |   0 |  32k| 560k|7837 | 0.000000e+00 | 2.500000e+01 |    Inf 
1127.83/1127.87	c  1110s|420000 |  3056 |  4179k|   9.9 |  69M|  83 |   - |2007 |  17k|   0 |   0 |  32k| 574k|7944 | 0.000000e+00 | 2.500000e+01 |    Inf 
1153.73/1153.77	c  1136s|430000 |  3120 |  4279k|  10.0 |  71M|  83 |   8 |2007 |  17k|2007 |1744 |  33k| 587k|8018 | 0.000000e+00 | 2.500000e+01 |    Inf 
1179.23/1179.22	c  1161s|440000 |  3166 |  4373k|   9.9 |  72M|  83 |   - |2007 |  17k|2007 |1744 |  34k| 600k|8075 | 0.000000e+00 | 2.500000e+01 |    Inf 
1207.23/1207.26	c  1189s|450000 |  3276 |  4485k|  10.0 |  74M|  83 |  14 |2007 |  20k|2007 |1744 |  34k| 613k|8172 | 0.000000e+00 | 2.500000e+01 |    Inf 
1236.03/1236.02	c  1217s|460000 |  3401 |  4599k|  10.0 |  76M|  83 |   - |2007 |  20k|2007 |1744 |  35k| 627k|8294 | 0.000000e+00 | 2.500000e+01 |    Inf 
1263.33/1263.30	c  1244s|470000 |  3577 |  4705k|  10.0 |  79M|  83 |   - |2007 |  21k|2007 |1744 |  36k| 640k|8408 | 0.000000e+00 | 2.500000e+01 |    Inf 
1291.23/1291.29	c  1271s|480000 |  3730 |  4814k|  10.0 |  81M|  83 |  16 |2007 |  23k|2007 |1744 |  36k| 653k|8506 | 0.000000e+00 | 2.500000e+01 |    Inf 
1317.83/1317.89	c  1298s|490000 |  3823 |  4910k|  10.0 |  83M|  83 |   - |2007 |  23k|2007 |1744 |  37k| 666k|8561 | 0.000000e+00 | 2.500000e+01 |    Inf 
1344.94/1344.93	c  1324s|500000 |  3947 |  5011k|  10.0 |  84M|  83 |  18 |2007 |  21k|2007 |1744 |  38k| 680k|8649 | 0.000000e+00 | 2.500000e+01 |    Inf 
1369.94/1369.94	c  1349s|510000 |  4018 |  5105k|  10.0 |  85M|  83 |   - |2007 |  20k|2007 |1744 |  38k| 693k|8761 | 0.000000e+00 | 2.500000e+01 |    Inf 
1394.34/1394.33	c  1373s|520000 |  4134 |  5200k|  10.0 |  86M|  83 |   - |2007 |  19k|2007 |1744 |  39k| 706k|8806 | 0.000000e+00 | 2.500000e+01 |    Inf 
1421.84/1421.89	c  1400s|530000 |  4255 |  5316k|  10.0 |  89M|  83 |   1 |2007 |  22k|2007 |1744 |  40k| 720k|8894 | 0.000000e+00 | 2.500000e+01 |    Inf 
1450.44/1450.47	c  1428s|540000 |  4354 |  5432k|  10.1 |  93M|  83 |   - |2007 |  26k|   0 |   0 |  41k| 734k|9009 | 0.000000e+00 | 2.500000e+01 |    Inf 
1478.64/1478.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.64/1478.63	c  1456s|550000 |  4418 |  5534k|  10.1 |  94M|  83 |   - |2007 |  25k|   0 |   0 |  41k| 749k|9132 | 0.000000e+00 | 2.500000e+01 |    Inf 
1505.64/1505.61	c  1483s|560000 |  4469 |  5635k|  10.1 |  95M|  83 |  21 |2007 |  24k|2007 |1744 |  42k| 762k|9197 | 0.000000e+00 | 2.500000e+01 |    Inf 
1530.63/1530.65	o 22
1530.63/1530.65	c *1507s|569115 |  4173 |  5723k|  10.1 |  88M|  83 |   - |2007 |  26k|2007 |1744 |  43k| 775k|9244 | 0.000000e+00 | 2.200000e+01 |    Inf 
1532.64/1532.68	c  1509s|570000 |  4201 |  5730k|  10.1 |  88M|  83 |  28 |2007 |  24k|2007 |1744 |  43k| 776k|9244 | 0.000000e+00 | 2.200000e+01 |    Inf 
1560.24/1560.22	c  1536s|580000 |  4384 |  5835k|  10.1 |  92M|  83 |   - |2007 |  27k|   0 |   0 |  44k| 789k|9346 | 0.000000e+00 | 2.200000e+01 |    Inf 
1588.24/1588.22	c  1564s|590000 |  4510 |  5939k|  10.1 |  94M|  83 |  20 |2007 |  29k|2007 |1744 |  45k| 804k|9453 | 0.000000e+00 | 2.200000e+01 |    Inf 
1616.44/1616.40	c  1592s|600000 |  4538 |  6046k|  10.1 |  95M|  83 |  26 |2007 |  30k|2007 |1744 |  46k| 818k|9507 | 0.000000e+00 | 2.200000e+01 |    Inf 
1646.04/1646.09	c  1621s|610000 |  4581 |  6158k|  10.1 |  94M|  83 |  18 |2007 |  23k|2007 |1744 |  47k| 832k|9608 | 0.000000e+00 | 2.200000e+01 |    Inf 
1672.34/1672.34	c  1647s|620000 |  4711 |  6254k|  10.1 |  96M|  83 |  14 |2007 |  24k|2007 |1744 |  48k| 846k|9716 | 0.000000e+00 | 2.200000e+01 |    Inf 
1696.45/1696.46	c  1671s|630000 |  4847 |  6338k|  10.1 |  98M|  83 |  16 |2007 |  24k|2007 |1744 |  48k| 859k|9740 | 0.000000e+00 | 2.200000e+01 |    Inf 
1723.25/1723.24	c  1697s|640000 |  4962 |  6436k|  10.1 | 100M|  83 |   - |2007 |  25k|   0 |   0 |  49k| 873k|9846 | 0.000000e+00 | 2.200000e+01 |    Inf 
1750.25/1750.22	c  1724s|650000 |  5001 |  6532k|  10.0 | 103M|  83 |  17 |2007 |  29k|2007 |1744 |  50k| 886k|9930 | 0.000000e+00 | 2.200000e+01 |    Inf 
1775.65/1775.66	c  1749s|660000 |  5127 |  6624k|  10.0 | 101M|  83 |   - |2007 |  19k|   0 |   0 |  50k| 900k|  10k| 0.000000e+00 | 2.200000e+01 |    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) : 1772.67
1800.05/1800.00	c Solving Nodes      : 669679
1800.05/1800.00	c Primal Bound       : +2.20000000000000e+01 (90 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.02	s SATISFIABLE
1800.05/1800.02	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.02	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.05/1800.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.02	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.05/1800.02	v -x80 -x79 x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.05/1800.02	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.05/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 
1800.05/1800.02	v -x2 -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time       :    1772.67
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-2692895-1277909268.wbo
1800.05/1800.02	c   Variables        : 2105 (1168 binary, 0 integer, 0 implicit integer, 937 continuous)
1800.05/1800.02	c   Constraints      : 3645 initial, 3645 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-2692895-1277909268.wbo
1800.05/1800.02	c   Variables        : 2007 (1119 binary, 0 integer, 0 implicit integer, 888 continuous)
1800.05/1800.02	c   Constraints      : 3483 initial, 31979 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       0.01          0          0          0          0          0         49          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.06          0          0          0        937          0        113         49          0
1800.05/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -        703          -          -       1406          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0     367282          0        128       2465          0          0     713210
1800.05/1800.02	c   indicator        :        888          0    3251141       8686          0       1499    5133549          0          0          0
1800.05/1800.02	c   setppc           :         14          6    3265786       8696          0      67570    2466920          0          0          0
1800.05/1800.02	c   linear           :        888          6    3198910       8745          0      84593   11584096      51322          0          0
1800.05/1800.02	c   logicor          :       1693+         6    1528676        572          0      79719    5660127          0          0          0
1800.05/1800.02	c   bounddisjunction :          0+         0      11951          0          0          0          1          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0        572          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :      51.03       0.00       0.00      51.03       0.00
1800.05/1800.02	c   indicator        :      14.57       0.02      14.33       0.22       0.00
1800.05/1800.02	c   setppc           :      15.34       0.00      15.34       0.00       0.00
1800.05/1800.02	c   linear           :      64.17       0.01      63.91       0.25       0.00
1800.05/1800.02	c   logicor          :     188.40       0.00     188.39       0.01       0.00
1800.05/1800.02	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.71          2          0          0
1800.05/1800.02	c   rootredcost      :       0.68         15          0        703
1800.05/1800.02	c   pseudoobj        :      69.86    3274427       6613    4826718
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :      11.01     238495     238344    1470654       27.2       9581       23.7          -
1800.05/1800.02	c   infeasible LP    :      20.51     109512     109512     950198       39.6        811       20.6          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00         25         25        147       20.3          3        4.0          -
1800.05/1800.02	c   applied globally :          -          -          -     913191       25.8          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 180)
1800.05/1800.02	c   redcost          :      11.84     370189          0     207267          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.33          6          0          0       1000          0
1800.05/1800.02	c   strongcg         :       0.25          6          0          0        567          0
1800.05/1800.02	c   cmir             :       0.02          6          0          0          1          0
1800.05/1800.02	c   flowcover        :       0.04          6          0          0          1          0
1800.05/1800.02	c   clique           :       0.01          6          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :      50.70     358534        128       2465          0          0     713210
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.04        558          0          0          0          0       1116
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.02          -         14
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   oneopt           :       0.19         15          0
1800.05/1800.02	c   feaspump         :       0.05          1          0
1800.05/1800.02	c   crossover        :       0.37          6          0
1800.05/1800.02	c   veclendiving     :       0.35         92          0
1800.05/1800.02	c   linesearchdiving :       0.31         92          0
1800.05/1800.02	c   guideddiving     :       0.38         92          0
1800.05/1800.02	c   pscostdiving     :       0.31         92          0
1800.05/1800.02	c   coefdiving       :       0.43         93          0
1800.05/1800.02	c   fracdiving       :       0.40         93          0
1800.05/1800.02	c   objpscostdiving  :       0.49         47          0
1800.05/1800.02	c   rootsoldiving    :       1.58         47          0
1800.05/1800.02	c   trivial          :       0.01          2          0
1800.05/1800.02	c   simplerounding   :       0.61     359699          0
1800.05/1800.02	c   zirounding       :       0.17       1000          0
1800.05/1800.02	c   rounding         :       1.03       8469          0
1800.05/1800.02	c   shifting         :       0.75       2655          0
1800.05/1800.02	c   intshifting      :       0.01         20          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.04          1          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.26          0          0
1800.05/1800.02	c   trysol           :       0.52       1188         76
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :     975.64     475779    6698373      14.08    6865.62
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       2.81       1772      17315       9.77    6161.92
1800.05/1800.02	c   strong branching :      47.11      10096     304517      30.16    6463.96
1800.05/1800.02	c     (at root node) :          -         33       3181      96.39          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :     669679
1800.05/1800.02	c   nodes (total)    :     669679
1800.05/1800.02	c   nodes left       :       5198
1800.05/1800.02	c   max depth        :         83
1800.05/1800.02	c   max depth (total):         83
1800.05/1800.02	c   backtracks       :      82164 (12.3%)
1800.05/1800.02	c   delayed cutoffs  :      37810
1800.05/1800.02	c   repropagations   :    1234038 (4221653 domain reductions, 36246 cutoffs)
1800.05/1800.02	c   avg switch length:       5.43
1800.05/1800.02	c   switching time   :     176.55
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :         90 (15 improvements)
1800.05/1800.02	c   First Solution   : +4.45360000000000e+04   (in run 1, after 1 nodes, 0.14 seconds, depth 0, found by <trysol>)
1800.05/1800.02	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 569115 nodes, 1507.21 seconds, depth 39, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :        519
1800.16/1800.11	c Time complete: 1800.16.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692895-1277909268/watcher-2692895-1277909268 -o /tmp/evaluation-result-2692895-1277909268/solver-2692895-1277909268 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692895-1277909268.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: 1.98 2.09 2.08 4/178 10374
/proc/meminfo: memFree=31175780/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=9436 CPUtime=0
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1653 0 0 0 0 0 0 0 25 0 1 0 132224104 9662464 1573 4089446400 4194304 8223781 140735046093488 18446744073709551615 5649379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10374/statm: 2359 1573 369 984 0 1372 0

[startup+0.101929 s]
/proc/loadavg: 1.98 2.09 2.08 4/178 10374
/proc/meminfo: memFree=31175780/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=23624 CPUtime=0.09
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 7370 0 0 0 8 1 0 0 25 0 1 0 132224104 24190976 4870 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 5906 4870 458 984 0 4919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23624

[startup+0.200922 s]
/proc/loadavg: 1.98 2.09 2.08 4/178 10374
/proc/meminfo: memFree=31175780/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=28272 CPUtime=0.19
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 9548 0 0 0 18 1 0 0 25 0 1 0 132224104 28950528 6181 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 7068 6181 549 984 0 6081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28272

[startup+0.300906 s]
/proc/loadavg: 1.98 2.09 2.08 4/178 10374
/proc/meminfo: memFree=31175780/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=31160 CPUtime=0.29
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 10294 0 0 0 27 2 0 0 25 0 1 0 132224104 31907840 6903 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 7790 6903 571 984 0 6803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31160

[startup+0.700822 s]
/proc/loadavg: 1.98 2.09 2.08 4/178 10374
/proc/meminfo: memFree=31175780/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=33152 CPUtime=0.69
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 10757 0 0 0 67 2 0 0 25 0 1 0 132224104 33947648 7338 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 8288 7338 573 984 0 7301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33152

[startup+1.50067 s]
/proc/loadavg: 1.98 2.09 2.08 3/179 10375
/proc/meminfo: memFree=31147376/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=33204 CPUtime=1.49
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 22759 0 0 0 145 4 0 0 25 0 1 0 132224104 34000896 7393 4089446400 4194304 8223781 140735046093488 18446744073709551615 6560191 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 8301 7393 599 984 0 7314 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33204

[startup+3.10038 s]
/proc/loadavg: 1.98 2.09 2.08 3/179 10375
/proc/meminfo: memFree=31144896/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=33168 CPUtime=3.09
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 27934 0 0 0 302 7 0 0 25 0 1 0 132224104 33964032 7389 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 8292 7389 599 984 0 7305 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33168

[startup+6.30081 s]
/proc/loadavg: 1.98 2.09 2.08 3/179 10375
/proc/meminfo: memFree=31142588/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=33220 CPUtime=6.29
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 37464 0 0 0 617 12 0 0 25 0 1 0 132224104 34017280 7420 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 8305 7420 600 984 0 7318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33220

[startup+12.7006 s]
/proc/loadavg: 1.98 2.08 2.08 3/179 10375
/proc/meminfo: memFree=31129816/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=34088 CPUtime=12.69
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 54978 0 0 0 1248 21 0 0 25 0 1 0 132224104 34906112 7602 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 8522 7602 603 984 0 7535 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34088

[startup+25.5003 s]
/proc/loadavg: 1.98 2.08 2.08 3/179 10376
/proc/meminfo: memFree=31099316/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=44356 CPUtime=25.49
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 112672 0 0 0 2502 47 0 0 25 0 1 0 132224104 45420544 10059 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 11089 10059 606 984 0 10102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44356

[startup+51.1006 s]
/proc/loadavg: 1.99 2.07 2.07 3/179 10377
/proc/meminfo: memFree=31055536/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=51224 CPUtime=51.09
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 171877 0 0 0 5016 93 0 0 25 0 1 0 132224104 52453376 11767 4089446400 4194304 8223781 140735046093488 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 12806 11767 606 984 0 11819 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51224

[startup+102.3 s]
/proc/loadavg: 1.99 2.06 2.07 3/179 10378
/proc/meminfo: memFree=30988396/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=64500 CPUtime=102.3
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 255422 0 0 0 10054 176 0 0 25 0 1 0 132224104 66048000 15069 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 16125 15069 606 984 0 15138 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64500

[startup+162.3 s]
/proc/loadavg: 1.99 2.05 2.06 3/179 10379
/proc/meminfo: memFree=30906144/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=71416 CPUtime=162.29
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 375739 0 0 0 15955 274 0 0 25 0 1 0 132224104 73129984 16751 4089446400 4194304 8223781 140735046093488 18446744073709551615 6444670 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 17854 16751 606 984 0 16867 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71416

[startup+222.306 s]
/proc/loadavg: 1.99 2.03 2.06 3/179 10381
/proc/meminfo: memFree=30798704/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=78392 CPUtime=222.31
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 459782 0 0 0 21868 363 0 0 25 0 1 0 132224104 80273408 18365 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 19598 18365 607 984 0 18611 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 78392

[startup+282.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/179 10383
/proc/meminfo: memFree=30716432/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=87004 CPUtime=282.3
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 544500 0 0 0 27776 454 0 0 25 0 1 0 132224104 89092096 20458 4089446400 4194304 8223781 140735046093488 18446744073709551615 6592218 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 21751 20458 607 984 0 20764 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87004

[startup+342.3 s]
/proc/loadavg: 1.99 2.02 2.04 3/179 10384
/proc/meminfo: memFree=30642852/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=92192 CPUtime=342.3
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 630693 0 0 0 33682 548 0 0 25 0 1 0 132224104 94404608 21682 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 23048 21682 607 984 0 22061 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92192

[startup+402.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/179 10386
/proc/meminfo: memFree=30561964/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=97012 CPUtime=402.31
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 713873 0 0 0 39595 636 0 0 25 0 1 0 132224104 99340288 22898 4089446400 4194304 8223781 140735046093488 18446744073709551615 6436959 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 24253 22898 607 984 0 23266 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 97012

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/179 10387
/proc/meminfo: memFree=30526584/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=99828 CPUtime=462.3
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 782670 0 0 0 45511 719 0 0 25 0 1 0 132224104 102223872 23486 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 24957 23486 607 984 0 23970 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 99828

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/179 10389
/proc/meminfo: memFree=30509668/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=101540 CPUtime=522.3
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 909527 0 0 0 51419 811 0 0 25 0 1 0 132224104 103976960 23801 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 25385 23801 607 984 0 24398 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101540

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 10391
/proc/meminfo: memFree=30504676/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=104332 CPUtime=582.31
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 995831 0 0 0 57334 897 0 0 25 0 1 0 132224104 106835968 24493 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 26083 24493 607 984 0 25096 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 104332

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 10392
/proc/meminfo: memFree=30497680/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=106380 CPUtime=642.31
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1108151 0 0 0 63239 992 0 0 25 0 1 0 132224104 108933120 25020 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 26595 25020 607 984 0 25608 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 106380

[startup+702.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10408
/proc/meminfo: memFree=30293368/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=125164 CPUtime=882.33
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1370681 0 0 0 86878 1355 0 0 25 0 1 0 132224104 128167936 28934 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 31291 28934 611 984 0 30304 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 125164

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10409
/proc/meminfo: memFree=30251520/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=129724 CPUtime=942.32
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1461981 0 0 0 92781 1451 0 0 25 0 1 0 132224104 132837376 30064 4089446400 4194304 8223781 140735046093488 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 32431 30064 611 984 0 31444 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 129724

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10411
/proc/meminfo: memFree=30216516/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=132748 CPUtime=1002.32
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1574090 0 0 0 98686 1546 0 0 25 0 1 0 132224104 135933952 30780 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 33187 30780 611 984 0 32200 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 132748

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10412
/proc/meminfo: memFree=30190936/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=140236 CPUtime=1062.32
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1670122 0 0 0 104596 1636 0 0 25 0 1 0 132224104 143601664 32262 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 35059 32262 611 984 0 34072 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 140236

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10414
/proc/meminfo: memFree=30149596/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=145116 CPUtime=1122.33
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1776355 0 0 0 110497 1736 0 0 25 0 1 0 132224104 148598784 33096 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 36279 33096 611 984 0 35292 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 145116

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10416
/proc/meminfo: memFree=30106504/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=147492 CPUtime=1182.32
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1840643 0 0 0 116400 1832 0 0 25 0 1 0 132224104 151031808 33663 4089446400 4194304 8223781 140735046093488 18446744073709551615 6569326 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 36873 33663 611 984 0 35886 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 147492

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10417
/proc/meminfo: memFree=30059096/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=150232 CPUtime=1242.33
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 1911812 0 0 0 122310 1923 0 0 25 0 1 0 132224104 153837568 34380 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 37558 34380 611 984 0 36571 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 150232

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10419
/proc/meminfo: memFree=30028428/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=153836 CPUtime=1302.33
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2002460 0 0 0 128220 2013 0 0 25 0 1 0 132224104 157528064 35298 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 38459 35298 611 984 0 37472 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 153836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10420
/proc/meminfo: memFree=30018480/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=157740 CPUtime=1362.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2075854 0 0 0 134133 2101 0 0 25 0 1 0 132224104 161525760 36008 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 39435 36008 611 984 0 38448 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 157740

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10422
/proc/meminfo: memFree=29965964/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=166336 CPUtime=1422.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2143289 0 0 0 140043 2191 0 0 25 0 1 0 132224104 170328064 37936 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 41584 37936 611 984 0 40597 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 166336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10424
/proc/meminfo: memFree=29933076/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=173048 CPUtime=1482.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2206741 0 0 0 145964 2270 0 0 25 0 1 0 132224104 177201152 39294 4089446400 4194304 8223781 140735046093488 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 43262 39294 611 984 0 42275 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 173048

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 10425
/proc/meminfo: memFree=29910964/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=177608 CPUtime=1542.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2298853 0 0 0 151873 2361 0 0 25 0 1 0 132224104 181870592 40296 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 44402 40296 611 984 0 43415 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 177608

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10427
/proc/meminfo: memFree=29853868/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=182268 CPUtime=1602.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2346925 0 0 0 157788 2446 0 0 25 0 1 0 132224104 186642432 41258 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 45567 41258 611 984 0 44580 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 182268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10428
/proc/meminfo: memFree=29821336/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=186476 CPUtime=1662.35
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2424333 0 0 0 163702 2533 0 0 25 0 1 0 132224104 190951424 42076 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 46619 42076 611 984 0 45632 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 186476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10503
/proc/meminfo: memFree=31294420/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=189252 CPUtime=1722.35
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2504773 0 0 0 169613 2622 0 0 25 0 1 0 132224104 193794048 42877 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 47313 42877 611 984 0 46326 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 189252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10505
/proc/meminfo: memFree=31288304/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=193460 CPUtime=1782.34
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2566317 0 0 0 175525 2709 0 0 25 0 1 0 132224104 198103040 43666 4089446400 4194304 8223781 140735046093488 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 48365 43666 611 984 0 47378 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 193460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10505
/proc/meminfo: memFree=31286808/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=195188 CPUtime=1800.05
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2600341 0 0 0 177269 2736 0 0 25 0 1 0 132224104 199872512 44001 4089446400 4194304 8223781 140735046093488 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10374/statm: 48797 44001 611 984 0 47810 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 195188

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10505
/proc/meminfo: memFree=31286808/32951124 swapFree=67111528/67111528
[pid=10374] ppid=10372 vsize=167896 CPUtime=1800.16
/proc/10374/stat : 10374 (pbscip.linux.x8) R 10372 10374 9433 0 -1 4202496 2600343 0 0 0 177279 2737 0 0 25 0 1 0 132224104 171925504 37647 4089446400 4194304 8223781 140735046093488 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10374/statm: 41658 37400 613 984 0 40671 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 167896

Child status: 0
Real time (s): 1800.12
CPU time (s): 1800.17
CPU user time (s): 1772.79
CPU system time (s): 27.3768
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 195188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.79
system time used= 27.3768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2600347
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= 1
involuntary context switches= 1067

runsolver used 2.65959 second user time and 5.9291 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 16:47:48
IDJOB=2692895
IDBENCH=78966
IDSOLVER=1204
FILE ID=node109/2692895-1277909268
PBS_JOBID= 11197218
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692895-1277909268/watcher-2692895-1277909268 -o /tmp/evaluation-result-2692895-1277909268/solver-2692895-1277909268 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692895-1277909268.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=764496588

node109.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.817
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.63
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.817
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.75
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.817
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.82
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.817
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.75
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.817
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.817
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.75
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.817
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.74
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.817
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31176308 kB
Buffers:        189408 kB
Cached:        1047212 kB
SwapCached:          0 kB
Active:         906048 kB
Inactive:       725296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31176308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4888 kB
Writeback:           0 kB
AnonPages:      395108 kB
Mapped:          16060 kB
Slab:            80420 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   562368 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= 74208 MiB
End job on node109 at 2010-06-30 17:17:50