Trace number 3447291

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.4? (TO) 1800.08 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554072--soft-0-100-0.wbo
MD5SUMa56ccccf952bf820f5367d29dba24868
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark43.6604
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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-3447291-1307900662.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.06	o 135714
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.00/0.06	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.07	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c    (0.1s) probing: 101/2938 (3.4%) - 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 (3 rounds):
0.09/0.13	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.13	c  2707 implications, 0 cliques
0.09/0.13	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.13	c    2707 constraints of type <linear>
0.09/0.13	c    2707 constraints of type <indicator>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
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.13	c 
0.09/0.17	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.17	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |   427 |     - |  18M|   0 |  29 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   714 |     - |  18M|   0 |  43 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.00/1.05	c   1.1s|     1 |     0 |   792 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2786 |  79 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.39/1.41	c   1.4s|     1 |     0 |   848 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2792 |  85 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.69/1.78	c   1.8s|     1 |     0 |   859 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2795 |  88 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
2.10/2.17	c   2.2s|     1 |     0 |   897 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2796 |  89 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
3.29/3.38	c   3.4s|     1 |     2 |   897 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2796 |  89 |   0 |  20 | 0.000000e+00 | 1.357140e+05 |    Inf 
15.89/15.95	o 700
15.89/15.95	c *16.0s|   143 |   142 |  5945 |  35.5 |  23M|  63 |   - |5645 |8121 |5645 |2814 | 133 |   0 | 589 | 0.000000e+00 | 7.000000e+02 |    Inf 
130.29/130.35	o 171
130.29/130.35	c * 130s|  2398 |  1396 |582095 | 242.5 |  34M|  69 |   - |5645 |8146 |5645 |2925 |  10k|  25 |1548 | 0.000000e+00 | 1.710000e+02 |    Inf 
134.10/134.14	o 141
134.10/134.14	c * 134s|  2532 |  1168 |600371 | 236.9 |  35M|  69 |   - |5645 |8246 |5645 |2843 |  11k| 125 |1551 | 0.000000e+00 | 1.410000e+02 |    Inf 
136.70/136.74	o 133
136.70/136.74	c * 137s|  2597 |  1152 |610988 | 235.0 |  35M|  69 |   - |5645 |8300 |5645 |2791 |  11k| 179 |1555 | 0.000000e+00 | 1.330000e+02 |    Inf 
137.70/137.71	o 129
137.70/137.71	c * 138s|  2616 |  1113 |615297 | 235.0 |  35M|  69 |   - |5645 |8312 |5645 |2791 |  11k| 191 |1555 | 0.000000e+00 | 1.290000e+02 |    Inf 
139.10/139.15	o 109
139.10/139.15	c * 139s|  2659 |   856 |621477 | 233.5 |  34M|  69 |   - |5645 |8325 |5645 |2775 |  11k| 204 |1555 | 0.000000e+00 | 1.090000e+02 |    Inf 
139.10/139.18	o 108
139.10/139.18	c * 139s|  2660 |   853 |621488 | 233.4 |  34M|  69 |   - |5645 |8325 |5645 |2771 |  11k| 204 |1555 | 0.000000e+00 | 1.080000e+02 |    Inf 
140.29/140.38	o 81
140.29/140.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.29/140.38	c * 140s|  2742 |   717 |624814 | 227.6 |  34M|  69 |   - |5645 |8374 |5645 |2782 |  11k| 253 |1557 | 0.000000e+00 | 8.100000e+01 |    Inf 
140.49/140.59	o 31
140.49/140.59	c * 141s|  2754 |   286 |625437 | 226.9 |  32M|  69 |   - |5645 |7303 |5645 |2787 |  11k| 258 |1557 | 0.000000e+00 | 3.100000e+01 |    Inf 
156.79/156.83	o 26
156.79/156.83	c * 157s|  5313 |   594 |664650 | 125.0 |  35M|  71 |   - |5645 |7383 |5645 |2772 |  12k|3207 |1640 | 0.000000e+00 | 2.600000e+01 |    Inf 
167.10/167.17	o 20
167.10/167.17	c * 167s|  7133 |   601 |683294 |  95.7 |  36M|  71 |   - |5645 |7996 |5645 |2777 |  12k|5516 |1743 | 0.000000e+00 | 2.000000e+01 |    Inf 
179.60/179.61	c   180s| 10000 |   596 |707811 |  70.7 |  36M|  71 |   - |5645 |7455 |   0 |   0 |  12k|9304 |1756 | 0.000000e+00 | 2.000000e+01 |    Inf 
181.90/181.97	o 17
181.90/181.97	c * 182s| 10582 |   597 |711335 |  67.1 |  36M|  71 |   - |5645 |8031 |5645 |2770 |  12k|  10k|1758 | 0.000000e+00 | 1.700000e+01 |    Inf 
190.70/190.74	o 15
190.70/190.74	c * 191s| 12305 |   614 |732642 |  59.5 |  36M|  71 |   - |5645 |7153 |5645 |2772 |  12k|  12k|1821 | 0.000000e+00 | 1.500000e+01 |    Inf 
212.59/212.60	o 11
212.59/212.60	c * 213s| 16231 |   723 |790896 |  48.7 |  39M|  71 |   - |5645 |9216 |5645 |2772 |  12k|  17k|1953 | 0.000000e+00 | 1.100000e+01 |    Inf 
239.19/239.25	c   239s| 20000 |   831 |874209 |  43.7 |  41M|  71 |  39 |5645 |7858 |5645 |2770 |  12k|  21k|2288 | 0.000000e+00 | 1.100000e+01 |    Inf 
247.00/247.05	o 9
247.00/247.05	c * 247s| 21206 |   834 |898653 |  42.3 |  42M|  71 |   - |5645 |7815 |5645 |2772 |  12k|  23k|2387 | 0.000000e+00 | 9.000000e+00 |    Inf 
247.00/247.06	o 4
247.00/247.06	c * 247s| 21207 |   625 |898665 |  42.3 |  38M|  71 |   - |5645 |7815 |5645 |2773 |  12k|  23k|2387 | 0.000000e+00 | 4.000000e+00 |    Inf 
271.20/271.29	o 2
271.20/271.29	c * 271s| 25698 |   573 |988699 |  38.4 |  37M|  71 |   - |5645 |7176 |5645 |2772 |  12k|  28k|2555 | 0.000000e+00 | 2.000000e+00 |    Inf 
293.10/293.14	c   293s| 30000 |   586 |  1069k|  35.6 |  38M|  71 |  33 |5645 |8977 |5645 |2770 |  12k|  34k|2699 | 0.000000e+00 | 2.000000e+00 |    Inf 
348.50/348.54	c   349s| 40000 |   604 |  1275k|  31.9 |  42M|  71 |  30 |5645 |  17k|5645 |2770 |  12k|  46k|3125 | 0.000000e+00 | 2.000000e+00 |    Inf 
402.61/402.61	c   403s| 50000 |   550 |  1470k|  29.4 |  40M|  71 |  21 |5645 |  11k|5645 |2770 |  12k|  58k|3508 | 0.000000e+00 | 2.000000e+00 |    Inf 
454.50/454.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.50/454.53	c   455s| 60000 |   606 |  1658k|  27.6 |  43M|  71 |   - |5645 |  16k|5645 |2770 |  12k|  70k|3865 | 0.000000e+00 | 2.000000e+00 |    Inf 
506.71/506.72	c   507s| 70000 |   525 |  1849k|  26.4 |  41M|  71 |  34 |5645 |  14k|5645 |2770 |  12k|  82k|4151 | 0.000000e+00 | 2.000000e+00 |    Inf 
560.41/560.47	c   560s| 80000 |   522 |  2047k|  25.6 |  44M|  76 |   - |5645 |  17k|5645 |2770 |  12k|  95k|4474 | 0.000000e+00 | 2.000000e+00 |    Inf 
612.72/612.72	c   613s| 90000 |   559 |  2239k|  24.9 |  45M|  76 |  19 |5645 |  19k|5645 |2770 |  12k| 108k|4694 | 0.000000e+00 | 2.000000e+00 |    Inf 
666.72/666.77	c   667s|100000 |   547 |  2433k|  24.3 |  46M|  76 |  40 |5645 |  21k|5645 |2770 |  12k| 121k|4944 | 0.000000e+00 | 2.000000e+00 |    Inf 
720.02/720.04	c   720s|110000 |   525 |  2622k|  23.8 |  47M|  80 |   - |5645 |  23k|5645 |2770 |  12k| 135k|5227 | 0.000000e+00 | 2.000000e+00 |    Inf 
774.33/774.40	c   774s|120000 |   476 |  2817k|  23.5 |  43M|  80 |   - |5645 |  15k|5645 |2770 |  12k| 148k|5488 | 0.000000e+00 | 2.000000e+00 |    Inf 
829.23/829.22	c   829s|130000 |   483 |  3020k|  23.2 |  46M|  80 |   - |5645 |  22k|5645 |2770 |  12k| 162k|5735 | 0.000000e+00 | 2.000000e+00 |    Inf 
882.03/882.08	c   882s|140000 |   450 |  3208k|  22.9 |  44M|  80 |  37 |5645 |  16k|5645 |2770 |  12k| 175k|6000 | 0.000000e+00 | 2.000000e+00 |    Inf 
935.43/935.41	c   935s|150000 |   469 |  3407k|  22.7 |  45M|  80 |   - |5645 |  18k|   0 |   0 |  12k| 188k|6245 | 0.000000e+00 | 2.000000e+00 |    Inf 
989.03/989.04	c   989s|160000 |   418 |  3604k|  22.5 |  44M|  80 |   - |5645 |  17k|5645 |2770 |  12k| 201k|6477 | 0.000000e+00 | 2.000000e+00 |    Inf 
1044.03/1044.02	c  1044s|170000 |   434 |  3811k|  22.4 |  45M|  80 |   - |5645 |  20k|5645 |2770 |  12k| 213k|6705 | 0.000000e+00 | 2.000000e+00 |    Inf 
1097.24/1097.23	c  1097s|180000 |   436 |  4003k|  22.2 |  47M|  80 |   - |5645 |  22k|5645 |2770 |  12k| 225k|6916 | 0.000000e+00 | 2.000000e+00 |    Inf 
1151.93/1151.92	c  1152s|190000 |   425 |  4201k|  22.1 |  48M|  80 |  33 |5645 |  26k|5645 |2770 |  12k| 237k|7124 | 0.000000e+00 | 2.000000e+00 |    Inf 
1207.34/1207.30	c  1207s|200000 |   383 |  4400k|  22.0 |  47M|  80 |   - |5645 |  25k|5645 |2770 |  12k| 249k|7333 | 0.000000e+00 | 2.000000e+00 |    Inf 
1263.64/1263.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.64/1263.67	c  1264s|210000 |   395 |  4602k|  21.9 |  49M|  80 |  25 |5645 |  29k|5645 |2770 |  12k| 262k|7519 | 0.000000e+00 | 2.000000e+00 |    Inf 
1319.54/1319.58	c  1320s|220000 |   274 |  4796k|  21.8 |  46M|  80 |   - |5645 |  25k|5645 |2770 |  12k| 274k|7735 | 0.000000e+00 | 2.000000e+00 |    Inf 
1378.94/1378.93	c  1379s|230000 |   296 |  5023k|  21.8 |  49M|  80 |  28 |5645 |  29k|5645 |2770 |  12k| 286k|7914 | 0.000000e+00 | 2.000000e+00 |    Inf 
1439.34/1439.32	c  1439s|240000 |   297 |  5254k|  21.9 |  51M|  80 |  37 |5645 |  33k|5645 |2770 |  12k| 299k|8081 | 0.000000e+00 | 2.000000e+00 |    Inf 
1500.95/1500.90	c  1501s|250000 |   245 |  5477k|  21.9 |  48M|  80 |   - |5645 |  27k|5645 |2770 |  12k| 311k|8312 | 0.000000e+00 | 2.000000e+00 |    Inf 
1556.75/1556.74	c  1557s|260000 |   260 |  5674k|  21.8 |  50M|  80 |   - |5645 |  32k|   0 |   0 |  12k| 324k|8549 | 0.000000e+00 | 2.000000e+00 |    Inf 
1614.86/1614.80	c  1615s|270000 |   330 |  5880k|  21.8 |  54M|  80 |   - |5645 |  38k|5645 |2770 |  12k| 337k|8747 | 0.000000e+00 | 2.000000e+00 |    Inf 
1671.06/1671.03	c  1671s|280000 |   301 |  6070k|  21.7 |  56M|  80 |  18 |5645 |  42k|5645 |2770 |  12k| 351k|8869 | 0.000000e+00 | 2.000000e+00 |    Inf 
1730.56/1730.50	c  1730s|290000 |   312 |  6273k|  21.6 |  57M|  80 |   - |5645 |  43k|5645 |2770 |  12k| 364k|9002 | 0.000000e+00 | 2.000000e+00 |    Inf 
1792.96/1792.90	c  1793s|300000 |   415 |  6484k|  21.6 |  60M|  85 |  39 |5645 |  47k|5645 |2770 |  12k| 378k|9132 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 301185
1800.06/1800.00	c Primal Bound       : +2.00000000000000e+00 (283 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

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 /var/tmp/evaluation-result-3447291-1307900662/watcher-3447291-1307900662 -o /var/tmp/evaluation-result-3447291-1307900662/solver-3447291-1307900662 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447291-1307900662.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 2.00 2.00 1.84 3/177 23732
/proc/meminfo: memFree=936116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 901663272 10366976 1470 33554432000 4194304 9128323 140733724353280 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23732/statm: 2531 1470 399 1205 0 1322 0

[startup+0.00928995 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 23732
/proc/meminfo: memFree=936116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=10688 CPUtime=0 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 1686 0 0 0 0 0 0 0 25 0 1 0 901663272 10944512 1639 33554432000 4194304 9128323 140733724353280 18446744073709551615 7447221 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23732/statm: 2672 1639 399 1205 0 1463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10688

[startup+0.100287 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 23732
/proc/meminfo: memFree=936116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901663272 36581376 7644 33554432000 4194304 9128323 140733724353280 18446744073709551615 5977232 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.301257 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 23732
/proc/meminfo: memFree=936116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=50656 CPUtime=0.29 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 11869 0 0 0 28 1 0 0 18 0 1 0 901663272 51871744 11452 33554432000 4194304 9128323 140733724353280 18446744073709551615 4338848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 12664 11481 675 1205 0 11455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50656

[startup+0.701192 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 23732
/proc/meminfo: memFree=936116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=53128 CPUtime=0.69 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 21286 0 0 0 67 2 0 0 18 0 1 0 901663272 54403072 12159 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 13282 12159 712 1205 0 12073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53128

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23733
/proc/meminfo: memFree=884668/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=59548 CPUtime=1.49 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 22817 0 0 0 146 3 0 0 19 0 1 0 901663272 60977152 13689 33554432000 4194304 9128323 140733724353280 18446744073709551615 6637216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 14887 13689 711 1205 0 13678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59548

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23733
/proc/meminfo: memFree=876856/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=66412 CPUtime=3.09 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 30537 0 0 0 304 5 0 0 25 0 1 0 901663272 68005888 15372 33554432000 4194304 9128323 140733724353280 18446744073709551615 7313479 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 16603 15372 723 1205 0 15394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66412

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23733
/proc/meminfo: memFree=873424/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=68780 CPUtime=6.29 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 31008 0 0 0 622 7 0 0 25 0 1 0 901663272 70430720 15843 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 17195 15843 724 1205 0 15986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68780

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23733
/proc/meminfo: memFree=870836/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=68780 CPUtime=12.7 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 31008 0 0 0 1255 15 0 0 25 0 1 0 901663272 70430720 15843 33554432000 4194304 9128323 140733724353280 18446744073709551615 7267315 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 17195 15843 724 1205 0 15986 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 68780

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23734
/proc/meminfo: memFree=854964/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=82008 CPUtime=25.49 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 36401 0 0 0 2526 23 0 0 25 0 1 0 901663272 83976192 18963 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 20502 18963 737 1205 0 19293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82008

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 23734
/proc/meminfo: memFree=846016/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=83332 CPUtime=51.09 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 38979 0 0 0 5070 39 0 0 25 0 1 0 901663272 85331968 19304 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 20833 19304 737 1205 0 19624 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83332

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 23736
/proc/meminfo: memFree=805696/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=110732 CPUtime=102.3 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 45502 0 0 0 10155 75 0 0 25 0 1 0 901663272 113389568 25827 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 27683 25827 737 1205 0 26474 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110732

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 23737
/proc/meminfo: memFree=790152/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=108188 CPUtime=162.29 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 54034 0 0 0 16122 107 0 0 25 0 1 0 901663272 110784512 25636 33554432000 4194304 9128323 140733724353280 18446744073709551615 4528851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 27047 25636 751 1205 0 25838 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108188

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 23739
/proc/meminfo: memFree=775480/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=108188 CPUtime=222.3 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 116393 0 0 0 22090 140 0 0 25 0 1 0 901663272 110784512 25650 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 27047 25650 752 1205 0 25838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108188

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 23740
/proc/meminfo: memFree=757332/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=112536 CPUtime=282.31 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 170819 0 0 0 28052 179 0 0 25 0 1 0 901663272 115236864 26696 33554432000 4194304 9128323 140733724353280 18446744073709551615 5333240 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 28134 26696 752 1205 0 26925 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 112536

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 23742
/proc/meminfo: memFree=740424/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=115556 CPUtime=342.3 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 189253 0 0 0 34016 214 0 0 25 0 1 0 901663272 118329344 27453 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 28889 27453 752 1205 0 27680 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 115556

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 23744
/proc/meminfo: memFree=723268/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=117124 CPUtime=402.31 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 189656 0 0 0 39984 247 0 0 25 0 1 0 901663272 119934976 27856 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 29281 27856 752 1205 0 28072 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 117124

[startup+462.301 s]
/proc/loadavg: 1.96 1.98 1.88 3/178 23784
/proc/meminfo: memFree=1236148/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=118052 CPUtime=462.31 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 195622 0 0 0 45953 278 0 0 25 0 1 0 901663272 120885248 28098 33554432000 4194304 9128323 140733724353280 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 29513 28098 752 1205 0 28304 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 118052

[startup+522.301 s]
/proc/loadavg: 1.98 1.98 1.88 3/178 23786
/proc/meminfo: memFree=1211344/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=119300 CPUtime=522.31 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 195919 0 0 0 51923 308 0 0 25 0 1 0 901663272 122163200 28395 33554432000 4194304 9128323 140733724353280 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 29825 28395 752 1205 0 28616 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 119300

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.89 3/178 23787
/proc/meminfo: memFree=1210668/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=119624 CPUtime=582.32 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 201982 0 0 0 57889 343 0 0 25 0 1 0 901663272 122494976 28495 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 29906 28495 752 1205 0 28697 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 119624

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23794
/proc/meminfo: memFree=1198828/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=124316 CPUtime=822.32 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209164 0 0 0 81760 472 0 0 25 0 1 0 901663272 127299584 29658 33554432000 4194304 9128323 140733724353280 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31079 29658 752 1205 0 29870 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 124316

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23795
/proc/meminfo: memFree=1198284/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=124480 CPUtime=882.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209214 0 0 0 87729 504 0 0 25 0 1 0 901663272 127467520 29708 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31120 29708 752 1205 0 29911 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 124480

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23797
/proc/meminfo: memFree=1196748/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=124480 CPUtime=942.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209217 0 0 0 93697 536 0 0 25 0 1 0 901663272 127467520 29711 33554432000 4194304 9128323 140733724353280 18446744073709551615 7097347 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31120 29711 752 1205 0 29911 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 124480

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23808
/proc/meminfo: memFree=1192860/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=125264 CPUtime=1002.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209430 0 0 0 99668 565 0 0 25 0 1 0 901663272 128270336 29921 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31316 29921 752 1205 0 30107 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 125264

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23809
/proc/meminfo: memFree=1192336/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=125400 CPUtime=1062.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209463 0 0 0 105634 599 0 0 25 0 1 0 901663272 128409600 29954 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31350 29954 752 1205 0 30141 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 125400

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23811
/proc/meminfo: memFree=1191300/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=125832 CPUtime=1122.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 209558 0 0 0 111603 630 0 0 25 0 1 0 901663272 128851968 30049 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31458 30049 752 1205 0 30249 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 125832

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23812
/proc/meminfo: memFree=1189140/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=127880 CPUtime=1182.33 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 210073 0 0 0 117574 659 0 0 25 0 1 0 901663272 130949120 30564 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 31970 30564 752 1205 0 30761 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 127880

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23817
/proc/meminfo: memFree=1185284/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=128500 CPUtime=1242.34 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 210245 0 0 0 123545 689 0 0 25 0 1 0 901663272 131584000 30736 33554432000 4194304 9128323 140733724353280 18446744073709551615 7216735 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32125 30736 752 1205 0 30916 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 128500

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 23819
/proc/meminfo: memFree=1182768/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=128872 CPUtime=1302.35 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 210332 0 0 0 129515 720 0 0 25 0 1 0 901663272 131964928 30823 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32218 30823 752 1205 0 31009 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 128872

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 23820
/proc/meminfo: memFree=1182216/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=129272 CPUtime=1362.34 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 210466 0 0 0 135482 752 0 0 25 0 1 0 901663272 132374528 30957 33554432000 4194304 9128323 140733724353280 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32318 30957 752 1205 0 31109 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 129272

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23822
/proc/meminfo: memFree=1181804/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=129584 CPUtime=1422.35 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 216452 0 0 0 141442 793 0 0 25 0 1 0 901663272 132694016 31013 33554432000 4194304 9128323 140733724353280 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32396 31013 752 1205 0 31187 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 129584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23823
/proc/meminfo: memFree=1181640/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=129896 CPUtime=1482.34 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 216533 0 0 0 147413 821 0 0 25 0 1 0 901663272 133013504 31094 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32474 31094 752 1205 0 31265 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 129896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23825
/proc/meminfo: memFree=1179376/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=130380 CPUtime=1542.35 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 216641 0 0 0 153382 853 0 0 25 0 1 0 901663272 133509120 31202 33554432000 4194304 9128323 140733724353280 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32595 31202 752 1205 0 31386 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 130380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23827
/proc/meminfo: memFree=1177116/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=131796 CPUtime=1602.35 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 216943 0 0 0 159350 885 0 0 25 0 1 0 901663272 134959104 31504 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 32949 31504 752 1205 0 31740 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 131796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23828
/proc/meminfo: memFree=1173352/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=135044 CPUtime=1662.35 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 217781 0 0 0 165320 915 0 0 25 0 1 0 901663272 138285056 32342 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 33761 32342 752 1205 0 32552 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 135044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23830
/proc/meminfo: memFree=1169228/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=138560 CPUtime=1722.36 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 218658 0 0 0 171292 944 0 0 25 0 1 0 901663272 141885440 33219 33554432000 4194304 9128323 140733724353280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 34640 33219 752 1205 0 33431 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 138560

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 23831
/proc/meminfo: memFree=1168684/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=138984 CPUtime=1782.36 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 218755 0 0 0 177267 969 0 0 25 0 1 0 901663272 142319616 33316 33554432000 4194304 9128323 140733724353280 18446744073709551615 5332984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23732/statm: 34746 33316 752 1205 0 33537 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 138984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 23832
/proc/meminfo: memFree=1168416/32950928 swapFree=67053956/67111528
[pid=23732] ppid=23730 vsize=139408 CPUtime=1800.06 cores=0,2,4,6
/proc/23732/stat : 23732 (scip-2.0.1.4.li) R 23730 23732 22833 0 -1 4202496 218846 0 0 0 179029 977 0 0 18 0 1 0 901663272 142753792 33407 33554432000 4194304 9128323 140733724353280 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23732/statm: 34852 33407 752 1205 0 33643 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 139408

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.08
CPU user time (s): 1790.3
CPU system time (s): 9.78251
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 149376

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

runsolver used 2.6226 second user time and 5.58015 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 19:44:22
IDJOB=3447291
IDBENCH=79270
IDSOLVER=1944
FILE ID=node148/3447291-1307900662
RUNJOBID= node148-1307898941-23582
PBS_JOBID= 13559561
Free space on /var/tmp= 2888 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554072--soft-0-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 /var/tmp/evaluation-result-3447291-1307900662/watcher-3447291-1307900662 -o /var/tmp/evaluation-result-3447291-1307900662/solver-3447291-1307900662 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447291-1307900662.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a56ccccf952bf820f5367d29dba24868
RANDOM SEED=1405253405

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        936792 kB
Buffers:         53404 kB
Cached:       30501848 kB
SwapCached:      10188 kB
Active:       16107432 kB
Inactive:     14953968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        936792 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:      503624 kB
Mapped:          16464 kB
Slab:           887740 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   706732 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 /var/tmp at the end= 2876 MiB
End job on node148 at 2011-06-12 20:14:24