Trace number 2692337

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.46 1800.42

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567135--soft-0-100-0.wbo
MD5SUM51cd1cd61e067c06067b10b7beeffad7
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark33.8359
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 constraints2707
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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-2692337-1277926792.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135864
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.358640e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.40	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.358640e+05 |    Inf 
27.30/27.31	c  27.0s| 10000 | 10001 | 28933 |   2.9 |  51M| 101 |   0 |5645 |5414 |5645 | 194 |  12k|   0 |1796 | 0.000000e+00 | 1.358640e+05 |    Inf 
48.99/49.05	c  48.5s| 20000 | 20001 | 49473 |   2.5 |  74M| 101 |   0 |5645 |5414 |5645 | 376 |  21k|   0 |1812 | 0.000000e+00 | 1.358640e+05 |    Inf 
71.40/71.47	c  70.7s| 30000 | 30001 | 74403 |   2.5 |  97M| 103 |   0 |5645 |5414 |5645 | 178 |  33k|   0 |1812 | 0.000000e+00 | 1.358640e+05 |    Inf 
94.49/94.58	c  93.5s| 40000 | 40001 |106791 |   2.7 | 120M| 133 |   0 |5645 |5414 |5645 | 331 |  51k|   0 |2027 | 0.000000e+00 | 1.358640e+05 |    Inf 
116.30/116.39	c   115s| 50000 | 50001 |131978 |   2.6 | 142M| 153 |   0 |5645 |5414 |5645 | 204 |  64k|   0 |2322 | 0.000000e+00 | 1.358640e+05 |    Inf 
130.30/130.39	o 795
130.30/130.39	c * 129s| 56570 | 48763 |145797 |   2.6 | 140M| 153 |   - |5645 |5414 |5645 | 193 |  71k|   0 |2497 | 0.000000e+00 | 7.950000e+02 |    Inf 
140.89/140.94	c   139s| 60000 | 52132 |164618 |   2.7 | 149M| 153 |   0 |5645 |5506 |5645 | 202 |  80k|  92 |2691 | 0.000000e+00 | 7.950000e+02 |    Inf 
169.10/169.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.10/169.12	c   167s| 70000 | 62031 |211503 |   3.0 | 172M| 157 |   0 |5645 |5691 |5645 | 174 |  96k| 278 |3159 | 0.000000e+00 | 7.950000e+02 |    Inf 
195.20/195.22	c   193s| 80000 | 72025 |254342 |   3.2 | 195M| 157 |   0 |5645 |5688 |5645 | 170 | 103k| 284 |3380 | 0.000000e+00 | 7.950000e+02 |    Inf 
221.19/221.27	c   219s| 90000 | 82017 |300962 |   3.3 | 217M| 157 |   0 |5645 |5648 |5645 | 203 | 110k| 304 |3761 | 0.000000e+00 | 7.950000e+02 |    Inf 
246.50/246.57	c   244s|100000 | 92017 |344009 |   3.4 | 239M| 157 |   0 |5645 |5622 |5645 | 182 | 117k| 304 |4125 | 0.000000e+00 | 7.950000e+02 |    Inf 
270.39/270.50	c   268s|110000 |102017 |374580 |   3.4 | 260M| 157 |   0 |5645 |5597 |5645 | 165 | 122k| 304 |4197 | 0.000000e+00 | 7.950000e+02 |    Inf 
294.60/294.60	c   292s|120000 |112011 |408032 |   3.4 | 282M| 157 |   0 |5645 |5569 |5645 | 190 | 126k| 312 |4348 | 0.000000e+00 | 7.950000e+02 |    Inf 
320.50/320.54	c   317s|130000 |122005 |451986 |   3.5 | 304M| 157 |   0 |5645 |5563 |5645 | 166 | 134k| 329 |4784 | 0.000000e+00 | 7.950000e+02 |    Inf 
345.50/345.56	c   342s|140000 |132005 |491463 |   3.5 | 326M| 157 |   0 |5645 |5540 |5645 | 171 | 140k| 329 |4941 | 0.000000e+00 | 7.950000e+02 |    Inf 
372.70/372.70	c   369s|150000 |141973 |544356 |   3.6 | 348M| 157 |   0 |5645 |5553 |5645 | 168 | 149k| 375 |5334 | 0.000000e+00 | 7.950000e+02 |    Inf 
397.51/397.59	c   394s|160000 |151959 |582867 |   3.6 | 369M| 157 |   0 |5645 |5553 |5645 | 210 | 155k| 394 |5548 | 0.000000e+00 | 7.950000e+02 |    Inf 
422.50/422.51	c   418s|170000 |161947 |623019 |   3.7 | 391M| 157 |   9 |5645 |5547 |5645 | 186 | 161k| 414 |5796 | 0.000000e+00 | 7.950000e+02 |    Inf 
451.30/451.33	c   447s|180000 |171917 |693815 |   3.9 | 414M| 157 |   5 |5645 |5578 |5645 | 160 | 171k| 488 |6165 | 0.000000e+00 | 7.950000e+02 |    Inf 
479.31/479.39	c   475s|190000 |181889 |759209 |   4.0 | 437M| 157 |   0 |5645 |5579 |5645 | 172 | 179k| 550 |6453 | 0.000000e+00 | 7.950000e+02 |    Inf 
504.81/504.83	c   500s|200000 |191883 |806968 |   4.0 | 459M| 157 |   0 |5645 |5531 |5645 | 168 | 184k| 561 |6626 | 0.000000e+00 | 7.950000e+02 |    Inf 
532.41/532.48	c   527s|210000 |201861 |867195 |   4.1 | 482M| 157 |   0 |5645 |5534 |5645 | 166 | 192k| 593 |6951 | 0.000000e+00 | 7.950000e+02 |    Inf 
561.31/561.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
561.31/561.39	c   556s|220000 |211811 |928734 |   4.2 | 505M| 157 |   0 |5645 |5614 |5645 | 176 | 202k| 708 |7257 | 0.000000e+00 | 7.950000e+02 |    Inf 
589.71/589.76	c   584s|230000 |221809 |  1004k|   4.4 | 527M| 157 |   0 |5645 |5574 |5645 | 198 | 210k| 709 |7441 | 0.000000e+00 | 7.950000e+02 |    Inf 
619.41/619.45	c   613s|240000 |231766 |  1083k|   4.5 | 550M| 157 |   0 |5645 |5581 |5645 | 167 | 221k| 772 |7732 | 0.000000e+00 | 7.950000e+02 |    Inf 
648.91/648.94	c   643s|250000 |241731 |  1162k|   4.6 | 572M| 157 |   0 |5645 |5575 |5645 | 162 | 232k| 849 |8002 | 0.000000e+00 | 7.950000e+02 |    Inf 
677.62/677.61	c   671s|260000 |251713 |  1229k|   4.7 | 595M| 157 |   0 |5645 |5535 |5645 | 169 | 239k| 875 |8173 | 0.000000e+00 | 7.950000e+02 |    Inf 
707.91/707.94	c   701s|270000 |261689 |  1298k|   4.8 | 619M| 157 |   0 |5645 |5541 |5645 | 165 | 248k| 931 |8390 | 0.000000e+00 | 7.950000e+02 |    Inf 
738.41/738.44	c   731s|280000 |271681 |  1370k|   4.9 | 642M| 157 |   0 |5645 |5504 |5645 | 161 | 258k| 938 |8641 | 0.000000e+00 | 7.950000e+02 |    Inf 
769.71/769.73	c   762s|290000 |281628 |  1454k|   5.0 | 665M| 157 |   0 |5645 |5515 |5645 | 167 | 271k|1061 |8936 | 0.000000e+00 | 7.950000e+02 |    Inf 
798.01/798.04	c   790s|300000 |291610 |  1511k|   5.0 | 688M| 157 |   0 |5645 |5505 |5645 | 192 | 281k|1114 |9168 | 0.000000e+00 | 7.950000e+02 |    Inf 
823.61/823.67	c   816s|310000 |301608 |  1554k|   5.0 | 711M| 157 |   1 |5645 |5462 |5645 | 158 | 289k|1115 |9259 | 0.000000e+00 | 7.950000e+02 |    Inf 
855.02/855.02	c   847s|320000 |311572 |  1638k|   5.1 | 734M| 157 |   0 |5645 |5484 |5645 | 182 | 300k|1198 |9500 | 0.000000e+00 | 7.950000e+02 |    Inf 
857.62/857.64	o 274
857.62/857.64	c * 849s|320850 |263377 |  1644k|   5.1 | 634M| 157 |   - |5645 |5528 |5645 | 204 | 302k|1251 |9513 | 0.000000e+00 | 2.740000e+02 |    Inf 
868.71/868.73	o 266
868.71/868.73	c * 860s|323784 |261238 |  1675k|   5.2 | 635M| 157 |   - |5645 |5783 |5645 | 181 | 306k|1669 |9580 | 0.000000e+00 | 2.660000e+02 |    Inf 
871.41/871.40	o 260
871.41/871.40	c * 863s|324452 |257807 |  1685k|   5.2 | 630M| 157 |   - |5645 |5825 |5645 | 190 | 307k|1764 |9606 | 0.000000e+00 | 2.600000e+02 |    Inf 
871.71/871.70	o 246
871.71/871.70	c * 863s|324506 |246218 |  1686k|   5.2 | 610M| 157 |   - |5645 |5821 |5645 | 204 | 308k|1768 |9608 | 0.000000e+00 | 2.460000e+02 |    Inf 
873.11/873.13	o 238
873.11/873.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
873.11/873.13	c * 865s|324880 |239136 |  1691k|   5.2 | 597M| 157 |   - |5645 |5851 |5645 | 188 | 308k|1818 |9623 | 0.000000e+00 | 2.380000e+02 |    Inf 
875.82/875.83	o 236
875.82/875.83	c * 867s|325456 |237524 |  1700k|   5.2 | 596M| 157 |   - |5645 |5904 |5645 | 215 | 309k|1940 |9676 | 0.000000e+00 | 2.360000e+02 |    Inf 
875.91/875.92	o 233
875.91/875.92	c * 867s|325468 |234680 |  1700k|   5.2 | 591M| 157 |   - |5645 |5913 |5645 | 198 | 309k|1950 |9678 | 0.000000e+00 | 2.330000e+02 |    Inf 
876.32/876.39	o 232
876.32/876.39	c * 868s|325553 |233828 |  1702k|   5.2 | 590M| 157 |   - |5645 |5930 |5645 | 184 | 310k|1979 |9689 | 0.000000e+00 | 2.320000e+02 |    Inf 
878.62/878.65	o 221
878.62/878.65	c * 870s|325975 |224038 |  1712k|   5.3 | 574M| 157 |   - |5645 |5947 |5645 | 181 | 311k|2073 |9717 | 0.000000e+00 | 2.210000e+02 |    Inf 
885.22/885.21	o 219
885.22/885.21	c * 877s|327303 |223097 |  1738k|   5.3 | 579M| 157 |   - |5645 |6009 |5645 | 218 | 314k|2445 |9782 | 0.000000e+00 | 2.190000e+02 |    Inf 
889.21/889.28	o 217
889.21/889.28	c * 881s|328113 |221527 |  1751k|   5.3 | 581M| 157 |   - |5645 |6069 |5645 | 187 | 317k|2700 |9839 | 0.000000e+00 | 2.170000e+02 |    Inf 
890.62/890.64	o 208
890.62/890.64	c * 882s|328437 |212916 |  1756k|   5.3 | 565M| 157 |   - |5645 |6086 |5645 | 175 | 317k|2783 |9843 | 0.000000e+00 | 2.080000e+02 |    Inf 
890.62/890.65	o 207
890.62/890.65	c * 882s|328438 |212240 |  1756k|   5.3 | 564M| 157 |   - |5645 |6086 |5645 | 175 | 317k|2783 |9843 | 0.000000e+00 | 2.070000e+02 |    Inf 
894.62/894.66	o 206
894.62/894.66	c * 886s|329219 |211909 |  1770k|   5.4 | 568M| 157 |   - |5645 |6193 |5645 | 187 | 319k|3069 |9853 | 0.000000e+00 | 2.060000e+02 |    Inf 
894.62/894.67	o 202
894.62/894.67	c * 886s|329220 |206239 |  1770k|   5.4 | 556M| 157 |   - |5645 |6193 |5645 | 187 | 319k|3069 |9853 | 0.000000e+00 | 2.020000e+02 |    Inf 
898.31/898.30	c   889s|330000 |206858 |  1781k|   5.4 | 560M| 157 |   0 |5645 |6258 |5645 | 169 | 321k|3424 |9901 | 0.000000e+00 | 2.020000e+02 |    Inf 
899.42/899.45	o 175
899.42/899.45	c * 891s|330194 |161609 |  1785k|   5.4 | 453M| 157 |   - |5645 |6228 |5645 | 195 | 322k|3457 |9916 | 0.000000e+00 | 1.750000e+02 |    Inf 
901.22/901.22	o 172
901.22/901.22	c * 892s|330512 |156941 |  1790k|   5.4 | 443M| 157 |   - |5645 |6292 |5645 | 208 | 322k|3608 |9939 | 0.000000e+00 | 1.720000e+02 |    Inf 
901.51/901.51	o 168
901.51/901.51	c * 893s|330561 |151484 |  1791k|   5.4 | 429M| 157 |   - |5645 |6284 |5645 | 202 | 322k|3614 |9940 | 0.000000e+00 | 1.680000e+02 |    Inf 
903.12/903.18	o 146
903.12/903.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.12/903.18	c * 894s|330839 |105493 |  1796k|   5.4 | 327M| 157 |   - |5645 |6272 |5645 | 173 | 323k|3656 |9948 | 0.000000e+00 | 1.460000e+02 |    Inf 
903.21/903.28	o 135
903.21/903.28	c * 894s|330843 | 88223 |  1797k|   5.4 | 283M| 157 |   - |5645 |6270 |5645 | 197 | 323k|3656 |9949 | 0.000000e+00 | 1.350000e+02 |    Inf 
903.31/903.33	o 119
903.31/903.33	c * 894s|330844 | 70543 |  1797k|   5.4 | 236M| 157 |   - |5645 |6270 |5645 | 201 | 323k|3656 |9949 | 0.000000e+00 | 1.190000e+02 |    Inf 
903.41/903.43	o 106
903.41/903.43	c * 894s|330854 | 62083 |  1797k|   5.4 | 214M| 157 |   - |5645 |6267 |5645 | 194 | 323k|3656 |9949 | 0.000000e+00 | 1.060000e+02 |    Inf 
904.02/904.00	o 94
904.02/904.00	c * 895s|330931 | 39011 |  1798k|   5.4 | 147M| 157 |   - |5645 |6317 |5645 | 200 | 323k|3731 |9956 | 0.000000e+00 | 9.400000e+01 |    Inf 
904.12/904.11	o 80
904.12/904.11	c * 895s|330945 | 34220 |  1799k|   5.4 | 133M| 157 |   - |5645 |6128 |5645 | 207 | 323k|3741 |9957 | 0.000000e+00 | 8.000000e+01 |    Inf 
905.62/905.60	o 76
905.62/905.60	c * 897s|331332 | 32629 |  1802k|   5.4 | 130M| 157 |   - |5645 |5957 |5645 | 206 | 324k|4153 |9959 | 0.000000e+00 | 7.600000e+01 |    Inf 
905.62/905.64	o 62
905.62/905.64	c * 897s|331335 | 29885 |  1802k|   5.4 | 122M| 157 |   - |5645 |5796 |5645 | 206 | 324k|4158 |9959 | 0.000000e+00 | 6.200000e+01 |    Inf 
905.91/905.92	o 61
905.91/905.92	c * 897s|331366 |  2892 |  1803k|   5.4 |  42M| 157 |   - |5645 |5390 |5645 | 180 | 324k|4182 |9959 | 0.000000e+00 | 6.100000e+01 |    Inf 
935.41/935.43	c   926s|340000 |  3818 |  1867k|   5.5 |  61M| 157 |   5 |5645 |6991 |5645 | 191 | 337k|  14k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
970.61/970.69	c   961s|350000 |  4937 |  1941k|   5.5 |  80M| 157 |   - |5645 |7562 |   0 |   0 | 353k|  27k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1004.32/1004.39	c   994s|360000 |  5761 |  2001k|   5.6 |  95M| 157 |   2 |5645 |9213 |5645 | 161 | 368k|  40k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1038.72/1038.77	c  1028s|370000 |  6544 |  2061k|   5.6 | 107M| 157 |   8 |5645 |8410 |5645 | 192 | 385k|  54k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1073.42/1073.44	c  1062s|380000 |  7584 |  2132k|   5.6 | 122M| 157 |   1 |5645 |9679 |5645 | 162 | 399k|  67k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1108.73/1108.73	c  1097s|390000 |  8952 |  2210k|   5.7 | 138M| 157 |   - |5645 |  11k|   0 |   0 | 420k|  81k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1147.12/1147.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.12/1147.11	c  1135s|400000 | 10352 |  2307k|   5.8 | 157M| 157 |  13 |5645 |  15k|5645 | 190 | 440k|  94k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1184.02/1184.03	c  1171s|410000 | 11526 |  2384k|   5.8 | 175M| 157 |   4 |5645 |  17k|5645 | 210 | 457k| 109k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1221.92/1221.94	c  1209s|420000 | 12863 |  2463k|   5.9 | 190M| 157 |   9 |5645 |  18k|5645 | 167 | 477k| 124k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1259.62/1259.68	c  1246s|430000 | 14036 |  2538k|   5.9 | 207M| 157 |  13 |5645 |  22k|5645 | 164 | 496k| 140k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1299.03/1299.06	c  1285s|440000 | 15135 |  2604k|   5.9 | 223M| 157 |   - |5645 |  25k|5645 | 176 | 516k| 159k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1338.03/1338.06	c  1324s|450000 | 16155 |  2672k|   5.9 | 235M| 157 |   - |5645 |  24k|   0 |   0 | 535k| 177k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1379.23/1379.24	c  1364s|460000 | 17692 |  2769k|   6.0 | 253M| 157 |  15 |5645 |  16k|5645 | 193 | 556k| 191k|  10k| 0.000000e+00 | 6.100000e+01 |    Inf 
1414.03/1414.06	o 46
1414.03/1414.06	c *1399s|468160 | 18312 |  2851k|   6.1 | 268M| 157 |   - |5645 |  18k|5645 | 179 | 574k| 203k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1420.52/1420.57	c  1405s|470000 | 18461 |  2864k|   6.1 | 269M| 157 |   4 |5645 |  18k|5645 | 207 | 577k| 205k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1456.33/1456.37	c  1440s|480000 | 19444 |  2936k|   6.1 | 277M| 157 |   1 |5645 |  14k|5645 | 160 | 596k| 221k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1490.23/1490.25	c  1474s|490000 | 20254 |  3005k|   6.1 | 287M| 157 |   6 |5645 |  16k|5645 | 175 | 617k| 237k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1522.63/1522.60	c  1506s|500000 | 21103 |  3071k|   6.1 | 295M| 157 |   - |5645 |  16k|   0 |   0 | 636k| 253k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1556.74/1556.76	c  1539s|510000 | 22094 |  3138k|   6.2 | 307M| 157 |   1 |5645 |  19k|5645 | 161 | 657k| 269k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1589.64/1589.66	c  1572s|520000 | 23015 |  3201k|   6.2 | 315M| 157 |   - |5645 |  15k|   0 |   0 | 677k| 285k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1623.13/1623.10	c  1605s|530000 | 23836 |  3263k|   6.2 | 323M| 157 |  18 |5645 |  14k|5645 | 201 | 694k| 299k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1654.74/1654.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1654.74/1654.75	c  1636s|540000 | 24784 |  3324k|   6.2 | 333M| 157 |   - |5645 |  17k|   0 |   0 | 715k| 315k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1689.23/1689.23	c  1670s|550000 | 25728 |  3389k|   6.2 | 344M| 157 |   - |5645 |  16k|   0 |   0 | 734k| 329k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1722.43/1722.43	c  1703s|560000 | 26494 |  3454k|   6.2 | 354M| 157 |   - |5645 |  18k|   0 |   0 | 753k| 343k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1756.44/1756.44	c  1736s|570000 | 27095 |  3513k|   6.2 | 361M| 157 |   1 |5645 |  19k|5645 | 157 | 774k| 357k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1791.43/1791.46	c  1771s|580000 | 27868 |  3575k|   6.2 | 369M| 157 |   1 |5645 |  19k|5645 | 174 | 793k| 373k|  11k| 0.000000e+00 | 4.600000e+01 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1779.41
1800.04/1800.00	c Solving Nodes      : 582410
1800.04/1800.00	c Primal Bound       : +4.60000000000000e+01 (222 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.04/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.09	v -x125 x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.09	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 -x80 
1800.04/1800.09	v -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.04/1800.09	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.04/1800.09	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 -x2 
1800.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1779.41
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692337-1277926792.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692337-1277926792.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 26349 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       1475          -          -       2950          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     578620          0          0         11          0          0     373396
1800.04/1800.09	c   indicator        :       2707          0    2081078     391895          0       2168   23983646          0          0          0
1800.04/1800.09	c   linear           :       2707          6    2080046     391909          0      43555    4780151     798169          0          0
1800.04/1800.09	c   logicor          :          0+         0     791204          0          0      21064    1304610          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0      98185          0          0         19       1576          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0     291617          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      20.31       0.00       0.00      20.31       0.00
1800.04/1800.09	c   indicator        :     163.62       0.03      66.34      97.25       0.00
1800.04/1800.09	c   linear           :     147.16       0.00      81.14      66.02       0.00
1800.04/1800.09	c   logicor          :      66.38       0.00      66.38       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.20       0.00       0.20       0.00       0.00
1800.04/1800.09	c   countsols        :       0.06       0.00       0.00       0.06       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.68          2          0          0
1800.04/1800.09	c   rootredcost      :       0.50         29          0       1475
1800.04/1800.09	c   pseudoobj        :     146.76    2136897      54854   16004579
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      19.37     119492     119480     889521       50.6      11969       15.6          -
1800.04/1800.09	c   infeasible LP    :       0.17        230        230       2218       63.1         20        4.0          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.22        961        961       4583       24.2        262        8.7          -
1800.04/1800.09	c   applied globally :          -          -          -     377650       39.6          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      71.70     597095          0    7219996          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.02          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      20.08     186707          0         11          0          0     373396
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      85.45     291588          0          0          0          0     583176
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.74          -         29
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.44         26          0
1800.04/1800.09	c   intshifting      :       0.20         57          0
1800.04/1800.09	c   crossover        :       1.21         37          0
1800.04/1800.09	c   guideddiving     :      16.42       7086          0
1800.04/1800.09	c   coefdiving       :      10.83       7086          0
1800.04/1800.09	c   pscostdiving     :      11.10       7086          0
1800.04/1800.09	c   veclendiving     :      10.75       7086          0
1800.04/1800.09	c   linesearchdiving :      10.90       7086          0
1800.04/1800.09	c   fracdiving       :      10.75       7087          0
1800.04/1800.09	c   objpscostdiving  :      10.25       6328          0
1800.04/1800.09	c   rootsoldiving    :      10.68       6466          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.32     193286          0
1800.04/1800.09	c   zirounding       :       0.28       1000          0
1800.04/1800.09	c   rounding         :       3.31       6182          0
1800.04/1800.09	c   shifting         :       2.36       1898          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.02          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.16          0          0
1800.04/1800.09	c   trysol           :       2.45      12451        191
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     574.78     317720    3572600      11.24    6215.60
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       3.86       4295      18559       4.32    4808.03
1800.04/1800.09	c   strong branching :      18.83      11613      98404       8.47    5225.92
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     582410
1800.04/1800.09	c   nodes (total)    :     582410
1800.04/1800.09	c   nodes left       :      28056
1800.04/1800.09	c   max depth        :        157
1800.04/1800.09	c   max depth (total):        157
1800.04/1800.09	c   backtracks       :      30946 (5.3%)
1800.04/1800.09	c   delayed cutoffs  :      19243
1800.04/1800.09	c   repropagations   :     354563 (6109642 domain reductions, 18340 cutoffs)
1800.04/1800.09	c   avg switch length:       3.51
1800.04/1800.09	c   switching time   :     127.11
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        222 (30 improvements)
1800.04/1800.09	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +4.60000000000000e+01   (in run 1, after 468160 nodes, 1398.66 seconds, depth 82, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.44/1800.41	c Time complete: 1800.45.

Verifier Data

OK	46

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692337-1277926792/watcher-2692337-1277926792 -o /tmp/evaluation-result-2692337-1277926792/solver-2692337-1277926792 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692337-1277926792.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.04 2.02 2.00 4/178 15841
/proc/meminfo: memFree=30786676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=9740 CPUtime=0
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 1731 0 0 0 0 0 0 0 25 0 1 0 133976171 9973760 1651 4089446400 4194304 8223781 140736473038032 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15841/statm: 2435 1651 369 984 0 1448 0

[startup+0.0826681 s]
/proc/loadavg: 2.04 2.02 2.00 4/178 15841
/proc/meminfo: memFree=30786676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=35140 CPUtime=0.08
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 8089 0 0 0 7 1 0 0 25 0 1 0 133976171 35983360 7645 4089446400 4194304 8223781 140736473038032 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35140

[startup+0.100666 s]
/proc/loadavg: 2.04 2.02 2.00 4/178 15841
/proc/meminfo: memFree=30786676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=35140 CPUtime=0.09
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 8089 0 0 0 8 1 0 0 25 0 1 0 133976171 35983360 7645 4089446400 4194304 8223781 140736473038032 18446744073709551615 7257287 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300629 s]
/proc/loadavg: 2.04 2.02 2.00 4/178 15841
/proc/meminfo: memFree=30786676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=59032 CPUtime=0.29
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 14631 0 0 0 27 2 0 0 18 0 1 0 133976171 60448768 13574 4089446400 4194304 8223781 140736473038032 18446744073709551615 4561440 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 14758 13574 564 984 0 13771 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59032

[startup+0.700558 s]
/proc/loadavg: 2.04 2.02 2.00 4/178 15841
/proc/meminfo: memFree=30786676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=43080 CPUtime=0.69
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 15656 0 0 0 67 2 0 0 18 0 1 0 133976171 44113920 9711 4089446400 4194304 8223781 140736473038032 18446744073709551615 6455534 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50042 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30749344/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=43336 CPUtime=1.49
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 15790 0 0 0 146 3 0 0 19 0 1 0 133976171 44376064 9842 4089446400 4194304 8223781 140736473038032 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 10834 9842 578 984 0 9847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43336

[startup+3.10014 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30747500/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=49596 CPUtime=3.09
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 22301 0 0 0 303 6 0 0 24 0 1 0 133976171 50786304 11298 4089446400 4194304 8223781 140736473038032 18446744073709551615 4983903 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 12399 11298 579 984 0 11412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49596

[startup+6.30056 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30740236/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=52996 CPUtime=6.29
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 28190 0 0 0 619 10 0 0 25 0 1 0 133976171 54267904 12098 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 13249 12098 579 984 0 12262 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52996

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30729696/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=63088 CPUtime=12.69
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 39859 0 0 0 1252 17 0 0 25 0 1 0 133976171 64602112 14568 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 15772 14568 579 984 0 14785 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63088

[startup+25.5001 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30717604/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=75412 CPUtime=25.49
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 48119 0 0 0 2521 28 0 0 25 0 1 0 133976171 77221888 17707 4089446400 4194304 8223781 140736473038032 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 18853 17707 579 984 0 17866 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75412

[startup+51.1006 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15843
/proc/meminfo: memFree=30687676/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=105340 CPUtime=51.09
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 60844 0 0 0 5054 55 0 0 25 0 1 0 133976171 107868160 25225 4089446400 4194304 8223781 140736473038032 18446744073709551615 4330027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 26335 25225 579 984 0 25348 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105340

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15844
/proc/meminfo: memFree=30638588/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=158616 CPUtime=102.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 79706 0 0 0 10121 109 0 0 25 0 1 0 133976171 162422784 38604 4089446400 4194304 8223781 140736473038032 18446744073709551615 6439661 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 39654 38604 579 984 0 38667 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158616

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15846
/proc/meminfo: memFree=30594164/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=200760 CPUtime=162.29
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 118197 0 0 0 16060 169 0 0 25 0 1 0 133976171 205578240 49208 4089446400 4194304 8223781 140736473038032 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 50190 49208 583 984 0 49203 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 200760

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=30540440/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=254248 CPUtime=222.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 141728 0 0 0 22005 225 0 0 25 0 1 0 133976171 260349952 62158 4089446400 4194304 8223781 140736473038032 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 63562 62158 583 984 0 62575 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 254248

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15849
/proc/meminfo: memFree=30486952/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=307100 CPUtime=282.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 160094 0 0 0 27949 281 0 0 25 0 1 0 133976171 314470400 75478 4089446400 4194304 8223781 140736473038032 18446744073709551615 4826977 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 76775 75478 583 984 0 75788 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 307100

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15851
/proc/meminfo: memFree=30434696/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=357540 CPUtime=342.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 173517 0 0 0 33893 337 0 0 25 0 1 0 133976171 366120960 88129 4089446400 4194304 8223781 140736473038032 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 89385 88129 583 984 0 88398 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 357540

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15852
/proc/meminfo: memFree=30381696/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=409724 CPUtime=402.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 192361 0 0 0 39835 395 0 0 25 0 1 0 133976171 419557376 101278 4089446400 4194304 8223781 140736473038032 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 102431 101278 585 984 0 101444 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 409724

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15854
/proc/meminfo: memFree=30331820/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=457048 CPUtime=462.31
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 204420 0 0 0 45776 455 0 0 25 0 1 0 133976171 468017152 113195 4089446400 4194304 8223781 140736473038032 18446744073709551615 6439971 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 114262 113195 585 984 0 113275 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 457048

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15856
/proc/meminfo: memFree=30279452/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=512212 CPUtime=522.31
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 217440 0 0 0 51723 508 0 0 25 0 1 0 133976171 524505088 126044 4089446400 4194304 8223781 140736473038032 18446744073709551615 4561499 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 128053 126044 585 984 0 127066 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 512212

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15857
/proc/meminfo: memFree=30226952/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=561172 CPUtime=582.3
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 230426 0 0 0 57666 564 0 0 25 0 1 0 133976171 574640128 138369 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 140293 138369 585 984 0 139306 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 561172

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15859
/proc/meminfo: memFree=30179660/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=603696 CPUtime=642.32
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 241842 0 0 0 63610 622 0 0 25 0 1 0 133976171 618184704 149069 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 150924 149069 585 984 0 149937 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 603696

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15895
/proc/meminfo: memFree=30548548/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=823444 CPUtime=942.32
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 404671 0 0 0 93288 944 0 0 25 0 1 0 133976171 843206656 203255 4089446400 4194304 8223781 140736473038032 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 205861 203255 588 984 0 204874 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 823444

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15896
/proc/meminfo: memFree=30497056/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=878064 CPUtime=1002.31
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 428747 0 0 0 99207 1024 0 0 25 0 1 0 133976171 899137536 215951 4089446400 4194304 8223781 140736473038032 18446744073709551615 4221039 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 219516 215951 593 984 0 218529 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 878064

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15898
/proc/meminfo: memFree=30457212/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=921812 CPUtime=1062.31
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 438727 0 0 0 105125 1106 0 0 25 0 1 0 133976171 943935488 225931 4089446400 4194304 8223781 140736473038032 18446744073709551615 6446865 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 230453 225931 593 984 0 229466 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 921812

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15900
/proc/meminfo: memFree=30425680/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=958148 CPUtime=1122.32
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 448421 0 0 0 111041 1191 0 0 25 0 1 0 133976171 981143552 233790 4089446400 4194304 8223781 140736473038032 18446744073709551615 6162731 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 239537 233790 593 984 0 238550 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 958148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15901
/proc/meminfo: memFree=30393884/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=993564 CPUtime=1182.32
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 456269 0 0 0 116972 1260 0 0 25 0 1 0 133976171 1017409536 241636 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 248391 241636 593 984 0 247404 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 993564

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15903
/proc/meminfo: memFree=30370028/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1020004 CPUtime=1242.32
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 462109 0 0 0 122895 1337 0 0 25 0 1 0 133976171 1044484096 247474 4089446400 4194304 8223781 140736473038032 18446744073709551615 4210310 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 255001 247474 593 984 0 254014 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1020004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15913
/proc/meminfo: memFree=30345492/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1047360 CPUtime=1302.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 473014 0 0 0 128825 1408 0 0 25 0 1 0 133976171 1072496640 253291 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 261840 253291 593 984 0 260853 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1047360

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15915
/proc/meminfo: memFree=30323396/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1074808 CPUtime=1362.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 478536 0 0 0 134751 1482 0 0 25 0 1 0 133976171 1100603392 258802 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 268702 258802 593 984 0 267715 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1074808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15917
/proc/meminfo: memFree=30298928/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1101300 CPUtime=1422.34
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 491170 0 0 0 140683 1551 0 0 25 0 1 0 133976171 1127731200 264746 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 275325 264746 593 984 0 274338 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1101300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15918
/proc/meminfo: memFree=30284136/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1118400 CPUtime=1482.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 503689 0 0 0 146598 1635 0 0 25 0 1 0 133976171 1145241600 268488 4089446400 4194304 8223781 140736473038032 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 279600 268488 593 984 0 278613 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1118400

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15920
/proc/meminfo: memFree=30269096/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1137472 CPUtime=1542.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 512532 0 0 0 152515 1718 0 0 25 0 1 0 133976171 1164771328 272282 4089446400 4194304 8223781 140736473038032 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 284368 272282 593 984 0 283381 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1137472

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15921
/proc/meminfo: memFree=30258628/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1150624 CPUtime=1602.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 516931 0 0 0 158434 1799 0 0 25 0 1 0 133976171 1178238976 274869 4089446400 4194304 8223781 140736473038032 18446744073709551615 6446764 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 287656 274869 593 984 0 286669 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1150624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15923
/proc/meminfo: memFree=30245316/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1165992 CPUtime=1662.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 520256 0 0 0 164353 1880 0 0 25 0 1 0 133976171 1193975808 278194 4089446400 4194304 8223781 140736473038032 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 291498 278194 593 984 0 290511 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1165992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15925
/proc/meminfo: memFree=30227800/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1186236 CPUtime=1722.33
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 524657 0 0 0 170270 1963 0 0 25 0 1 0 133976171 1214705664 282595 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 296559 282595 593 984 0 295572 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1186236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15926
/proc/meminfo: memFree=30213132/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1204804 CPUtime=1782.34
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 530053 0 0 0 176197 2037 0 0 25 0 1 0 133976171 1233719296 286184 4089446400 4194304 8223781 140736473038032 18446744073709551615 6446769 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 301201 286184 593 984 0 300214 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1204804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15927
/proc/meminfo: memFree=30210880/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1208208 CPUtime=1800.04
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 530629 0 0 0 177944 2060 0 0 25 0 1 0 133976171 1237204992 286760 4089446400 4194304 8223781 140736473038032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15841/statm: 302052 286760 593 984 0 301065 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1208208

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15927
/proc/meminfo: memFree=30210880/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=1162128 CPUtime=1800.24
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 530641 0 0 0 177964 2060 0 0 25 0 1 0 133976171 1190019072 275252 4089446400 4194304 8223781 140736473038032 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15841/statm: 290532 275252 595 984 0 289545 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1162128

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15927
/proc/meminfo: memFree=30210880/32950928 swapFree=67111528/67111528
[pid=15841] ppid=15839 vsize=301692 CPUtime=1800.44
/proc/15841/stat : 15841 (pbscip.linux.x8) R 15839 15841 13870 0 -1 4202496 530641 0 0 0 177980 2064 0 0 25 0 1 0 133976171 308932608 70350 4089446400 4194304 8223781 140736473038032 18446744073709551615 7453498 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15841/statm: 75423 70350 595 984 0 74436 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 301692

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.46
CPU user time (s): 1779.81
CPU system time (s): 20.6559
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1208208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.81
system time used= 20.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1084

runsolver used 2.96655 second user time and 5.82611 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 21:39:52
IDJOB=2692337
IDBENCH=79273
IDSOLVER=1204
FILE ID=node122/2692337-1277926792
PBS_JOBID= 11197338
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567135--soft-0-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-2692337-1277926792/watcher-2692337-1277926792 -o /tmp/evaluation-result-2692337-1277926792/solver-2692337-1277926792 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692337-1277926792.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 51cd1cd61e067c06067b10b7beeffad7
RANDOM SEED=2132822889

node122.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.836
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.67
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.836
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.08
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.836
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.836
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.836
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.85
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.836
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30787328 kB
Buffers:        206468 kB
Cached:        1157680 kB
SwapCached:          0 kB
Active:        1180064 kB
Inactive:       839984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30787328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:      655864 kB
Mapped:          17264 kB
Slab:            79740 kB
PageTables:       5984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   808084 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 node122 at 2010-06-30 22:09:54