Trace number 3447387

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.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
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 benchmark61.4907
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 707
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-3447387-1307901513.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.05	o 136624
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.00/0.05	c presolving:
0.05/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.05/0.06	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.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	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.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	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.15	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.50	c   0.5s|     1 |     0 |   557 |     - |  18M|   0 |  29 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.68/0.71	c   0.7s|     1 |     0 |   762 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |   815 |     - |  19M|   0 |  57 |5645 |8121 |5645 |2792 |  85 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |   945 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2799 |  92 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.59/1.69	c   1.7s|     1 |     0 |  1002 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2805 |  98 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
2.09/2.14	c   2.1s|     1 |     0 |  1041 |     - |  20M|   0 |  61 |5645 |8121 |5645 |2813 | 106 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
3.59/3.66	c   3.7s|     1 |     2 |  1041 |     - |  20M|   0 |  61 |5645 |8121 |5645 |2813 | 106 |   0 |  44 | 0.000000e+00 | 1.366240e+05 |    Inf 
21.89/21.98	o 608
21.89/21.98	c r22.0s|   226 |   225 | 27364 | 117.0 |  26M|  43 |   1 |5645 |8121 |5645 |2881 | 512 |   0 | 600 | 0.000000e+00 | 6.080000e+02 |    Inf 
405.90/405.94	o 511
405.90/405.94	c * 406s|  9810 |  9516 |  1877k| 191.3 |  59M|  96 |   - |5645 |8896 |5645 |3039 |  45k| 775 |2934 | 0.000000e+00 | 5.110000e+02 |    Inf 
414.09/414.10	o 249
414.09/414.10	c * 414s|  9963 |  8187 |  1913k| 192.0 |  54M|  96 |   - |5645 |8933 |5645 |2937 |  46k| 813 |2982 | 0.000000e+00 | 2.490000e+02 |    Inf 
416.90/416.98	o 228
416.90/416.98	c * 417s|  9997 |  7952 |  1924k| 192.5 |  54M|  96 |   - |5645 |8949 |5645 |2878 |  47k| 829 |2984 | 0.000000e+00 | 2.280000e+02 |    Inf 
417.10/417.18	c   417s| 10000 |  7953 |  1926k| 192.6 |  54M|  96 |   1 |5645 |8951 |5645 |2787 |  47k| 831 |2984 | 0.000000e+00 | 2.280000e+02 |    Inf 
417.60/417.62	o 227
417.60/417.62	c * 418s| 10007 |  7947 |  1927k| 192.5 |  54M|  96 |   - |5645 |8953 |5645 |2860 |  47k| 833 |2984 | 0.000000e+00 | 2.270000e+02 |    Inf 
418.10/418.15	o 199
418.10/418.15	c * 418s| 10017 |  7464 |  1929k| 192.6 |  53M|  96 |   - |5645 |8962 |5645 |2854 |  47k| 842 |2984 | 0.000000e+00 | 1.990000e+02 |    Inf 
442.60/442.62	o 195
442.60/442.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.60/442.62	c * 443s| 10607 |  7670 |  2036k| 191.9 |  56M|  96 |   - |5645 |9276 |5645 |2820 |  50k|1170 |3175 | 0.000000e+00 | 1.950000e+02 |    Inf 
451.40/451.48	o 183
451.40/451.48	c * 451s| 10896 |  7455 |  2080k| 190.9 |  57M|  96 |   - |5645 |9444 |5645 |2846 |  51k|1354 |3224 | 0.000000e+00 | 1.830000e+02 |    Inf 
471.50/471.59	o 156
471.50/471.59	c * 472s| 11439 |  6947 |  2168k| 189.5 |  56M|  96 |   - |5645 |9675 |5645 |2820 |  53k|1635 |3308 | 0.000000e+00 | 1.560000e+02 |    Inf 
478.60/478.60	o 94
478.60/478.60	c * 479s| 11615 |  3595 |  2197k| 189.2 |  44M|  96 |   - |5645 |9719 |5645 |2864 |  54k|1743 |3345 | 0.000000e+00 | 9.400000e+01 |    Inf 
478.80/478.82	o 65
478.80/478.82	c * 479s| 11622 |  2409 |  2198k| 189.1 |  40M|  96 |   - |5645 |9350 |5645 |2785 |  54k|1747 |3345 | 0.000000e+00 | 6.500000e+01 |    Inf 
479.00/479.05	o 39
479.00/479.05	c * 479s| 11628 |  1926 |  2199k| 189.1 |  38M|  96 |   - |5645 |7628 |5645 |2781 |  54k|1749 |3345 | 0.000000e+00 | 3.900000e+01 |    Inf 
479.51/479.51	o 33
479.51/479.51	c * 480s| 11646 |  1866 |  2200k| 188.8 |  38M|  96 |   - |5645 |5868 |5645 |2775 |  54k|1779 |3351 | 0.000000e+00 | 3.300000e+01 |    Inf 
479.61/479.65	o 19
479.61/479.65	c * 480s| 11653 |   857 |  2200k| 188.8 |  35M|  96 |   - |5645 |5507 |5645 |2783 |  54k|1789 |3351 | 0.000000e+00 | 1.900000e+01 |    Inf 
481.50/481.50	o 12
481.50/481.50	c * 482s| 11852 |   799 |  2207k| 186.2 |  35M|  96 |   - |5645 |4834 |5645 |2770 |  54k|1989 |3376 | 0.000000e+00 | 1.200000e+01 |    Inf 
481.60/481.66	o 9
481.60/481.66	c * 482s| 11870 |   795 |  2207k| 185.9 |  35M|  96 |   - |5645 |4297 |5645 |2766 |  54k|2003 |3376 | 0.000000e+00 | 9.000000e+00 |    Inf 
494.30/494.39	o 5
494.30/494.39	c * 494s| 13712 |   496 |  2267k| 165.3 |  36M|  96 |   - |5645 |6291 |5645 |2768 |  54k|4257 |3387 | 0.000000e+00 | 5.000000e+00 |    Inf 
524.50/524.59	c   525s| 20000 |   441 |  2374k| 118.7 |  37M|  96 |  37 |5645 |7851 |5645 |2767 |  54k|  12k|3588 | 0.000000e+00 | 5.000000e+00 |    Inf 
529.70/529.70	o 4
529.70/529.70	c * 530s| 21172 |   452 |  2392k| 113.0 |  37M|  96 |   - |5645 |7824 |5645 |2767 |  54k|  13k|3592 | 0.000000e+00 | 4.000000e+00 |    Inf 
530.10/530.18	o 3
530.10/530.18	c * 530s| 21288 |   457 |  2394k| 112.4 |  37M|  96 |   - |5645 |7581 |5645 |2767 |  54k|  13k|3593 | 0.000000e+00 | 3.000000e+00 |    Inf 
569.30/569.33	c   569s| 30000 |   438 |  2527k|  84.2 |  38M|  96 |   - |5645 |  10k|5645 |2767 |  54k|  25k|3860 | 0.000000e+00 | 3.000000e+00 |    Inf 
619.61/619.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.61/619.69	c   620s| 40000 |   429 |  2705k|  67.6 |  41M|  96 |   - |5645 |  15k|5645 |2767 |  54k|  38k|4125 | 0.000000e+00 | 3.000000e+00 |    Inf 
623.21/623.22	o 2
623.21/623.22	c * 623s| 40803 |   426 |  2717k|  66.6 |  41M|  96 |   - |5645 |  16k|5645 |2770 |  54k|  39k|4130 | 0.000000e+00 | 2.000000e+00 |    Inf 
667.40/667.48	c   667s| 50000 |   435 |  2873k|  57.4 |  41M|  96 |   - |5645 |  15k|5645 |2767 |  54k|  51k|4354 | 0.000000e+00 | 2.000000e+00 |    Inf 
715.31/715.36	c   715s| 60000 |   456 |  3038k|  50.6 |  42M|  96 |   - |5645 |  16k|5645 |2767 |  54k|  64k|4550 | 0.000000e+00 | 2.000000e+00 |    Inf 
765.61/765.64	c   766s| 70000 |   397 |  3214k|  45.9 |  41M|  96 |   - |5645 |  15k|5645 |2767 |  54k|  76k|4771 | 0.000000e+00 | 2.000000e+00 |    Inf 
817.22/817.23	c   817s| 80000 |   392 |  3397k|  42.5 |  43M|  96 |   - |5645 |  18k|5645 |2767 |  54k|  89k|4955 | 0.000000e+00 | 2.000000e+00 |    Inf 
868.41/868.49	c   868s| 90000 |   360 |  3574k|  39.7 |  43M|  96 |  48 |5645 |  18k|5645 |2767 |  54k| 102k|5142 | 0.000000e+00 | 2.000000e+00 |    Inf 
918.51/918.59	c   919s|100000 |   356 |  3746k|  37.5 |  44M|  96 |  41 |5645 |  21k|5645 |2767 |  54k| 115k|5314 | 0.000000e+00 | 2.000000e+00 |    Inf 
968.81/968.80	c   969s|110000 |   359 |  3912k|  35.6 |  47M|  96 |  29 |5645 |  27k|5645 |2767 |  54k| 129k|5516 | 0.000000e+00 | 2.000000e+00 |    Inf 
987.71/987.71	o 1
987.71/987.71	c * 988s|113902 |   351 |  3973k|  34.9 |  48M|  96 |   - |5645 |  27k|5645 |2768 |  54k| 134k|5596 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.91/1019.93	c  1020s|120000 |   340 |  4084k|  34.0 |  44M|  96 |  41 |5645 |  19k|5645 |2767 |  54k| 142k|5738 | 0.000000e+00 | 1.000000e+00 |    Inf 
1072.11/1072.16	c  1072s|130000 |   355 |  4270k|  32.8 |  46M|  96 |   - |5645 |  23k|5645 |2767 |  54k| 154k|5905 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.32/1120.39	c  1120s|140000 |   354 |  4430k|  31.6 |  47M|  96 |  39 |5645 |  27k|5645 |2767 |  54k| 168k|6074 | 0.000000e+00 | 1.000000e+00 |    Inf 
1171.22/1171.21	c  1171s|150000 |   344 |  4600k|  30.7 |  50M|  96 |  18 |5645 |  33k|5645 |2767 |  54k| 180k|6206 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.32/1224.31	c  1224s|160000 |   337 |  4767k|  29.8 |  50M|  96 |  31 |5645 |  32k|5645 |2767 |  54k| 193k|6355 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.12/1277.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1277.12/1277.14	c  1277s|170000 |   339 |  4928k|  29.0 |  52M|  96 |   - |5645 |  37k|5645 |2767 |  54k| 206k|6547 | 0.000000e+00 | 1.000000e+00 |    Inf 
1329.71/1329.79	c  1330s|180000 |   335 |  5080k|  28.2 |  54M|  96 |  26 |5645 |  43k|5645 |2767 |  54k| 219k|6693 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.12/1388.14	c  1388s|190000 |   306 |  5248k|  27.6 |  53M|  96 |  20 |5645 |  39k|5645 |2767 |  54k| 231k|6791 | 0.000000e+00 | 1.000000e+00 |    Inf 
1448.53/1448.53	c  1449s|200000 |   298 |  5441k|  27.2 |  54M|  96 |   - |5645 |  41k|5645 |2767 |  54k| 244k|6938 | 0.000000e+00 | 1.000000e+00 |    Inf 
1504.42/1504.46	c  1504s|210000 |   285 |  5608k|  26.7 |  53M|  96 |   - |5645 |  39k|5645 |2767 |  54k| 257k|7162 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.42/1560.49	c  1560s|220000 |   294 |  5778k|  26.3 |  56M|  96 |   - |5645 |  46k|5645 |2767 |  54k| 270k|7314 | 0.000000e+00 | 1.000000e+00 |    Inf 
1617.53/1617.51	c  1618s|230000 |   279 |  5946k|  25.9 |  56M|  96 |  43 |5645 |  45k|5645 |2767 |  54k| 283k|7388 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.83/1676.81	c  1677s|240000 |   271 |  6132k|  25.5 |  57M|  96 |   - |5645 |  48k|5645 |2767 |  54k| 296k|7531 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.33/1737.35	c  1737s|250000 |   253 |  6333k|  25.3 |  56M|  96 |   - |5645 |  44k|   0 |   0 |  54k| 309k|7722 | 0.000000e+00 | 1.000000e+00 |    Inf 
1794.03/1794.07	c  1794s|260000 |   251 |  6503k|  25.0 |  57M|  96 |  30 |5645 |  47k|5645 |2767 |  54k| 322k|7876 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 261013
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (132 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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-3447387-1307901513/watcher-3447387-1307901513 -o /var/tmp/evaluation-result-3447387-1307901513/solver-3447387-1307901513 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447387-1307901513.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.01 2.01 1.94 3/177 4057
/proc/meminfo: memFree=1098424/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=10288 CPUtime=0 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 980382116 10534912 1515 33554432000 4194304 9128323 140736724381616 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4057/statm: 2572 1515 399 1205 0 1363 0

[startup+0.0582221 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 4057
/proc/meminfo: memFree=1098424/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=34696 CPUtime=0.05 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 7347 0 0 0 5 0 0 0 25 0 1 0 980382116 35528704 7298 33554432000 4194304 9128323 140736724381616 18446744073709551615 5200917 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4057/statm: 8674 7298 508 1205 0 7465 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34696

[startup+0.101248 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 4057
/proc/meminfo: memFree=1098424/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=35720 CPUtime=0.09 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 980382116 36577280 7643 33554432000 4194304 9128323 140736724381616 18446744073709551615 5240756 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4057/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.301182 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 4057
/proc/meminfo: memFree=1098424/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=72880 CPUtime=0.29 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 17549 0 0 0 28 1 0 0 18 0 1 0 980382116 74629120 17144 33554432000 4194304 9128323 140736724381616 18446744073709551615 4337012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4057/statm: 18220 17144 699 1205 0 17011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72880

[startup+0.700999 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 4057
/proc/meminfo: memFree=1098424/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=53452 CPUtime=0.68 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 21384 0 0 0 67 1 0 0 18 0 1 0 980382116 54734848 12259 33554432000 4194304 9128323 140736724381616 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 13363 12259 717 1205 0 12154 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53452

[startup+1.50098 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 4058
/proc/meminfo: memFree=1046484/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=63568 CPUtime=1.49 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 23836 0 0 0 147 2 0 0 19 0 1 0 980382116 65093632 14705 33554432000 4194304 9128323 140736724381616 18446744073709551615 4311836 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 15892 14705 711 1205 0 14683 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63568

[startup+3.1007 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 4058
/proc/meminfo: memFree=1038924/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=65840 CPUtime=3.09 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 30546 0 0 0 305 4 0 0 24 0 1 0 980382116 67420160 15298 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 16460 15298 730 1205 0 15251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65840

[startup+6.30114 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 4058
/proc/meminfo: memFree=1035492/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=68760 CPUtime=6.28 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 31075 0 0 0 622 6 0 0 25 0 1 0 980382116 70410240 15827 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 17190 15827 731 1205 0 15981 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68760

[startup+12.701 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 4059
/proc/meminfo: memFree=1034860/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=68760 CPUtime=12.69 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 31080 0 0 0 1256 13 0 0 25 0 1 0 980382116 70410240 15831 33554432000 4194304 9128323 140736724381616 18446744073709551615 7315282 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 17190 15831 731 1205 0 15981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68760

[startup+25.5008 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 4059
/proc/meminfo: memFree=1021204/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=80252 CPUtime=25.49 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 39979 0 0 0 2526 23 0 0 25 0 1 0 980382116 82178048 18725 33554432000 4194304 9128323 140736724381616 18446744073709551615 7343488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 20063 18725 741 1205 0 18854 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80252

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4060
/proc/meminfo: memFree=1012624/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=85616 CPUtime=51.09 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 49547 0 0 0 5067 42 0 0 25 0 1 0 980382116 87670784 20067 33554432000 4194304 9128323 140736724381616 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 21404 20067 741 1205 0 20195 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85616

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4061
/proc/meminfo: memFree=1006172/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=88132 CPUtime=102.3 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 56183 0 0 0 10156 74 0 0 25 0 1 0 980382116 90247168 20681 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 22033 20681 741 1205 0 20824 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88132

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4072
/proc/meminfo: memFree=972308/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=117452 CPUtime=162.29 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 63188 0 0 0 16114 115 0 0 25 0 1 0 980382116 120270848 27685 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 29363 27685 741 1205 0 28154 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117452

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4073
/proc/meminfo: memFree=964180/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=117452 CPUtime=222.29 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 63196 0 0 0 22078 151 0 0 25 0 1 0 980382116 120270848 27693 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 29363 27693 741 1205 0 28154 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 117452

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4075
/proc/meminfo: memFree=914772/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=114944 CPUtime=282.3 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 65647 0 0 0 28040 190 0 0 25 0 1 0 980382116 117702656 27457 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 28736 27457 741 1205 0 27527 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114944

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4076
/proc/meminfo: memFree=900580/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=114944 CPUtime=342.3 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 65653 0 0 0 34006 224 0 0 25 0 1 0 980382116 117702656 27463 33554432000 4194304 9128323 140736724381616 18446744073709551615 7049878 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 28736 27463 741 1205 0 27527 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114944

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4078
/proc/meminfo: memFree=896820/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=114944 CPUtime=402.3 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 65666 0 0 0 39969 261 0 0 25 0 1 0 980382116 117702656 27476 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 28736 27476 741 1205 0 27527 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114944

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 4080
/proc/meminfo: memFree=885856/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=123764 CPUtime=462.29 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 81918 0 0 0 45928 301 0 0 25 0 1 0 980382116 126734336 29701 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 30941 29701 742 1205 0 29732 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 123764

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 4081
/proc/meminfo: memFree=875264/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=133692 CPUtime=522.31 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 103311 0 0 0 51895 336 0 0 25 0 1 0 980382116 136900608 32207 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 33423 32207 752 1205 0 32214 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 133692

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 4083
/proc/meminfo: memFree=868380/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=135544 CPUtime=582.3 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 117020 0 0 0 57859 371 0 0 25 0 1 0 980382116 138797056 32684 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 33886 32684 752 1205 0 32677 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 135544

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4089
/proc/meminfo: memFree=856620/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=142992 CPUtime=822.31 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 144131 0 0 0 81737 494 0 0 25 0 1 0 980382116 146423808 34564 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 35748 34564 752 1205 0 34539 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 142992

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4091
/proc/meminfo: memFree=854688/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=144212 CPUtime=882.31 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 146584 0 0 0 87708 523 0 0 25 0 1 0 980382116 147673088 34885 33554432000 4194304 9128323 140736724381616 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 36053 34885 752 1205 0 34844 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 144212

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4092
/proc/meminfo: memFree=852888/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=145244 CPUtime=942.31 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 146791 0 0 0 93676 555 0 0 25 0 1 0 980382116 148729856 35092 33554432000 4194304 9128323 140736724381616 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 36311 35092 752 1205 0 35102 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 145244

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4094
/proc/meminfo: memFree=846764/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=148792 CPUtime=1002.31 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 154648 0 0 0 99648 583 0 0 25 0 1 0 980382116 152363008 36033 33554432000 4194304 9128323 140736724381616 18446744073709551615 7315635 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 37198 36033 752 1205 0 35989 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 148792

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 1.95 4/178 4096
/proc/meminfo: memFree=845228/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=149052 CPUtime=1062.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 163876 0 0 0 105618 614 0 0 25 0 1 0 980382116 152629248 36049 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 37263 36049 752 1205 0 36054 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 149052

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4097
/proc/meminfo: memFree=842320/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=150520 CPUtime=1122.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 166577 0 0 0 111589 643 0 0 25 0 1 0 980382116 154132480 36413 33554432000 4194304 9128323 140736724381616 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 37630 36413 752 1205 0 36421 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 150520

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 4099
/proc/meminfo: memFree=840404/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=151976 CPUtime=1182.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 166955 0 0 0 117559 673 0 0 25 0 1 0 980382116 155623424 36791 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 37994 36791 752 1205 0 36785 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 151976

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 4100
/proc/meminfo: memFree=835136/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=155368 CPUtime=1242.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 167797 0 0 0 123528 704 0 0 25 0 1 0 980382116 159096832 37630 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 38842 37630 752 1205 0 37633 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 155368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4102
/proc/meminfo: memFree=833716/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=156176 CPUtime=1302.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 170372 0 0 0 129502 730 0 0 25 0 1 0 980382116 159924224 37833 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 39044 37833 752 1205 0 37835 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 156176

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4104
/proc/meminfo: memFree=829940/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=158948 CPUtime=1362.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 171070 0 0 0 135475 757 0 0 25 0 1 0 980382116 162762752 38531 33554432000 4194304 9128323 140736724381616 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 39737 38531 752 1205 0 38528 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 158948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4105
/proc/meminfo: memFree=826892/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=161616 CPUtime=1422.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 171594 0 0 0 141448 784 0 0 25 0 1 0 980382116 165494784 39055 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40404 39055 752 1205 0 39195 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 161616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4107
/proc/meminfo: memFree=825096/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=161748 CPUtime=1482.32 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 171618 0 0 0 147420 812 0 0 25 0 1 0 980382116 165629952 39079 33554432000 4194304 9128323 140736724381616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40437 39079 752 1205 0 39228 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 161748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4108
/proc/meminfo: memFree=822176/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=161788 CPUtime=1542.33 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174448 0 0 0 153393 840 0 0 25 0 1 0 980382116 165670912 39181 33554432000 4194304 9128323 140736724381616 18446744073709551615 5333320 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40447 39181 752 1205 0 39238 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 161788

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 4110
/proc/meminfo: memFree=821504/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=162240 CPUtime=1602.33 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174527 0 0 0 159367 866 0 0 25 0 1 0 980382116 166133760 39260 33554432000 4194304 9128323 140736724381616 18446744073709551615 6712701 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40560 39260 752 1205 0 39351 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 162240

[startup+1662.3 s]
/proc/loadavg: 2.09 2.02 1.97 3/178 4112
/proc/meminfo: memFree=821336/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=163044 CPUtime=1662.33 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174639 0 0 0 165338 895 0 0 25 0 1 0 980382116 166957056 39372 33554432000 4194304 9128323 140736724381616 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40761 39372 752 1205 0 39552 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 163044

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/178 4113
/proc/meminfo: memFree=821164/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=163388 CPUtime=1722.33 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174690 0 0 0 171312 921 0 0 25 0 1 0 980382116 167309312 39423 33554432000 4194304 9128323 140736724381616 18446744073709551615 5333608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40847 39423 752 1205 0 39638 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 163388

[startup+1782.3 s]
/proc/loadavg: 1.79 1.96 1.95 2/172 4139
/proc/meminfo: memFree=1024700/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=163848 CPUtime=1782.33 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174825 0 0 0 177284 949 0 0 25 0 1 0 980382116 167780352 39558 33554432000 4194304 9128323 140736724381616 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4057/statm: 40962 39558 752 1205 0 39753 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 163848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.61 1.92 1.94 2/172 4139
/proc/meminfo: memFree=1024320/32950940 swapFree=67053420/67111528
[pid=4057] ppid=4055 vsize=164332 CPUtime=1800.04 cores=0,2,4,6
/proc/4057/stat : 4057 (scip-2.0.1.4.li) R 4055 4057 3459 0 -1 4202496 174972 0 0 0 179046 958 0 0 25 0 1 0 980382116 168275968 39705 33554432000 4194304 9128323 140736724381616 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4057/statm: 41083 39705 752 1205 0 39874 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 164332

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): 1790.46
CPU system time (s): 9.59154
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 164332

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

runsolver used 2.5976 second user time and 5.61115 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 19:58:33
IDJOB=3447387
IDBENCH=79311
IDSOLVER=1944
FILE ID=node117/3447387-1307901513
RUNJOBID= node117-1307898653-3796
PBS_JOBID= 13559588
Free space on /var/tmp= 2872 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.1900670167--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-3447387-1307901513/watcher-3447387-1307901513 -o /var/tmp/evaluation-result-3447387-1307901513/solver-3447387-1307901513 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447387-1307901513.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=1988546585

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1098604 kB
Buffers:         54180 kB
Cached:       30751108 kB
SwapCached:      10856 kB
Active:       15282976 kB
Inactive:     15612644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1098604 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:           24660 kB
Writeback:           0 kB
AnonPages:       87400 kB
Mapped:          16044 kB
Slab:           892712 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   284036 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= 2872 MiB
End job on node117 at 2011-06-12 20:28:35