Trace number 3447942

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.4OPTIMUM 1602.39 1602.34

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh19_wcsp.wbo
MD5SUMaf72756a7b8194161c8db176c46da286
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark166
Best CPU time to get the best result obtained on this benchmark0.021995
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-3447942-1307902317.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.02/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.02/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (3 rounds):
0.02/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.02/0.05	c  1050 implications, 0 cliques
0.02/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.02/0.05	c     850 constraints of type <linear>
0.02/0.05	c     850 constraints of type <indicator>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.04
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 2.0.1.4
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1800
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 13950
0.02/0.05	c 
0.02/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05	c # [type: int, range: [1,2], default: 1]
0.02/0.05	c timing/clocktype = 2
0.02/0.05	c 
0.02/0.05	c # belongs reading time to solving time?
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c timing/reading = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/indicator/addCouplingCons = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.06	c 
0.02/0.06	o 420925
0.02/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.02/0.06	c t 0.1s|     1 |     0 |     0 |     - |4959k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   136 |     - |6100k|   0 |  78 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   435 |     - |9675k|   0 |  86 |1800 |2550 |1800 | 880 |  30 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   567 |     - |  11M|   0 |  78 |1800 |2550 |1800 | 900 |  50 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   658 |     - |  12M|   0 |  81 |1800 |2550 |1800 | 919 |  69 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   754 |     - |  14M|   0 |  86 |1800 |2550 |1800 | 933 |  83 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |   784 |     - |  16M|   0 |  87 |1800 |2550 |1800 | 939 |  89 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |   824 |     - |  18M|   0 |  88 |1800 |2550 |1800 | 942 |  92 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     2 |   824 |     - |  18M|   0 |  88 |1800 |2550 |1800 | 942 |  92 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
8.80/8.83	o 8251
8.80/8.83	c * 8.8s|   478 |   476 | 19394 |  38.9 |  21M|  53 |   - |1800 |2550 |1800 |1012 | 373 |   0 | 897 | 0.000000e+00 | 8.251000e+03 |    Inf 
9.99/10.05	o 8083
9.99/10.05	c *10.0s|   686 |   670 | 25835 |  36.5 |  22M|  56 |   - |1800 |2556 |1800 | 993 | 979 |   6 |1001 | 0.000000e+00 | 8.083000e+03 |    Inf 
10.19/10.27	o 7665
10.19/10.27	c *10.3s|   719 |   686 | 26932 |  36.4 |  22M|  56 |   - |1800 |2557 |1800 | 986 |1106 |   7 |1017 | 0.000000e+00 | 7.665000e+03 |    Inf 
10.49/10.55	o 6568
10.49/10.55	c *10.6s|   756 |   697 | 28213 |  36.3 |  22M|  56 |   - |1800 |2559 |1800 |1005 |1319 |   9 |1035 | 0.000000e+00 | 6.568000e+03 |    Inf 
10.69/10.73	o 6216
10.69/10.73	c *10.7s|   774 |   706 | 28908 |  36.3 |  22M|  56 |   - |1800 |2559 |1800 |1010 |1409 |   9 |1063 | 0.000000e+00 | 6.216000e+03 |    Inf 
10.79/10.88	o 4744
10.79/10.88	c *10.9s|   786 |   636 | 29566 |  36.6 |  22M|  56 |   - |1800 |2559 |1800 |1017 |1499 |   9 |1084 | 0.000000e+00 | 4.744000e+03 |    Inf 
10.79/10.89	o 4741
10.79/10.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.79/10.89	c *10.9s|   789 |   635 | 29603 |  36.5 |  22M|  56 |   - |1800 |2563 |1800 |1010 |1499 |  13 |1084 | 0.000000e+00 | 4.741000e+03 |    Inf 
11.29/11.39	o 4519
11.29/11.39	c *11.4s|   855 |   658 | 31756 |  36.2 |  22M|  56 |   - |1800 |2572 |1800 | 980 |1765 |  22 |1133 | 0.000000e+00 | 4.519000e+03 |    Inf 
11.39/11.40	o 4330
11.39/11.40	c *11.4s|   856 |   637 | 31808 |  36.2 |  22M|  56 |   - |1800 |2572 |1800 | 980 |1765 |  22 |1133 | 0.000000e+00 | 4.330000e+03 |    Inf 
12.29/12.39	o 3892
12.29/12.39	c *12.4s|  1000 |   704 | 36869 |  36.1 |  22M|  56 |   - |1800 |2588 |1800 |1002 |2436 |  38 |1166 | 0.000000e+00 | 3.892000e+03 |    Inf 
61.39/61.46	c  61.5s| 10000 |  8292 |351823 |  35.1 |  31M|  59 |  20 |1800 |3345 |1800 | 973 |  28k| 845 |2156 | 0.000000e+00 | 3.892000e+03 |    Inf 
72.79/72.88	o 3769
72.79/72.88	c *72.9s| 11892 |  9715 |420451 |  35.3 |  33M|  59 |   - |1800 |3435 |1800 | 989 |  35k|1046 |2393 | 0.000000e+00 | 3.769000e+03 |    Inf 
126.30/126.33	c   126s| 20000 | 14819 |734453 |  36.7 |  39M|  61 |   3 |1800 |3429 |1800 | 968 |  69k|2152 |3841 | 0.000000e+00 | 3.769000e+03 |    Inf 
190.10/190.16	c   190s| 30000 | 21295 |  1095k|  36.5 |  47M|  62 |  18 |1800 |3140 |1800 | 993 | 110k|3657 |5554 | 0.000000e+00 | 3.769000e+03 |    Inf 
190.10/190.19	o 3721
190.10/190.19	c * 190s| 30004 | 21280 |  1095k|  36.5 |  47M|  62 |   - |1800 |3140 |1800 |1002 | 110k|3657 |5554 | 0.000000e+00 | 3.721000e+03 |    Inf 
202.89/202.91	o 3616
202.89/202.91	c * 203s| 32075 | 22459 |  1171k|  36.5 |  49M|  62 |   - |1800 |3009 |1800 | 991 | 118k|3896 |5995 | 0.000000e+00 | 3.616000e+03 |    Inf 
203.60/203.69	o 3515
203.60/203.69	c * 204s| 32199 | 22445 |  1176k|  36.5 |  49M|  62 |   - |1800 |3016 |1800 |1000 | 118k|3922 |6008 | 0.000000e+00 | 3.515000e+03 |    Inf 
250.81/250.89	c   251s| 40000 | 27320 |  1445k|  36.1 |  55M|  62 |   6 |1800 |2794 |1800 | 968 | 148k|5232 |7068 | 0.000000e+00 | 3.515000e+03 |    Inf 
313.70/313.78	c   314s| 50000 | 33066 |  1823k|  36.4 |  62M|  62 |   3 |1800 |2799 |1800 | 935 | 188k|6798 |8352 | 0.000000e+00 | 3.515000e+03 |    Inf 
354.80/354.80	o 3246
354.80/354.80	c * 355s| 56805 | 36824 |  2036k|  35.8 |  66M|  65 |   - |1800 |2899 |1800 |1000 | 217k|8227 |9105 | 0.000000e+00 | 3.246000e+03 |    Inf 
373.50/373.55	c   374s| 60000 | 38472 |  2139k|  35.6 |  68M|  65 |  11 |1800 |2887 |1800 | 944 | 230k|8877 |9467 | 0.000000e+00 | 3.246000e+03 |    Inf 
435.11/435.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.11/435.15	c   435s| 70000 | 43835 |  2477k|  35.4 |  75M|  66 |   - |1800 |2859 |1800 | 957 | 272k|  10k|  10k| 0.000000e+00 | 3.246000e+03 |    Inf 
444.91/444.94	o 3212
444.91/444.94	c * 445s| 71967 | 45278 |  2537k|  35.2 |  77M|  66 |   - |1800 |2878 |1800 |1006 | 278k|  11k|  10k| 0.000000e+00 | 3.212000e+03 |    Inf 
495.81/495.84	c   496s| 80000 | 49238 |  2799k|  35.0 |  82M|  66 |   - |1800 |2903 |1800 | 943 | 315k|  12k|  11k| 0.000000e+00 | 3.212000e+03 |    Inf 
523.71/523.75	o 3094
523.71/523.75	c * 524s| 84803 | 51664 |  2960k|  34.9 |  85M|  66 |   - |1800 |2892 |1800 |1015 | 333k|  13k|  12k| 0.000000e+00 | 3.094000e+03 |    Inf 
555.60/555.65	o 3059
555.60/555.65	c * 556s| 89862 | 53998 |  3142k|  35.0 |  88M|  66 |   - |1800 |2824 |1800 | 977 | 354k|  14k|  12k| 0.000000e+00 | 3.059000e+03 |    Inf 
556.61/556.66	c   557s| 90000 | 54064 |  3148k|  35.0 |  88M|  66 |   - |1800 |2830 |1800 | 959 | 355k|  14k|  12k| 0.000000e+00 | 3.059000e+03 |    Inf 
612.51/612.57	o 2824
612.51/612.57	c * 613s| 99239 | 58215 |  3462k|  34.9 |  93M|  66 |   - |1800 |2841 |1800 | 999 | 392k|  16k|  13k| 0.000000e+00 | 2.824000e+03 |    Inf 
612.51/612.58	o 2766
612.51/612.58	c * 613s| 99240 | 57972 |  3462k|  34.9 |  93M|  66 |   - |1800 |2841 |1800 | 999 | 392k|  16k|  13k| 0.000000e+00 | 2.766000e+03 |    Inf 
612.72/612.72	o 2596
612.72/612.72	c * 613s| 99252 | 56982 |  3463k|  34.9 |  91M|  66 |   - |1800 |2849 |1800 | 988 | 392k|  16k|  13k| 0.000000e+00 | 2.596000e+03 |    Inf 
616.91/616.93	c   617s|100000 | 57268 |  3484k|  34.8 |  92M|  66 |   - |1800 |2892 |1800 | 954 | 395k|  16k|  13k| 0.000000e+00 | 2.596000e+03 |    Inf 
647.11/647.19	o 2355
647.11/647.19	c * 647s|105215 | 57317 |  3654k|  34.7 |  92M|  66 |   - |1800 |2915 |1800 | 997 | 414k|  18k|  13k| 0.000000e+00 | 2.355000e+03 |    Inf 
647.21/647.20	o 2250
647.21/647.20	c * 647s|105216 | 56036 |  3654k|  34.7 |  90M|  66 |   - |1800 |2915 |1800 | 997 | 414k|  18k|  13k| 0.000000e+00 | 2.250000e+03 |    Inf 
677.02/677.04	c   677s|110000 | 58144 |  3813k|  34.7 |  93M|  66 |   - |1800 |2874 |1800 | 963 | 435k|  19k|  14k| 0.000000e+00 | 2.250000e+03 |    Inf 
690.61/690.70	o 1620
690.61/690.70	c * 691s|112417 | 47103 |  3890k|  34.6 |  81M|  66 |   - |1800 |2927 |1800 |1003 | 443k|  19k|  14k| 0.000000e+00 | 1.620000e+03 |    Inf 
730.81/730.80	c   731s|120000 | 48960 |  4097k|  34.1 |  85M|  66 |  18 |1800 |3116 |1800 | 949 | 469k|  23k|  14k| 0.000000e+00 | 1.620000e+03 |    Inf 
783.51/783.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.51/783.57	c   784s|130000 | 51636 |  4368k|  33.6 |  92M|  66 |   7 |1800 |3269 |1800 | 934 | 502k|  27k|  15k| 0.000000e+00 | 1.620000e+03 |    Inf 
836.32/836.39	c   836s|140000 | 55173 |  4651k|  33.2 | 102M|  66 |  10 |1800 |3327 |1800 | 913 | 533k|  32k|  15k| 0.000000e+00 | 1.620000e+03 |    Inf 
874.62/874.69	o 1206
874.62/874.69	c * 875s|147261 | 47177 |  4852k|  32.9 |  95M|  66 |   - |1800 |3227 |1800 | 972 | 556k|  35k|  15k| 0.000000e+00 | 1.206000e+03 |    Inf 
889.32/889.31	c   889s|150000 | 47165 |  4920k|  32.8 |  98M|  66 |   - |1800 |3429 |   0 |   0 | 565k|  37k|  15k| 0.000000e+00 | 1.206000e+03 |    Inf 
904.72/904.73	o 1075
904.72/904.73	c * 905s|153164 | 44285 |  4995k|  32.6 |  97M|  66 |   - |1800 |3370 |1800 | 986 | 574k|  39k|  15k| 0.000000e+00 | 1.075000e+03 |    Inf 
929.82/929.81	o 1071
929.82/929.81	c * 930s|158071 | 43962 |  5115k|  32.4 | 103M|  66 |   - |1800 |3473 |1800 | 967 | 586k|  43k|  16k| 0.000000e+00 | 1.071000e+03 |    Inf 
930.32/930.35	o 984
930.32/930.35	c * 930s|158224 | 41191 |  5118k|  32.3 |  99M|  66 |   - |1800 |3526 |1800 | 957 | 586k|  43k|  16k| 0.000000e+00 | 9.840000e+02 |    Inf 
938.52/938.56	c   939s|160000 | 40956 |  5158k|  32.2 | 103M|  66 |   5 |1800 |3464 |1800 | 918 | 589k|  45k|  16k| 0.000000e+00 | 9.840000e+02 |    Inf 
943.22/943.27	o 969
943.22/943.27	c * 943s|160833 | 40321 |  5178k|  32.2 | 103M|  66 |   - |1800 |3517 |1800 | 939 | 592k|  46k|  16k| 0.000000e+00 | 9.690000e+02 |    Inf 
962.22/962.28	o 925
962.22/962.28	c * 962s|164464 | 36432 |  5265k|  32.0 | 105M|  66 |   - |1800 |3466 |1800 | 970 | 600k|  50k|  16k| 0.000000e+00 | 9.250000e+02 |    Inf 
962.32/962.32	o 846
962.32/962.32	c * 962s|164466 | 33123 |  5265k|  32.0 | 100M|  66 |   - |1800 |3373 |1800 | 952 | 600k|  50k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
990.03/990.07	c   990s|170000 | 28413 |  5409k|  31.8 | 100M|  66 |   - |1800 |3466 |   0 |   0 | 610k|  56k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
1040.63/1040.66	c  1041s|180000 | 23709 |  5644k|  31.4 |  99M|  66 |   2 |1800 |4034 |1800 | 913 | 632k|  66k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
1088.12/1088.15	c  1088s|190000 | 20435 |  5869k|  30.9 |  97M|  66 |   4 |1800 |4358 |1800 | 912 | 652k|  77k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
1140.03/1140.06	c  1140s|200000 | 19613 |  6077k|  30.4 |  98M|  66 |  15 |1800 |4268 |1800 | 961 | 679k|  88k|  17k| 0.000000e+00 | 8.460000e+02 |    Inf 
1193.83/1193.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.83/1193.88	c  1194s|210000 | 19043 |  6305k|  30.0 |  99M|  66 |  40 |1800 |5019 |1800 | 912 | 706k|  98k|  17k| 0.000000e+00 | 8.460000e+02 |    Inf 
1211.14/1211.13	o 834
1211.14/1211.13	c *1211s|213710 | 18472 |  6387k|  29.9 | 100M|  66 |   - |1800 |4915 |1800 | 948 | 714k| 102k|  17k| 0.000000e+00 | 8.340000e+02 |    Inf 
1217.33/1217.30	o 787
1217.33/1217.30	c *1217s|214897 | 17204 |  6416k|  29.9 |  97M|  66 |   - |1800 |4731 |1800 | 951 | 717k| 104k|  17k| 0.000000e+00 | 7.870000e+02 |    Inf 
1241.23/1241.24	c  1241s|220000 | 17209 |  6520k|  29.6 |  99M|  66 |   - |1800 |5542 |1800 | 944 | 727k| 110k|  17k| 0.000000e+00 | 7.870000e+02 |    Inf 
1287.84/1287.83	c  1288s|230000 | 16505 |  6719k|  29.2 |  99M|  66 |   - |1800 |5172 |1800 | 912 | 747k| 121k|  18k| 0.000000e+00 | 7.870000e+02 |    Inf 
1333.64/1333.69	c  1334s|240000 | 15654 |  6942k|  28.9 |  98M|  66 |   2 |1800 |4667 |1800 | 912 | 765k| 133k|  18k| 0.000000e+00 | 7.870000e+02 |    Inf 
1342.04/1342.09	o 704
1342.04/1342.09	c *1342s|241593 | 13763 |  6974k|  28.9 |  93M|  66 |   - |1800 |4593 |1800 | 914 | 769k| 135k|  18k| 0.000000e+00 | 7.040000e+02 |    Inf 
1380.14/1380.16	c  1380s|250000 | 11945 |  7155k|  28.6 |  90M|  66 |   4 |1800 |4541 |1800 | 961 | 783k| 145k|  18k| 0.000000e+00 | 7.040000e+02 |    Inf 
1422.03/1422.04	o 700
1422.03/1422.04	c *1422s|259279 | 11997 |  7390k|  28.5 |  91M|  66 |   - |1800 |5028 |1800 | 959 | 792k| 156k|  19k| 0.000000e+00 | 7.000000e+02 |    Inf 
1423.54/1423.56	o 686
1423.54/1423.56	c *1424s|259606 | 11768 |  7397k|  28.5 |  90M|  66 |   - |1800 |4496 |1800 | 971 | 793k| 156k|  19k| 0.000000e+00 | 6.860000e+02 |    Inf 
1424.54/1424.53	o 595
1424.54/1424.53	c *1425s|259799 |  9815 |  7401k|  28.5 |  84M|  66 |   - |1800 |4084 |1800 | 972 | 793k| 156k|  19k| 0.000000e+00 | 5.950000e+02 |    Inf 
1424.83/1424.82	o 556
1424.83/1424.82	c *1425s|259847 |  8897 |  7402k|  28.5 |  82M|  66 |   - |1800 |3623 |1800 | 972 | 793k| 156k|  19k| 0.000000e+00 | 5.560000e+02 |    Inf 
1425.44/1425.45	c  1425s|260000 |  8883 |  7406k|  28.5 |  81M|  66 |   4 |1800 |3304 |1800 | 959 | 793k| 157k|  19k| 0.000000e+00 | 5.560000e+02 |    Inf 
1467.14/1467.12	c  1467s|270000 |  5102 |  7648k|  28.3 |  66M|  66 |  12 |1800 |4447 |1800 | 912 | 802k| 169k|  19k| 0.000000e+00 | 5.560000e+02 |    Inf 
1507.14/1507.13	c  1507s|280000 |  3604 |  7881k|  28.1 |  56M|  66 |   - |1800 |4364 |   0 |   0 | 811k| 180k|  19k| 0.000000e+00 | 5.560000e+02 |    Inf 
1540.94/1540.96	o 502
1540.94/1540.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1540.94/1540.96	c *1541s|288136 |  3160 |  8075k|  28.0 |  55M|  66 |   - |1800 |5824 |1800 | 960 | 820k| 189k|  19k| 0.000000e+00 | 5.020000e+02 |    Inf 
1548.44/1548.48	c  1548s|290000 |  3162 |  8122k|  28.0 |  54M|  66 |   - |1800 |5143 |1800 | 915 | 821k| 191k|  19k| 0.000000e+00 | 5.020000e+02 |    Inf 
1586.54/1586.54	c  1587s|300000 |  2786 |  8382k|  27.9 |  52M|  66 |  27 |1800 |4166 |1800 | 963 | 826k| 202k|  20k| 0.000000e+00 | 5.020000e+02 |    Inf 
1592.04/1592.09	o 451
1592.04/1592.09	c *1592s|301335 |  2696 |  8419k|  27.9 |  52M|  66 |   - |1800 |4380 |1800 | 962 | 826k| 204k|  20k| 0.000000e+00 | 4.510000e+02 |    Inf 
1594.95/1594.91	o 422
1594.95/1594.91	c *1595s|302014 |  2660 |  8438k|  27.9 |  51M|  66 |   - |1800 |3999 |1800 | 961 | 826k| 205k|  20k| 0.000000e+00 | 4.220000e+02 |    Inf 
1594.95/1594.92	o 368
1594.95/1594.92	c *1595s|302015 |  2540 |  8438k|  27.9 |  50M|  66 |   - |1800 |3999 |1800 | 961 | 826k| 205k|  20k| 0.000000e+00 | 3.680000e+02 |    Inf 
1595.84/1595.89	o 366
1595.84/1595.89	c *1596s|302249 |  2489 |  8445k|  27.9 |  50M|  66 |   - |1800 |3359 |1800 | 959 | 827k| 205k|  20k| 0.000000e+00 | 3.660000e+02 |    Inf 
1600.54/1600.55	o 166
1600.54/1600.55	c *1601s|303453 |  1230 |  8478k|  27.9 |  38M|  66 |   - |1800 |3063 |1800 | 966 | 827k| 207k|  20k| 0.000000e+00 | 1.660000e+02 |    Inf 
1602.34/1602.31	c 
1602.34/1602.31	c SCIP Status        : problem is solved [optimal solution found]
1602.34/1602.31	c Solving Time (sec) : 1602.31
1602.34/1602.31	c Solving Nodes      : 303926
1602.34/1602.31	c Primal Bound       : +1.66000000000000e+02 (580 solutions)
1602.34/1602.31	c Dual Bound         : +1.66000000000000e+02
1602.34/1602.31	c Gap                : 0.00 %
1602.34/1602.31	s OPTIMUM FOUND
1602.34/1602.31	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 -x184 x183 x182 -x181 x180 -x179 -x178 
1602.34/1602.31	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 x156 -x155 
1602.34/1602.31	v -x154 x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 -x134 x133 -x132 
1602.34/1602.31	v x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 
1602.34/1602.31	v x108 -x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 
1602.34/1602.31	v x83 x82 -x81 x80 -x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 x62 -x61 -x60 x59 -x58 x57 x56 
1602.34/1602.31	v -x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 x44 -x43 x42 -x41 x40 -x39 x38 -x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1602.34/1602.31	v x27 x26 -x25 x24 -x23 x22 -x21 -x20 x19 x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1602.34/1602.31	c SCIP Status        : problem is solved [optimal solution found]
1602.34/1602.31	c Total Time         :    1602.31
1602.34/1602.31	c   solving          :    1602.31
1602.34/1602.31	c   presolving       :       0.04 (included in solving)
1602.34/1602.31	c   reading          :       0.01 (included in solving)
1602.34/1602.31	c Original Problem   :
1602.34/1602.31	c   Problem name     : HOME/instance-3447942-1307902317.wbo
1602.34/1602.31	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1602.34/1602.31	c   Constraints      : 951 initial, 951 maximal
1602.34/1602.31	c Presolved Problem  :
1602.34/1602.31	c   Problem name     : t_HOME/instance-3447942-1307902317.wbo
1602.34/1602.31	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1602.34/1602.31	c   Constraints      : 1700 initial, 6069 maximal
1602.34/1602.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1602.34/1602.31	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
1602.34/1602.31	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1602.34/1602.31	c   root node        :          -       1439          -          -       1439          -          -          -          -          -
1602.34/1602.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1602.34/1602.31	c   integral         :          0          0          0    1029236          0       9760          0        286        864          0          0     402064
1602.34/1602.31	c   varbound         :          0+         6    1228091     827296          0          0     159886        106    8264511     827338          0          0
1602.34/1602.31	c   linear           :        850          6    1228142         37          0       9757    1093841      38230    1655299          0          0          0
1602.34/1602.31	c   indicator        :        850          0    1189957     827296          0       9748     222110          0     240999          0          0          0
1602.34/1602.31	c   logicor          :          0+         0     673947          0          0          0     507232      15810     528021          0          0          0
1602.34/1602.31	c   countsols        :          0          0          0         44          0        538          0          0          0          0          0          0
1602.34/1602.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1602.34/1602.31	c   integral         :      36.23       0.00       0.00      36.21       0.00       0.02       0.00
1602.34/1602.31	c   varbound         :      30.43       0.00      18.47      11.91       0.00       0.00       0.05
1602.34/1602.31	c   linear           :      19.54       0.00      18.27       0.00       0.00       0.66       0.61
1602.34/1602.31	c   indicator        :      62.75       0.01      16.37      41.49       0.00       4.82       0.06
1602.34/1602.31	c   logicor          :      11.90       0.00      11.44       0.00       0.00       0.00       0.46
1602.34/1602.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1602.34/1602.31	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1602.34/1602.31	c   vbounds          :     619595     260826         63   15678272
1602.34/1602.31	c   rootredcost      :         44          0          0        718
1602.34/1602.31	c   pseudoobj        :    1278064     197739      49971    8264736
1602.34/1602.31	c Propagator Timings :  TotalTime  Propagate    Resprop
1602.34/1602.31	c   vbounds          :      61.54      61.47       0.07
1602.34/1602.31	c   rootredcost      :       0.26       0.26       0.00
1602.34/1602.31	c   pseudoobj        :      29.03      27.33       1.70
1602.34/1602.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1602.34/1602.31	c   propagation      :       4.54     104180     102037     427473       24.9       4524       14.2          -
1602.34/1602.31	c   infeasible LP    :       0.00         24         24        111       24.1          0        0.0          0
1602.34/1602.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1602.34/1602.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1602.34/1602.31	c   pseudo solution  :       0.00          3          3          7       32.3          0        0.0          -
1602.34/1602.31	c   applied globally :          -          -          -     207786       20.6          -          -          -
1602.34/1602.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1602.34/1602.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1602.34/1602.31	c   cut pool         :       0.01          5          -          -         83          -    (maximal pool size: 2481)
1602.34/1602.31	c   redcost          :      33.84     559271          0   15474416          0          0
1602.34/1602.31	c   impliedbounds    :       0.00          6          0          0          0          0
1602.34/1602.31	c   intobj           :       0.00          0          0          0          0          0
1602.34/1602.31	c   gomory           :       0.34          6          0          0        638          0
1602.34/1602.31	c   cgmip            :       0.00          0          0          0          0          0
1602.34/1602.31	c   closecuts        :       0.00          0          0          0          0          0
1602.34/1602.31	c   strongcg         :       0.32          6          0          0       2256          0
1602.34/1602.31	c   cmir             :       0.10          6          0          0          0          0
1602.34/1602.31	c   flowcover        :       0.05          6          0          0          0          0
1602.34/1602.31	c   clique           :       0.00          1          0          0          0          0
1602.34/1602.31	c   zerohalf         :       0.00          0          0          0          0          0
1602.34/1602.31	c   mcf              :       0.00          1          0          0          0          0
1602.34/1602.31	c   oddcycle         :       0.00          0          0          0          0          0
1602.34/1602.31	c   rapidlearning    :       0.06          1          0          0          0          0
1602.34/1602.31	c Pricers            :       Time      Calls       Vars
1602.34/1602.31	c   problem variables:       0.00          0          0
1602.34/1602.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1602.34/1602.31	c   relpscost        :      35.86     201940        286        864          0          0     402064
1602.34/1602.31	c   pscost           :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   inference        :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   mostinf          :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   leastinf         :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1602.34/1602.31	c   random           :       0.00          0          0          0          0          0          0
1602.34/1602.31	c Primal Heuristics  :       Time      Calls      Found
1602.34/1602.31	c   LP solutions     :       0.11          -         44
1602.34/1602.31	c   pseudo solutions :       0.00          -          0
1602.34/1602.31	c   feaspump         :       0.01          0          0
1602.34/1602.31	c   oneopt           :       0.29         41          0
1602.34/1602.31	c   guideddiving     :       7.22       1099          0
1602.34/1602.31	c   coefdiving       :       8.09       1099          0
1602.34/1602.31	c   fracdiving       :       7.37       1099          0
1602.34/1602.31	c   pscostdiving     :       7.14       1099          0
1602.34/1602.31	c   veclendiving     :       6.56       1100          0
1602.34/1602.31	c   linesearchdiving :       7.75       1100          0
1602.34/1602.31	c   rootsoldiving    :       6.31        550          0
1602.34/1602.31	c   objpscostdiving  :       4.73        551          1
1602.34/1602.31	c   trivial          :       0.00          2          1
1602.34/1602.31	c   shiftandpropagate:       0.00          0          0
1602.34/1602.31	c   simplerounding   :       0.63     231968          0
1602.34/1602.31	c   zirounding       :       0.11       1000          0
1602.34/1602.31	c   rounding         :       0.65       6742          0
1602.34/1602.31	c   shifting         :       1.60       2129          0
1602.34/1602.31	c   intshifting      :       0.01          0          0
1602.34/1602.31	c   twoopt           :       0.00          0          0
1602.34/1602.31	c   fixandinfer      :       0.00          0          0
1602.34/1602.31	c   clique           :       0.00          0          0
1602.34/1602.31	c   intdiving        :       0.00          0          0
1602.34/1602.31	c   actconsdiving    :       0.00          0          0
1602.34/1602.31	c   octane           :       0.00          0          0
1602.34/1602.31	c   rens             :       0.02          1          0
1602.34/1602.31	c   rins             :       0.00          0          0
1602.34/1602.31	c   localbranching   :       0.00          0          0
1602.34/1602.31	c   mutation         :       0.00          0          0
1602.34/1602.31	c   crossover        :       1.54         48          1
1602.34/1602.31	c   dins             :       0.00          0          0
1602.34/1602.31	c   vbounds          :       0.00          0          0
1602.34/1602.31	c   undercover       :       0.00          0          0
1602.34/1602.31	c   subnlp           :       0.04          0          0
1602.34/1602.31	c   trysol           :       0.55       9198        533
1602.34/1602.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1602.34/1602.31	c   primal LP        :       3.69          0          0       0.00       0.00
1602.34/1602.31	c   dual LP          :     970.16    1117555    8109113       7.26    8358.49
1602.34/1602.31	c   lex dual LP      :       0.00          0          0       0.00          -
1602.34/1602.31	c   barrier LP       :       0.00          0          0       0.00          -
1602.34/1602.31	c   diving/probing LP:      37.38      36870     384179      10.42   10278.58
1602.34/1602.31	c   strong branching :      33.54      20155     276891      13.74    8255.21
1602.34/1602.31	c     (at root node) :          -         33      11295     342.27          -
1602.34/1602.31	c   conflict analysis:       0.00          0          0       0.00          -
1602.34/1602.31	c B&B Tree           :
1602.34/1602.31	c   number of runs   :          1
1602.34/1602.31	c   nodes            :     303926
1602.34/1602.31	c   nodes (total)    :     303926
1602.34/1602.31	c   nodes left       :          0
1602.34/1602.31	c   max depth        :         66
1602.34/1602.31	c   max depth (total):         66
1602.34/1602.31	c   backtracks       :      63795 (21.0%)
1602.34/1602.31	c   delayed cutoffs  :      49569
1602.34/1602.31	c   repropagations   :     154234 (3745732 domain reductions, 12773 cutoffs)
1602.34/1602.31	c   avg switch length:       6.17
1602.34/1602.31	c   switching time   :      53.74
1602.34/1602.31	c Solution           :
1602.34/1602.31	c   Solutions found  :        580 (45 improvements)
1602.34/1602.31	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1602.34/1602.31	c   Primal Bound     : +1.66000000000000e+02   (in run 1, after 303453 nodes, 1600.55 seconds, depth 17, found by <relaxation>)
1602.34/1602.31	c   Dual Bound       : +1.66000000000000e+02
1602.34/1602.31	c   Gap              :       0.00 %
1602.34/1602.31	c   Root Dual Bound  : +0.00000000000000e+00
1602.34/1602.31	c   Root Iterations  :        824
1602.34/1602.33	c Time complete: 1602.38.

