Trace number 3447964

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.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh08_wcsp.wbo
MD5SUMf8c09bda9afe7c43c5a568001f4bbb58
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark462
Best CPU time to get the best result obtained on this benchmark0.303952
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-3447964-1307902619.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4958k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   142 |     - |6097k|   0 |  73 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   824 |     - |7637k|   0 |  17 |1800 |2550 |1800 | 884 |  34 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |  1334 |     - |8902k|   0 |  43 |1800 |2550 |1800 | 937 |  87 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |  1619 |     - |9094k|   0 |  78 |1800 |2550 |1800 |1004 | 154 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |  2005 |     - |9294k|   0 |  75 |1800 |2550 |1800 |1021 | 171 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  2228 |     - |9876k|   0 |  80 |1800 |2550 |1800 |1066 | 216 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |  2297 |     - |  10M|   0 |  85 |1800 |2550 |1800 |1074 | 224 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.79/1.88	c   1.9s|     1 |     2 |  2297 |     - |  10M|   0 |  85 |1800 |2550 |1800 |1074 | 224 |   0 |  26 | 0.000000e+00 | 4.209250e+05 |    Inf 
6.69/6.75	o 10850
6.69/6.75	c * 6.7s|    88 |    87 |  6445 |  47.7 |  11M|  50 |   - |1800 |2550 |1800 |1096 | 335 |   0 | 808 | 0.000000e+00 | 1.085000e+04 |    Inf 
7.19/7.25	o 8158
7.19/7.25	c * 7.3s|   139 |   130 |  7918 |  40.7 |  11M|  50 |   - |1800 |2550 |1800 |1082 | 474 |   0 | 931 | 0.000000e+00 | 8.158000e+03 |    Inf 
7.89/7.90	o 6593
7.89/7.90	c * 7.9s|   184 |   163 | 10049 |  42.4 |  11M|  50 |   - |1800 |2550 |1800 |1082 | 688 |   0 |1083 | 0.000000e+00 | 6.593000e+03 |    Inf 
7.89/7.90	o 5949
7.89/7.90	c * 7.9s|   185 |   159 | 10050 |  42.1 |  11M|  50 |   - |1800 |2550 |1800 |1082 | 688 |   0 |1083 | 0.000000e+00 | 5.949000e+03 |    Inf 
10.69/10.77	o 5402
10.69/10.77	c g10.8s|   541 |   489 | 24939 |  41.9 |  14M|  50 |   - |1800 |2558 |1800 |1095 |1761 |   8 |1394 | 0.000000e+00 | 5.402000e+03 |    Inf 
10.89/10.93	o 5159
10.89/10.93	c *10.9s|   558 |   497 | 25832 |  42.3 |  14M|  50 |   - |1800 |2558 |1800 |1080 |1826 |   8 |1408 | 0.000000e+00 | 5.159000e+03 |    Inf 
72.30/72.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.30/72.32	c  72.3s| 10000 |  9739 |488256 |  48.6 |  25M|  50 |   4 |1800 |2620 |1800 |1055 |  27k|  74 |2864 | 0.000000e+00 | 5.159000e+03 |    Inf 
88.39/88.46	o 5086
88.39/88.46	c *88.5s| 12201 | 11857 |602550 |  49.2 |  27M|  50 |   - |1800 |2630 |1800 |1089 |  33k|  93 |3454 | 0.000000e+00 | 5.086000e+03 |    Inf 
145.79/145.80	c   146s| 20000 | 19226 |  1013k|  50.6 |  36M|  50 |   4 |1800 |2766 |1800 |1041 |  59k| 244 |5103 | 0.000000e+00 | 5.086000e+03 |    Inf 
217.30/217.36	c   217s| 30000 | 28750 |  1551k|  51.6 |  47M|  50 |  15 |1800 |2889 |1800 |1065 |  89k| 406 |6962 | 0.000000e+00 | 5.086000e+03 |    Inf 
231.49/231.58	o 5065
231.49/231.58	c * 232s| 32094 | 30729 |  1656k|  51.6 |  50M|  50 |   - |1800 |2910 |1800 |1098 |  96k| 438 |7253 | 0.000000e+00 | 5.065000e+03 |    Inf 
258.50/258.51	o 4452
258.50/258.51	c * 259s| 36329 | 34634 |  1867k|  51.3 |  54M|  50 |   - |1800 |2926 |1800 |1090 | 106k| 478 |7824 | 0.000000e+00 | 4.452000e+03 |    Inf 
284.29/284.31	c   284s| 40000 | 37505 |  2045k|  51.1 |  57M|  50 |   4 |1800 |3121 |1800 |1024 | 119k| 743 |8444 | 0.000000e+00 | 4.452000e+03 |    Inf 
352.39/352.46	c   352s| 50000 | 46047 |  2531k|  50.6 |  68M|  50 |  20 |1800 |3233 |1800 |1022 | 150k|1204 |9831 | 0.000000e+00 | 4.452000e+03 |    Inf 
421.00/421.05	c   421s| 60000 | 54283 |  3005k|  50.1 |  78M|  53 |  10 |1800 |3100 |1800 |1029 | 184k|1796 |  11k| 0.000000e+00 | 4.452000e+03 |    Inf 
452.90/452.91	o 3710
452.90/452.91	c * 453s| 64683 | 57133 |  3247k|  50.2 |  80M|  53 |   - |1800 |2998 |1800 |1080 | 198k|1901 |  11k| 0.000000e+00 | 3.710000e+03 |    Inf 
489.10/489.11	c   489s| 70000 | 61177 |  3508k|  50.1 |  86M|  53 |   5 |1800 |3069 |1800 |1077 | 214k|2391 |  12k| 0.000000e+00 | 3.710000e+03 |    Inf 
555.61/555.64	c   556s| 80000 | 69077 |  4005k|  50.0 |  96M|  53 |   9 |1800 |3016 |1800 |1038 | 243k|3187 |  13k| 0.000000e+00 | 3.710000e+03 |    Inf 
622.11/622.19	c   622s| 90000 | 76867 |  4493k|  49.9 | 106M|  53 |  29 |1800 |2853 |1800 |1045 | 274k|4020 |  14k| 0.000000e+00 | 3.710000e+03 |    Inf 
690.21/690.29	c   690s|100000 | 83746 |  4955k|  49.5 | 115M|  53 |   6 |1800 |2738 |1800 |1036 | 310k|5103 |  15k| 0.000000e+00 | 3.710000e+03 |    Inf 
754.61/754.68	c   755s|110000 | 91278 |  5426k|  49.3 | 126M|  53 |   3 |1800 |2775 |1800 |1039 | 340k|6145 |  15k| 0.000000e+00 | 3.710000e+03 |    Inf 
786.31/786.40	o 3549
786.31/786.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.31/786.40	c * 786s|114856 | 94048 |  5652k|  49.2 | 128M|  53 |   - |1800 |2728 |1800 |1089 | 355k|6704 |  16k| 0.000000e+00 | 3.549000e+03 |    Inf 
820.00/820.00	c   820s|120000 | 98014 |  5902k|  49.2 | 133M|  53 |   2 |1800 |2742 |1800 |1055 | 370k|7176 |  16k| 0.000000e+00 | 3.549000e+03 |    Inf 
885.31/885.33	c   885s|130000 |105052 |  6373k|  49.0 | 143M|  53 |  17 |1800 |2782 |1800 |1016 | 399k|8347 |  17k| 0.000000e+00 | 3.549000e+03 |    Inf 
904.81/904.86	o 3223
904.81/904.86	c * 905s|133061 |104469 |  6514k|  48.9 | 142M|  53 |   - |1800 |2737 |1800 |1058 | 408k|8707 |  17k| 0.000000e+00 | 3.223000e+03 |    Inf 
911.21/911.23	o 3175
911.21/911.23	c * 911s|133977 |104588 |  6558k|  48.9 | 142M|  53 |   - |1800 |2740 |1800 |1084 | 411k|8824 |  18k| 0.000000e+00 | 3.175000e+03 |    Inf 
939.71/939.79	o 3046
939.71/939.79	c * 940s|138141 |105848 |  6760k|  48.9 | 144M|  53 |   - |1800 |2738 |1800 |1069 | 424k|9387 |  18k| 0.000000e+00 | 3.046000e+03 |    Inf 
952.52/952.53	c   953s|140000 |106947 |  6849k|  48.9 | 145M|  53 |   2 |1800 |2757 |1800 |1019 | 430k|9672 |  18k| 0.000000e+00 | 3.046000e+03 |    Inf 
1019.21/1019.28	c  1019s|150000 |112962 |  7331k|  48.9 | 154M|  53 |   4 |1800 |2772 |1800 |1023 | 459k|  11k|  19k| 0.000000e+00 | 3.046000e+03 |    Inf 
1085.62/1085.63	c  1086s|160000 |118798 |  7806k|  48.8 | 162M|  53 |   6 |1800 |2781 |1800 |1056 | 489k|  12k|  19k| 0.000000e+00 | 3.046000e+03 |    Inf 
1152.72/1152.70	c  1153s|170000 |124871 |  8282k|  48.7 | 171M|  53 |   - |1800 |2839 |1800 |1054 | 520k|  14k|  20k| 0.000000e+00 | 3.046000e+03 |    Inf 
1217.51/1217.60	c  1218s|180000 |130945 |  8750k|  48.6 | 181M|  54 |  10 |1800 |2796 |1800 |1073 | 549k|  15k|  21k| 0.000000e+00 | 3.046000e+03 |    Inf 
1286.02/1286.06	c  1286s|190000 |136546 |  9204k|  48.4 | 189M|  54 |   - |1800 |2818 |1800 |1076 | 582k|  17k|  22k| 0.000000e+00 | 3.046000e+03 |    Inf 
1339.92/1339.98	o 2800
1339.92/1339.98	c *1340s|198144 |137575 |  9565k|  48.3 | 188M|  54 |   - |1800 |2782 |1800 |1061 | 609k|  18k|  22k| 0.000000e+00 | 2.800000e+03 |    Inf 
1340.72/1340.78	o 2182
1340.72/1340.78	c *1341s|198228 |119213 |  9569k|  48.3 | 161M|  54 |   - |1800 |2787 |1800 |1069 | 610k|  18k|  22k| 0.000000e+00 | 2.182000e+03 |    Inf 
1351.22/1351.22	c  1351s|200000 |119916 |  9639k|  48.2 | 162M|  54 |  18 |1800 |2876 |1800 |1065 | 614k|  19k|  22k| 0.000000e+00 | 2.182000e+03 |    Inf 
1418.02/1418.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.02/1418.09	c  1418s|210000 |123913 | 10102k|  48.1 | 169M|  54 |  30 |1800 |2943 |1800 |1024 | 643k|  21k|  23k| 0.000000e+00 | 2.182000e+03 |    Inf 
1481.12/1481.14	c  1481s|220000 |127630 | 10514k|  47.8 | 175M|  54 |  27 |1800 |2926 |1800 |1069 | 673k|  24k|  23k| 0.000000e+00 | 2.182000e+03 |    Inf 
1543.62/1543.66	c  1544s|230000 |131354 | 10937k|  47.5 | 182M|  54 |  13 |1800 |2851 |1800 |1016 | 699k|  27k|  24k| 0.000000e+00 | 2.182000e+03 |    Inf 
1605.72/1605.70	c  1606s|240000 |135063 | 11311k|  47.1 | 188M|  54 |   - |1800 |2986 |1800 |1044 | 732k|  29k|  24k| 0.000000e+00 | 2.182000e+03 |    Inf 
1663.72/1663.78	c  1664s|250000 |138569 | 11654k|  46.6 | 193M|  57 |  20 |1800 |2934 |1800 |1023 | 762k|  32k|  25k| 0.000000e+00 | 2.182000e+03 |    Inf 
1725.72/1725.78	c  1726s|260000 |141673 | 12008k|  46.2 | 198M|  57 |   7 |1800 |3016 |1800 |1044 | 798k|  34k|  25k| 0.000000e+00 | 2.182000e+03 |    Inf 
1790.53/1790.58	c  1791s|270000 |144474 | 12363k|  45.8 | 202M|  58 |   - |1800 |3061 |1800 |1056 | 838k|  37k|  25k| 0.000000e+00 | 2.182000e+03 |    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      : 271624
1800.03/1800.00	c Primal Bound       : +2.18200000000000e+03 (110 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 /tmp/evaluation-result-3447964-1307902619/watcher-3447964-1307902619 -o /tmp/evaluation-result-3447964-1307902619/solver-3447964-1307902619 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447964-1307902619.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 26930
/proc/meminfo: memFree=1673632/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=10336 CPUtime=0 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 1569 0 0 0 0 0 0 0 24 0 1 0 901860106 10584064 1522 33554432000 4194304 9128323 140734515472592 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26930/statm: 2584 1522 399 1205 0 1375 0

[startup+0.0796309 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 26930
/proc/meminfo: memFree=1673632/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=26908 CPUtime=0.07 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 5914 0 0 0 7 0 0 0 25 0 1 0 901860106 27553792 5581 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 6727 5581 646 1205 0 5518 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26908

[startup+0.100627 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 26930
/proc/meminfo: memFree=1673632/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=27304 CPUtime=0.09 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 6112 0 0 0 9 0 0 0 25 0 1 0 901860106 27959296 5779 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 6826 5779 655 1205 0 5617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27304

[startup+0.300591 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 26930
/proc/meminfo: memFree=1673632/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=45872 CPUtime=0.29 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 11729 0 0 0 28 1 0 0 25 0 1 0 901860106 46972928 10401 33554432000 4194304 9128323 140734515472592 18446744073709551615 6678121 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 11468 10401 712 1205 0 10259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45872

[startup+0.700521 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 26930
/proc/meminfo: memFree=1673632/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=46040 CPUtime=0.69 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 11841 0 0 0 66 3 0 0 25 0 1 0 901860106 47144960 10513 33554432000 4194304 9128323 140734515472592 18446744073709551615 6299979 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 11510 10513 712 1205 0 10301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46040

[startup+1.50038 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26931
/proc/meminfo: memFree=1632604/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=46104 CPUtime=1.49 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 14940 0 0 0 142 7 0 0 25 0 1 0 901860106 47210496 10577 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 11526 10577 729 1205 0 10317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46104

[startup+3.10109 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26931
/proc/meminfo: memFree=1632144/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=46104 CPUtime=3.09 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 14946 0 0 0 296 13 0 0 25 0 1 0 901860106 47210496 10583 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 11526 10583 729 1205 0 10317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46104

[startup+6.30052 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26931
/proc/meminfo: memFree=1630656/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=46104 CPUtime=6.29 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 14946 0 0 0 603 26 0 0 25 0 1 0 901860106 47210496 10583 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 11526 10583 729 1205 0 10317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46104

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26931
/proc/meminfo: memFree=1624184/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=50684 CPUtime=12.69 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 22811 0 0 0 1219 50 0 0 25 0 1 0 901860106 51900416 11649 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 12671 11649 736 1205 0 11462 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50684

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26932
/proc/meminfo: memFree=1617624/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=51852 CPUtime=25.49 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 27763 0 0 0 2452 97 0 0 25 0 1 0 901860106 53096448 11969 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 12963 11969 736 1205 0 11754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51852

[startup+51.1006 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 26932
/proc/meminfo: memFree=1599224/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=57784 CPUtime=51.09 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 31681 0 0 0 4913 196 0 0 25 0 1 0 901860106 59170816 13439 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 14446 13439 743 1205 0 13237 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57784

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 26934
/proc/meminfo: memFree=1565544/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=66228 CPUtime=102.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 41795 0 0 0 9842 388 0 0 25 0 1 0 901860106 67817472 15544 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 16557 15544 736 1205 0 15348 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66228

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26935
/proc/meminfo: memFree=1535364/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=73520 CPUtime=162.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 50472 0 0 0 15635 595 0 0 25 0 1 0 901860106 75284480 17436 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/26930/statm: 18380 17436 736 1205 0 17171 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73520

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 26937
/proc/meminfo: memFree=1502700/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=85364 CPUtime=222.29 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 56923 0 0 0 21428 801 0 0 25 0 1 0 901860106 87412736 20433 33554432000 4194304 9128323 140734515472592 18446744073709551615 7207341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 21341 20433 736 1205 0 20132 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 85364

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26938
/proc/meminfo: memFree=1468800/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=92696 CPUtime=282.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 82056 0 0 0 27215 1015 0 0 25 0 1 0 901860106 94920704 22294 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 23174 22294 736 1205 0 21965 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92696

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26940
/proc/meminfo: memFree=1433044/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=102800 CPUtime=342.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 85905 0 0 0 33002 1228 0 0 25 0 1 0 901860106 105267200 24837 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 25700 24837 736 1205 0 24491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102800

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26942
/proc/meminfo: memFree=1402612/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=110608 CPUtime=402.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 91330 0 0 0 38797 1433 0 0 25 0 1 0 901860106 113262592 26829 33554432000 4194304 9128323 140734515472592 18446744073709551615 7216802 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 27652 26829 736 1205 0 26443 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110608

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26943
/proc/meminfo: memFree=1365628/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=122072 CPUtime=462.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 102517 0 0 0 44591 1639 0 0 25 0 1 0 901860106 125001728 29726 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 30518 29726 736 1205 0 29309 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 122072

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26945
/proc/meminfo: memFree=1334204/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=127420 CPUtime=522.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 114313 0 0 0 50382 1849 0 0 25 0 1 0 901860106 130478080 31105 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 31855 31105 736 1205 0 30646 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 127420

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 26946
/proc/meminfo: memFree=1297072/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=139704 CPUtime=582.3 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 120331 0 0 0 56162 2068 0 0 25 0 1 0 901860106 143056896 33671 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 34926 33671 736 1205 0 33717 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 139704

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 26953
/proc/meminfo: memFree=1168888/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=173816 CPUtime=822.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 141888 0 0 0 79352 2879 0 0 25 0 1 0 901860106 177987584 42331 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 43454 42331 736 1205 0 42245 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 173816

[startup+882.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 26954
/proc/meminfo: memFree=1133616/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=184028 CPUtime=882.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 148995 0 0 0 85139 3092 0 0 25 0 1 0 901860106 188444672 44829 33554432000 4194304 9128323 140734515472592 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 46007 44829 736 1205 0 44798 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 184028

[startup+942.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/179 26956
/proc/meminfo: memFree=1105288/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=188428 CPUtime=942.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 167069 0 0 0 90931 3300 0 0 25 0 1 0 901860106 192950272 45985 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 47107 45985 736 1205 0 45898 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 188428

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26958
/proc/meminfo: memFree=1070644/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=195736 CPUtime=1002.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 175910 0 0 0 96731 3500 0 0 25 0 1 0 901860106 200433664 47822 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 48934 47822 736 1205 0 47725 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 195736

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 26959
/proc/meminfo: memFree=1035388/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=205760 CPUtime=1062.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 179685 0 0 0 102528 3703 0 0 25 0 1 0 901860106 210698240 50392 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 51440 50392 736 1205 0 50231 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 205760

[startup+1122.3 s]
/proc/loadavg: 1.40 1.85 1.94 2/173 26986
/proc/meminfo: memFree=1809732/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=213028 CPUtime=1122.31 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 182667 0 0 0 108267 3964 0 0 25 0 1 0 901860106 218140672 52183 33554432000 4194304 9128323 140734515472592 18446744073709551615 6416589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 53257 52183 736 1205 0 52048 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 213028

[startup+1182.3 s]
/proc/loadavg: 1.15 1.70 1.88 2/173 26987
/proc/meminfo: memFree=1803376/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=218924 CPUtime=1182.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 184193 0 0 0 113997 4235 0 0 25 0 1 0 901860106 224178176 53704 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 54731 53704 736 1205 0 53522 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 218924

[startup+1242.3 s]
/proc/loadavg: 1.09 1.58 1.83 2/173 26989
/proc/meminfo: memFree=1793924/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=228072 CPUtime=1242.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 186518 0 0 0 119710 4522 0 0 25 0 1 0 901860106 233545728 56006 33554432000 4194304 9128323 140734515472592 18446744073709551615 4786868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 57018 56006 736 1205 0 55809 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 228072

[startup+1302.3 s]
/proc/loadavg: 1.03 1.47 1.77 2/173 26991
/proc/meminfo: memFree=1786804/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=234780 CPUtime=1302.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 189432 0 0 0 125438 4794 0 0 25 0 1 0 901860106 240414720 57730 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 58695 57730 736 1205 0 57486 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 234780

[startup+1362.3 s]
/proc/loadavg: 1.08 1.40 1.72 2/173 26992
/proc/meminfo: memFree=1779696/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=241604 CPUtime=1362.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 203855 0 0 0 131168 5064 0 0 25 0 1 0 901860106 247402496 59402 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 60401 59402 736 1205 0 59192 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 241604

[startup+1422.31 s]
/proc/loadavg: 1.03 1.32 1.68 2/173 26994
/proc/meminfo: memFree=1779152/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=242476 CPUtime=1422.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 205250 0 0 0 136902 5330 0 0 25 0 1 0 901860106 248295424 59644 33554432000 4194304 9128323 140734515472592 18446744073709551615 7414800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 60619 59644 736 1205 0 59410 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 242476

[startup+1482.3 s]
/proc/loadavg: 1.01 1.26 1.63 2/173 26995
/proc/meminfo: memFree=1777736/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=243976 CPUtime=1482.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 206832 0 0 0 142650 5582 0 0 25 0 1 0 901860106 249831424 60024 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 60994 60024 736 1205 0 59785 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 243976

[startup+1542.3 s]
/proc/loadavg: 1.00 1.21 1.59 2/173 26997
/proc/meminfo: memFree=1776828/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=244900 CPUtime=1542.33 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 210321 0 0 0 148382 5851 0 0 25 0 1 0 901860106 250777600 60255 33554432000 4194304 9128323 140734515472592 18446744073709551615 5984416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 61225 60255 736 1205 0 60016 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 244900

[startup+1602.3 s]
/proc/loadavg: 1.00 1.17 1.55 2/173 26999
/proc/meminfo: memFree=1775792/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=245980 CPUtime=1602.33 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 210584 0 0 0 154128 6105 0 0 25 0 1 0 901860106 251883520 60518 33554432000 4194304 9128323 140734515472592 18446744073709551615 7192196 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 61495 60518 736 1205 0 60286 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 245980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.14 1.51 2/173 27000
/proc/meminfo: memFree=1771016/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=250304 CPUtime=1662.32 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 212873 0 0 0 159893 6339 0 0 25 0 1 0 901860106 256311296 61596 33554432000 4194304 9128323 140734515472592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 62576 61596 736 1205 0 61367 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 250304

[startup+1722.3 s]
/proc/loadavg: 1.04 1.12 1.48 2/173 27002
/proc/meminfo: memFree=1767376/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=254684 CPUtime=1722.33 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 213963 0 0 0 165654 6579 0 0 25 0 1 0 901860106 260796416 62686 33554432000 4194304 9128323 140734515472592 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 63671 62686 736 1205 0 62462 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 254684

[startup+1782.3 s]
/proc/loadavg: 1.01 1.10 1.45 2/173 27003
/proc/meminfo: memFree=1764080/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=257360 CPUtime=1782.33 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 214676 0 0 0 171419 6814 0 0 25 0 1 0 901860106 263536640 63399 33554432000 4194304 9128323 140734515472592 18446744073709551615 7414880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26930/statm: 64340 63399 736 1205 0 63131 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 257360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.09 1.44 2/173 27004
/proc/meminfo: memFree=1763316/32951124 swapFree=67063272/67111528
[pid=26930] ppid=26928 vsize=258168 CPUtime=1800.04 cores=1,3,5,7
/proc/26930/stat : 26930 (scip-2.0.1.4.li) R 26928 26930 25773 0 -1 4202496 214877 0 0 0 173119 6885 0 0 25 0 1 0 901860106 264364032 63586 33554432000 4194304 9128323 140734515472592 18446744073709551615 4460286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26930/statm: 64542 63586 736 1205 0 63333 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 258168

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.02
CPU time (s): 1800.05
CPU user time (s): 1731.19
CPU system time (s): 68.8615
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 258168

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

runsolver used 2.6366 second user time and 6.44902 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-12 20:16:59
IDJOB=3447964
IDBENCH=79420
IDSOLVER=1944
FILE ID=node132/3447964-1307902619
RUNJOBID= node132-1307898650-26060
PBS_JOBID= 13559574
Free space on /tmp= 13332 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh08_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447964-1307902619/watcher-3447964-1307902619 -o /tmp/evaluation-result-3447964-1307902619/solver-3447964-1307902619 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447964-1307902619.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f8c09bda9afe7c43c5a568001f4bbb58
RANDOM SEED=1437851163

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:       1673828 kB
Buffers:         60052 kB
Cached:       29927808 kB
SwapCached:       9516 kB
Active:       15674932 kB
Inactive:     14660436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1673828 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           12064 kB
Writeback:           0 kB
AnonPages:      345908 kB
Mapped:          12580 kB
Slab:           877936 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   508128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13332 MiB
End job on node132 at 2011-06-12 20:47:01