Trace number 3447309

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.05 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573137--soft-0-100-0.wbo
MD5SUM337bb89bbfc43fe8a5ddb591a5c00326
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 benchmark112.728
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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-3447309-1307900787.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.02/0.06	o 136624
0.02/0.06	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.02/0.06	c presolving:
0.02/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.02/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.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	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.366240e+05 |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |   384 |     - |  18M|   0 |  42 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   422 |     - |  18M|   0 |  52 |5645 |8121 |5645 |2747 |  40 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   455 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.29/1.32	c   1.3s|     1 |     0 |   481 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2760 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |   501 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2766 |  59 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
2.09/2.11	c   2.1s|     1 |     0 |   520 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2769 |  62 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
3.09/3.20	c   3.2s|     1 |     2 |   520 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2769 |  62 |   0 |  33 | 0.000000e+00 | 1.366240e+05 |    Inf 
20.59/20.68	o 426
20.59/20.68	c *20.7s|   282 |   266 | 33169 | 116.2 |  28M|  51 |   - |5645 |8121 |5645 |2868 | 410 |   0 |1448 | 0.000000e+00 | 4.260000e+02 |    Inf 
54.09/54.13	o 415
54.09/54.13	c *54.1s|  1018 |   972 |202284 | 198.4 |  35M|  66 |   - |5645 |8189 |5645 |2820 |4632 |  68 |1761 | 0.000000e+00 | 4.150000e+02 |    Inf 
54.89/54.96	o 157
54.89/54.96	c *55.0s|  1031 |   720 |205132 | 198.7 |  34M|  66 |   - |5645 |8200 |5645 |2890 |4789 |  79 |1762 | 0.000000e+00 | 1.570000e+02 |    Inf 
58.30/58.35	o 119
58.30/58.35	c *58.4s|  1103 |   623 |222287 | 201.2 |  34M|  66 |   - |5645 |8244 |5645 |2826 |5324 | 123 |1763 | 0.000000e+00 | 1.190000e+02 |    Inf 
60.79/60.84	o 87
60.79/60.84	c *60.8s|  1192 |   480 |234790 | 196.7 |  34M|  66 |   - |5645 |8296 |5645 |2770 |5589 | 175 |1765 | 0.000000e+00 | 8.700000e+01 |    Inf 
60.99/61.04	o 67
60.99/61.04	c *61.0s|  1200 |   371 |235336 | 195.8 |  33M|  66 |   - |5645 |7554 |5645 |2766 |5603 | 181 |1765 | 0.000000e+00 | 6.700000e+01 |    Inf 
61.09/61.16	o 53
61.09/61.16	c *61.2s|  1206 |   336 |235630 | 195.1 |  33M|  66 |   - |5645 |6467 |5645 |2768 |5619 | 193 |1765 | 0.000000e+00 | 5.300000e+01 |    Inf 
61.19/61.29	o 45
61.19/61.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.19/61.29	c *61.3s|  1209 |   328 |236146 | 195.1 |  33M|  66 |   - |5645 |5681 |5645 |2760 |5627 | 193 |1767 | 0.000000e+00 | 4.500000e+01 |    Inf 
61.39/61.44	o 19
61.39/61.44	c *61.4s|  1218 |   106 |236580 | 194.0 |  31M|  66 |   - |5645 |5190 |5645 |2769 |5644 | 196 |1767 | 0.000000e+00 | 1.900000e+01 |    Inf 
74.49/74.55	o 18
74.49/74.55	c *74.6s|  3228 |   309 |279766 |  86.5 |  34M|  66 |   - |5645 |5274 |5645 |2752 |5649 |1690 |1942 | 0.000000e+00 | 1.800000e+01 |    Inf 
87.29/87.39	o 16
87.29/87.39	c *87.4s|  5492 |   364 |319310 |  58.1 |  35M|  66 |   - |5645 |6800 |5645 |2752 |5673 |3820 |1965 | 0.000000e+00 | 1.600000e+01 |    Inf 
89.10/89.18	o 13
89.10/89.18	c *89.2s|  5755 |   341 |325510 |  56.5 |  35M|  66 |   - |5645 |6510 |5645 |2753 |5676 |4025 |1971 | 0.000000e+00 | 1.300000e+01 |    Inf 
89.89/89.95	o 6
89.89/89.95	c *89.9s|  5904 |   318 |328669 |  55.6 |  35M|  66 |   - |5645 |6176 |5645 |2754 |5679 |4162 |1971 | 0.000000e+00 | 6.000000e+00 |    Inf 
109.19/109.27	c   109s| 10000 |   293 |405134 |  40.5 |  35M|  66 |  31 |5645 |7272 |5645 |2752 |5681 |9031 |2139 | 0.000000e+00 | 6.000000e+00 |    Inf 
130.19/130.26	o 3
130.19/130.26	c * 130s| 14247 |   290 |486238 |  34.1 |  36M|  66 |   - |5645 |9060 |5645 |2755 |5685 |  14k|2405 | 0.000000e+00 | 3.000000e+00 |    Inf 
150.90/150.99	o 2
150.90/150.99	c * 151s| 18642 |   267 |565963 |  30.3 |  37M|  66 |   - |5645 |  10k|5645 |2737 |5686 |  19k|2673 | 0.000000e+00 | 2.000000e+00 |    Inf 
156.99/157.06	c   157s| 20000 |   258 |591127 |  29.5 |  37M|  66 |  32 |5645 |  10k|5645 |2752 |5686 |  21k|2708 | 0.000000e+00 | 2.000000e+00 |    Inf 
174.09/174.18	o 1
174.09/174.18	c * 174s| 23622 |   243 |653951 |  27.7 |  37M|  66 |   - |5645 |  11k|5645 |2736 |5692 |  25k|2993 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.00/204.04	c   204s| 30000 |   219 |774039 |  25.8 |  37M|  66 |   - |5645 |8952 |5645 |2736 |5692 |  33k|3315 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.30/251.38	c   251s| 40000 |   184 |965304 |  24.1 |  38M|  66 |   - |5645 |  12k|   0 |   0 |5692 |  45k|3791 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.89/298.94	c   299s| 50000 |   165 |  1156k|  23.1 |  39M|  66 |  25 |5645 |  15k|5645 |2752 |5692 |  57k|4209 | 0.000000e+00 | 1.000000e+00 |    Inf 
346.40/346.46	c   346s| 60000 |   165 |  1338k|  22.3 |  42M|  66 |   - |5645 |  22k|   0 |   0 |5692 |  69k|4659 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.10/394.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.10/394.11	c   394s| 70000 |   219 |  1525k|  21.8 |  47M|  66 |  35 |5645 |  30k|5645 |2752 |5692 |  82k|4938 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.00/443.07	c   443s| 80000 |   168 |  1710k|  21.4 |  46M|  66 |   - |5645 |  29k|5645 |2752 |5692 |  95k|5352 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.00/492.07	c   492s| 90000 |   132 |  1901k|  21.1 |  45M|  66 |  49 |5645 |  26k|5645 |2752 |5692 | 108k|5630 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.00/545.07	c   545s|100000 |   147 |  2113k|  21.1 |  48M|  66 |  37 |5645 |  31k|5645 |2752 |5692 | 120k|5978 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.10/594.12	c   594s|110000 |   160 |  2302k|  20.9 |  47M|  66 |  36 |5645 |  29k|5645 |2752 |5692 | 133k|6271 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.00/643.06	c   643s|120000 |   127 |  2490k|  20.7 |  45M|  66 |  29 |5645 |  23k|5645 |2736 |5692 | 145k|6528 | 0.000000e+00 | 1.000000e+00 |    Inf 
690.61/690.60	c   691s|130000 |   102 |  2668k|  20.5 |  45M|  66 |   - |5645 |  24k|5645 |2752 |5692 | 158k|6780 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.01/740.07	c   740s|140000 |   116 |  2869k|  20.5 |  47M|  66 |  35 |5645 |  28k|5645 |2752 |5692 | 170k|7021 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.01/790.07	c   790s|150000 |   127 |  3069k|  20.5 |  48M|  66 |  29 |5645 |  31k|5645 |2752 |5692 | 182k|7297 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.01/838.02	c   838s|160000 |   117 |  3258k|  20.4 |  50M|  70 |  34 |5645 |  33k|5645 |2752 |5692 | 195k|7564 | 0.000000e+00 | 1.000000e+00 |    Inf 
889.11/889.19	c   889s|170000 |   165 |  3452k|  20.3 |  53M|  70 |  40 |5645 |  40k|5645 |2752 |5692 | 208k|7802 | 0.000000e+00 | 1.000000e+00 |    Inf 
943.61/943.70	c   944s|180000 |   180 |  3640k|  20.2 |  55M|  74 |  41 |5645 |  43k|5645 |2752 |5692 | 221k|8027 | 0.000000e+00 | 1.000000e+00 |    Inf 
1001.71/1001.77	c  1002s|190000 |   224 |  3850k|  20.3 |  56M|  74 |   - |5645 |  43k|5645 |2752 |5692 | 234k|8257 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.71/1058.72	c  1059s|200000 |   299 |  4056k|  20.3 |  58M|  76 |   - |5645 |  46k|5645 |2752 |5692 | 248k|8480 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.81/1113.86	c  1114s|210000 |   313 |  4249k|  20.2 |  61M|  76 |  32 |5645 |  50k|5645 |2752 |5692 | 261k|8665 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.22/1169.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1169.22/1169.25	c  1169s|220000 |   223 |  4440k|  20.2 |  56M|  76 |   - |5645 |  42k|5645 |2752 |5692 | 275k|8846 | 0.000000e+00 | 1.000000e+00 |    Inf 
1223.12/1223.14	c  1223s|230000 |   180 |  4632k|  20.1 |  55M|  76 |  22 |5645 |  41k|5645 |2752 |5692 | 287k|9016 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.32/1276.36	c  1276s|240000 |   193 |  4819k|  20.1 |  57M|  76 |  46 |5645 |  45k|5645 |2752 |5692 | 300k|9235 | 0.000000e+00 | 1.000000e+00 |    Inf 
1331.61/1331.64	c  1332s|250000 |   184 |  5013k|  20.1 |  60M|  76 |  40 |5645 |  50k|5645 |2752 |5692 | 313k|9418 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.81/1386.83	c  1387s|260000 |   151 |  5203k|  20.0 |  60M|  76 |  32 |5645 |  50k|5645 |2752 |5692 | 326k|9618 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.92/1441.99	c  1442s|270000 |    96 |  5391k|  20.0 |  55M|  76 |  27 |5645 |  41k|5645 |2752 |5692 | 339k|9810 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.22/1496.27	c  1496s|280000 |   107 |  5581k|  19.9 |  58M|  76 |   - |5645 |  49k|5645 |2752 |5692 | 352k|9972 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.83/1549.84	c  1550s|290000 |    88 |  5762k|  19.9 |  55M|  76 |   - |5645 |  43k|5645 |2752 |5692 | 365k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1604.43/1604.44	c  1604s|300000 |    91 |  5948k|  19.8 |  59M|  76 |  35 |5645 |  51k|5645 |2752 |5692 | 377k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1657.33/1657.31	c  1657s|310000 |    93 |  6111k|  19.7 |  61M|  76 |  35 |5645 |  56k|5645 |2752 |5692 | 390k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1713.83/1713.81	c  1714s|320000 |    98 |  6292k|  19.7 |  62M|  76 |  24 |5645 |  58k|5645 |2752 |5692 | 403k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1775.13/1775.10	c  1775s|330000 |    65 |  6489k|  19.7 |  56M|  76 |   - |5645 |  43k|   0 |   0 |5692 | 415k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 334281
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+00 (139 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/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-3447309-1307900787/watcher-3447309-1307900787 -o /var/tmp/evaluation-result-3447309-1307900787/solver-3447309-1307900787 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447309-1307900787.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.94 2/177 17196
/proc/meminfo: memFree=3336700/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=10296 CPUtime=0 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 901677432 10543104 1516 33554432000 4194304 9128323 140734337734992 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17196/statm: 2574 1516 399 1205 0 1365 0

[startup+0.0338729 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 17196
/proc/meminfo: memFree=3336700/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=20300 CPUtime=0.02 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 4030 0 0 0 2 0 0 0 25 0 1 0 901677432 20787200 3981 33554432000 4194304 9128323 140734337734992 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 5075 3993 437 1205 0 3866 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20300

[startup+0.100863 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 17196
/proc/meminfo: memFree=3336700/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=35728 CPUtime=0.09 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 7950 0 0 0 8 1 0 0 25 0 1 0 901677432 36585472 7644 33554432000 4194304 9128323 140734337734992 18446744073709551615 5240764 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.30084 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 17196
/proc/meminfo: memFree=3336700/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=52100 CPUtime=0.29 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 12311 0 0 0 28 1 0 0 25 0 1 0 901677432 53350400 11907 33554432000 4194304 9128323 140734337734992 18446744073709551615 8008996 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 13281 11932 688 1205 0 12072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52100

[startup+0.70077 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 17196
/proc/meminfo: memFree=3336700/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=51952 CPUtime=0.69 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 20947 0 0 0 66 3 0 0 25 0 1 0 901677432 53198848 11823 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 12988 11823 718 1205 0 11779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51952

[startup+1.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17197
/proc/meminfo: memFree=3282280/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=58548 CPUtime=1.49 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 22645 0 0 0 146 3 0 0 25 0 1 0 901677432 59953152 13514 33554432000 4194304 9128323 140734337734992 18446744073709551615 6702463 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 14637 13514 711 1205 0 13428 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58548

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17197
/proc/meminfo: memFree=3276052/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=60104 CPUtime=3.09 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 29136 0 0 0 305 4 0 0 25 0 1 0 901677432 61546496 13981 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 15026 13981 728 1205 0 13817 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60104

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3271228/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=62748 CPUtime=6.29 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 29613 0 0 0 623 6 0 0 25 0 1 0 901677432 64253952 14458 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 15687 14458 729 1205 0 14478 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62748

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3270232/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=63836 CPUtime=12.69 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 29861 0 0 0 1258 11 0 0 25 0 1 0 901677432 65368064 14703 33554432000 4194304 9128323 140734337734992 18446744073709551615 7346354 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 15959 14703 729 1205 0 14750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63836

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3246944/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=73068 CPUtime=25.49 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 38142 0 0 0 2527 22 0 0 25 0 1 0 901677432 74821632 17005 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 18267 17005 738 1205 0 17058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73068

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17199
/proc/meminfo: memFree=3235908/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=78180 CPUtime=51.09 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 41613 0 0 0 5069 40 0 0 25 0 1 0 901677432 80056320 18284 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 19545 18284 741 1205 0 18336 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78180

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17200
/proc/meminfo: memFree=3218744/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=87700 CPUtime=102.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 76338 0 0 0 10154 76 0 0 25 0 1 0 901677432 89804800 20715 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 21925 20715 752 1205 0 20716 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87700

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17202
/proc/meminfo: memFree=3200704/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=92448 CPUtime=162.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 100021 0 0 0 16112 118 0 0 25 0 1 0 901677432 94666752 21963 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 23112 21963 752 1205 0 21903 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92448

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 17203
/proc/meminfo: memFree=3196064/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=94284 CPUtime=222.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 119579 0 0 0 22067 163 0 0 25 0 1 0 901677432 96546816 22374 33554432000 4194304 9128323 140734337734992 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 23571 22374 752 1205 0 22362 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94284

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 1.95 3/178 17205
/proc/meminfo: memFree=3190816/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=96584 CPUtime=282.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 126000 0 0 0 28023 207 0 0 25 0 1 0 901677432 98902016 22970 33554432000 4194304 9128323 140734337734992 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 24146 22970 752 1205 0 22937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96584

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 17207
/proc/meminfo: memFree=3187176/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=99340 CPUtime=342.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 128918 0 0 0 33982 248 0 0 25 0 1 0 901677432 101724160 23641 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 24835 23641 752 1205 0 23626 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99340

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 17208
/proc/meminfo: memFree=3176840/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=104508 CPUtime=402.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 130245 0 0 0 39943 287 0 0 25 0 1 0 901677432 107016192 24953 33554432000 4194304 9128323 140734337734992 18446744073709551615 7346315 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 26127 24953 752 1205 0 24918 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 104508

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 17210
/proc/meminfo: memFree=3171828/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=107856 CPUtime=462.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 133345 0 0 0 45905 325 0 0 25 0 1 0 901677432 110444544 25716 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 26964 25716 752 1205 0 25755 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107856

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17211
/proc/meminfo: memFree=3167956/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=108256 CPUtime=522.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 133501 0 0 0 51864 366 0 0 25 0 1 0 901677432 110854144 25872 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 27064 25872 752 1205 0 25855 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 108256

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17213
/proc/meminfo: memFree=3166912/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=109024 CPUtime=582.3 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 133703 0 0 0 57826 404 0 0 25 0 1 0 901677432 111640576 26074 33554432000 4194304 9128323 140734337734992 18446744073709551615 4892799 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 27256 26074 752 1205 0 26047 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109024

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.03 1.96 3/178 17219
/proc/meminfo: memFree=3160064/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=112224 CPUtime=822.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 140118 0 0 0 81664 567 0 0 25 0 1 0 901677432 114917376 26782 33554432000 4194304 9128323 140734337734992 18446744073709551615 4335792 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17196/statm: 28056 26782 752 1205 0 26847 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 112224

[startup+882.301 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 17230
/proc/meminfo: memFree=3156420/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=113256 CPUtime=882.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 140418 0 0 0 87626 605 0 0 25 0 1 0 901677432 115974144 27082 33554432000 4194304 9128323 140734337734992 18446744073709551615 7183686 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 28314 27082 752 1205 0 27105 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 113256

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 17232
/proc/meminfo: memFree=3152148/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=117280 CPUtime=942.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 141440 0 0 0 93598 633 0 0 25 0 1 0 901677432 120094720 28103 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 29320 28103 752 1205 0 28111 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117280

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17233
/proc/meminfo: memFree=3149252/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=118116 CPUtime=1002.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 141663 0 0 0 99567 664 0 0 25 0 1 0 901677432 120950784 28318 33554432000 4194304 9128323 140734337734992 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 29529 28318 752 1205 0 28320 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 118116

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17235
/proc/meminfo: memFree=3146236/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=120220 CPUtime=1062.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 142135 0 0 0 105536 695 0 0 25 0 1 0 901677432 123105280 28790 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 30055 28790 752 1205 0 28846 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 120220

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17239
/proc/meminfo: memFree=3144084/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=122212 CPUtime=1122.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 142559 0 0 0 111504 727 0 0 25 0 1 0 901677432 125145088 29214 33554432000 4194304 9128323 140734337734992 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 30553 29214 752 1205 0 29344 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 122212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17241
/proc/meminfo: memFree=3142804/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=122652 CPUtime=1182.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 142676 0 0 0 117477 755 0 0 25 0 1 0 901677432 125595648 29331 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 30663 29331 752 1205 0 29454 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 122652

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17243
/proc/meminfo: memFree=3142256/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=122740 CPUtime=1242.31 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 145499 0 0 0 123446 785 0 0 25 0 1 0 901677432 125685760 29335 33554432000 4194304 9128323 140734337734992 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 30685 29335 752 1205 0 29476 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 122740

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17244
/proc/meminfo: memFree=3142092/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=122896 CPUtime=1302.33 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 145567 0 0 0 129418 815 0 0 25 0 1 0 901677432 125845504 29403 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 30724 29403 752 1205 0 29515 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 122896

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 17246
/proc/meminfo: memFree=3140456/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=124140 CPUtime=1362.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 145933 0 0 0 135386 846 0 0 25 0 1 0 901677432 127119360 29769 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31035 29769 752 1205 0 29826 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 124140

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 17247
/proc/meminfo: memFree=3139052/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=125444 CPUtime=1422.33 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 146193 0 0 0 141357 876 0 0 25 0 1 0 901677432 128454656 30029 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31361 30029 752 1205 0 30152 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 125444

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 17249
/proc/meminfo: memFree=3138384/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=126116 CPUtime=1482.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 146334 0 0 0 147328 904 0 0 25 0 1 0 901677432 129142784 30170 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31529 30170 752 1205 0 30320 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 126116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17251
/proc/meminfo: memFree=3137600/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=126388 CPUtime=1542.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 146420 0 0 0 153298 934 0 0 25 0 1 0 901677432 129421312 30255 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31597 30255 752 1205 0 30388 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 126388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17252
/proc/meminfo: memFree=3136456/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=126696 CPUtime=1602.33 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 146508 0 0 0 159267 966 0 0 25 0 1 0 901677432 129736704 30343 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31674 30343 752 1205 0 30465 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 126696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17254
/proc/meminfo: memFree=3134808/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=127872 CPUtime=1662.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 146815 0 0 0 165241 991 0 0 25 0 1 0 901677432 130940928 30650 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 31968 30650 752 1205 0 30759 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 127872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17255
/proc/meminfo: memFree=3133280/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=130012 CPUtime=1722.32 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 147282 0 0 0 171209 1023 0 0 25 0 1 0 901677432 133132288 31116 33554432000 4194304 9128323 140734337734992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 32503 31116 752 1205 0 31294 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 130012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17257
/proc/meminfo: memFree=3130032/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=133248 CPUtime=1782.33 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 147942 0 0 0 177186 1047 0 0 25 0 1 0 901677432 136445952 31753 33554432000 4194304 9128323 140734337734992 18446744073709551615 5984669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17196/statm: 33312 31753 752 1205 0 32103 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 133248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 2/176 17258
/proc/meminfo: memFree=3253904/32950928 swapFree=67052124/67111528
[pid=17196] ppid=17194 vsize=133248 CPUtime=1800.03 cores=0,2,4,6
/proc/17196/stat : 17196 (scip-2.0.1.4.li) R 17194 17196 14010 0 -1 4202496 147953 0 0 0 178948 1055 0 0 25 0 1 0 901677432 136445952 31764 33554432000 4194304 9128323 140734337734992 18446744073709551615 4683928 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17196/statm: 33312 31764 752 1205 0 32103 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 133248

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.05
CPU user time (s): 1789.48
CPU system time (s): 10.5634
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 133248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.48
system time used= 10.5634
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147953
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= 13463

runsolver used 2.86956 second user time and 5.81112 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-12 19:46:27
IDJOB=3447309
IDBENCH=79279
IDSOLVER=1944
FILE ID=node120/3447309-1307900787
RUNJOBID= node120-1307897144-14736
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 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.1900573137--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-3447309-1307900787/watcher-3447309-1307900787 -o /var/tmp/evaluation-result-3447309-1307900787/solver-3447309-1307900787 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447309-1307900787.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 337bb89bbfc43fe8a5ddb591a5c00326
RANDOM SEED=1371754294

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.78
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.809
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.809
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.809
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:       3337260 kB
Buffers:         53520 kB
Cached:       28594904 kB
SwapCached:      11612 kB
Active:       13838516 kB
Inactive:     14871964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3337260 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           24296 kB
Writeback:           0 kB
AnonPages:       59576 kB
Mapped:          11952 kB
Slab:           839768 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   254672 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= 2868 MiB
End job on node120 at 2011-06-12 20:16:29