Trace number 3447731

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.2 1800.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUMa1fa880e8620ee0c5e9a297708544854
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark75.7475
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447731-1307897222.wbo>
0.00/0.02	c original problem has 1130 variables (1130 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.03/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.03/0.07	c (round 2) 0 del vars, 161 del conss, 0 add conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.03/0.08	c (round 3) 102 del vars, 258 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.03/0.09	c (round 4) 134 del vars, 258 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.10	c (round 5) 134 del vars, 262 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  134 deleted vars, 262 deleted constraints, 0 added constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.13	c  1050 implications, 11 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3345 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      51 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1629 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.14	c 
0.19/0.23	o 640
0.19/0.23	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.23	c T 0.2s|     1 |     0 |     0 |     - |9016k|   0 |   - |1895 |4177 |1895 |2513 |   0 |   0 |   0 |      --      | 6.400000e+02 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    95 |     - |8636k|   0 |  47 |1895 |4177 |1895 |2513 |   0 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   365 |     - |9577k|   0 |  44 |1895 |4214 |1895 |2524 |  11 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   397 |     - |  10M|   0 |  54 |1895 |4214 |1895 |2539 |  26 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   413 |     - |  10M|   0 |  54 |1895 |4214 |1895 |2545 |  32 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
1.10/1.15	c   1.2s|     1 |     0 |   436 |     - |  11M|   0 |  58 |1895 |4214 |1895 |2547 |  34 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
1.39/1.43	c   1.4s|     1 |     0 |   461 |     - |  12M|   0 |  55 |1895 |4214 |1895 |2550 |  37 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
1.59/1.70	c   1.7s|     1 |     0 |   486 |     - |  12M|   0 |  61 |1895 |4214 |1895 |2553 |  40 |   0 |   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
2.59/2.64	c   2.6s|     1 |     2 |  4464 |     - |  12M|   0 |  61 |1895 |4214 |1895 |2553 |  40 |   0 |   9 | 0.000000e+00 | 6.400000e+02 |    Inf 
3.59/3.66	o 623
3.59/3.66	c * 3.7s|    14 |    13 |  5053 | 351.3 |  12M|  13 |   - |1895 |4214 |1895 |2556 |  54 |   0 | 109 | 0.000000e+00 | 6.230000e+02 |    Inf 
3.59/3.67	o 541
3.59/3.67	c * 3.7s|    15 |    12 |  5053 | 326.2 |  12M|  13 |   - |1895 |4214 |1895 |2554 |  54 |   0 | 109 | 0.000000e+00 | 5.410000e+02 |    Inf 
3.69/3.71	o 420
3.69/3.71	c * 3.7s|    19 |    14 |  5150 | 259.1 |  12M|  13 |   - |1895 |4214 |1895 |2555 |  67 |   0 | 109 | 0.000000e+00 | 4.200000e+02 |    Inf 
3.69/3.71	o 415
3.69/3.71	c * 3.7s|    20 |    13 |  5150 | 245.5 |  12M|  13 |   - |1895 |4214 |1895 |2547 |  67 |   0 | 109 | 0.000000e+00 | 4.150000e+02 |    Inf 
4.40/4.45	o 401
4.40/4.45	c * 4.5s|    47 |    24 |  6045 | 120.8 |  13M|  19 |   - |1895 |4232 |1895 |2554 |  79 |  18 | 238 | 0.000000e+00 | 4.010000e+02 |    Inf 
5.69/5.74	o 392
5.69/5.74	c * 5.7s|   181 |    46 |  7611 |  39.6 |  13M|  31 |   - |1895 |4359 |1895 |2552 | 105 | 145 | 441 | 0.000000e+00 | 3.920000e+02 |    Inf 
7.40/7.42	o 338
7.40/7.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.40/7.42	c * 7.4s|   309 |    77 |  8907 |  27.3 |  14M|  31 |   - |1895 |4502 |1895 |2553 | 147 | 288 | 810 | 0.000000e+00 | 3.380000e+02 |    Inf 
7.40/7.43	o 306
7.40/7.43	c * 7.4s|   310 |    75 |  8916 |  27.3 |  14M|  31 |   - |1895 |4502 |1895 |2549 | 148 | 288 | 810 | 0.000000e+00 | 3.060000e+02 |    Inf 
7.99/8.03	o 279
7.99/8.03	c * 8.0s|   335 |    87 |  9568 |  27.2 |  14M|  31 |   - |1895 |4517 |1895 |2555 | 173 | 303 | 934 | 0.000000e+00 | 2.790000e+02 |    Inf 
10.69/10.77	o 223
10.69/10.77	c *10.8s|   525 |   152 | 12662 |  23.2 |  15M|  31 |   - |1895 |4651 |1895 |2552 | 210 | 447 |1460 | 0.000000e+00 | 2.230000e+02 |    Inf 
13.09/13.20	o 200
13.09/13.20	c *13.2s|  1199 |   252 | 18554 |  15.1 |  17M|  34 |   - |1895 |5041 |1895 |2541 | 265 |1131 |1664 | 0.000000e+00 | 2.000000e+02 |    Inf 
13.39/13.45	o 176
13.39/13.45	c *13.5s|  1248 |   262 | 19394 |  15.2 |  17M|  34 |   - |1895 |5051 |1895 |2554 | 277 |1168 |1688 | 0.000000e+00 | 1.760000e+02 |    Inf 
13.89/13.99	o 144
13.89/13.99	c *14.0s|  1404 |   268 | 21038 |  14.6 |  17M|  34 |   - |1895 |5122 |1895 |2547 | 301 |1301 |1705 | 0.000000e+00 | 1.440000e+02 |    Inf 
14.09/14.11	o 126
14.09/14.11	c *14.1s|  1443 |   258 | 21403 |  14.5 |  17M|  34 |   - |1895 |5140 |1895 |2540 | 302 |1335 |1707 | 0.000000e+00 | 1.260000e+02 |    Inf 
17.39/17.40	o 121
17.39/17.40	c *17.4s|  2516 |   362 | 31910 |  12.5 |  18M|  39 |   - |1895 |5523 |1895 |2539 | 381 |2331 |1785 | 0.000000e+00 | 1.210000e+02 |    Inf 
18.80/18.82	o 115
18.80/18.82	c *18.8s|  3048 |   420 | 36890 |  11.9 |  19M|  48 |   - |1895 |5859 |1895 |2539 | 398 |2804 |1792 | 0.000000e+00 | 1.150000e+02 |    Inf 
32.70/32.78	o 98
32.70/32.78	c *32.8s|  8038 |   978 | 90010 |  11.1 |  24M|  64 |   - |1895 |6786 |1895 |2544 | 766 |7985 |1887 | 0.000000e+00 | 9.800000e+01 |    Inf 
38.40/38.44	c  38.4s| 10000 |  1165 |110565 |  11.0 |  26M|  64 |   1 |1895 |6965 |1895 |2541 | 839 |  10k|1896 | 0.000000e+00 | 9.800000e+01 |    Inf 
42.79/42.84	o 67
42.79/42.84	c *42.8s| 11741 |  1154 |123946 |  10.5 |  25M|  64 |   - |1895 |7649 |1895 |2544 | 931 |  12k|1906 | 0.000000e+00 | 6.700000e+01 |    Inf 
43.70/43.76	o 47
43.70/43.76	c *43.8s| 11989 |  1168 |127237 |  10.6 |  26M|  64 |   - |1895 |6850 |1895 |2546 | 942 |  12k|1909 | 0.000000e+00 | 4.700000e+01 |    Inf 
44.09/44.10	o 12
44.09/44.10	c *44.1s| 12086 |   689 |128336 |  10.6 |  22M|  64 |   - |1895 |6266 |1895 |2542 | 959 |  12k|1909 | 0.000000e+00 | 1.200000e+01 |    Inf 
59.10/59.13	o 11
59.10/59.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.10/59.13	c *59.1s| 17427 |   834 |213643 |  12.2 |  24M|  64 |   - |1895 |6816 |1895 |2540 | 964 |  18k|1910 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.19/66.27	c  66.3s| 20000 |   821 |251848 |  12.6 |  24M|  64 |  31 |1895 |6872 |1895 |2539 | 965 |  21k|1910 | 0.000000e+00 | 1.100000e+01 |    Inf 
76.90/76.92	o 9
76.90/76.92	c *76.9s| 23415 |   766 |307351 |  13.1 |  24M|  64 |   - |1895 |6926 |1895 |2539 | 965 |  25k|2059 | 0.000000e+00 | 9.000000e+00 |    Inf 
77.60/77.63	o 8
77.60/77.63	c *77.6s| 23657 |   759 |310921 |  13.1 |  24M|  64 |   - |1895 |6676 |1895 |2539 | 965 |  25k|2066 | 0.000000e+00 | 8.000000e+00 |    Inf 
97.30/97.32	c  97.3s| 30000 |   646 |412365 |  13.7 |  24M|  64 |   - |1895 |7499 |1895 |2539 | 965 |  31k|2387 | 0.000000e+00 | 8.000000e+00 |    Inf 
125.10/125.18	c   125s| 40000 |   647 |550344 |  13.7 |  26M|  64 |  16 |1895 |  10k|1895 |2542 | 965 |  43k|2820 | 0.000000e+00 | 8.000000e+00 |    Inf 
127.30/127.35	o 2
127.30/127.35	c * 127s| 40855 |   338 |561353 |  13.7 |  23M|  64 |   - |1895 |  11k|1895 |2544 | 967 |  44k|2821 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.89/137.98	o 1
137.89/137.98	c * 138s| 44933 |   282 |612043 |  13.6 |  23M|  64 |   - |1895 |  11k|1895 |2542 | 967 |  50k|3001 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.90/151.93	c   152s| 50000 |   255 |681064 |  13.6 |  23M|  64 |   - |1895 |  12k|   0 |   0 | 967 |  56k|3199 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.10/179.18	c   179s| 60000 |   324 |814616 |  13.6 |  26M|  64 |  17 |1895 |  18k|1895 |2542 | 967 |  70k|3517 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.20/207.20	c   207s| 70000 |   307 |943501 |  13.5 |  28M|  64 |   - |1895 |  20k|1895 |2542 | 967 |  83k|3798 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.61/237.63	c   238s| 80000 |   455 |  1084k|  13.5 |  32M|  70 |   - |1895 |  26k|   0 |   0 | 967 |  97k|4108 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.00/268.05	c   268s| 90000 |   346 |  1222k|  13.6 |  31M|  70 |   - |1895 |  24k|   0 |   0 | 967 | 111k|4420 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.00/299.05	c   299s|100000 |   337 |  1365k|  13.6 |  30M|  70 |   - |1895 |  23k|1895 |2542 | 967 | 124k|4686 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.91/328.94	c   329s|110000 |   253 |  1501k|  13.6 |  28M|  70 |  30 |1895 |  18k|1895 |2542 | 967 | 137k|5014 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.01/358.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.01/358.03	c   358s|120000 |   290 |  1640k|  13.7 |  31M|  70 |   - |1895 |  24k|1895 |2539 | 967 | 150k|5201 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.81/387.87	c   388s|130000 |   320 |  1777k|  13.7 |  32M|  70 |   - |1895 |  25k|1895 |2539 | 967 | 164k|5421 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.71/418.79	c   419s|140000 |   376 |  1914k|  13.7 |  33M|  70 |  15 |1895 |  28k|1895 |2539 | 967 | 178k|5574 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.31/450.36	c   450s|150000 |   406 |  2050k|  13.7 |  35M|  70 |   - |1895 |  31k|   0 |   0 | 967 | 191k|5792 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.51/480.58	c   481s|160000 |   456 |  2172k|  13.6 |  38M|  70 |   - |1895 |  36k|   0 |   0 | 967 | 205k|5916 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.11/513.17	c   513s|170000 |   415 |  2309k|  13.6 |  37M|  70 |  37 |1895 |  33k|1895 |2539 | 967 | 219k|6059 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.42/546.45	c   546s|180000 |   380 |  2444k|  13.6 |  36M|  78 |  34 |1895 |  31k|1895 |2539 | 967 | 234k|6232 | 0.000000e+00 | 1.000000e+00 |    Inf 
578.12/578.13	c   578s|190000 |   359 |  2578k|  13.6 |  37M|  78 |  27 |1895 |  33k|1895 |2539 | 967 | 248k|6414 | 0.000000e+00 | 1.000000e+00 |    Inf 
611.32/611.37	c   611s|200000 |   286 |  2723k|  13.6 |  35M|  78 |   - |1895 |  30k|1895 |2539 | 967 | 261k|6556 | 0.000000e+00 | 1.000000e+00 |    Inf 
644.03/644.00	c   644s|210000 |   104 |  2866k|  13.6 |  31M|  78 |   - |1895 |  25k|1895 |2539 | 967 | 274k|6842 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.23/675.20	c   675s|220000 |   102 |  3010k|  13.7 |  32M|  78 |   - |1895 |  28k|1895 |2542 | 967 | 287k|6981 | 0.000000e+00 | 1.000000e+00 |    Inf 
706.92/706.98	c   707s|230000 |    71 |  3155k|  13.7 |  34M|  78 |  33 |1895 |  32k|1895 |2542 | 967 | 301k|7147 | 0.000000e+00 | 1.000000e+00 |    Inf 
742.12/742.12	c   742s|240000 |   320 |  3318k|  13.8 |  36M|  78 |   - |1895 |  35k|1895 |2542 | 967 | 314k|7323 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.23/777.29	c   777s|250000 |   333 |  3475k|  13.9 |  37M|  78 |  27 |1895 |  36k|1895 |2542 | 967 | 328k|7449 | 0.000000e+00 | 1.000000e+00 |    Inf 
811.03/811.09	c   811s|260000 |   363 |  3621k|  13.9 |  37M|  86 |  26 |1895 |  37k|1895 |2542 | 967 | 343k|7573 | 0.000000e+00 | 1.000000e+00 |    Inf 
844.03/844.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.03/844.04	c   844s|270000 |   281 |  3765k|  13.9 |  37M|  86 |   - |1895 |  35k|   0 |   0 | 967 | 357k|7708 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.53/877.57	c   878s|280000 |   195 |  3914k|  14.0 |  37M|  86 |   - |1895 |  36k|1895 |2542 | 967 | 371k|7839 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.94/912.91	c   913s|290000 |   127 |  4077k|  14.1 |  37M|  86 |  22 |1895 |  38k|1895 |2542 | 967 | 385k|7953 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.13/950.12	c   950s|300000 |    92 |  4241k|  14.1 |  36M|  86 |   - |1895 |  37k|1895 |2542 | 967 | 398k|8219 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.14/982.16	c   982s|310000 |   100 |  4378k|  14.1 |  38M|  86 |  31 |1895 |  42k|1895 |2542 | 967 | 412k|8328 | 0.000000e+00 | 1.000000e+00 |    Inf 
1016.74/1016.78	c  1017s|320000 |   181 |  4522k|  14.1 |  41M|  86 |  43 |1895 |  47k|1895 |2542 | 967 | 425k|8449 | 0.000000e+00 | 1.000000e+00 |    Inf 
1050.04/1050.02	c  1050s|330000 |   169 |  4650k|  14.1 |  42M|  86 |  25 |1895 |  48k|1895 |2542 | 967 | 439k|8544 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.45/1084.43	c  1084s|340000 |   173 |  4779k|  14.1 |  43M|  86 |   - |1895 |  51k|   0 |   0 | 967 | 453k|8709 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.84/1118.86	c  1119s|350000 |   171 |  4911k|  14.0 |  44M|  86 |  37 |1895 |  53k|1895 |2542 | 967 | 467k|8844 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.55/1154.53	c  1155s|360000 |    98 |  5047k|  14.0 |  43M|  86 |   - |1895 |  52k|1895 |2542 | 967 | 480k|8968 | 0.000000e+00 | 1.000000e+00 |    Inf 
1195.75/1195.70	c  1196s|370000 |   169 |  5202k|  14.1 |  43M|  86 |  22 |1895 |  50k|1895 |2542 | 967 | 493k|9081 | 0.000000e+00 | 1.000000e+00 |    Inf 
1236.05/1236.02	c  1236s|380000 |   132 |  5352k|  14.1 |  43M|  86 |   - |1895 |  51k|1895 |2542 | 967 | 507k|9220 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.06/1277.09	c  1277s|390000 |   115 |  5502k|  14.1 |  44M|  86 |  17 |1895 |  54k|1895 |2542 | 967 | 520k|9357 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.96/1314.91	c  1315s|400000 |   121 |  5644k|  14.1 |  46M|  86 |  30 |1895 |  60k|1895 |2542 | 967 | 533k|9485 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.86/1353.87	c  1354s|410000 |   156 |  5778k|  14.1 |  49M|  86 |   - |1895 |  65k|1895 |2542 | 967 | 546k|9560 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.76/1393.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.76/1393.79	c  1394s|420000 |   103 |  5914k|  14.1 |  48M|  86 |   - |1895 |  65k|1895 |2542 | 967 | 560k|9634 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.57/1435.54	c  1436s|430000 |   116 |  6056k|  14.1 |  50M|  86 |   - |1895 |  67k|1895 |2542 | 967 | 573k|9788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.06/1477.01	c  1477s|440000 |   130 |  6184k|  14.1 |  51M|  86 |   - |1895 |  70k|   0 |   0 | 967 | 586k|9912 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.36/1519.38	c  1519s|450000 |   111 |  6315k|  14.0 |  51M|  86 |  16 |1895 |  72k|1895 |2542 | 967 | 600k|9975 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.47/1562.42	c  1562s|460000 |    95 |  6445k|  14.0 |  52M|  86 |  36 |1895 |  74k|1895 |2542 | 967 | 613k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1605.67/1605.65	c  1606s|470000 |   183 |  6591k|  14.0 |  55M|  86 |   - |1895 |  78k|1895 |2542 | 967 | 626k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1647.88/1647.86	c  1648s|480000 |   166 |  6718k|  14.0 |  56M|  86 |  24 |1895 |  83k|1895 |2542 | 967 | 640k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1690.58/1690.51	c  1691s|490000 |   122 |  6850k|  14.0 |  55M|  86 |  31 |1895 |  80k|1895 |2542 | 967 | 654k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1736.28/1736.26	c  1736s|500000 |   140 |  6990k|  14.0 |  57M|  86 |  35 |1895 |  84k|1895 |2542 | 967 | 667k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1780.68/1780.65	c  1781s|510000 |   108 |  7117k|  14.0 |  56M|  86 |   - |1895 |  82k|1895 |2542 | 967 | 682k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.08/1800.01	c 
1800.08/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.01	c Solving Time (sec) : 1800.01
1800.08/1800.01	c Solving Nodes      : 514521
1800.08/1800.01	c Primal Bound       : +1.00000000000000e+00 (202 solutions)
1800.08/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.01	c Gap                : infinite
1800.08/1800.01	s SATISFIABLE
1800.08/1800.01	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 x211 -x210 
1800.08/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.08/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1800.08/1800.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.08/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.08/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.08/1800.01	v -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.08/1800.01	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 x54 
1800.08/1800.01	v -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.08/1800.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.08/1800.01	v -x1 
1800.08/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.01	c Total Time         :    1800.01
1800.08/1800.01	c   solving          :    1800.01
1800.08/1800.01	c   presolving       :       0.11 (included in solving)
1800.08/1800.01	c   reading          :       0.02 (included in solving)
1800.08/1800.01	c Original Problem   :
1800.08/1800.01	c   Problem name     : HOME/instance-3447731-1307897222.wbo
1800.08/1800.01	c   Variables        : 1130 (1130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.08/1800.01	c Presolved Problem  :
1800.08/1800.01	c   Problem name     : t_HOME/instance-3447731-1307897222.wbo
1800.08/1800.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1800.08/1800.01	c   Constraints      : 3345 initial, 85873 maximal
1800.08/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.08/1800.01	c   trivial          :       0.00         67          0          0          0          0          0          0          0          0
1800.08/1800.01	c   dualfix          :       0.00         67          0          0          0          0          0          0          0          0
1800.08/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   setppc           :       0.00          0          0          0          0          0          4          0          0          0
1800.08/1800.01	c   linear           :       0.05          0          0          0        915          0        191          0        132          0
1800.08/1800.01	c   indicator        :       0.00          0          0          0          0          0         67          0          0          0
1800.08/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.01	c   root node        :          -       1664          -          -       1664          -          -          -          -          -
1800.08/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   integral         :          0          0          0     268549          0       1440          0        455       3065          0          0     530060
1800.08/1800.01	c   varbound         :          0+         6     212484        949          0          0       9670         13     811060        950          0          0
1800.08/1800.01	c   knapsack         :          1          6    2517484          6          1       1437     519137      13223    3356886          2          0          0
1800.08/1800.01	c   setppc           :         51          6    2509033          5          1       1433    3076003      14326    1410939          0          0          0
1800.08/1800.01	c   linear           :        832+         7    2495122         10          1       1424    4513338      32571    2637846          0          0          0
1800.08/1800.01	c   indicator        :        832          0     207358        949          0       1424      12061          0      14559          0          0          0
1800.08/1800.01	c   logicor          :       1629+         6    1196672         25          1        177    4364544      39185    3608236          0          0          0
1800.08/1800.01	c   bounddisjunction :          0+         0     293516          0          0          0        723         64       1285          0          0          0
1800.08/1800.01	c   countsols        :          0          0          0         25          1        179          0          0          0          0          0          0
1800.08/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.08/1800.01	c   integral         :      52.33       0.00       0.00      52.31       0.00       0.02       0.00
1800.08/1800.01	c   varbound         :       1.40       0.00       1.38       0.02       0.00       0.00       0.00
1800.08/1800.01	c   knapsack         :      11.77       0.00      11.15       0.00       0.00       0.00       0.62
1800.08/1800.01	c   setppc           :      13.30       0.00      12.50       0.00       0.00       0.01       0.80
1800.08/1800.01	c   linear           :      32.89       0.00      30.46       0.00       0.00       0.13       2.30
1800.08/1800.01	c   indicator        :       1.99       0.00       1.29       0.05       0.00       0.64       0.00
1800.08/1800.01	c   logicor          :     278.61       0.00     275.11       0.00       0.00       0.02       3.48
1800.08/1800.01	c   bounddisjunction :       3.03       0.00       3.03       0.00       0.00       0.00       0.00
1800.08/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.08/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.08/1800.01	c   vbounds          :      41020       4444         10     183160
1800.08/1800.01	c   rootredcost      :         25          0          0        832
1800.08/1800.01	c   pseudoobj        :    2526951       9931       2749     809151
1800.08/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.08/1800.01	c   vbounds          :       3.58       3.57       0.00
1800.08/1800.01	c   rootredcost      :       0.42       0.42       0.00
1800.08/1800.01	c   pseudoobj        :      30.67      30.58       0.09
1800.08/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.01	c   propagation      :       6.11     102141     101969     653269       32.6       2373       22.3          -
1800.08/1800.01	c   infeasible LP    :      31.95     159468     159450    1153918       42.6       3919       13.0          0
1800.08/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   pseudo solution  :       0.00          3          3         17       15.1          0        0.0          -
1800.08/1800.01	c   applied globally :          -          -          -     688141       33.6          -          -          -
1800.08/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.01	c   cut pool         :       0.00          5          -          -         98          -    (maximal pool size: 622)
1800.08/1800.01	c   redcost          :       8.95     271761          0     220971          0          0
1800.08/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.08/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.01	c   gomory           :       0.67          6          0          0        977          0
1800.08/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.08/1800.01	c   strongcg         :       0.49          6          0          0       2418          0
1800.08/1800.01	c   cmir             :       0.05          6          0          0          0          0
1800.08/1800.01	c   flowcover        :       0.07          6          0          0          1          0
1800.08/1800.01	c   clique           :       0.00          6          0          0          0          0
1800.08/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.08/1800.01	c   rapidlearning    :       0.10          1          0          0          0         37
1800.08/1800.01	c Pricers            :       Time      Calls       Vars
1800.08/1800.01	c   problem variables:       0.00          0          0
1800.08/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   relpscost        :      52.10     267597        455       3065          0          0     530060
1800.08/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.08/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.01	c   LP solutions     :       0.01          -         25
1800.08/1800.01	c   pseudo solutions :       0.00          -          0
1800.08/1800.01	c   intshifting      :       0.01          0          0
1800.08/1800.01	c   feaspump         :       0.50          1          0
1800.08/1800.01	c   oneopt           :       0.29         23          0
1800.08/1800.01	c   crossover        :       0.78         16          1
1800.08/1800.01	c   coefdiving       :       1.55         89          0
1800.08/1800.01	c   fracdiving       :       1.96         89          0
1800.08/1800.01	c   veclendiving     :       1.28         89          0
1800.08/1800.01	c   linesearchdiving :       0.85         89          0
1800.08/1800.01	c   guideddiving     :       1.51         89          0
1800.08/1800.01	c   pscostdiving     :       0.74         89          0
1800.08/1800.01	c   objpscostdiving  :       0.51         45          0
1800.08/1800.01	c   rootsoldiving    :       1.06         45          0
1800.08/1800.01	c   trivial          :       0.00          2          0
1800.08/1800.01	c   shiftandpropagate:       0.10          1          1
1800.08/1800.01	c   simplerounding   :       0.53     269197          0
1800.08/1800.01	c   zirounding       :       0.52       1000          0
1800.08/1800.01	c   rounding         :       1.05       7372          0
1800.08/1800.01	c   shifting         :       0.94       2292          0
1800.08/1800.01	c   twoopt           :       0.00          0          0
1800.08/1800.01	c   fixandinfer      :       0.00          0          0
1800.08/1800.01	c   clique           :       0.00          0          0
1800.08/1800.01	c   intdiving        :       0.00          0          0
1800.08/1800.01	c   actconsdiving    :       0.00          0          0
1800.08/1800.01	c   octane           :       0.00          0          0
1800.08/1800.01	c   rens             :       0.06          1          0
1800.08/1800.01	c   rins             :       0.00          0          0
1800.08/1800.01	c   localbranching   :       0.00          0          0
1800.08/1800.01	c   mutation         :       0.00          0          0
1800.08/1800.01	c   dins             :       0.00          0          0
1800.08/1800.01	c   vbounds          :       0.00          0          0
1800.08/1800.01	c   undercover       :       0.00          0          0
1800.08/1800.01	c   subnlp           :       0.08          0          0
1800.08/1800.01	c   trysol           :       0.26       1188        175
1800.08/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.01	c   dual LP          :     949.48     429890    7137646      16.60    7517.45
1800.08/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.01	c   diving/probing LP:       7.14       5735      43603       7.60    6111.11
1800.08/1800.01	c   strong branching :      48.27      10588     358761      33.88    7431.71
1800.08/1800.01	c     (at root node) :          -          9       3555     395.00          -
1800.08/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.01	c B&B Tree           :
1800.08/1800.01	c   number of runs   :          1
1800.08/1800.01	c   nodes            :     514521
1800.08/1800.01	c   nodes (total)    :     514521
1800.08/1800.01	c   nodes left       :        111
1800.08/1800.01	c   max depth        :         86
1800.08/1800.01	c   max depth (total):         86
1800.08/1800.01	c   backtracks       :      59720 (11.6%)
1800.08/1800.01	c   delayed cutoffs  :      14298
1800.08/1800.01	c   repropagations   :    1046502 (1805258 domain reductions, 13664 cutoffs)
1800.08/1800.01	c   avg switch length:       5.49
1800.08/1800.01	c   switching time   :     206.33
1800.08/1800.01	c Solution           :
1800.08/1800.01	c   Solutions found  :        202 (26 improvements)
1800.08/1800.01	c   First Solution   : +6.40000000000000e+02   (in run 1, after 1 nodes, 0.23 seconds, depth 856, found by <shiftandpropagate>)
1800.08/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 44933 nodes, 137.98 seconds, depth 32, found by <relaxation>)
1800.08/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.01	c   Gap              :   infinite
1800.08/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.01	c   Root Iterations  :        486
1800.18/1800.11	c Time complete: 1800.19.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447731-1307897222/watcher-3447731-1307897222 -o /tmp/evaluation-result-3447731-1307897222/solver-3447731-1307897222 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447731-1307897222.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.28 1.48 1.25 2/175 16522
/proc/meminfo: memFree=32484796/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=10336 CPUtime=0 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 1568 0 0 0 0 0 0 0 22 0 1 0 901318946 10584064 1521 33554432000 4194304 9128323 140733992018624 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16522/statm: 2584 1521 399 1205 0 1375 0

[startup+0.040349 s]
/proc/loadavg: 1.28 1.48 1.25 2/175 16522
/proc/meminfo: memFree=32484796/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=25976 CPUtime=0.03 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 5227 0 0 0 3 0 0 0 22 0 1 0 901318946 26599424 5178 33554432000 4194304 9128323 140733992018624 18446744073709551615 18446744073699066043 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 6494 5178 507 1205 0 5285 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25976

[startup+0.100338 s]
/proc/loadavg: 1.28 1.48 1.25 2/175 16522
/proc/meminfo: memFree=32484796/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=28300 CPUtime=0.09 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 6106 0 0 0 9 0 0 0 22 0 1 0 901318946 28979200 5800 33554432000 4194304 9128323 140733992018624 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 7075 5800 543 1205 0 5866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28300

[startup+0.3003 s]
/proc/loadavg: 1.28 1.48 1.25 2/175 16522
/proc/meminfo: memFree=32484796/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=35004 CPUtime=0.29 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 8224 0 0 0 29 0 0 0 23 0 1 0 901318946 35844096 7753 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 8751 7753 682 1205 0 7542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35004

[startup+0.701219 s]
/proc/loadavg: 1.28 1.48 1.25 2/175 16522
/proc/meminfo: memFree=32484796/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=58996 CPUtime=0.69 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 14355 0 0 0 67 2 0 0 25 0 1 0 901318946 60411904 13527 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 14749 13527 739 1205 0 13540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58996

[startup+1.50106 s]
/proc/loadavg: 1.34 1.49 1.25 3/178 16528
/proc/meminfo: memFree=32390988/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=58996 CPUtime=1.49 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 14394 0 0 0 145 4 0 0 25 0 1 0 901318946 60411904 13566 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 14749 13566 739 1205 0 13540 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58996

[startup+3.10073 s]
/proc/loadavg: 1.34 1.49 1.25 3/178 16528
/proc/meminfo: memFree=32381496/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=59048 CPUtime=3.09 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 17321 0 0 0 299 10 0 0 25 0 1 0 901318946 60465152 13851 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 14762 13851 751 1205 0 13553 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59048

[startup+6.3011 s]
/proc/loadavg: 1.34 1.49 1.25 3/178 16528
/proc/meminfo: memFree=32376164/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=59048 CPUtime=6.3 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 17326 0 0 0 610 20 0 0 25 0 1 0 901318946 60465152 13856 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 14762 13856 755 1205 0 13553 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 59048

[startup+12.7008 s]
/proc/loadavg: 1.44 1.50 1.26 3/178 16528
/proc/meminfo: memFree=32368432/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=61676 CPUtime=12.7 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 21922 0 0 0 1235 35 0 0 25 0 1 0 901318946 63156224 14420 33554432000 4194304 9128323 140733992018624 18446744073709551615 7349652 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 15419 14420 757 1205 0 14210 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 61676

[startup+25.5003 s]
/proc/loadavg: 1.52 1.52 1.27 3/178 16528
/proc/meminfo: memFree=32352316/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=74276 CPUtime=25.5 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 44094 0 0 0 2491 59 0 0 25 0 1 0 901318946 76058624 17593 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 18569 17593 757 1205 0 17360 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 74276

[startup+51.1012 s]
/proc/loadavg: 1.69 1.56 1.29 3/178 16529
/proc/meminfo: memFree=32328204/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=88720 CPUtime=51.09 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 74418 0 0 0 5000 109 0 0 25 0 1 0 901318946 90849280 21047 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 22180 21047 757 1205 0 20971 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88720

[startup+102.307 s]
/proc/loadavg: 1.93 1.64 1.33 3/178 16530
/proc/meminfo: memFree=32315944/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=91116 CPUtime=102.31 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 94682 0 0 0 10011 220 0 0 25 0 1 0 901318946 93302784 21658 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 22779 21658 757 1205 0 21570 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 91116

[startup+162.301 s]
/proc/loadavg: 1.97 1.71 1.37 3/178 16532
/proc/meminfo: memFree=32308260/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=95092 CPUtime=162.3 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 111613 0 0 0 15886 344 0 0 25 0 1 0 901318946 97374208 22689 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 23773 22689 757 1205 0 22564 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95092

[startup+222.301 s]
/proc/loadavg: 1.99 1.76 1.41 3/178 16534
/proc/meminfo: memFree=32300988/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=99612 CPUtime=222.3 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 115819 0 0 0 21777 453 0 0 25 0 1 0 901318946 102002688 23799 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 24903 23799 757 1205 0 23694 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99612

[startup+282.301 s]
/proc/loadavg: 1.99 1.80 1.44 3/178 16535
/proc/meminfo: memFree=32296344/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=103632 CPUtime=282.31 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 116828 0 0 0 27669 562 0 0 25 0 1 0 901318946 106119168 24808 33554432000 4194304 9128323 140733992018624 18446744073709551615 6581551 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 25908 24808 757 1205 0 24699 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 103632

[startup+342.301 s]
/proc/loadavg: 1.99 1.83 1.47 3/178 16537
/proc/meminfo: memFree=32292692/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=105300 CPUtime=342.3 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 118811 0 0 0 33562 668 0 0 25 0 1 0 901318946 107827200 25244 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 26325 25244 757 1205 0 25116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105300

[startup+402.301 s]
/proc/loadavg: 1.99 1.86 1.50 3/178 16538
/proc/meminfo: memFree=32291756/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=106376 CPUtime=402.31 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 119063 0 0 0 39449 782 0 0 25 0 1 0 901318946 108929024 25496 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 26594 25496 757 1205 0 25385 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 106376

[startup+462.301 s]
/proc/loadavg: 1.99 1.88 1.53 3/178 16540
/proc/meminfo: memFree=32288956/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=108052 CPUtime=462.32 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 123609 0 0 0 45347 885 0 0 25 0 1 0 901318946 110645248 25903 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 27013 25903 757 1205 0 25804 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 108052

[startup+522.301 s]
/proc/loadavg: 1.99 1.90 1.56 3/178 16542
/proc/meminfo: memFree=32286404/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=110592 CPUtime=522.32 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 124220 0 0 0 51251 981 0 0 25 0 1 0 901318946 113246208 26514 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 27648 26514 757 1205 0 26439 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 110592

[startup+582.3 s]
/proc/loadavg: 1.99 1.92 1.58 3/178 16543
/proc/meminfo: memFree=32284372/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=111016 CPUtime=582.32 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 124330 0 0 0 57154 1078 0 0 25 0 1 0 901318946 113680384 26624 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 27754 26624 757 1205 0 26545 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 111016

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 1.99 1.96 1.68 3/178 16560
/proc/meminfo: memFree=32271016/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=114512 CPUtime=882.34 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 126699 0 0 0 86648 1586 0 0 25 0 1 0 901318946 117260288 27516 33554432000 4194304 9128323 140733992018624 18446744073709551615 4207953 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 28628 27516 757 1205 0 27419 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 114512

[startup+942.3 s]
/proc/loadavg: 1.99 1.96 1.70 3/178 16562
/proc/meminfo: memFree=32267240/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=116232 CPUtime=942.34 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 127114 0 0 0 92542 1692 0 0 25 0 1 0 901318946 119021568 27931 33554432000 4194304 9128323 140733992018624 18446744073709551615 5321200 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 29058 27931 757 1205 0 27849 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 116232

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/178 16563
/proc/meminfo: memFree=32264944/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=118416 CPUtime=1002.34 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 127679 0 0 0 98441 1793 0 0 25 0 1 0 901318946 121257984 28496 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 29604 28496 757 1205 0 28395 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 118416

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/178 16568
/proc/meminfo: memFree=32261148/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=120436 CPUtime=1062.34 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 128120 0 0 0 104349 1885 0 0 25 0 1 0 901318946 123326464 28937 33554432000 4194304 9128323 140733992018624 18446744073709551615 6581594 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 30109 28937 757 1205 0 28900 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 120436

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/178 16570
/proc/meminfo: memFree=32261028/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=121136 CPUtime=1122.34 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 128308 0 0 0 110262 1972 0 0 25 0 1 0 901318946 124043264 29125 33554432000 4194304 9128323 140733992018624 18446744073709551615 4241140 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 30284 29125 757 1205 0 29075 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 121136

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/178 16571
/proc/meminfo: memFree=32257880/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=123072 CPUtime=1182.35 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 128750 0 0 0 116162 2073 0 0 25 0 1 0 901318946 126025728 29567 33554432000 4194304 9128323 140733992018624 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 30768 29567 757 1205 0 29559 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 123072

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/178 16573
/proc/meminfo: memFree=32257080/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=123324 CPUtime=1242.35 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 128753 0 0 0 122083 2152 0 0 25 0 1 0 901318946 126283776 29570 33554432000 4194304 9128323 140733992018624 18446744073709551615 4208005 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 30831 29570 757 1205 0 29622 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 123324

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/178 16574
/proc/meminfo: memFree=32254292/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=124788 CPUtime=1302.36 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 129170 0 0 0 128000 2236 0 0 25 0 1 0 901318946 127782912 29986 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 31197 29986 757 1205 0 29988 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 124788

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/178 16576
/proc/meminfo: memFree=32251884/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=126836 CPUtime=1362.36 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 129643 0 0 0 133920 2316 0 0 25 0 1 0 901318946 129880064 30458 33554432000 4194304 9128323 140733992018624 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 31709 30458 757 1205 0 30500 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 126836

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.80 3/178 16578
/proc/meminfo: memFree=32248476/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=129944 CPUtime=1422.36 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 130373 0 0 0 139843 2393 0 0 25 0 1 0 901318946 133062656 31188 33554432000 4194304 9128323 140733992018624 18446744073709551615 4207474 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 32486 31188 757 1205 0 31277 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 129944

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/178 16579
/proc/meminfo: memFree=32245440/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=131092 CPUtime=1482.37 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 130689 0 0 0 145770 2467 0 0 25 0 1 0 901318946 134238208 31504 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 32773 31504 757 1205 0 31564 0
Current children cumulated CPU time (s) 1482.37
Current children cumulated vsize (KiB) 131092

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/178 16581
/proc/meminfo: memFree=32238448/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=135372 CPUtime=1542.36 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 134239 0 0 0 151696 2540 0 0 25 0 1 0 901318946 138620928 32605 33554432000 4194304 9128323 140733992018624 18446744073709551615 4553104 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 33843 32605 757 1205 0 32634 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 135372

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 16582
/proc/meminfo: memFree=32236292/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=135924 CPUtime=1602.37 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 134363 0 0 0 157623 2614 0 0 25 0 1 0 901318946 139186176 32729 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 33981 32729 757 1205 0 32772 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 135924

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 16584
/proc/meminfo: memFree=32234252/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=138128 CPUtime=1662.37 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 134878 0 0 0 163549 2688 0 0 25 0 1 0 901318946 141443072 33244 33554432000 4194304 9128323 140733992018624 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 34532 33244 757 1205 0 33323 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 138128

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.84 3/178 16586
/proc/meminfo: memFree=32233072/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=138400 CPUtime=1722.37 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 134957 0 0 0 169476 2761 0 0 25 0 1 0 901318946 141721600 33323 33554432000 4194304 9128323 140733992018624 18446744073709551615 6713413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 34600 33323 757 1205 0 33391 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 138400

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 16587
/proc/meminfo: memFree=32229296/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=140280 CPUtime=1782.38 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 135494 0 0 0 175406 2832 0 0 25 0 1 0 901318946 143646720 33857 33554432000 4194304 9128323 140733992018624 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 35070 33857 757 1205 0 33861 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 140280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 16588
/proc/meminfo: memFree=32229416/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=140412 CPUtime=1800.08 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 135520 0 0 0 177154 2854 0 0 25 0 1 0 901318946 143781888 33883 33554432000 4194304 9128323 140733992018624 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16522/statm: 35103 33883 757 1205 0 33894 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 140412

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

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

[startup+1800.11 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 16588
/proc/meminfo: memFree=32229416/32950928 swapFree=67053884/67111528
[pid=16522] ppid=16520 vsize=138140 CPUtime=1800.18 cores=1,3,5,7
/proc/16522/stat : 16522 (scip-2.0.1.4.li) R 16520 16522 15316 0 -1 4202496 136028 0 0 0 177164 2854 0 0 18 0 1 0 901318946 141455360 33517 33554432000 4194304 9128323 140733992018624 18446744073709551615 4336756 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16522/statm: 34535 33517 759 1205 0 33326 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 138140

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.2
CPU user time (s): 1771.64
CPU system time (s): 28.5557
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 140412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.64
system time used= 28.5557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136030
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= 4
involuntary context switches= 4021

runsolver used 2.92955 second user time and 6.73998 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 18:47:03
IDJOB=3447731
IDBENCH=78904
IDSOLVER=1944
FILE ID=node149/3447731-1307897222
RUNJOBID= node149-1307897222-16500
PBS_JOBID= 13559560
Free space on /tmp= 74060 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447731-1307897222/watcher-3447731-1307897222 -o /tmp/evaluation-result-3447731-1307897222/solver-3447731-1307897222 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447731-1307897222.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a1fa880e8620ee0c5e9a297708544854
RANDOM SEED=1403567160

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      32485264 kB
Buffers:        106640 kB
Cached:         142972 kB
SwapCached:      22544 kB
Active:         196084 kB
Inactive:        84400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32485264 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           24060 kB
Writeback:           0 kB
AnonPages:       27652 kB
Mapped:           9044 kB
Slab:           120632 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189340 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= 74036 MiB
End job on node149 at 2011-06-12 19:17:05