Trace number 2705164

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.47 1790.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564281--soft-0-100-0.wbo
MD5SUM504847a4e43d2b055735d72ea944fa39
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark199.839
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 705
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705164-1278578351.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 135864
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.358640e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	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.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.358640e+05 |    Inf 
17.70/17.79	c  17.8s| 10000 | 10004 |  2127 |   0.2 |  42M|1725 |   0 |5645 |5414 |5645 | 186 | 524 |   0 | 469 | 0.000000e+00 | 1.358640e+05 |    Inf 
33.89/33.96	c  33.9s| 20000 | 20004 |  3264 |   0.2 |  62M|1725 |   0 |5645 |5414 |5645 | 213 | 779 |   0 | 533 | 0.000000e+00 | 1.358640e+05 |    Inf 
50.99/51.00	c  51.0s| 30000 | 30004 |  4002 |   0.1 |  83M|1727 |   0 |5645 |5414 |5645 | 200 | 924 |   0 | 571 | 0.000000e+00 | 1.358640e+05 |    Inf 
56.10/56.12	o 163
56.10/56.12	c *56.1s| 33399 |  8960 |  4156 |   0.1 |  44M|1727 |   - |5645 |5414 |5645 | 213 | 967 |   0 | 581 | 0.000000e+00 | 1.630000e+02 |    Inf 
58.39/58.42	o 159
58.39/58.42	c *58.4s| 34430 |  9586 |  4687 |   0.1 |  47M|1727 |   - |5645 |5460 |5645 | 230 |1088 |  46 | 618 | 0.000000e+00 | 1.590000e+02 |    Inf 
58.39/58.43	o 148
58.39/58.43	c *58.4s| 34431 |  8549 |  4688 |   0.1 |  45M|1727 |   - |5645 |5460 |5645 | 230 |1088 |  46 | 618 | 0.000000e+00 | 1.480000e+02 |    Inf 
69.19/69.21	o 147
69.19/69.21	c *69.2s| 37465 | 10242 | 12025 |   0.3 |  64M|1727 |   - |5645 |7403 |5645 | 213 |2828 |1989 |1067 | 0.000000e+00 | 1.470000e+02 |    Inf 
71.19/71.22	o 146
71.19/71.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.19/71.22	c *71.2s| 37980 | 10379 | 13747 |   0.4 |  66M|1727 |   - |5645 |7767 |5645 | 219 |3183 |2356 |1138 | 0.000000e+00 | 1.460000e+02 |    Inf 
71.29/71.40	o 141
71.29/71.40	c *71.4s| 38042 |  9964 | 13924 |   0.4 |  65M|1727 |   - |5645 |7791 |5645 | 262 |3237 |2380 |1168 | 0.000000e+00 | 1.410000e+02 |    Inf 
78.99/79.09	c  79.1s| 40000 | 10843 | 19651 |   0.5 |  77M|1727 |   - |5645 |9341 |   0 |   0 |4431 |4287 |1311 | 0.000000e+00 | 1.410000e+02 |    Inf 
81.79/81.88	o 134
81.79/81.88	c *81.9s| 40944 | 10803 | 21557 |   0.5 |  80M|1727 |   - |5645 |9617 |5645 | 202 |4917 |4722 |1331 | 0.000000e+00 | 1.340000e+02 |    Inf 
93.49/93.51	o 130
93.49/93.51	c *93.5s| 44071 | 12168 | 31264 |   0.7 |  95M|1727 |   - |5645 |9783 |5645 | 216 |7297 |6856 |1496 | 0.000000e+00 | 1.300000e+02 |    Inf 
102.60/102.68	o 123
102.60/102.68	c * 103s| 46932 | 12824 | 39456 |   0.8 | 108M|1727 |   - |5645 |9368 |5645 | 225 |9364 |8776 |1534 | 0.000000e+00 | 1.230000e+02 |    Inf 
102.60/102.68	o 122
102.60/102.68	c * 103s| 46933 | 12651 | 39456 |   0.8 | 108M|1727 |   - |5645 |9368 |5645 | 225 |9364 |8776 |1534 | 0.000000e+00 | 1.220000e+02 |    Inf 
103.69/103.74	o 117
103.69/103.74	c * 104s| 47260 | 12383 | 40457 |   0.9 | 105M|1727 |   - |5645 |9271 |5645 | 230 |9721 |8950 |1536 | 0.000000e+00 | 1.170000e+02 |    Inf 
103.69/103.74	o 104
103.69/103.74	c * 104s| 47261 | 10885 | 40459 |   0.9 |  99M|1727 |   - |5645 |9271 |5645 | 230 |9721 |8950 |1536 | 0.000000e+00 | 1.040000e+02 |    Inf 
105.39/105.50	o 92
105.39/105.50	c * 105s| 47782 |  9982 | 41864 |   0.9 |  96M|1727 |   - |5645 |9035 |5645 | 214 |  10k|9262 |1543 | 0.000000e+00 | 9.200000e+01 |    Inf 
105.50/105.51	o 74
105.50/105.51	c * 105s| 47783 |  7749 | 41864 |   0.9 |  76M|1727 |   - |5645 |9035 |5645 | 214 |  10k|9262 |1543 | 0.000000e+00 | 7.400000e+01 |    Inf 
105.79/105.81	o 61
105.79/105.81	c * 106s| 47916 |  5761 | 42120 |   0.9 |  60M|1727 |   - |5645 |8182 |5645 | 224 |  10k|9295 |1543 | 0.000000e+00 | 6.100000e+01 |    Inf 
112.10/112.16	c   112s| 50000 |  5994 | 49107 |   1.0 |  61M|1727 |  10 |5645 |7086 |5645 | 180 |  12k|  11k|1584 | 0.000000e+00 | 6.100000e+01 |    Inf 
144.80/144.86	c   145s| 60000 |  8180 | 89664 |   1.5 |  85M|1727 |   2 |5645 |7053 |5645 | 208 |  23k|  20k|1791 | 0.000000e+00 | 6.100000e+01 |    Inf 
176.90/176.97	c   177s| 70000 | 10419 |122479 |   1.7 | 104M|1727 |   9 |5645 |7136 |5645 | 212 |  32k|  30k|2096 | 0.000000e+00 | 6.100000e+01 |    Inf 
209.10/209.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.10/209.15	c   209s| 80000 | 12122 |155488 |   1.9 | 121M|1727 |   - |5645 |8039 |   0 |   0 |  42k|  41k|2375 | 0.000000e+00 | 6.100000e+01 |    Inf 
241.91/241.92	c   242s| 90000 | 13759 |186821 |   2.1 | 140M|1727 |   0 |5645 |7779 |5645 | 228 |  51k|  51k|2636 | 0.000000e+00 | 6.100000e+01 |    Inf 
275.50/275.52	c   275s|100000 | 15882 |223943 |   2.2 | 160M|1727 |   - |5645 |8196 |   0 |   0 |  62k|  61k|2882 | 0.000000e+00 | 6.100000e+01 |    Inf 
308.50/308.50	c   308s|110000 | 17128 |254648 |   2.3 | 175M|1727 |   4 |5645 |9000 |5645 | 234 |  71k|  73k|3078 | 0.000000e+00 | 6.100000e+01 |    Inf 
341.21/341.25	c   341s|120000 | 19022 |286285 |   2.4 | 195M|1727 |   - |5645 |9654 |   0 |   0 |  79k|  82k|3257 | 0.000000e+00 | 6.100000e+01 |    Inf 
374.60/374.64	c   375s|130000 | 20499 |318891 |   2.5 | 211M|1727 |   - |5645 |9410 |   0 |   0 |  87k|  93k|3422 | 0.000000e+00 | 6.100000e+01 |    Inf 
406.40/406.49	c   406s|140000 | 22017 |347560 |   2.5 | 226M|1727 |   4 |5645 |8580 |5645 | 226 |  94k| 104k|3580 | 0.000000e+00 | 6.100000e+01 |    Inf 
438.01/438.03	c   438s|150000 | 23651 |374847 |   2.5 | 242M|1727 |   1 |5645 |8344 |5645 | 240 | 101k| 114k|3737 | 0.000000e+00 | 6.100000e+01 |    Inf 
469.51/469.50	c   469s|160000 | 25597 |400461 |   2.5 | 259M|1727 |   8 |5645 |8168 |5645 | 231 | 107k| 123k|3841 | 0.000000e+00 | 6.100000e+01 |    Inf 
500.91/500.92	c   501s|170000 | 27020 |428382 |   2.5 | 275M|1727 |   1 |5645 |9050 |5645 | 266 | 114k| 133k|3947 | 0.000000e+00 | 6.100000e+01 |    Inf 
534.41/534.43	c   534s|180000 | 29037 |460646 |   2.6 | 294M|1727 |   9 |5645 |9402 |5645 | 224 | 123k| 144k|4087 | 0.000000e+00 | 6.100000e+01 |    Inf 
566.71/566.74	c   567s|190000 | 30873 |490525 |   2.6 | 313M|1727 |   7 |5645 |8557 |5645 | 246 | 130k| 154k|4204 | 0.000000e+00 | 6.100000e+01 |    Inf 
600.91/600.93	c   601s|200000 | 32524 |533078 |   2.7 | 334M|1727 |   0 |5645 |8863 |5645 | 242 | 141k| 164k|4378 | 0.000000e+00 | 6.100000e+01 |    Inf 
623.51/623.58	o 60
623.51/623.58	c * 624s|206481 | 33533 |557106 |   2.7 | 343M|1727 |   - |5645 |8331 |5645 | 252 | 148k| 170k|4473 | 0.000000e+00 | 6.000000e+01 |    Inf 
635.72/635.77	c   636s|210000 | 34137 |569566 |   2.7 | 349M|1727 |   0 |5645 |7533 |5645 | 246 | 151k| 174k|4503 | 0.000000e+00 | 6.000000e+01 |    Inf 
665.31/665.38	o 58
665.31/665.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.31/665.38	c * 665s|218558 | 35128 |602240 |   2.8 | 357M|1727 |   - |5645 |8910 |5645 | 243 | 159k| 183k|4598 | 0.000000e+00 | 5.800000e+01 |    Inf 
670.01/670.09	c   670s|220000 | 35380 |606784 |   2.8 | 361M|1727 |   - |5645 |8597 |   0 |   0 | 160k| 184k|4628 | 0.000000e+00 | 5.800000e+01 |    Inf 
703.11/703.15	c   703s|230000 | 36751 |641097 |   2.8 | 377M|1727 |   1 |5645 |8188 |5645 | 261 | 168k| 195k|4735 | 0.000000e+00 | 5.800000e+01 |    Inf 
707.71/707.72	o 53
707.71/707.72	c * 708s|231357 | 36199 |646664 |   2.8 | 373M|1727 |   - |5645 |8192 |5645 | 252 | 169k| 196k|4747 | 0.000000e+00 | 5.300000e+01 |    Inf 
734.11/734.13	c   734s|240000 | 37297 |675468 |   2.8 | 385M|1727 |   1 |5645 |6846 |5645 | 224 | 176k| 206k|4886 | 0.000000e+00 | 5.300000e+01 |    Inf 
747.51/747.53	o 49
747.51/747.53	c * 748s|244652 | 36941 |689765 |   2.8 | 383M|1727 |   - |5645 |8558 |5645 | 216 | 179k| 211k|4923 | 0.000000e+00 | 4.900000e+01 |    Inf 
762.42/762.41	c   762s|250000 | 37585 |705079 |   2.8 | 389M|1727 |   9 |5645 |7001 |5645 | 218 | 183k| 216k|4956 | 0.000000e+00 | 4.900000e+01 |    Inf 
792.02/792.04	c   792s|260000 | 38878 |738868 |   2.8 | 402M|1727 |   1 |5645 |6957 |5645 | 236 | 191k| 227k|5058 | 0.000000e+00 | 4.900000e+01 |    Inf 
819.92/819.91	c   820s|270000 | 40066 |768518 |   2.8 | 414M|1727 |   6 |5645 |8810 |5645 | 237 | 198k| 238k|5134 | 0.000000e+00 | 4.900000e+01 |    Inf 
849.12/849.13	c   849s|280000 | 41202 |800504 |   2.9 | 426M|1727 |  12 |5645 |7589 |5645 | 212 | 205k| 249k|5220 | 0.000000e+00 | 4.900000e+01 |    Inf 
876.92/876.96	c   877s|290000 | 42312 |831086 |   2.9 | 435M|1727 |   1 |5645 |8140 |5645 | 248 | 212k| 259k|5314 | 0.000000e+00 | 4.900000e+01 |    Inf 
906.43/906.40	c   906s|300000 | 43381 |864244 |   2.9 | 447M|1727 |   - |5645 |8061 |   0 |   0 | 220k| 271k|5383 | 0.000000e+00 | 4.900000e+01 |    Inf 
936.13/936.19	c   936s|310000 | 44536 |898097 |   2.9 | 460M|1727 |   7 |5645 |8445 |5645 | 204 | 228k| 282k|5488 | 0.000000e+00 | 4.900000e+01 |    Inf 
967.42/967.45	c   967s|320000 | 45651 |943213 |   2.9 | 473M|1727 |   4 |5645 |8934 |5645 | 265 | 240k| 293k|5607 | 0.000000e+00 | 4.900000e+01 |    Inf 
973.33/973.32	o 46
973.33/973.32	c * 973s|322098 | 45571 |949359 |   2.9 | 473M|1727 |   - |5645 |9494 |5645 | 242 | 241k| 295k|5618 | 0.000000e+00 | 4.600000e+01 |    Inf 
995.72/995.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
995.72/995.78	c   996s|330000 | 46003 |977006 |   3.0 | 479M|1727 |   3 |5645 |7138 |5645 | 231 | 248k| 305k|5672 | 0.000000e+00 | 4.600000e+01 |    Inf 
1025.33/1025.36	c  1025s|340000 | 46534 |  1019k|   3.0 | 489M|1727 |  11 |5645 |8852 |5645 | 254 | 257k| 317k|5782 | 0.000000e+00 | 4.600000e+01 |    Inf 
1054.53/1054.57	c  1055s|350000 | 47192 |  1056k|   3.0 | 499M|1727 |   0 |5645 |8813 |5645 | 225 | 265k| 328k|5861 | 0.000000e+00 | 4.600000e+01 |    Inf 
1082.34/1082.31	c  1082s|360000 | 48027 |  1088k|   3.0 | 508M|1727 |   0 |5645 |8063 |5645 | 261 | 273k| 340k|5949 | 0.000000e+00 | 4.600000e+01 |    Inf 
1111.33/1111.32	c  1111s|370000 | 48957 |  1122k|   3.0 | 518M|1727 |  13 |5645 |8902 |5645 | 281 | 280k| 351k|6012 | 0.000000e+00 | 4.600000e+01 |    Inf 
1139.83/1139.87	c  1140s|380000 | 49580 |  1156k|   3.0 | 528M|1727 |   - |5645 |9128 |   0 |   0 | 287k| 363k|6089 | 0.000000e+00 | 4.600000e+01 |    Inf 
1143.63/1143.69	o 26
1143.63/1143.69	c *1144s|381476 | 46208 |  1161k|   3.0 | 479M|1727 |   - |5645 |8859 |5645 | 251 | 288k| 364k|6098 | 0.000000e+00 | 2.600000e+01 |    Inf 
1163.33/1163.37	c  1163s|390000 | 45999 |  1200k|   3.1 | 482M|1727 |   - |5645 |6380 |   0 |   0 | 295k| 376k|6176 | 0.000000e+00 | 2.600000e+01 |    Inf 
1163.63/1163.64	o 23
1163.63/1163.64	c *1164s|390112 | 45364 |  1200k|   3.1 | 468M|1727 |   - |5645 |6455 |5645 | 278 | 295k| 376k|6177 | 0.000000e+00 | 2.300000e+01 |    Inf 
1185.63/1185.62	c  1186s|400000 | 44944 |  1249k|   3.1 | 472M|1727 |  10 |5645 |5742 |5645 | 192 | 304k| 389k|6267 | 0.000000e+00 | 2.300000e+01 |    Inf 
1208.03/1208.07	c  1208s|410000 | 44780 |  1303k|   3.2 | 476M|1727 |   - |5645 |7261 |   0 |   0 | 315k| 403k|6372 | 0.000000e+00 | 2.300000e+01 |    Inf 
1208.94/1208.90	o 15
1208.94/1208.90	c *1209s|410315 | 41615 |  1305k|   3.2 | 404M|1727 |   - |5645 |7397 |5645 | 232 | 315k| 403k|6373 | 0.000000e+00 | 1.500000e+01 |    Inf 
1228.53/1228.53	c  1228s|420000 | 40885 |  1352k|   3.2 | 404M|1727 |  14 |5645 |6057 |5645 | 220 | 324k| 417k|6496 | 0.000000e+00 | 1.500000e+01 |    Inf 
1248.33/1248.33	c  1248s|430000 | 40480 |  1398k|   3.3 | 404M|1727 |   2 |5645 |6057 |5645 | 186 | 332k| 431k|6600 | 0.000000e+00 | 1.500000e+01 |    Inf 
1268.34/1268.39	c  1268s|440000 | 40227 |  1449k|   3.3 | 405M|1727 |  17 |5645 |7514 |5645 | 220 | 340k| 444k|6691 | 0.000000e+00 | 1.500000e+01 |    Inf 
1288.54/1288.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.54/1288.54	c  1289s|450000 | 40032 |  1499k|   3.3 | 406M|1727 |  15 |5645 |8774 |5645 | 228 | 348k| 457k|6811 | 0.000000e+00 | 1.500000e+01 |    Inf 
1308.94/1308.96	c  1309s|460000 | 40100 |  1546k|   3.4 | 408M|1727 |   5 |5645 |9867 |5645 | 194 | 356k| 470k|6879 | 0.000000e+00 | 1.500000e+01 |    Inf 
1329.73/1329.80	c  1330s|470000 | 39941 |  1598k|   3.4 | 409M|1727 |  13 |5645 |9159 |5645 | 259 | 363k| 484k|6992 | 0.000000e+00 | 1.500000e+01 |    Inf 
1350.13/1350.10	c  1350s|480000 | 39840 |  1642k|   3.4 | 410M|1727 |   - |5645 |8333 |   0 |   0 | 370k| 497k|7075 | 0.000000e+00 | 1.500000e+01 |    Inf 
1370.14/1370.11	c  1370s|490000 | 39948 |  1687k|   3.4 | 413M|1727 |   - |5645 |  12k|   0 |   0 | 376k| 511k|7124 | 0.000000e+00 | 1.500000e+01 |    Inf 
1390.45/1390.43	c  1390s|500000 | 39691 |  1729k|   3.5 | 413M|1727 |  18 |5645 |9737 |5645 | 264 | 383k| 524k|7203 | 0.000000e+00 | 1.500000e+01 |    Inf 
1410.24/1410.29	c  1410s|510000 | 39703 |  1767k|   3.5 | 415M|1727 |   - |5645 |  11k|   0 |   0 | 389k| 537k|7277 | 0.000000e+00 | 1.500000e+01 |    Inf 
1431.34/1431.34	c  1431s|520000 | 39466 |  1814k|   3.5 | 415M|1727 |  10 |5645 |9370 |5645 | 232 | 396k| 551k|7358 | 0.000000e+00 | 1.500000e+01 |    Inf 
1452.54/1452.58	c  1453s|530000 | 39567 |  1867k|   3.5 | 418M|1727 |   - |5645 |  12k|   0 |   0 | 406k| 564k|7444 | 0.000000e+00 | 1.500000e+01 |    Inf 
1461.65/1461.64	o 7
1461.65/1461.64	c *1462s|534011 | 35191 |  1889k|   3.5 | 346M|1727 |   - |5645 |  14k|5645 | 265 | 410k| 570k|7467 | 0.000000e+00 | 7.000000e+00 |    Inf 
1473.55/1473.59	c  1474s|540000 | 35047 |  1922k|   3.6 | 344M|1727 |   - |5645 |9156 |   0 |   0 | 415k| 579k|7525 | 0.000000e+00 | 7.000000e+00 |    Inf 
1491.65/1491.61	c  1492s|550000 | 35180 |  1954k|   3.6 | 347M|1727 |  19 |5645 |  11k|5645 | 207 | 420k| 591k|7562 | 0.000000e+00 | 7.000000e+00 |    Inf 
1510.84/1510.81	c  1511s|560000 | 35265 |  1999k|   3.6 | 348M|1727 |   - |5645 |  10k|   0 |   0 | 427k| 604k|7626 | 0.000000e+00 | 7.000000e+00 |    Inf 
1528.95/1528.96	c  1529s|570000 | 35252 |  2041k|   3.6 | 349M|1727 |   1 |5645 |  11k|5645 | 240 | 433k| 618k|7685 | 0.000000e+00 | 7.000000e+00 |    Inf 
1547.75/1547.72	c  1548s|580000 | 35349 |  2077k|   3.6 | 350M|1727 |   1 |5645 |  11k|5645 | 235 | 439k| 631k|7757 | 0.000000e+00 | 7.000000e+00 |    Inf 
1567.85/1567.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1567.85/1567.88	c  1568s|590000 | 35425 |  2117k|   3.6 | 352M|1727 |  14 |5645 |  12k|5645 | 227 | 444k| 644k|7814 | 0.000000e+00 | 7.000000e+00 |    Inf 
1588.45/1588.43	c  1588s|600000 | 35444 |  2162k|   3.6 | 353M|1727 |   - |5645 |  12k|   0 |   0 | 449k| 659k|7868 | 0.000000e+00 | 7.000000e+00 |    Inf 
1608.15/1608.16	c  1608s|610000 | 35510 |  2202k|   3.6 | 354M|1727 |   - |5645 |  11k|   0 |   0 | 455k| 672k|7922 | 0.000000e+00 | 7.000000e+00 |    Inf 
1626.85/1626.80	c  1627s|620000 | 35704 |  2238k|   3.6 | 356M|1727 |   - |5645 |  12k|   0 |   0 | 461k| 686k|7970 | 0.000000e+00 | 7.000000e+00 |    Inf 
1645.95/1645.94	c  1646s|630000 | 35838 |  2278k|   3.6 | 358M|1727 |   1 |5645 |  12k|5645 | 250 | 467k| 699k|8027 | 0.000000e+00 | 7.000000e+00 |    Inf 
1665.85/1665.85	c  1666s|640000 | 35878 |  2319k|   3.6 | 359M|1727 |   5 |5645 |  12k|5645 | 253 | 472k| 713k|8083 | 0.000000e+00 | 7.000000e+00 |    Inf 
1685.65/1685.61	c  1686s|650000 | 35936 |  2362k|   3.6 | 361M|1727 |   - |5645 |  13k|   0 |   0 | 478k| 727k|8137 | 0.000000e+00 | 7.000000e+00 |    Inf 
1704.45/1704.49	c  1704s|660000 | 36037 |  2405k|   3.6 | 362M|1727 |   1 |5645 |  14k|5645 | 219 | 483k| 742k|8179 | 0.000000e+00 | 7.000000e+00 |    Inf 
1723.25/1723.29	c  1723s|670000 | 36048 |  2444k|   3.6 | 363M|1727 |   - |5645 |  13k|   0 |   0 | 487k| 755k|8266 | 0.000000e+00 | 7.000000e+00 |    Inf 
1741.95/1741.90	c  1742s|680000 | 36101 |  2481k|   3.6 | 364M|1727 |   - |5645 |  14k|   0 |   0 | 491k| 769k|8287 | 0.000000e+00 | 7.000000e+00 |    Inf 
1761.85/1761.82	c  1762s|690000 | 36112 |  2522k|   3.7 | 364M|1727 |   1 |5645 |  11k|5645 | 247 | 496k| 783k|8333 | 0.000000e+00 | 7.000000e+00 |    Inf 
1780.25/1780.27	c  1780s|700000 | 36159 |  2560k|   3.7 | 366M|1727 |   - |5645 |  13k|   0 |   0 | 500k| 797k|8384 | 0.000000e+00 | 7.000000e+00 |    Inf 
1790.06/1790.01	c 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time (sec) : 1789.98
1790.06/1790.01	c Solving Nodes      : 704833
1790.06/1790.01	c Primal Bound       : +7.00000000000000e+00 (324 solutions)
1790.06/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.01	c Gap                : infinite
1790.06/1790.07	s SATISFIABLE
1790.06/1790.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.06/1790.07	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.06/1790.07	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.06/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.06/1790.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.07	v x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.06/1790.07	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 
1790.06/1790.07	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 
1790.06/1790.07	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 
1790.06/1790.07	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 
1790.06/1790.07	v -x1 
1790.06/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.07	c Solving Time       :    1789.98
1790.06/1790.07	c Original Problem   :
1790.06/1790.07	c   Problem name     : HOME/instance-2705164-1278578351.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.06/1790.07	c Presolved Problem  :
1790.06/1790.07	c   Problem name     : t_HOME/instance-2705164-1278578351.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5414 initial, 15653 maximal
1790.06/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.06/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   root node        :          -       5096          -          -       5096          -          -          -          -
1790.06/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   integral         :          0          0          0     519117          0          6        482          0          0     627798
1790.06/1790.07	c   linear           :       2707          6    4420339     204438          1     176627   18511617     502486          0          0
1790.06/1790.07	c   indicator        :       2707          0    4221552     204564          1       5857   26861905          0          0          0
1790.06/1790.07	c   logicor          :          0+         0    1249991          0          0      51594    1042239          0          0          0
1790.06/1790.07	c   bounddisjunction :          0+         0     340921          0          0        401       7261          0          0          0
1790.06/1790.07	c   countsols        :          0          0          0     109909          1          0          0          0          0          0
1790.06/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.07	c   integral         :      13.42       0.00       0.00      13.42       0.00
1790.06/1790.07	c   linear           :     185.34       0.00     170.09      15.25       0.00
1790.06/1790.07	c   indicator        :     179.91       0.01     148.73      31.16       0.00
1790.06/1790.07	c   logicor          :      92.02       0.00      92.02       0.00       0.00
1790.06/1790.07	c   bounddisjunction :       4.02       0.00       4.02       0.00       0.00
1790.06/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.06/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.07	c   vbounds          :       1.50     225835         20      33773
1790.06/1790.07	c   rootredcost      :       0.66         24          0       2548
1790.06/1790.07	c   pseudoobj        :     230.85    4507071      86365   26375729
1790.06/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.07	c   propagation      :      24.73     314987     314931    1989558       24.2       8747       22.2          -
1790.06/1790.07	c   infeasible LP    :       3.17       8255       8255      72295       36.6         83       19.7          0
1790.06/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.07	c   applied globally :          -          -          -     805148       20.0          -          -          -
1790.06/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.06/1790.07	c   redcost          :      65.28     531595          0    1296531          0          0
1790.06/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.06/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.06/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.06/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.06/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.06/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.06/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.06/1790.07	c Pricers            :       Time      Calls       Vars
1790.06/1790.07	c   problem variables:       0.00          0          0
1790.06/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   relpscost        :      13.10     314312          6        482          0          0     627798
1790.06/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   inference        :      45.74     109886          0          0          0          0     220019
1790.06/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.07	c   LP solutions     :       0.15          -         24
1790.06/1790.07	c   pseudo solutions :       0.00          -          0
1790.06/1790.07	c   feaspump         :       0.00          0          0
1790.06/1790.07	c   oneopt           :       0.30         20          0
1790.06/1790.07	c   guideddiving     :       0.04         14          0
1790.06/1790.07	c   linesearchdiving :       0.11         60          0
1790.06/1790.07	c   fracdiving       :       0.11         60          0
1790.06/1790.07	c   coefdiving       :       0.11         60          0
1790.06/1790.07	c   pscostdiving     :       0.11         60          0
1790.06/1790.07	c   veclendiving     :       0.11         61          0
1790.06/1790.07	c   objpscostdiving  :       0.12         59          0
1790.06/1790.07	c   rootsoldiving    :       0.13         59          0
1790.06/1790.07	c   crossover        :       1.95         46          6
1790.06/1790.07	c   trivial          :       0.07          2          2
1790.06/1790.07	c   simplerounding   :       0.56     316589          0
1790.06/1790.07	c   zirounding       :       0.32       1000          0
1790.06/1790.07	c   rounding         :       1.47       7925          0
1790.06/1790.07	c   shifting         :       0.84       2433          0
1790.06/1790.07	c   intshifting      :       0.00          0          0
1790.06/1790.07	c   twoopt           :       0.00          0          0
1790.06/1790.07	c   fixandinfer      :       0.00          0          0
1790.06/1790.07	c   intdiving        :       0.00          0          0
1790.06/1790.07	c   actconsdiving    :       0.00          0          0
1790.06/1790.07	c   octane           :       0.00          0          0
1790.06/1790.07	c   rens             :       0.03          1          0
1790.06/1790.07	c   rins             :       0.00          0          0
1790.06/1790.07	c   localbranching   :       0.00          0          0
1790.06/1790.07	c   mutation         :       0.00          0          0
1790.06/1790.07	c   dins             :       0.00          0          0
1790.06/1790.07	c   undercover       :       0.00          0          0
1790.06/1790.07	c   nlp              :       0.12          0          0
1790.06/1790.07	c   trysol           :       0.66        592        292
1790.06/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.07	c   dual LP          :     529.01     439516    2580583       5.87    4878.10
1790.06/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.07	c   diving/probing LP:       0.06         32        503      15.72    7894.28
1790.06/1790.07	c   strong branching :      11.04       8417      77092       9.16    6980.36
1790.06/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.06/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.07	c B&B Tree           :
1790.06/1790.07	c   number of runs   :          1
1790.06/1790.07	c   nodes            :     704833
1790.06/1790.07	c   nodes (total)    :     704833
1790.06/1790.07	c   nodes left       :      36222
1790.06/1790.07	c   max depth        :       1727
1790.06/1790.07	c   max depth (total):       1727
1790.06/1790.07	c   backtracks       :      59797 (8.5%)
1790.06/1790.07	c   delayed cutoffs  :      55700
1790.06/1790.07	c   repropagations   :    1774446 (12839830 domain reductions, 48066 cutoffs)
1790.06/1790.07	c   avg switch length:       6.99
1790.06/1790.07	c   switching time   :     196.18
1790.06/1790.07	c Solution           :
1790.06/1790.07	c   Solutions found  :        324 (25 improvements)
1790.06/1790.07	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.06/1790.07	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 534011 nodes, 1461.58 seconds, depth 42, found by <relaxation>)
1790.06/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.07	c   Gap              :   infinite
1790.06/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.07	c   Root Iterations  :        184
1790.46/1790.40	c Time complete: 1790.46.