Verifier Data

OK	166

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-3447942-1307902317/watcher-3447942-1307902317 -o /var/tmp/evaluation-result-3447942-1307902317/solver-3447942-1307902317 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447942-1307902317.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.01 2.02 1.95 2/174 28322
/proc/meminfo: memFree=1386852/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=10116 CPUtime=0 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 882647634 10358784 1496 33554432000 4194304 9128323 140735953223616 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28322/statm: 2529 1496 399 1205 0 1320 0

[startup+0.0285289 s]
/proc/loadavg: 2.01 2.02 1.95 2/174 28322
/proc/meminfo: memFree=1386852/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=23292 CPUtime=0.02 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 4833 0 0 0 2 0 0 0 25 0 1 0 882647634 23851008 4528 33554432000 4194304 9128323 140735953223616 18446744073709551615 5267810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 5823 4528 520 1205 0 4614 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23292

[startup+0.100516 s]
/proc/loadavg: 2.01 2.02 1.95 2/174 28322
/proc/meminfo: memFree=1386852/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=27812 CPUtime=0.09 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 6212 0 0 0 9 0 0 0 25 0 1 0 882647634 28479488 5867 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 6953 5867 655 1205 0 5744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27812

[startup+0.300483 s]
/proc/loadavg: 2.01 2.02 1.95 2/174 28322
/proc/meminfo: memFree=1386852/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=33680 CPUtime=0.29 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 12111 0 0 0 28 1 0 0 25 0 1 0 882647634 34488320 7458 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 8420 7458 714 1205 0 7211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33680

