Trace number 2692415

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.35 1800.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557362--soft-0-100-0.wbo
MD5SUM72eb8aad8ccea22a443211b3b107df93
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark466.477
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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-2692415-1277930556.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.12	o 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+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.12
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.98
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.368420e+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.368420e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+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.368420e+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.368420e+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.368420e+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.368420e+05 |    Inf 
0.40/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
27.99/28.08	c  27.3s| 10000 | 10001 | 33389 |   3.3 |  52M|  89 |   0 |5645 |5414 |5645 | 186 |  11k|   0 |1747 | 0.000000e+00 | 1.368420e+05 |    Inf 
50.70/50.70	c  49.4s| 20000 | 20001 | 60905 |   3.0 |  76M|  89 |   0 |5645 |5414 |5645 | 203 |  18k|   0 |1763 | 0.000000e+00 | 1.368420e+05 |    Inf 
74.19/74.21	c  72.3s| 30000 | 30001 | 95584 |   3.2 | 100M|  89 |   0 |5645 |5414 |5645 | 203 |  28k|   0 |1808 | 0.000000e+00 | 1.368420e+05 |    Inf 
98.69/98.77	c  96.2s| 40000 | 40001 |136150 |   3.4 | 123M|  89 |   0 |5645 |5414 |5645 | 190 |  39k|   0 |2334 | 0.000000e+00 | 1.368420e+05 |    Inf 
122.10/122.19	c   119s| 50000 | 50001 |161753 |   3.2 | 147M|  91 |   4 |5645 |5414 |5645 | 204 |  48k|   0 |2599 | 0.000000e+00 | 1.368420e+05 |    Inf 
144.50/144.59	c   141s| 60000 | 60001 |182095 |   3.0 | 171M|  91 |   0 |5645 |5414 |5645 | 227 |  56k|   0 |2839 | 0.000000e+00 | 1.368420e+05 |    Inf 
167.69/167.71	c   164s| 70000 | 70001 |207919 |   3.0 | 195M|  91 |   0 |5645 |5414 |5645 | 181 |  66k|   0 |3092 | 0.000000e+00 | 1.368420e+05 |    Inf 
189.59/189.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.59/189.62	c   185s| 80000 | 80001 |226139 |   2.8 | 220M|  91 |   0 |5645 |5414 |5645 | 208 |  72k|   0 |3254 | 0.000000e+00 | 1.368420e+05 |    Inf 
211.21/211.23	c   206s| 90000 | 90001 |243716 |   2.7 | 243M| 109 |   0 |5645 |5414 |5645 | 211 |  79k|   0 |3415 | 0.000000e+00 | 1.368420e+05 |    Inf 
232.10/232.16	c   226s|100000 |100001 |257642 |   2.6 | 267M| 109 |   0 |5645 |5414 |5645 | 220 |  84k|   0 |3508 | 0.000000e+00 | 1.368420e+05 |    Inf 
254.00/254.08	c   248s|110000 |110001 |278785 |   2.5 | 290M| 109 |   0 |5645 |5414 |5645 | 219 |  91k|   0 |3695 | 0.000000e+00 | 1.368420e+05 |    Inf 
274.00/274.07	o 109
274.00/274.07	c * 268s|119193 |  4000 |295533 |   2.5 |  40M| 109 |   - |5645 |5414 |5645 | 186 |  97k|   0 |3818 | 0.000000e+00 | 1.090000e+02 |    Inf 
276.89/276.91	o 108
276.89/276.91	c * 270s|119823 |  4134 |298011 |   2.5 |  45M| 109 |   - |5645 |5857 |5645 | 162 |  98k| 443 |3823 | 0.000000e+00 | 1.080000e+02 |    Inf 
277.10/277.11	o 105
277.10/277.11	c * 270s|119871 |  4065 |298068 |   2.5 |  45M| 109 |   - |5645 |5880 |5645 | 159 |  98k| 466 |3823 | 0.000000e+00 | 1.050000e+02 |    Inf 
277.40/277.43	o 103
277.40/277.43	c * 271s|119933 |  4034 |298183 |   2.5 |  45M| 109 |   - |5645 |5913 |5645 | 170 |  98k| 499 |3823 | 0.000000e+00 | 1.030000e+02 |    Inf 
277.60/277.64	c   271s|120000 |  4037 |298263 |   2.5 |  45M| 109 |   - |5645 |5948 |   0 |   0 |  98k| 534 |3823 | 0.000000e+00 | 1.030000e+02 |    Inf 
278.00/278.02	o 100
278.00/278.02	c * 271s|120083 |  3967 |298553 |   2.5 |  45M| 109 |   - |5645 |6049 |5645 | 159 |  98k| 635 |3823 | 0.000000e+00 | 1.000000e+02 |    Inf 
278.00/278.08	o 95
278.00/278.08	c * 271s|120092 |  2005 |298618 |   2.5 |  37M| 109 |   - |5645 |6032 |5645 | 165 |  98k| 638 |3823 | 0.000000e+00 | 9.500000e+01 |    Inf 
315.80/315.83	c   308s|130000 |  3661 |337632 |   2.6 |  72M| 109 |  17 |5645 |6629 |5645 | 222 | 110k|9649 |3932 | 0.000000e+00 | 9.500000e+01 |    Inf 
352.40/352.45	c   344s|140000 |  5319 |384001 |   2.7 | 104M| 109 |   1 |5645 |8476 |5645 | 200 | 127k|  21k|4040 | 0.000000e+00 | 9.500000e+01 |    Inf 
386.20/386.29	o 75
386.20/386.29	c * 377s|148850 |  6617 |420590 |   2.8 | 132M| 109 |   - |5645 |7417 |5645 | 172 | 140k|  30k|4118 | 0.000000e+00 | 7.500000e+01 |    Inf 
390.80/390.83	c   381s|150000 |  6708 |426006 |   2.8 | 135M| 109 |   - |5645 |7180 |   0 |   0 | 142k|  32k|4118 | 0.000000e+00 | 7.500000e+01 |    Inf 
410.00/410.01	o 73
410.00/410.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.00/410.01	c * 400s|155033 |  6790 |447932 |   2.9 | 147M| 109 |   - |5645 |7313 |5645 | 177 | 150k|  38k|4165 | 0.000000e+00 | 7.300000e+01 |    Inf 
411.10/411.14	o 72
411.10/411.14	c * 401s|155324 |  6758 |449225 |   2.9 | 147M| 109 |   - |5645 |7141 |5645 | 167 | 150k|  38k|4166 | 0.000000e+00 | 7.200000e+01 |    Inf 
427.40/427.43	c   416s|160000 |  7220 |465744 |   2.9 | 156M| 127 |   - |5645 |8632 |   0 |   0 | 156k|  45k|4194 | 0.000000e+00 | 7.200000e+01 |    Inf 
463.90/463.96	c   452s|170000 |  8340 |504895 |   3.0 | 179M| 129 |   - |5645 |8021 |   0 |   0 | 170k|  60k|4274 | 0.000000e+00 | 7.200000e+01 |    Inf 
495.91/495.92	c   483s|180000 |  8979 |530758 |   2.9 | 193M| 129 |   1 |5645 |9431 |5645 | 151 | 179k|  73k|4329 | 0.000000e+00 | 7.200000e+01 |    Inf 
529.20/529.26	c   515s|190000 |  9634 |560500 |   2.9 | 212M| 129 |   1 |5645 |9619 |5645 | 151 | 188k|  86k|4381 | 0.000000e+00 | 7.200000e+01 |    Inf 
538.50/538.56	o 71
538.50/538.56	c * 524s|193120 |  9773 |567831 |   2.9 | 216M| 129 |   - |5645 |9685 |5645 | 185 | 191k|  90k|4400 | 0.000000e+00 | 7.100000e+01 |    Inf 
541.60/541.68	o 64
541.60/541.68	c * 527s|194062 |  9534 |569830 |   2.9 | 215M| 129 |   - |5645 |8605 |5645 | 161 | 191k|  91k|4404 | 0.000000e+00 | 6.400000e+01 |    Inf 
542.50/542.50	o 59
542.50/542.50	c * 528s|194246 |  9377 |570318 |   2.9 | 213M| 129 |   - |5645 |8128 |5645 | 173 | 191k|  91k|4405 | 0.000000e+00 | 5.900000e+01 |    Inf 
558.20/558.22	c   543s|200000 |  9572 |582889 |   2.9 | 218M| 129 |   - |5645 |9528 |   0 |   0 | 194k|  97k|4425 | 0.000000e+00 | 5.900000e+01 |    Inf 
574.90/574.96	o 45
574.90/574.96	c * 559s|205773 |  8808 |596932 |   2.9 | 208M| 129 |   - |5645 |6680 |5645 | 172 | 197k| 105k|4463 | 0.000000e+00 | 4.500000e+01 |    Inf 
585.31/585.33	c   569s|210000 |  8703 |605205 |   2.9 | 210M| 129 |   1 |5645 |6860 |5645 | 168 | 199k| 110k|4487 | 0.000000e+00 | 4.500000e+01 |    Inf 
607.00/607.09	c   590s|220000 |  8968 |619681 |   2.8 | 215M| 129 |   - |5645 |  11k|   0 |   0 | 200k| 121k|4507 | 0.000000e+00 | 4.500000e+01 |    Inf 
629.01/629.01	c   611s|230000 |  9092 |635595 |   2.8 | 217M| 129 |   1 |5645 |  10k|5645 | 151 | 203k| 133k|4533 | 0.000000e+00 | 4.500000e+01 |    Inf 
652.21/652.21	c   634s|240000 |  9117 |654088 |   2.7 | 220M| 129 |   1 |5645 |  10k|5645 | 151 | 206k| 146k|4574 | 0.000000e+00 | 4.500000e+01 |    Inf 
674.11/674.15	o 44
674.11/674.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.11/674.15	c * 655s|249156 |  9083 |671348 |   2.7 | 222M| 129 |   - |5645 |8496 |5645 | 172 | 210k| 157k|4621 | 0.000000e+00 | 4.400000e+01 |    Inf 
676.61/676.60	c   657s|250000 |  9099 |674622 |   2.7 | 222M| 129 |   - |5645 |8219 |   0 |   0 | 211k| 158k|4641 | 0.000000e+00 | 4.400000e+01 |    Inf 
698.71/698.74	c   679s|260000 |  9174 |691954 |   2.7 | 227M| 129 |   1 |5645 |  11k|5645 | 167 | 214k| 172k|4660 | 0.000000e+00 | 4.400000e+01 |    Inf 
715.71/715.72	o 40
715.71/715.72	c * 695s|267301 |  9055 |705246 |   2.6 | 223M| 129 |   - |5645 |  11k|5645 | 166 | 216k| 181k|4687 | 0.000000e+00 | 4.000000e+01 |    Inf 
718.11/718.13	o 36
718.11/718.13	c * 697s|268284 |  8811 |707723 |   2.6 | 217M| 129 |   - |5645 |  11k|5645 | 166 | 217k| 183k|4690 | 0.000000e+00 | 3.600000e+01 |    Inf 
722.11/722.18	c   701s|270000 |  8849 |710813 |   2.6 | 217M| 129 |   1 |5645 |  10k|5645 | 151 | 217k| 185k|4693 | 0.000000e+00 | 3.600000e+01 |    Inf 
733.20/733.22	o 33
733.20/733.22	c * 712s|274835 |  8611 |718781 |   2.6 | 211M| 129 |   - |5645 |8823 |5645 | 166 | 219k| 191k|4722 | 0.000000e+00 | 3.300000e+01 |    Inf 
745.21/745.21	c   723s|280000 |  8752 |733715 |   2.6 | 214M| 129 |   1 |5645 |9280 |5645 | 166 | 221k| 198k|4760 | 0.000000e+00 | 3.300000e+01 |    Inf 
769.21/769.28	c   747s|290000 |  9129 |761056 |   2.6 | 221M| 129 |   - |5645 |  10k|   0 |   0 | 227k| 210k|4835 | 0.000000e+00 | 3.300000e+01 |    Inf 
792.41/792.46	c   769s|300000 |  9294 |780434 |   2.6 | 225M| 129 |   - |5645 |  11k|   0 |   0 | 230k| 221k|4867 | 0.000000e+00 | 3.300000e+01 |    Inf 
817.31/817.30	c   793s|310000 |  9531 |806851 |   2.6 | 231M| 129 |   1 |5645 |  11k|5645 | 154 | 238k| 234k|4920 | 0.000000e+00 | 3.300000e+01 |    Inf 
840.81/840.89	c   816s|320000 |  9668 |829770 |   2.6 | 235M| 129 |   - |5645 |  11k|   0 |   0 | 242k| 246k|4955 | 0.000000e+00 | 3.300000e+01 |    Inf 
864.41/864.47	c   838s|330000 |  9792 |855248 |   2.6 | 238M| 129 |  13 |5645 |  12k|5645 | 186 | 245k| 259k|4995 | 0.000000e+00 | 3.300000e+01 |    Inf 
889.22/889.22	c   862s|340000 | 10069 |879517 |   2.6 | 244M| 129 |   - |5645 |  10k|   0 |   0 | 250k| 271k|5042 | 0.000000e+00 | 3.300000e+01 |    Inf 
911.01/911.08	c   883s|350000 | 10274 |899754 |   2.6 | 248M| 129 |   - |5645 |  11k|   0 |   0 | 255k| 284k|5087 | 0.000000e+00 | 3.300000e+01 |    Inf 
933.22/933.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.22/933.27	c   905s|360000 | 10539 |915014 |   2.5 | 254M| 129 |   1 |5645 |  13k|5645 | 170 | 257k| 296k|5120 | 0.000000e+00 | 3.300000e+01 |    Inf 
955.31/955.37	c   926s|370000 | 10570 |931844 |   2.5 | 257M| 129 |   - |5645 |  13k|   0 |   0 | 260k| 309k|5149 | 0.000000e+00 | 3.300000e+01 |    Inf 
978.92/978.95	c   949s|380000 | 10922 |953813 |   2.5 | 261M| 129 |   - |5645 |  12k|   0 |   0 | 264k| 321k|5187 | 0.000000e+00 | 3.300000e+01 |    Inf 
992.52/992.56	o 32
992.52/992.56	c * 962s|386334 | 11004 |964692 |   2.5 | 262M| 129 |   - |5645 |  12k|5645 | 170 | 266k| 330k|5195 | 0.000000e+00 | 3.200000e+01 |    Inf 
1000.72/1000.75	c   970s|390000 | 11030 |973572 |   2.5 | 262M| 129 |   1 |5645 |  10k|5645 | 170 | 268k| 335k|5219 | 0.000000e+00 | 3.200000e+01 |    Inf 
1016.72/1016.74	o 30
1016.72/1016.74	c * 985s|397165 | 11019 |989421 |   2.5 | 259M| 129 |   - |5645 |  12k|5645 | 170 | 272k| 346k|5252 | 0.000000e+00 | 3.000000e+01 |    Inf 
1019.62/1019.65	o 25
1019.62/1019.65	c * 988s|398578 | 10549 |991544 |   2.5 | 239M| 129 |   - |5645 |  11k|5645 | 176 | 272k| 348k|5256 | 0.000000e+00 | 2.500000e+01 |    Inf 
1022.92/1023.00	c   991s|400000 | 10592 |994298 |   2.5 | 239M| 129 |   - |5645 |8519 |   0 |   0 | 273k| 350k|5256 | 0.000000e+00 | 2.500000e+01 |    Inf 
1027.52/1027.55	o 19
1027.52/1027.55	c * 996s|402297 |  9408 |999074 |   2.5 | 200M| 129 |   - |5645 |9386 |5645 | 187 | 274k| 353k|5257 | 0.000000e+00 | 1.900000e+01 |    Inf 
1029.32/1029.36	o 18
1029.32/1029.36	c * 997s|403244 |  9281 |  1001k|   2.5 | 196M| 129 |   - |5645 |8271 |5645 | 170 | 274k| 355k|5257 | 0.000000e+00 | 1.800000e+01 |    Inf 
1031.21/1031.25	o 15
1031.21/1031.25	c * 999s|404237 |  8398 |  1002k|   2.5 | 176M| 129 |   - |5645 |7467 |5645 | 181 | 275k| 356k|5273 | 0.000000e+00 | 1.500000e+01 |    Inf 
1041.12/1041.19	c  1009s|410000 |  8395 |  1011k|   2.5 | 177M| 129 |   - |5645 |8454 |   0 |   0 | 276k| 364k|5289 | 0.000000e+00 | 1.500000e+01 |    Inf 
1042.32/1042.33	o 8
1042.32/1042.33	c *1010s|410593 |  5673 |  1012k|   2.5 | 114M| 129 |   - |5645 |8432 |5645 | 170 | 276k| 365k|5289 | 0.000000e+00 | 8.000000e+00 |    Inf 
1058.32/1058.39	c  1025s|420000 |  5564 |  1029k|   2.5 | 114M| 129 |   - |5645 |7843 |   0 |   0 | 278k| 378k|5317 | 0.000000e+00 | 8.000000e+00 |    Inf 
1075.62/1075.60	c  1041s|430000 |  5207 |  1048k|   2.4 | 111M| 129 |   - |5645 |9675 |   0 |   0 | 281k| 392k|5349 | 0.000000e+00 | 8.000000e+00 |    Inf 
1092.81/1092.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1092.81/1092.88	c  1058s|440000 |  5283 |  1065k|   2.4 | 113M| 129 |   - |5645 |  11k|   0 |   0 | 284k| 406k|5377 | 0.000000e+00 | 8.000000e+00 |    Inf 
1111.02/1111.03	c  1075s|450000 |  5325 |  1080k|   2.4 | 115M| 129 |   1 |5645 |  14k|5645 | 170 | 286k| 420k|5404 | 0.000000e+00 | 8.000000e+00 |    Inf 
1130.12/1130.14	c  1094s|460000 |  5288 |  1097k|   2.4 | 115M| 129 |   - |5645 |  14k|   0 |   0 | 288k| 434k|5429 | 0.000000e+00 | 8.000000e+00 |    Inf 
1149.42/1149.43	c  1112s|470000 |  5024 |  1121k|   2.4 | 112M| 129 |   - |5645 |  10k|   0 |   0 | 292k| 449k|5462 | 0.000000e+00 | 8.000000e+00 |    Inf 
1167.12/1167.14	c  1129s|480000 |  4873 |  1140k|   2.4 | 110M| 129 |   - |5645 |  11k|   0 |   0 | 294k| 462k|5510 | 0.000000e+00 | 8.000000e+00 |    Inf 
1186.62/1186.68	c  1148s|490000 |  4569 |  1171k|   2.4 | 107M| 129 |   - |5645 |  10k|   0 |   0 | 300k| 476k|5625 | 0.000000e+00 | 8.000000e+00 |    Inf 
1208.32/1208.34	c  1169s|500000 |  4676 |  1212k|   2.4 | 109M| 129 |  20 |5645 |  14k|5645 | 209 | 308k| 488k|5677 | 0.000000e+00 | 8.000000e+00 |    Inf 
1231.31/1231.36	c  1191s|510000 |  4689 |  1249k|   2.4 | 110M| 129 |   6 |5645 |  15k|5645 | 165 | 314k| 502k|5733 | 0.000000e+00 | 8.000000e+00 |    Inf 
1257.22/1257.25	c  1217s|520000 |  4706 |  1291k|   2.5 | 111M| 129 |  12 |5645 |  16k|5645 | 187 | 322k| 515k|5787 | 0.000000e+00 | 8.000000e+00 |    Inf 
1283.73/1283.79	c  1243s|530000 |  4837 |  1330k|   2.5 | 113M| 129 |   1 |5645 |  18k|5645 | 176 | 330k| 528k|5852 | 0.000000e+00 | 8.000000e+00 |    Inf 
1311.13/1311.11	c  1270s|540000 |  4869 |  1376k|   2.5 | 115M| 129 |   1 |5645 |  21k|5645 | 187 | 339k| 541k|5916 | 0.000000e+00 | 8.000000e+00 |    Inf 
1339.83/1339.85	c  1299s|550000 |  4970 |  1424k|   2.6 | 116M| 129 |   8 |5645 |  22k|5645 | 197 | 347k| 554k|5968 | 0.000000e+00 | 8.000000e+00 |    Inf 
1368.72/1368.77	c  1327s|560000 |  4966 |  1471k|   2.6 | 117M| 129 |   - |5645 |  22k|   0 |   0 | 355k| 567k|6026 | 0.000000e+00 | 8.000000e+00 |    Inf 
1397.82/1397.84	c  1356s|570000 |  5058 |  1518k|   2.7 | 117M| 129 |   - |5645 |  18k|   0 |   0 | 367k| 581k|6088 | 0.000000e+00 | 8.000000e+00 |    Inf 
1425.82/1425.82	c  1384s|580000 |  5227 |  1564k|   2.7 | 120M| 129 |   1 |5645 |  23k|5645 | 208 | 376k| 593k|6139 | 0.000000e+00 | 8.000000e+00 |    Inf 
1457.72/1457.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1457.72/1457.76	c  1415s|590000 |  5472 |  1617k|   2.7 | 122M| 129 |   1 |5645 |  25k|5645 | 214 | 389k| 606k|6199 | 0.000000e+00 | 8.000000e+00 |    Inf 
1489.22/1489.23	c  1446s|600000 |  5569 |  1657k|   2.8 | 124M| 129 |  14 |5645 |  27k|5645 | 200 | 397k| 620k|6258 | 0.000000e+00 | 8.000000e+00 |    Inf 
1522.02/1522.05	c  1479s|610000 |  5698 |  1697k|   2.8 | 126M| 129 |   - |5645 |  28k|   0 |   0 | 405k| 633k|6295 | 0.000000e+00 | 8.000000e+00 |    Inf 
1555.72/1555.75	c  1512s|620000 |  5766 |  1743k|   2.8 | 128M| 129 |   6 |5645 |  30k|5645 | 185 | 414k| 647k|6360 | 0.000000e+00 | 8.000000e+00 |    Inf 
1589.33/1589.33	c  1546s|630000 |  5861 |  1792k|   2.8 | 129M| 129 |   - |5645 |  31k|5645 | 215 | 424k| 660k|6427 | 0.000000e+00 | 8.000000e+00 |    Inf 
1622.32/1622.37	c  1578s|640000 |  5972 |  1832k|   2.9 | 131M| 129 |  14 |5645 |  31k|5645 | 209 | 431k| 674k|6475 | 0.000000e+00 | 8.000000e+00 |    Inf 
1656.13/1656.15	c  1612s|650000 |  5891 |  1876k|   2.9 | 132M| 129 |   - |5645 |  32k|   0 |   0 | 437k| 687k|6521 | 0.000000e+00 | 8.000000e+00 |    Inf 
1689.73/1689.77	c  1645s|660000 |  5874 |  1915k|   2.9 | 132M| 129 |   - |5645 |  32k|   0 |   0 | 444k| 701k|6575 | 0.000000e+00 | 8.000000e+00 |    Inf 
1723.42/1723.44	c  1678s|670000 |  5895 |  1957k|   2.9 | 134M| 129 |  12 |5645 |  34k|5645 | 206 | 450k| 715k|6612 | 0.000000e+00 | 8.000000e+00 |    Inf 
1757.92/1757.96	c  1713s|680000 |  5823 |  1995k|   2.9 | 133M| 129 |   - |5645 |  34k|   0 |   0 | 457k| 729k|6673 | 0.000000e+00 | 8.000000e+00 |    Inf 
1794.73/1794.77	c  1749s|690000 |  5839 |  2041k|   3.0 | 135M| 129 |  13 |5645 |  37k|5645 | 187 | 465k| 743k|6715 | 0.000000e+00 | 8.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1754.30
1800.03/1800.00	c Solving Nodes      : 691363
1800.03/1800.00	c Primal Bound       : +8.00000000000000e+00 (367 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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 
1800.03/1800.09	v -x2 -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1754.30
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692415-1277930556.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692415-1277930556.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 38381 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2518          -          -       5036          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     492145          0          0        101          0          0     635168
1800.03/1800.09	c   indicator        :       2707          0    3891191     174239          0       1392   19287830          0          0          0
1800.03/1800.09	c   linear           :       2707          6    3933378     174386          0     184759   15534362     466984          0          0
1800.03/1800.09	c   logicor          :          0+         0    1042564          0          0      59773    1123990          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      32756          0          0          1       1013          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0     114780          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      13.45       0.00       0.00      13.45       0.00
1800.03/1800.09	c   indicator        :      90.83       0.01      59.48      31.34       0.00
1800.03/1800.09	c   linear           :     177.52       0.00     160.79      16.73       0.00
1800.03/1800.09	c   logicor          :     173.57       0.00     173.57       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.04       0.00       0.04       0.00       0.00
1800.03/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.23          2          0          0
1800.03/1800.09	c   rootredcost      :       0.22         24          0       2518
1800.03/1800.09	c   pseudoobj        :     230.98    3975550      40534   12953265
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      19.52     285067     284853    1850666       27.8      17386       15.9          -
1800.03/1800.09	c   infeasible LP    :       4.93      10977      10977      84129       38.1        221       16.5          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.08        604        604       2334       16.0        150       11.3          -
1800.03/1800.09	c   applied globally :          -          -          -     745362       21.7          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.09	c   redcost          :      51.16     508156          0    6033003          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.02          4          0          0          0          0
1800.03/1800.09	c   flowcover        :       0.02          4          0          0          0          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      13.32     317672          0        101          0          0     635168
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      29.39     114756          0          0          0          0     229512
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.25          -         24
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.21         24          0
1800.03/1800.09	c   intshifting      :       0.11         19          0
1800.03/1800.09	c   crossover        :       1.46         48          0
1800.03/1800.09	c   guideddiving     :       2.53        226          0
1800.03/1800.09	c   linesearchdiving :       4.12       2525          0
1800.03/1800.09	c   coefdiving       :       3.51       2525          0
1800.03/1800.09	c   pscostdiving     :       4.06       2525          0
1800.03/1800.09	c   fracdiving       :       3.73       2525          0
1800.03/1800.09	c   veclendiving     :       3.56       2525          0
1800.03/1800.09	c   objpscostdiving  :       4.21       2507          0
1800.03/1800.09	c   rootsoldiving    :       7.11       2507          0
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.41     322068          0
1800.03/1800.09	c   zirounding       :       0.21       1000          0
1800.03/1800.09	c   rounding         :       4.80       7926          0
1800.03/1800.09	c   shifting         :       2.71       2487          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.02          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.07          0          0
1800.03/1800.09	c   trysol           :       4.96       9784        341
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     431.02     403792    2044821       5.06    4744.14
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       2.58       1904       3767       1.98    1460.08
1800.03/1800.09	c   strong branching :      11.29       6730      60663       9.01    5373.16
1800.03/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     691363
1800.03/1800.09	c   nodes (total)    :     691363
1800.03/1800.09	c   nodes left       :       5851
1800.03/1800.09	c   max depth        :        129
1800.03/1800.09	c   max depth (total):        129
1800.03/1800.09	c   backtracks       :      51617 (7.5%)
1800.03/1800.09	c   delayed cutoffs  :      41686
1800.03/1800.09	c   repropagations   :    1793334 (7919103 domain reductions, 38239 cutoffs)
1800.03/1800.09	c   avg switch length:       7.11
1800.03/1800.09	c   switching time   :     229.82
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        367 (25 improvements)
1800.03/1800.09	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 410593 nodes, 1009.63 seconds, depth 80, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        106
1800.33/1800.31	c Time complete: 1800.34.

Verifier Data

OK	8

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15827
/proc/meminfo: memFree=30536776/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=9408 CPUtime=0
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 1650 0 0 0 0 0 0 0 25 0 1 0 134352228 9633792 1569 4089446400 4194304 8223781 140734942637248 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15827/statm: 2352 1569 369 984 0 1365 0

[startup+0.0252041 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15827
/proc/meminfo: memFree=30536776/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=15580 CPUtime=0.02
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 3188 0 0 0 2 0 0 0 25 0 1 0 134352228 15953920 3107 4089446400 4194304 8223781 140734942637248 18446744073709551615 7218877 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15827/statm: 3895 3107 369 984 0 2908 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15580

[startup+0.100192 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15827
/proc/meminfo: memFree=30536776/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=35144 CPUtime=0.09
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 8090 0 0 0 8 1 0 0 25 0 1 0 134352228 35987456 7645 4089446400 4194304 8223781 140734942637248 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 8786 7645 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300158 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15827
/proc/meminfo: memFree=30536776/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=58620 CPUtime=0.29
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 14448 0 0 0 25 4 0 0 25 0 1 0 134352228 60026880 13391 4089446400 4194304 8223781 140734942637248 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 14655 13423 564 984 0 13668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58620

[startup+0.700084 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15827
/proc/meminfo: memFree=30536776/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=43084 CPUtime=0.69
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 15657 0 0 0 63 6 0 0 25 0 1 0 134352228 44118016 9711 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 10771 9711 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50094 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15828
/proc/meminfo: memFree=30499320/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=44428 CPUtime=1.49
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 15865 0 0 0 139 10 0 0 25 0 1 0 134352228 45494272 9917 4089446400 4194304 8223781 140734942637248 18446744073709551615 6445315 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 11107 9917 578 984 0 10120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44428

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15828
/proc/meminfo: memFree=30496840/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=49396 CPUtime=3.09
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 21673 0 0 0 294 15 0 0 25 0 1 0 134352228 50581504 11349 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 12349 11349 579 984 0 11362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49396

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15828
/proc/meminfo: memFree=30488040/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=54360 CPUtime=6.29
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 27846 0 0 0 605 24 0 0 25 0 1 0 134352228 55664640 12447 4089446400 4194304 8223781 140734942637248 18446744073709551615 6455710 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 13590 12447 579 984 0 12603 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54360

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15828
/proc/meminfo: memFree=30475780/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=61032 CPUtime=12.69
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 39776 0 0 0 1227 42 0 0 25 0 1 0 134352228 62496768 14133 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 15258 14133 579 984 0 14271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61032

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15829
/proc/meminfo: memFree=30450088/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=75980 CPUtime=25.49
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 49603 0 0 0 2477 72 0 0 25 0 1 0 134352228 77803520 17863 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 18995 17863 579 984 0 18008 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75980

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15830
/proc/meminfo: memFree=30404700/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=104516 CPUtime=51.09
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 61816 0 0 0 4976 133 0 0 25 0 1 0 134352228 107024384 25019 4089446400 4194304 8223781 140734942637248 18446744073709551615 6505971 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 26129 25019 579 984 0 25142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104516

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15831
/proc/meminfo: memFree=30331508/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=157800 CPUtime=102.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 80743 0 0 0 9964 266 0 0 25 0 1 0 134352228 161587200 38397 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 39450 38397 579 984 0 38463 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157800

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15832
/proc/meminfo: memFree=30217876/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=223780 CPUtime=162.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 102495 0 0 0 15827 403 0 0 25 0 1 0 134352228 229150720 54362 4089446400 4194304 8223781 140734942637248 18446744073709551615 6446858 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 55945 54362 579 984 0 54958 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 223780

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15834
/proc/meminfo: memFree=30060716/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=289964 CPUtime=222.29
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 119764 0 0 0 21689 540 0 0 25 0 1 0 134352228 296923136 71006 4089446400 4194304 8223781 140734942637248 18446744073709551615 6456034 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 72491 71006 579 984 0 71504 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 289964

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 15836
/proc/meminfo: memFree=29889908/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=371328 CPUtime=282.29
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 162016 0 0 0 27548 681 0 0 25 0 1 0 134352228 380239872 91002 4089446400 4194304 8223781 140734942637248 18446744073709551615 6007534 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 92832 91002 583 984 0 91845 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 371328

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15838
/proc/meminfo: memFree=29690220/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=480976 CPUtime=342.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 206657 0 0 0 33379 851 0 0 25 0 1 0 134352228 492519424 116619 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 120244 116619 588 984 0 119257 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 480976

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15839
/proc/meminfo: memFree=29489668/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=601652 CPUtime=402.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 258740 0 0 0 39208 1022 0 0 25 0 1 0 134352228 616091648 144025 4089446400 4194304 8223781 140734942637248 18446744073709551615 4966018 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 150413 144025 592 984 0 149426 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 601652

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15840
/proc/meminfo: memFree=29346136/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=676668 CPUtime=462.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 304993 0 0 0 45025 1205 0 0 25 0 1 0 134352228 692908032 160029 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 169167 160029 590 984 0 168180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 676668

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15842
/proc/meminfo: memFree=29235368/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=728100 CPUtime=522.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 320280 0 0 0 50842 1388 0 0 25 0 1 0 134352228 745574400 170091 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 182025 170091 590 984 0 181038 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 728100

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15844
/proc/meminfo: memFree=29126560/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=764352 CPUtime=582.3
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 361976 0 0 0 56643 1587 0 0 25 0 1 0 134352228 782696448 177576 4089446400 4194304 8223781 140734942637248 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 191088 177576 592 984 0 190101 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 764352

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15846
/proc/meminfo: memFree=29030396/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=776624 CPUtime=642.31
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 377299 0 0 0 62425 1806 0 0 25 0 1 0 134352228 795262976 180069 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 194156 180069 592 984 0 193169 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 776624

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15854
/proc/meminfo: memFree=28604280/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=838992 CPUtime=942.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 455739 0 0 0 91352 2880 0 0 25 0 1 0 134352228 859127808 192408 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 209748 192408 593 984 0 208761 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 838992

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15855
/proc/meminfo: memFree=28516416/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=847196 CPUtime=1002.31
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 466408 0 0 0 97131 3100 0 0 25 0 1 0 134352228 867528704 194052 4089446400 4194304 8223781 140734942637248 18446744073709551615 6482443 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 211799 194052 593 984 0 210812 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 847196

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15856
/proc/meminfo: memFree=28450400/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=837564 CPUtime=1062.31
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 531734 0 0 0 102877 3354 0 0 25 0 1 0 134352228 857665536 191367 4089446400 4194304 8223781 140734942637248 18446744073709551615 6446882 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 209391 191367 593 984 0 208404 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 837564

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15867
/proc/meminfo: memFree=28376896/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=835588 CPUtime=1122.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 535573 0 0 0 108633 3599 0 0 25 0 1 0 134352228 855642112 190828 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 208897 190828 593 984 0 207910 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 835588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15869
/proc/meminfo: memFree=28304048/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=833700 CPUtime=1182.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 537690 0 0 0 114402 3830 0 0 25 0 1 0 134352228 853708800 190369 4089446400 4194304 8223781 140734942637248 18446744073709551615 6456376 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15827/statm: 208425 190369 593 984 0 207438 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 833700

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15945
/proc/meminfo: memFree=30775376/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=834012 CPUtime=1242.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 539583 0 0 0 120228 4004 0 0 25 0 1 0 134352228 854028288 190447 4089446400 4194304 8223781 140734942637248 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 208503 190447 593 984 0 207516 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 834012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15946
/proc/meminfo: memFree=30760516/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=834468 CPUtime=1302.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 539690 0 0 0 126156 4076 0 0 25 0 1 0 134352228 854495232 190554 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 208617 190554 593 984 0 207630 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 834468

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15947
/proc/meminfo: memFree=30710996/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=834556 CPUtime=1362.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 539710 0 0 0 132091 4141 0 0 25 0 1 0 134352228 854585344 190574 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 208639 190574 593 984 0 207652 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 834556

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 15949
/proc/meminfo: memFree=30691844/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=834900 CPUtime=1422.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 539788 0 0 0 138028 4204 0 0 25 0 1 0 134352228 854937600 190652 4089446400 4194304 8223781 140734942637248 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 208725 190652 593 984 0 207738 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 834900

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15951
/proc/meminfo: memFree=30664896/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=835884 CPUtime=1482.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 540031 0 0 0 143961 4271 0 0 25 0 1 0 134352228 855945216 190895 4089446400 4194304 8223781 140734942637248 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 208971 190895 593 984 0 207984 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 835884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30640028/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=836644 CPUtime=1542.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 547328 0 0 0 149900 4332 0 0 25 0 1 0 134352228 856723456 191092 4089446400 4194304 8223781 140734942637248 18446744073709551615 6329856 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 209161 191092 593 984 0 208174 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 836644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15954
/proc/meminfo: memFree=30619512/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=838056 CPUtime=1602.33
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 547638 0 0 0 155841 4392 0 0 25 0 1 0 134352228 858169344 191402 4089446400 4194304 8223781 140734942637248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 209514 191402 593 984 0 208527 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 838056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15955
/proc/meminfo: memFree=30596884/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=838468 CPUtime=1662.33
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 547752 0 0 0 161785 4448 0 0 25 0 1 0 134352228 858591232 191516 4089446400 4194304 8223781 140734942637248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 209617 191516 593 984 0 208630 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 838468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15957
/proc/meminfo: memFree=30574020/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=839076 CPUtime=1722.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 547912 0 0 0 167730 4502 0 0 25 0 1 0 134352228 859213824 191676 4089446400 4194304 8223781 140734942637248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 209769 191676 593 984 0 208782 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 839076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15959
/proc/meminfo: memFree=30548548/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=839772 CPUtime=1782.32
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 548097 0 0 0 173677 4555 0 0 25 0 1 0 134352228 859926528 191861 4089446400 4194304 8223781 140734942637248 18446744073709551615 5813742 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 209943 191861 593 984 0 208956 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 839772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15959
/proc/meminfo: memFree=30542692/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=840052 CPUtime=1800.03
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 548149 0 0 0 175432 4571 0 0 25 0 1 0 134352228 860213248 191913 4089446400 4194304 8223781 140734942637248 18446744073709551615 4651867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15827/statm: 210013 191913 593 984 0 209026 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 840052

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 15959
/proc/meminfo: memFree=30542692/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=727144 CPUtime=1800.23
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 548178 0 0 0 175451 4572 0 0 25 0 1 0 134352228 744595456 163691 4089446400 4194304 8223781 140734942637248 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15827/statm: 181786 163691 595 984 0 180799 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 727144

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15959
/proc/meminfo: memFree=30542692/32950928 swapFree=67111528/67111528
[pid=15827] ppid=15825 vsize=225240 CPUtime=1800.33
/proc/15827/stat : 15827 (pbscip.linux.x8) R 15825 15827 15337 0 -1 4202496 548178 0 0 0 175459 4574 0 0 25 0 1 0 134352228 230645760 55131 4089446400 4194304 8223781 140734942637248 18446744073709551615 4699522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15827/statm: 56310 55131 595 984 0 55323 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 225240

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.35
CPU user time (s): 1754.6
CPU system time (s): 45.748
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 852836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.6
system time used= 45.748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548182
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= 5
involuntary context switches= 2100

runsolver used 3.05854 second user time and 6.10307 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 22:42:36
IDJOB=2692415
IDBENCH=79307
IDSOLVER=1204
FILE ID=node125/2692415-1277930556
PBS_JOBID= 11197370
Free space on /tmp= 74200 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.1900557362--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-2692415-1277930556/watcher-2692415-1277930556 -o /tmp/evaluation-result-2692415-1277930556/solver-2692415-1277930556 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692415-1277930556.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 72eb8aad8ccea22a443211b3b107df93
RANDOM SEED=37392778

node125.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.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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.77
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.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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.74
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.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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:      30537304 kB
Buffers:        215892 kB
Cached:         801204 kB
SwapCached:          0 kB
Active:        1688440 kB
Inactive:       577648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30537304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4736 kB
Writeback:           0 kB
AnonPages:     1249432 kB
Mapped:          16412 kB
Slab:            79332 kB
PageTables:       7144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1439720 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= 74196 MiB
End job on node125 at 2010-06-30 23:12:38