Verifier Data

OK	7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 24826
/proc/meminfo: memFree=28920512/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=12696 CPUtime=0
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 1978 0 0 0 0 0 0 0 23 0 1 0 26049293 13000704 1897 4089446400 4194304 10345943 140735076391184 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24826/statm: 3174 1914 429 1502 0 1667 0

[startup+0.0384569 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 24826
/proc/meminfo: memFree=28920512/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=25444 CPUtime=0.02
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 5624 0 0 0 2 0 0 0 23 0 1 0 26049293 26054656 5188 4089446400 4194304 10345943 140735076391184 18446744073709551615 6328979 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 6666 5233 474 1502 0 5159 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25444

[startup+0.100448 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 24826
/proc/meminfo: memFree=28920512/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=38024 CPUtime=0.09
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 8450 0 0 0 8 1 0 0 23 0 1 0 26049293 38936576 8014 4089446400 4194304 10345943 140735076391184 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300412 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 24826
/proc/meminfo: memFree=28920512/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=70108 CPUtime=0.29
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 16228 0 0 0 27 2 0 0 18 0 1 0 26049293 71790592 15792 4089446400 4194304 10345943 140735076391184 18446744073709551615 4688109 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 17527 15792 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700334 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 24826
/proc/meminfo: memFree=28920512/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=65268 CPUtime=0.69
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 16894 0 0 0 67 2 0 0 18 0 1 0 26049293 66834432 15053 4089446400 4194304 10345943 140735076391184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 24827
/proc/meminfo: memFree=28861232/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=65268 CPUtime=1.49
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 16897 0 0 0 147 2 0 0 19 0 1 0 26049293 66834432 15056 4089446400 4194304 10345943 140735076391184 18446744073709551615 5926431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 16317 15056 754 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10089 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 24827
/proc/meminfo: memFree=28861108/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=65268 CPUtime=3.09
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 16902 0 0 0 306 3 0 0 24 0 1 0 26049293 66834432 15061 4089446400 4194304 10345943 140735076391184 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 16317 15061 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.92 3/179 24827
/proc/meminfo: memFree=28856028/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=71604 CPUtime=6.29
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 18856 0 0 0 626 3 0 0 25 0 1 0 26049293 73322496 16419 4089446400 4194304 10345943 140735076391184 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 17901 16419 754 1502 0 16394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71604

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.92 3/179 24828
/proc/meminfo: memFree=28840396/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=81940 CPUtime=12.69
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 23458 0 0 0 1265 4 0 0 25 0 1 0 26049293 83906560 19016 4089446400 4194304 10345943 140735076391184 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 20485 19016 754 1502 0 18978 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81940

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.92 3/179 24828
/proc/meminfo: memFree=28822644/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=83988 CPUtime=25.49
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 28268 0 0 0 2543 6 0 0 25 0 1 0 26049293 86003712 19781 4089446400 4194304 10345943 140735076391184 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 20997 19781 754 1502 0 19490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83988

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.92 3/179 24828
/proc/meminfo: memFree=28753892/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=121368 CPUtime=51.1
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 37951 0 0 0 5099 11 0 0 25 0 1 0 26049293 124280832 28867 4089446400 4194304 10345943 140735076391184 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 30342 28867 754 1502 0 28835 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 121368

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.92 3/179 24830
/proc/meminfo: memFree=28550456/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=255600 CPUtime=102.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 127780 0 0 0 10205 25 0 0 25 0 1 0 26049293 261734400 61711 4089446400 4194304 10345943 140735076391184 18446744073709551615 4612848 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 63900 61711 762 1502 0 62393 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 255600

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24832
/proc/meminfo: memFree=28396260/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=331544 CPUtime=162.29
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 168514 0 0 0 16191 38 0 0 25 0 1 0 26049293 339501056 79692 4089446400 4194304 10345943 140735076391184 18446744073709551615 5012587 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 82886 79692 763 1502 0 81379 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 331544

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24833
/proc/meminfo: memFree=28242556/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=381908 CPUtime=222.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 182439 0 0 0 22183 47 0 0 25 0 1 0 26049293 391073792 91862 4089446400 4194304 10345943 140735076391184 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 95477 91862 763 1502 0 93970 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 381908

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24835
/proc/meminfo: memFree=28178988/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=430892 CPUtime=282.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 195629 0 0 0 28174 56 0 0 25 0 1 0 26049293 441233408 103332 4089446400 4194304 10345943 140735076391184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 107723 103332 763 1502 0 106216 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 430892

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24836
/proc/meminfo: memFree=28129196/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=478544 CPUtime=342.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 206373 0 0 0 34166 64 0 0 25 0 1 0 26049293 490029056 114076 4089446400 4194304 10345943 140735076391184 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 119636 114076 764 1502 0 118129 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 478544

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24838
/proc/meminfo: memFree=28082648/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=526496 CPUtime=402.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 217098 0 0 0 40159 71 0 0 25 0 1 0 26049293 539131904 124801 4089446400 4194304 10345943 140735076391184 18446744073709551615 4715374 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 131624 124801 764 1502 0 130117 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 526496

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24840
/proc/meminfo: memFree=28040556/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=571108 CPUtime=462.3
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 230511 0 0 0 46151 79 0 0 25 0 1 0 26049293 584814592 134192 4089446400 4194304 10345943 140735076391184 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 142777 134192 782 1502 0 141270 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 571108

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/179 24841
/proc/meminfo: memFree=28006900/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=604856 CPUtime=522.31
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 238484 0 0 0 52146 85 0 0 25 0 1 0 26049293 619372544 142164 4089446400 4194304 10345943 140735076391184 18446744073709551615 6864737 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 151214 142164 782 1502 0 149707 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 604856

[startup+582.301 s]
/proc/loadavg: 2.07 2.00 1.93 3/179 24843
/proc/meminfo: memFree=27967280/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=646548 CPUtime=582.31
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 247206 0 0 0 58138 93 0 0 25 0 1 0 26049293 662065152 150884 4089446400 4194304 10345943 140735076391184 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 161637 150884 782 1502 0 160130 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 646548

[startup+642.301 s]
/proc/loadavg: 2.03 2.00 1.93 3/179 24844
/proc/meminfo: memFree=27918728/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=703540 CPUtime=642.31
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 270375 0 0 0 64129 102 0 0 25 0 1 0 26049293 720424960 162462 4089446400 4194304 10345943 140735076391184 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 175885 162462 782 1502 0 174378 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 703540

[startup+702.301 s]

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

/proc/meminfo: memFree=27702892/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=942272 CPUtime=1062.33
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 396379 0 0 0 106068 165 0 0 25 0 1 0 26049293 964886528 211787 4089446400 4194304 10345943 140735076391184 18446744073709551615 6713027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 235568 211787 786 1502 0 234061 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 942272

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24857
/proc/meminfo: memFree=27676764/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=969172 CPUtime=1122.33
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 404092 0 0 0 112061 172 0 0 25 0 1 0 26049293 992432128 217674 4089446400 4194304 10345943 140735076391184 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 242293 217674 786 1502 0 240786 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 969172

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 24859
/proc/meminfo: memFree=27663068/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=986668 CPUtime=1182.33
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 431919 0 0 0 118050 183 0 0 25 0 1 0 26049293 1010348032 221147 4089446400 4194304 10345943 140735076391184 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 246667 221147 794 1502 0 245160 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 986668

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 24860
/proc/meminfo: memFree=27654316/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=994520 CPUtime=1242.33
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 450763 0 0 0 124040 193 0 0 25 0 1 0 26049293 1018388480 223015 4089446400 4194304 10345943 140735076391184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 248630 223015 794 1502 0 247123 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 994520

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 24862
/proc/meminfo: memFree=27650536/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=998452 CPUtime=1302.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 455462 0 0 0 130033 201 0 0 25 0 1 0 26049293 1022414848 223905 4089446400 4194304 10345943 140735076391184 18446744073709551615 6307492 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 249613 223905 794 1502 0 248106 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 998452

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 24873
/proc/meminfo: memFree=27645044/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1003128 CPUtime=1362.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 460400 0 0 0 136023 211 0 0 25 0 1 0 26049293 1027203072 225014 4089446400 4194304 10345943 140735076391184 18446744073709551615 6924951 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 250782 225014 794 1502 0 249275 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1003128

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 24874
/proc/meminfo: memFree=27641880/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1006756 CPUtime=1422.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 463124 0 0 0 142013 221 0 0 25 0 1 0 26049293 1030918144 225881 4089446400 4194304 10345943 140735076391184 18446744073709551615 6777530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 251689 225881 794 1502 0 250182 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1006756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24876
/proc/meminfo: memFree=27638944/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1008968 CPUtime=1482.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 472741 0 0 0 148004 230 0 0 25 0 1 0 26049293 1033183232 226556 4089446400 4194304 10345943 140735076391184 18446744073709551615 5031119 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 252242 226556 794 1502 0 250735 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1008968

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24877
/proc/meminfo: memFree=27638504/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1010444 CPUtime=1542.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 476702 0 0 0 153994 240 0 0 25 0 1 0 26049293 1034694656 226857 4089446400 4194304 10345943 140735076391184 18446744073709551615 5027939 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 252611 226857 794 1502 0 251104 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1010444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24879
/proc/meminfo: memFree=27638308/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1010436 CPUtime=1602.34
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 478614 0 0 0 159986 248 0 0 25 0 1 0 26049293 1034686464 226888 4089446400 4194304 10345943 140735076391184 18446744073709551615 6068915 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 252609 226888 794 1502 0 251102 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1010436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24881
/proc/meminfo: memFree=27636140/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1011928 CPUtime=1662.35
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 482696 0 0 0 165977 258 0 0 25 0 1 0 26049293 1036214272 227261 4089446400 4194304 10345943 140735076391184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 252982 227261 796 1502 0 251475 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1011928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24882
/proc/meminfo: memFree=27635484/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1012292 CPUtime=1722.35
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 482872 0 0 0 171969 266 0 0 25 0 1 0 26049293 1036587008 227437 4089446400 4194304 10345943 140735076391184 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253073 227437 796 1502 0 251566 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1012292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28047124/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1782.35
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483253 0 0 0 177961 274 0 0 25 0 1 0 26049293 1038401536 227818 4089446400 4194304 10345943 140735076391184 18446744073709551615 6261721 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227818 796 1502 0 252009 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1014064

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28044108/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1785.55
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483256 0 0 0 178280 275 0 0 25 0 1 0 26049293 1038401536 227821 4089446400 4194304 10345943 140735076391184 18446744073709551615 5028161 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227821 796 1502 0 252009 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 1014064

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28039148/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1788.75
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483265 0 0 0 178600 275 0 0 25 0 1 0 26049293 1038401536 227830 4089446400 4194304 10345943 140735076391184 18446744073709551615 4968687 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227830 796 1502 0 252009 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 1014064

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28039148/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1789.56
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483266 0 0 0 178680 276 0 0 25 0 1 0 26049293 1038401536 227831 4089446400 4194304 10345943 140735076391184 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227831 796 1502 0 252009 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 1014064

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28038000/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1789.96
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483266 0 0 0 178720 276 0 0 25 0 1 0 26049293 1038401536 227831 4089446400 4194304 10345943 140735076391184 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227831 796 1502 0 252009 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 1014064

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28038000/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=1014064 CPUtime=1790.36
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483267 0 0 0 178760 276 0 0 18 0 1 0 26049293 1038401536 227832 4089446400 4194304 10345943 140735076391184 18446744073709551615 4219916 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24826/statm: 253516 227832 797 1502 0 252009 0
Current children cumulated CPU time (s) 1790.36
Current children cumulated vsize (KiB) 1014064

[startup+1790.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24911
/proc/meminfo: memFree=28038000/32951124 swapFree=67111528/67111528
[pid=24826] ppid=24824 vsize=194240 CPUtime=1790.46
/proc/24826/stat : 24826 (pbscip.linux.x8) R 24824 24826 24329 0 -1 4202496 483267 0 0 0 178767 279 0 0 18 0 1 0 26049293 198901760 37118 4089446400 4194304 10345943 140735076391184 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24826/statm: 48560 37118 797 1502 0 47053 0
Current children cumulated CPU time (s) 1790.46
Current children cumulated vsize (KiB) 194240

Child status: 0
Real time (s): 1790.41
CPU time (s): 1790.47
CPU user time (s): 1787.67
CPU system time (s): 2.79457
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1014308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.67
system time used= 2.79458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1657

runsolver used 3.44948 second user time and 6.27705 second system time

The end

Launcher Data

Begin job on node111 at 2010-07-08 10:39:11
IDJOB=2705164
IDBENCH=79313
IDSOLVER=1214
FILE ID=node111/2705164-1278578351
PBS_JOBID= 11240232
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705164-1278578351/watcher-2705164-1278578351 -o /tmp/evaluation-result-2705164-1278578351/solver-2705164-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705164-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 504847a4e43d2b055735d72ea944fa39
RANDOM SEED=361696858

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28921040 kB
Buffers:        161200 kB
Cached:        3584216 kB
SwapCached:          0 kB
Active:        2152596 kB
Inactive:      1727732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28921040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25900 kB
Writeback:           0 kB
AnonPages:      134828 kB
Mapped:          17616 kB
Slab:            86212 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281412 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= 73596 MiB
End job on node111 at 2010-07-08 11:09:02