[startup+0.700411 s]
/proc/loadavg: 2.01 2.02 1.95 2/174 28322
/proc/meminfo: memFree=1386852/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=41044 CPUtime=0.69 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 13840 0 0 0 67 2 0 0 25 0 1 0 882647634 42029056 9176 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 10261 9176 715 1205 0 9052 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41044

[startup+1.50026 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28323
/proc/meminfo: memFree=1343380/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=51532 CPUtime=1.49 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 19904 0 0 0 142 7 0 0 25 0 1 0 882647634 52768768 11796 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 12883 11796 719 1205 0 11674 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51532

[startup+3.10096 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28323
/proc/meminfo: memFree=1342140/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=52004 CPUtime=3.09 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 20040 0 0 0 297 12 0 0 25 0 1 0 882647634 53252096 11932 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 13001 11932 719 1205 0 11792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52004

[startup+6.30038 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28323
/proc/meminfo: memFree=1341152/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=52004 CPUtime=6.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 20049 0 0 0 600 30 0 0 25 0 1 0 882647634 53252096 11941 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 13001 11941 719 1205 0 11792 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 52004

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28323
/proc/meminfo: memFree=1332900/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=58344 CPUtime=12.69 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 26423 0 0 0 1217 52 0 0 25 0 1 0 882647634 59744256 13471 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 14586 13471 727 1205 0 13377 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58344

[startup+25.5008 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28324
/proc/meminfo: memFree=1326696/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=62404 CPUtime=25.49 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 33604 0 0 0 2446 103 0 0 25 0 1 0 882647634 63901696 14525 33554432000 4194304 9128323 140735953223616 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 15601 14525 727 1205 0 14392 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62404

[startup+51.1001 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 28324
/proc/meminfo: memFree=1316432/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=66312 CPUtime=51.09 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 37163 0 0 0 4920 189 0 0 25 0 1 0 882647634 67903488 15529 33554432000 4194304 9128323 140735953223616 18446744073709551615 7343292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 16578 15529 727 1205 0 15369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66312

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 28326
/proc/meminfo: memFree=1299000/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=76120 CPUtime=102.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 51191 0 0 0 9861 369 0 0 25 0 1 0 882647634 77946880 17996 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 19030 17996 727 1205 0 17821 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76120

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 28327
/proc/meminfo: memFree=1286192/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=81472 CPUtime=162.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 57297 0 0 0 15663 567 0 0 25 0 1 0 882647634 83427328 19370 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 20368 19370 727 1205 0 19159 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81472

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/175 28367
/proc/meminfo: memFree=1294004/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=87320 CPUtime=222.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 80936 0 0 0 21481 749 0 0 25 0 1 0 882647634 89415680 20856 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 21830 20856 727 1205 0 20621 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 87320

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/175 28369
/proc/meminfo: memFree=1277728/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=96500 CPUtime=282.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 85831 0 0 0 27321 909 0 0 25 0 1 0 882647634 98816000 23128 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 24125 23128 727 1205 0 22916 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96500

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28370
/proc/meminfo: memFree=1263424/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=102652 CPUtime=342.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 90893 0 0 0 33168 1062 0 0 25 0 1 0 882647634 105115648 24709 33554432000 4194304 9128323 140735953223616 18446744073709551615 6505962 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 25663 24709 727 1205 0 24454 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102652

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 28372
/proc/meminfo: memFree=1244260/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=110192 CPUtime=402.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 105927 0 0 0 39010 1220 0 0 25 0 1 0 882647634 112836608 26618 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 27548 26618 727 1205 0 26339 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110192

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/175 28373
/proc/meminfo: memFree=1229088/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=117768 CPUtime=462.3 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 119556 0 0 0 44857 1373 0 0 25 0 1 0 882647634 120594432 28556 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 29442 28556 727 1205 0 28233 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117768

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/175 28375
/proc/meminfo: memFree=1212400/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=124300 CPUtime=522.31 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 123735 0 0 0 50698 1533 0 0 25 0 1 0 882647634 127283200 30184 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 31075 30184 727 1205 0 29866 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 124300

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28377
/proc/meminfo: memFree=1198956/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=129676 CPUtime=582.31 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 145190 0 0 0 56542 1689 0 0 25 0 1 0 882647634 132788224 31575 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 32419 31575 733 1205 0 31210 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 129676

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28378
/proc/meminfo: memFree=1182784/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=135544 CPUtime=642.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 157403 0 0 0 62392 1840 0 0 25 0 1 0 882647634 138797056 33048 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 33886 33048 733 1205 0 32677 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 135544

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28380
/proc/meminfo: memFree=1174292/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=137244 CPUtime=702.31 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 176640 0 0 0 68242 1989 0 0 25 0 1 0 882647634 140537856 33451 33554432000 4194304 9128323 140735953223616 18446744073709551615 6713321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 34311 33451 733 1205 0 33102 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 137244

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28381
/proc/meminfo: memFree=1161096/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=140752 CPUtime=762.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 183474 0 0 0 74095 2137 0 0 25 0 1 0 882647634 144130048 34356 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 35188 34356 733 1205 0 33979 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 140752

[startup+822.301 s]
/proc/loadavg: 2.05 2.01 1.97 3/175 28386
/proc/meminfo: memFree=1143052/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=148800 CPUtime=822.31 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 185478 0 0 0 79954 2277 0 0 25 0 1 0 882647634 152371200 36346 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 37200 36346 733 1205 0 35991 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 148800

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 28388
/proc/meminfo: memFree=1121256/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=159208 CPUtime=882.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 199278 0 0 0 85805 2427 0 0 25 0 1 0 882647634 163028992 38972 33554432000 4194304 9128323 140735953223616 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 39802 38972 733 1205 0 38593 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 159208

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28389
/proc/meminfo: memFree=1094292/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=179884 CPUtime=942.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 220473 0 0 0 91677 2555 0 0 25 0 1 0 882647634 184201216 44134 33554432000 4194304 9128323 140735953223616 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 44971 44134 733 1205 0 43762 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 179884

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/175 28391
/proc/meminfo: memFree=1058252/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=206124 CPUtime=1002.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 241655 0 0 0 97541 2691 0 0 25 0 1 0 882647634 211070976 50589 33554432000 4194304 9128323 140735953223616 18446744073709551615 7205392 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 51531 50589 733 1205 0 50322 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206124

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 28392
/proc/meminfo: memFree=1041948/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=215496 CPUtime=1062.33 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 247234 0 0 0 103420 2813 0 0 25 0 1 0 882647634 220667904 52932 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 53874 52932 733 1205 0 52665 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 215496

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/175 28394
/proc/meminfo: memFree=1026124/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=221572 CPUtime=1122.32 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 249947 0 0 0 109309 2923 0 0 25 0 1 0 882647634 226889728 54413 33554432000 4194304 9128323 140735953223616 18446744073709551615 5605690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 55393 54413 733 1205 0 54184 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 221572

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 28396
/proc/meminfo: memFree=1011164/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=226052 CPUtime=1182.33 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 251081 0 0 0 115182 3051 0 0 25 0 1 0 882647634 231477248 55543 33554432000 4194304 9128323 140735953223616 18446744073709551615 4528876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 56513 55543 733 1205 0 55304 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 226052

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/175 28397
/proc/meminfo: memFree=998832/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=231100 CPUtime=1242.33 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 263328 0 0 0 121058 3175 0 0 25 0 1 0 882647634 236646400 56823 33554432000 4194304 9128323 140735953223616 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 57775 56823 733 1205 0 56566 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 231100

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28399
/proc/meminfo: memFree=986120/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=236192 CPUtime=1302.33 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 267001 0 0 0 126939 3294 0 0 25 0 1 0 882647634 241860608 58052 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 59048 58052 733 1205 0 57839 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 236192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28400
/proc/meminfo: memFree=977500/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=239180 CPUtime=1362.34 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 273797 0 0 0 132815 3419 0 0 25 0 1 0 882647634 244920320 58803 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 59795 58803 733 1205 0 58586 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 239180

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28402
/proc/meminfo: memFree=969860/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=241616 CPUtime=1422.35 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 278854 0 0 0 138679 3556 0 0 25 0 1 0 882647634 247414784 59408 33554432000 4194304 9128323 140735953223616 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 60404 59408 733 1205 0 59195 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 241616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28404
/proc/meminfo: memFree=961632/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=243564 CPUtime=1482.34 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 291656 0 0 0 144529 3705 0 0 25 0 1 0 882647634 249409536 59897 33554432000 4194304 9128323 140735953223616 18446744073709551615 7343102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 60891 59897 733 1205 0 59682 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 243564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28405
/proc/meminfo: memFree=953884/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=244036 CPUtime=1542.35 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 295843 0 0 0 150389 3846 0 0 25 0 1 0 882647634 249892864 60035 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 61009 60035 733 1205 0 59800 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 244036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28407
/proc/meminfo: memFree=948504/32951124 swapFree=67062232/67111528
[pid=28322] ppid=28320 vsize=244376 CPUtime=1602.34 cores=1,3,5,7
/proc/28322/stat : 28322 (scip-2.0.1.4.li) R 28320 28322 27059 0 -1 4202496 308556 0 0 0 156241 3993 0 0 25 0 1 0 882647634 250241024 60100 33554432000 4194304 9128323 140735953223616 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28322/statm: 61094 60100 733 1205 0 59885 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 244376

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

Child status: 0
Real time (s): 1602.34
CPU time (s): 1602.39
CPU user time (s): 1562.44
CPU system time (s): 39.9439
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 256812

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

runsolver used 2.13468 second user time and 5.15721 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 20:11:57
IDJOB=3447942
IDBENCH=79398
IDSOLVER=1944
FILE ID=node147/3447942-1307902317
RUNJOBID= node147-1307898650-27346
PBS_JOBID= 13559562
Free space on /var/tmp= 2900 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-jnh19_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 /var/tmp/evaluation-result-3447942-1307902317/watcher-3447942-1307902317 -o /var/tmp/evaluation-result-3447942-1307902317/solver-3447942-1307902317 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447942-1307902317.wbo -t 1800 -m 15500

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

MD5SUM BENCH= af72756a7b8194161c8db176c46da286
RANDOM SEED=72503708

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:       1387660 kB
Buffers:         54176 kB
Cached:       30492232 kB
SwapCached:       9880 kB
Active:       15773156 kB
Inactive:     14844192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1387660 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           20076 kB
Writeback:           0 kB
AnonPages:       69608 kB
Mapped:          13388 kB
Slab:           883220 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   233092 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= 2888 MiB
End job on node147 at 2011-06-12 20:38:40