Trace number 4392627

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
Fun-sCOP hybrid+ManyGlucose (2019-06-15)SAT 152.645 34.5917

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-80-3-7.xml
MD5SUM06954292f1b618a5cd25146d74869010
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.066718
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":100}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3},{"degree":3,"count":7},{"degree":4,"count":26},{"degree":5,"count":14},{"degree":6,"count":23},{"degree":7,"count":15},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":4,"count":9},{"arity":5,"count":13},{"arity":6,"count":3},{"arity":7,"count":12},{"arity":8,"count":9},{"arity":9,"count":11},{"arity":10,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":80}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-24713-serial-file.bin HOME/instance-4392627-1568433453.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Sat Sep 14 05:56:52 CEST 2019
0.66/0.56	c PID: 24716
0.66/0.56	c IP: 172.20.3.117
0.66/0.56	c HOST: node117.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.42/0.94	c (0,0) Parsing End
1.42/0.94	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 80 ctr, max domain size 46
1.42/0.94	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.94	c (0,0) Constraint Name Generate Begin
1.42/0.95	c (0,0) Ctr:HOME/instance-4392627-1568433453.xml,Num:Var:WeightedSum
1.42/0.95	c (0,0) Constraint Name Generate End
1.42/0.95	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.95	c (0,0) CSP to CSPinCNF Begin
1.60/1.06	c (0,0) translated 8 (10%) constraints
1.60/1.08	c (0,0) translated 16 (20%) constraints
1.60/1.09	c (0,0) translated 24 (30%) constraints
1.60/1.11	c (0,0) translated 32 (40%) constraints
1.85/1.12	c (0,0) translated 40 (50%) constraints
1.85/1.12	c (0,0) translated 48 (60%) constraints
1.85/1.13	c (0,0) translated 56 (70%) constraints
1.85/1.14	c (0,0) translated 64 (80%) constraints
1.85/1.15	c (0,0) translated 72 (90%) constraints
1.85/1.16	c (0,0) translated 80 (100%) constraints
1.85/1.16	c (0,0) ===========================================
1.85/1.17	c (0,0) Hybrid: #OE=1, #LE=99
1.85/1.17	c (0,0) Hybrid
1.85/1.17	c (0,0) ===========================================
1.85/1.18	c (0,0) translated 8 (10%) constraints
1.85/1.19	c (0,0) translated 16 (20%) constraints
1.85/1.20	c (0,0) translated 24 (30%) constraints
2.14/1.20	c (0,0) translated 32 (40%) constraints
2.14/1.21	c (0,0) translated 40 (50%) constraints
2.14/1.21	c (0,0) translated 48 (60%) constraints
2.14/1.22	c (0,0) translated 56 (70%) constraints
2.14/1.22	c (0,0) translated 64 (80%) constraints
2.14/1.23	c (0,0) translated 72 (90%) constraints
2.14/1.23	c (0,0) translated 80 (100%) constraints
2.14/1.24	c (0,0) CSP to CSPinCNF End
2.14/1.24	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 160 ctr, max domain size 46
2.14/1.24	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.14/1.24	c (0,0) CSPinCNF Propagation Begin
2.14/1.25	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/1.25	c (0,0) CSPinCNF Propagation End
2.14/1.25	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 160 ctr, max domain size 46
2.14/1.25	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.14/1.26	c (0,0) Hybrid: #OE=1, #LE=99
2.14/1.26	c (0,0) Simplify CSPinCNF Begin
2.14/1.26	c (0,0) Simplify CSPinCNF End
2.14/1.26	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 160 ctr, max domain size 46
2.14/1.26	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.14/1.26	c (0,0) Calculate Precise Domain Begin
2.14/1.27	c (0,0) 0 values are removed by re-calculation
2.14/1.27	c (0,0) Calculate Precise Domain End
2.14/1.27	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 160 ctr, max domain size 46
2.14/1.27	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.14/1.27	c (0,0) CSPinCNF to SatSolver Begin
4.29/2.15	c (1,1) 16 (10 %) CSP clauses are encoded (0 SAT variables, 311954 SAT clauses)
4.68/2.59	c (2,2) 32 (20 %) CSP clauses are encoded (0 SAT variables, 521423 SAT clauses)
5.60/3.48	c (2,2) 48 (30 %) CSP clauses are encoded (0 SAT variables, 941013 SAT clauses)
6.31/4.18	c (3,3) 64 (40 %) CSP clauses are encoded (0 SAT variables, 1277404 SAT clauses)
7.05/4.80	c (4,4) 80 (50 %) CSP clauses are encoded (0 SAT variables, 1568352 SAT clauses)
7.29/5.05	c (4,4) 96 (60 %) CSP clauses are encoded (0 SAT variables, 1685766 SAT clauses)
7.79/5.57	c (5,5) 112 (70 %) CSP clauses are encoded (0 SAT variables, 1932706 SAT clauses)
7.99/5.74	c (5,5) 128 (80 %) CSP clauses are encoded (0 SAT variables, 2014839 SAT clauses)
8.64/6.37	c (5,5) 144 (90 %) CSP clauses are encoded (0 SAT variables, 2300423 SAT clauses)
9.35/7.07	c (6,6) 160 (100 %) CSP clauses are encoded (0 SAT variables, 2626417 SAT clauses)
9.45/7.13	c (6,6) CSPinCNF to SatSolver End
9.45/7.13	c (6,6) Heap : 4956 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
9.45/7.13	c (6,6) 960903 bool, 2653696 clause
9.45/7.13	c (6,6) Export Begin
9.59/7.26	c (6,6) Export to HOME/scop-24713-serial-file.bin
9.59/7.26	c (6,6) Export End
9.59/7.26	c (6,6) Export File Size: 0.11 MB
9.59/7.26	c (6,6) 0,0,0,0,0,0,6,STOP-AFTER(DIMACS)
9.59/7.26	c END-Prog: Sat Sep 14 05:56:58 CEST 2019
0.00/7.32	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-24713-serial-file.bin
9.82/7.78	c (0,0) Read Serial File Begin
9.82/7.78	c (0,0) HOME/scop-24713-serial-file.bin
10.82/8.04	c (0,0) Read Serial File End
11.17/8.19	
11.17/8.19	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
11.17/8.19	(Solving Process)
11.17/8.19	
11.17/8.19	c BEGIN-Prog: Sat Sep 14 05:56:59 CEST 2019
11.17/8.19	c PID: 24739
11.17/8.19	c IP: 172.20.3.117
11.17/8.19	c HOST: node117.alineos.net
11.17/8.19	c (0,0) SatSolver.solve Begin
11.17/8.19	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392627-1568433453.xml-scop-24716.cnf
11.17/8.19	c (0,0) c
11.17/8.19	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
11.17/8.19	c (0,0) c
11.17/8.19	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
11.17/8.19	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
11.17/8.19	c (0,0) c ========================================[ Problem Statistics ]===========================================
11.17/8.19	c (0,0) c |                                                                                                       |
12.36/9.39	c (1,0) c |  Number of variables:        960903                                                                   |
12.36/9.39	c (1,0) c |  Number of clauses:         2653444                                                                   |
12.36/9.39	c (1,0) c |  Parse time:                   1.09 s                                                                 |
12.36/9.39	c (1,0) c |                                                                                                       |
16.55/13.54	c (5,0) c |  Simplification time:          4.06 s                                                                 |
16.55/13.54	c (5,0) c |                                                                                                       |
16.55/13.54	c (5,0) c |  Generating clones                                                                                    |
18.25/15.29	c (7,0) c |  all clones generated. Memory =  2629.63Mb.                                                           |
18.25/15.29	c (7,0) c ========================================================================================================|
18.25/15.29	c (7,0) c
18.25/15.29	c (7,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
18.25/15.29	c (7,0) c
18.25/15.29	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
18.25/15.29	c (7,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
18.25/15.29	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
18.25/15.29	c (7,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
18.25/15.29	c (7,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
18.25/15.29	c (7,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
18.25/15.29	c (7,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
18.25/15.29	c (7,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
18.25/15.29	c (7,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
18.25/15.29	c (7,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
18.25/15.29	c (7,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
18.25/15.29	c (7,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
18.25/15.29	c (7,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
18.25/15.29	c (7,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
18.25/15.29	c (7,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
18.25/15.29	c (7,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
18.25/15.29	c (7,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
18.25/15.29	c (7,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
18.25/15.29	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c real time : 25.8431 s
151.40/33.95	c (26,0) c cpu time  : 137.198 s
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | Conflicts     |           64253 |       8106 |       7263 |       7894 |       7691 |       7222 |       7420 |       7876 |      10781 |
151.40/33.95	c (26,0) c | Decisions     |          646477 |      39069 |      55979 |      53490 |      49525 |     316150 |      38578 |      50207 |      43479 |
151.40/33.95	c (26,0) c | Propagations  |       428016005 |   51434412 |   51133160 |   54658162 |   54527024 |   52521332 |   54165121 |   54606457 |   54970337 |
151.40/33.95	c (26,0) c | ReduceDBs     |              16 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |
151.40/33.95	c (26,0) c | SimpDBs       |              51 |          6 |          6 |          6 |          7 |          6 |          6 |          7 |          7 |
151.40/33.95	c (26,0) c | Restarts      |             205 |         21 |         19 |         26 |         31 |         36 |         18 |         25 |         29 |
151.40/33.95	c (26,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
151.40/33.95	c (26,0) c | PropBinClauses|       251855573 |   30406968 |   28598496 |   32565685 |   31818647 |   30257878 |   31267650 |   33319802 |   33620447 |
151.40/33.95	c (26,0) c | PropPreBlocker|       675253491 |   80689931 |   81918102 |   82176689 |   85599298 |   82048851 |   86477884 |   84997708 |   91345028 |
151.40/33.95	c (26,0) c | PropNotBlocker|       394159585 |   46813646 |   48634905 |   49277008 |   50261340 |   48270052 |   50445044 |   49273671 |   51183919 |
151.40/33.95	c (26,0) c | LitFullScans  |      2006606000 |  240091499 |  240158536 |  246268537 |  258239389 |  241515767 |  252160992 |  258127526 |  270043754 |
151.40/33.95	c (26,0) c | LitScanFracts |         1383779 |      79467 |     108478 |     246825 |     227200 |     200834 |     127497 |     105771 |     287707 |
151.40/33.95	c (26,0) c | DecisionLevel0|             462 |         48 |         56 |         68 |         69 |         65 |         46 |         49 |         61 |
151.40/33.95	c (26,0) c | Periods       |             333 |         40 |         40 |         41 |         43 |         40 |         42 |         43 |         44 |
151.40/33.95	c (26,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
151.40/33.95	c (26,0) c | Avg_Trail     |                 |      79227 |      85583 |      73567 |      81010 |      81907 |      85346 |      75572 |      65762 |
151.40/33.95	c (26,0) c | Avg_DL        |                 |         51 |         57 |        166 |         54 |         59 |         39 |         52 |         94 |
151.40/33.95	c (26,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
151.40/33.95	c (26,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | Exported      |            9417 |       1119 |       1036 |       1483 |       1265 |        823 |       1070 |       1047 |       1574 |
151.40/33.95	c (26,0) c | Imported      |           13859 |       1674 |       1748 |       1799 |       1934 |       1410 |       1779 |       1867 |       1648 |
151.40/33.95	c (26,0) c | Good          |            4543 |        547 |        574 |        577 |        589 |        471 |        575 |        599 |        611 |
151.40/33.95	c (26,0) c | Purge         |            9316 |       1127 |       1174 |       1222 |       1345 |        939 |       1204 |       1268 |       1037 |
151.40/33.95	c (26,0) c | Promoted      |             311 |         40 |         14 |         37 |         86 |         26 |         26 |         58 |         24 |
151.40/33.95	c (26,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
151.40/33.95	c (26,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | Unaries       |                 |         27 |         37 |         42 |         38 |         29 |         28 |         24 |         32 |
151.40/33.95	c (26,0) c | Binaries      |                 |        111 |        134 |        119 |        136 |        110 |        121 |        105 |        148 |
151.40/33.95	c (26,0) c | Glues         |                 |        264 |        383 |        366 |        349 |        320 |        313 |        313 |        398 |
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | Orig_Seen     |             3 % |      86399 |      83199 |      62369 |      73033 |      77722 |      73130 |      89738 |      90059 |
151.40/33.95	c (26,0) c | Diff Orig seen|                 |       8677 |       5477 | -    15353 | -     4689 |      X     | -     4592 |      12016 |      12337 |
151.40/33.95	c (26,0) c | Hamming       |             2 % |      28478 |      28393 |      26652 |      26805 |      X     |      27745 |      30130 |      29778 |
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c | RunningTime   |                 |   18.6 100%|   17.4 100%|   16.6 100%|   16.5 100%|   16.4 100%|   16.5 100%|   16.4 100%|   16.4 100%|
151.40/33.95	c (26,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c | SolvingTime   |                 |   18.6     |   17.4     |   16.6     |   16.5     |   16.4     |   16.5     |   16.4     |   16.4     |
151.40/33.95	c (26,0) c | PropagationTim|                 |   16.6  89%|   15.5  89%|   14.6  88%|   14.5  88%|   14.4  88%|   14.6  88%|   14.4  88%|   14.3  87%|
151.40/33.95	c (26,0) c | AnalysisTime  |                 |    0.6   3%|    0.5   3%|    0.5   3%|    0.5   3%|    0.5   3%|    0.5   3%|    0.5   3%|    0.6   3%|
151.40/33.95	c (26,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c | SimplifyTime  |                 |    0.4   2%|    0.4   2%|    0.3   2%|    0.4   3%|    0.4   2%|    0.3   2%|    0.4   3%|    0.4   3%|
151.40/33.95	c (26,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
151.40/33.95	c (26,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c
151.40/33.95	c (26,0) c Threads : 8
151.40/33.95	c (26,0) c Winner : 4
151.40/33.95	c (26,0) c Conflicts_0 : 8106
151.40/33.95	c (26,0) c Conflicts_1 : 7263
151.40/33.95	c (26,0) c Conflicts_2 : 7894
151.40/33.95	c (26,0) c Conflicts_3 : 7691
151.40/33.95	c (26,0) c Conflicts_4 : 7222
151.40/33.95	c (26,0) c Conflicts_5 : 7420
151.40/33.95	c (26,0) c Conflicts_6 : 7876
151.40/33.95	c (26,0) c Conflicts_7 : 10781
151.40/33.95	c (26,0) c Conflicts_total : 64253
151.40/33.95	c (26,0) c Conflicts_winner : 7222
151.40/33.95	c (26,0) c Decisions_0 : 39069
151.40/33.95	c (26,0) c Decisions_1 : 55979
151.40/33.95	c (26,0) c Decisions_2 : 53490
151.40/33.95	c (26,0) c Decisions_3 : 49525
151.40/33.95	c (26,0) c Decisions_4 : 316150
151.40/33.95	c (26,0) c Decisions_5 : 38578
151.40/33.95	c (26,0) c Decisions_6 : 50207
151.40/33.95	c (26,0) c Decisions_7 : 43479
151.40/33.95	c (26,0) c Decisions_total : 646477
151.40/33.95	c (26,0) c Decisions_winner : 316150
151.40/33.95	c (26,0) c Propagations_0 : 51434412
151.40/33.95	c (26,0) c Propagations_1 : 51133160
151.40/33.95	c (26,0) c Propagations_2 : 54658162
151.40/33.95	c (26,0) c Propagations_3 : 54527024
151.40/33.95	c (26,0) c Propagations_4 : 52521332
151.40/33.95	c (26,0) c Propagations_5 : 54165121
151.40/33.95	c (26,0) c Propagations_6 : 54606457
151.40/33.95	c (26,0) c Propagations_7 : 54970337
151.40/33.95	c (26,0) c Propagations_total : 428016005
151.40/33.95	c (26,0) c Propagations_winner : 52521332
151.40/33.95	c (26,0) c ReduceDBs_0 : 2
151.40/33.95	c (26,0) c ReduceDBs_1 : 2
151.40/33.95	c (26,0) c ReduceDBs_2 : 2
151.40/33.95	c (26,0) c ReduceDBs_3 : 2
151.40/33.95	c (26,0) c ReduceDBs_4 : 2
151.40/33.95	c (26,0) c ReduceDBs_5 : 2
151.40/33.95	c (26,0) c ReduceDBs_6 : 2
151.40/33.95	c (26,0) c ReduceDBs_7 : 2
151.40/33.95	c (26,0) c ReduceDBs_total : 16
151.40/33.95	c (26,0) c ReduceDBs_winner : 2
151.40/33.95	c (26,0) c SimpDBs_0 : 6
151.40/33.95	c (26,0) c SimpDBs_1 : 6
151.40/33.95	c (26,0) c SimpDBs_2 : 6
151.40/33.95	c (26,0) c SimpDBs_3 : 7
151.40/33.95	c (26,0) c SimpDBs_4 : 6
151.40/33.95	c (26,0) c SimpDBs_5 : 6
151.40/33.95	c (26,0) c SimpDBs_6 : 7
151.40/33.95	c (26,0) c SimpDBs_7 : 7
151.40/33.95	c (26,0) c SimpDBs_total : 51
151.40/33.95	c (26,0) c SimpDBs_winner : 6
151.40/33.95	c (26,0) c Restarts_0 : 21
151.40/33.95	c (26,0) c Restarts_1 : 19
151.40/33.95	c (26,0) c Restarts_2 : 26
151.40/33.95	c (26,0) c Restarts_3 : 31
151.40/33.95	c (26,0) c Restarts_4 : 36
151.40/33.95	c (26,0) c Restarts_5 : 18
151.40/33.95	c (26,0) c Restarts_6 : 25
151.40/33.95	c (26,0) c Restarts_7 : 29
151.40/33.95	c (26,0) c Restarts_total : 205
151.40/33.95	c (26,0) c Restarts_winner : 36
151.40/33.95	c (26,0) c ForcedImports_0 : 0
151.40/33.95	c (26,0) c ForcedImports_1 : 0
151.40/33.95	c (26,0) c ForcedImports_2 : 0
151.40/33.95	c (26,0) c ForcedImports_3 : 0
151.40/33.95	c (26,0) c ForcedImports_4 : 0
151.40/33.95	c (26,0) c ForcedImports_5 : 0
151.40/33.95	c (26,0) c ForcedImports_6 : 0
151.40/33.95	c (26,0) c ForcedImports_7 : 0
151.40/33.95	c (26,0) c ForcedImports_total : 0
151.40/33.95	c (26,0) c ForcedImports_winner : 0
151.40/33.95	c (26,0) c PropsBinClauses_0 : 30406968
151.40/33.95	c (26,0) c PropsBinClauses_1 : 28598496
151.40/33.95	c (26,0) c PropsBinClauses_2 : 32565685
151.40/33.95	c (26,0) c PropsBinClauses_3 : 31818647
151.40/33.95	c (26,0) c PropsBinClauses_4 : 30257878
151.40/33.95	c (26,0) c PropsBinClauses_5 : 31267650
151.40/33.95	c (26,0) c PropsBinClauses_6 : 33319802
151.40/33.95	c (26,0) c PropsBinClauses_7 : 33620447
151.40/33.95	c (26,0) c PropsBinClauses_total : 251855573
151.40/33.95	c (26,0) c PropsBinClauses_winner : 30257878
151.40/33.95	c (26,0) c PropsPreBlocker_0 : 80689931
151.40/33.95	c (26,0) c PropsPreBlocker_1 : 81918102
151.40/33.95	c (26,0) c PropsPreBlocker_2 : 82176689
151.40/33.95	c (26,0) c PropsPreBlocker_3 : 85599298
151.40/33.95	c (26,0) c PropsPreBlocker_4 : 82048851
151.40/33.95	c (26,0) c PropsPreBlocker_5 : 86477884
151.40/33.95	c (26,0) c PropsPreBlocker_6 : 84997708
151.40/33.95	c (26,0) c PropsPreBlocker_7 : 91345028
151.40/33.95	c (26,0) c PropsPreBlocker_total : 675253491
151.40/33.95	c (26,0) c PropsPreBlocker_winner : 82048851
151.40/33.95	c (26,0) c PropsNotBlocker_0 : 46813646
151.40/33.95	c (26,0) c PropsNotBlocker_1 : 48634905
151.40/33.95	c (26,0) c PropsNotBlocker_2 : 49277008
151.40/33.95	c (26,0) c PropsNotBlocker_3 : 50261340
151.40/33.95	c (26,0) c PropsNotBlocker_4 : 48270052
151.40/33.95	c (26,0) c PropsNotBlocker_5 : 50445044
151.40/33.95	c (26,0) c PropsNotBlocker_6 : 49273671
151.40/33.95	c (26,0) c PropsNotBlocker_7 : 51183919
151.40/33.95	c (26,0) c PropsNotBlocker_total : 394159585
151.40/33.95	c (26,0) c PropsNotBlocker_winner : 48270052
151.40/33.95	c (26,0) c PropsLitFullScans_0 : 240091499
151.40/33.95	c (26,0) c PropsLitFullScans_1 : 240158536
151.40/33.95	c (26,0) c PropsLitFullScans_2 : 246268537
151.40/33.95	c (26,0) c PropsLitFullScans_3 : 258239389
151.40/33.95	c (26,0) c PropsLitFullScans_4 : 241515767
151.40/33.95	c (26,0) c PropsLitFullScans_5 : 252160992
151.40/33.95	c (26,0) c PropsLitFullScans_6 : 258127526
151.40/33.95	c (26,0) c PropsLitFullScans_7 : 270043754
151.40/33.95	c (26,0) c PropsLitFullScans_total : 2006606000
151.40/33.95	c (26,0) c PropsLitFullScans_winner : 241515767
151.40/33.95	c (26,0) c LitScanFractions_0 : 79467
151.40/33.95	c (26,0) c LitScanFractions_1 : 108478
151.40/33.95	c (26,0) c LitScanFractions_2 : 246825
151.40/33.95	c (26,0) c LitScanFractions_3 : 227200
151.40/33.95	c (26,0) c LitScanFractions_4 : 200834
151.40/33.95	c (26,0) c LitScanFractions_5 : 127497
151.40/33.95	c (26,0) c LitScanFractions_6 : 105771
151.40/33.95	c (26,0) c LitScanFractions_7 : 287707
151.40/33.95	c (26,0) c LitScanFractions_total : 1383779
151.40/33.95	c (26,0) c LitScanFractions_winner : 200834
151.40/33.95	c (26,0) c DecisionLevel0_0 : 48
151.40/33.95	c (26,0) c DecisionLevel0_1 : 56
151.40/33.95	c (26,0) c DecisionLevel0_2 : 68
151.40/33.95	c (26,0) c DecisionLevel0_3 : 69
151.40/33.95	c (26,0) c DecisionLevel0_4 : 65
151.40/33.95	c (26,0) c DecisionLevel0_5 : 46
151.40/33.95	c (26,0) c DecisionLevel0_6 : 49
151.40/33.95	c (26,0) c DecisionLevel0_7 : 61
151.40/33.95	c (26,0) c DecisionLevel0_total : 462
151.40/33.95	c (26,0) c DecisionLevel0_winner : 65
151.40/33.95	c (26,0) c Periods_0 : 40
151.40/33.95	c (26,0) c Periods_1 : 40
151.40/33.95	c (26,0) c Periods_2 : 41
151.40/33.95	c (26,0) c Periods_3 : 43
151.40/33.95	c (26,0) c Periods_4 : 40
151.40/33.95	c (26,0) c Periods_5 : 42
151.40/33.95	c (26,0) c Periods_6 : 43
151.40/33.95	c (26,0) c Periods_7 : 44
151.40/33.95	c (26,0) c Periods_total : 333
151.40/33.96	c (26,0) c Periods_winner : 40
151.40/33.96	c (26,0) c Margin_0 : 20
151.40/33.96	c (26,0) c Margin_1 : 20
151.40/33.96	c (26,0) c Margin_2 : 20
151.40/33.96	c (26,0) c Margin_3 : 20
151.40/33.96	c (26,0) c Margin_4 : 20
151.40/33.96	c (26,0) c Margin_5 : 20
151.40/33.96	c (26,0) c Margin_6 : 20
151.40/33.96	c (26,0) c Margin_7 : 20
151.40/33.96	c (26,0) c Margin_total : 160
151.40/33.96	c (26,0) c Margin_winner : 20
151.40/33.96	c (26,0) c Exported_0 : 1119
151.40/33.96	c (26,0) c Exported_1 : 1036
151.40/33.96	c (26,0) c Exported_2 : 1483
151.40/33.96	c (26,0) c Exported_3 : 1265
151.40/33.96	c (26,0) c Exported_4 : 823
151.40/33.96	c (26,0) c Exported_5 : 1070
151.40/33.96	c (26,0) c Exported_6 : 1047
151.40/33.96	c (26,0) c Exported_7 : 1574
151.40/33.96	c (26,0) c Exported_total : 9417
151.40/33.96	c (26,0) c Exported_winner : 823
151.40/33.96	c (26,0) c Imported_0 : 1674
151.40/33.96	c (26,0) c Imported_1 : 1748
151.40/33.96	c (26,0) c Imported_2 : 1799
151.40/33.96	c (26,0) c Imported_3 : 1934
151.40/33.96	c (26,0) c Imported_4 : 1410
151.40/33.96	c (26,0) c Imported_5 : 1779
151.40/33.96	c (26,0) c Imported_6 : 1867
151.40/33.96	c (26,0) c Imported_7 : 1648
151.40/33.96	c (26,0) c Imported_total : 13859
151.40/33.96	c (26,0) c Imported_winner : 1410
151.40/33.96	c (26,0) c Good_0 : 547
151.40/33.96	c (26,0) c Good_1 : 574
151.40/33.96	c (26,0) c Good_2 : 577
151.40/33.96	c (26,0) c Good_3 : 589
151.40/33.96	c (26,0) c Good_4 : 471
151.40/33.96	c (26,0) c Good_5 : 575
151.40/33.96	c (26,0) c Good_6 : 599
151.40/33.96	c (26,0) c Good_7 : 611
151.40/33.96	c (26,0) c Good_total : 4543
151.40/33.96	c (26,0) c Good_winner : 471
151.40/33.96	c (26,0) c Purge_0 : 1127
151.40/33.96	c (26,0) c Purge_1 : 1174
151.40/33.96	c (26,0) c Purge_2 : 1222
151.40/33.96	c (26,0) c Purge_3 : 1345
151.40/33.96	c (26,0) c Purge_4 : 939
151.40/33.96	c (26,0) c Purge_5 : 1204
151.40/33.96	c (26,0) c Purge_6 : 1268
151.40/33.96	c (26,0) c Purge_7 : 1037
151.40/33.96	c (26,0) c Purge_total : 9316
151.40/33.96	c (26,0) c Purge_winner : 939
151.40/33.96	c (26,0) c Promoted_0 : 40
151.40/33.96	c (26,0) c Promoted_1 : 14
151.40/33.96	c (26,0) c Promoted_2 : 37
151.40/33.96	c (26,0) c Promoted_3 : 86
151.40/33.96	c (26,0) c Promoted_4 : 26
151.40/33.96	c (26,0) c Promoted_5 : 26
151.40/33.96	c (26,0) c Promoted_6 : 58
151.40/33.96	c (26,0) c Promoted_7 : 24
151.40/33.96	c (26,0) c Promoted_total : 311
151.40/33.96	c (26,0) c Promoted_winner : 26
151.40/33.96	c (26,0) c Remove_Imp_0 : 0
151.40/33.96	c (26,0) c Remove_Imp_1 : 0
151.40/33.96	c (26,0) c Remove_Imp_2 : 0
151.40/33.96	c (26,0) c Remove_Imp_3 : 0
151.40/33.96	c (26,0) c Remove_Imp_4 : 0
151.40/33.96	c (26,0) c Remove_Imp_5 : 0
151.40/33.96	c (26,0) c Remove_Imp_6 : 0
151.40/33.96	c (26,0) c Remove_Imp_7 : 0
151.40/33.96	c (26,0) c Remove_Imp_total : 0
151.40/33.96	c (26,0) c Remove_Imp_winner : 0
151.40/33.96	c (26,0) c Blocked_Reuse_0 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_1 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_2 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_3 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_4 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_5 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_6 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_7 : 0
151.40/33.96	c (26,0) c Blocked_Reuse_total : 0
151.40/33.96	c (26,0) c Blocked_Reuse_winner : 0
151.40/33.96	c (26,0) c Unaries_0 : 27
151.40/33.96	c (26,0) c Unaries_1 : 37
151.40/33.96	c (26,0) c Unaries_2 : 42
151.40/33.96	c (26,0) c Unaries_3 : 38
151.40/33.96	c (26,0) c Unaries_4 : 29
151.40/33.96	c (26,0) c Unaries_5 : 28
151.40/33.96	c (26,0) c Unaries_6 : 24
151.40/33.96	c (26,0) c Unaries_7 : 32
151.40/33.96	c (26,0) c Unaries_total : 257
151.40/33.96	c (26,0) c Unaries_winner : 29
151.40/33.96	c (26,0) c Binaries_0 : 111
151.40/33.96	c (26,0) c Binaries_1 : 134
151.40/33.96	c (26,0) c Binaries_2 : 119
151.40/33.96	c (26,0) c Binaries_3 : 136
151.40/33.96	c (26,0) c Binaries_4 : 110
151.40/33.96	c (26,0) c Binaries_5 : 121
151.40/33.96	c (26,0) c Binaries_6 : 105
151.40/33.96	c (26,0) c Binaries_7 : 148
151.40/33.96	c (26,0) c Binaries_total : 984
151.40/33.96	c (26,0) c Binaries_winner : 110
151.40/33.96	c (26,0) c Glues_0 : 264
151.40/33.96	c (26,0) c Glues_1 : 383
151.40/33.96	c (26,0) c Glues_2 : 366
151.40/33.96	c (26,0) c Glues_3 : 349
151.40/33.96	c (26,0) c Glues_4 : 320
151.40/33.96	c (26,0) c Glues_5 : 313
151.40/33.96	c (26,0) c Glues_6 : 313
151.40/33.96	c (26,0) c Glues_7 : 398
151.40/33.96	c (26,0) c Glues_total : 2706
151.40/33.96	c (26,0) c Glues_winner : 320
151.40/33.96	c (26,0) c RunningTime_0 : 18.611239
151.40/33.96	c (26,0) c RunningTime_1 : 17.354298
151.40/33.96	c (26,0) c RunningTime_2 : 16.606495
151.40/33.96	c (26,0) c RunningTime_3 : 16.538924
151.40/33.96	c (26,0) c RunningTime_4 : 16.359233
151.40/33.96	c (26,0) c RunningTime_5 : 16.478084
151.40/33.96	c (26,0) c RunningTime_6 : 16.383844
151.40/33.96	c (26,0) c RunningTime_7 : 16.397174
151.40/33.96	c (26,0) c RunningTime_total : 134.729292
151.40/33.96	c (26,0) c RunningTime_winner : 16.359233
151.40/33.96	c (26,0) c WaitingTime_0 : 0.000095
151.40/33.96	c (26,0) c WaitingTime_1 : 0.000043
151.40/33.96	c (26,0) c WaitingTime_2 : 0.000038
151.40/33.96	c (26,0) c WaitingTime_3 : 0.000047
151.40/33.96	c (26,0) c WaitingTime_4 : 0.000039
151.40/33.96	c (26,0) c WaitingTime_5 : 0.000049
151.40/33.96	c (26,0) c WaitingTime_6 : 0.000059
151.40/33.96	c (26,0) c WaitingTime_7 : 0.000082
151.40/33.96	c (26,0) c WaitingTime_total : 0.000452
151.40/33.96	c (26,0) c WaitingTime_winner : 0.000039
151.40/33.96	c (26,0) c ExchangingTime_0 : 0.003840
151.40/33.96	c (26,0) c ExchangingTime_1 : 0.004415
151.40/33.96	c (26,0) c ExchangingTime_2 : 0.004015
151.40/33.96	c (26,0) c ExchangingTime_3 : 0.003458
151.40/33.96	c (26,0) c ExchangingTime_4 : 0.006093
151.40/33.96	c (26,0) c ExchangingTime_5 : 0.005100
151.40/33.96	c (26,0) c ExchangingTime_6 : 0.003603
151.40/33.96	c (26,0) c ExchangingTime_7 : 0.005993
151.40/33.96	c (26,0) c ExchangingTime_total : 0.036515
151.40/33.96	c (26,0) c ExchangingTime_winner : 0.006093
151.40/33.96	c (26,0) c PeriodProcTime_0 : 0.000396
151.40/33.96	c (26,0) c PeriodProcTime_1 : 0.000496
151.40/33.96	c (26,0) c PeriodProcTime_2 : 0.000487
151.40/33.96	c (26,0) c PeriodProcTime_3 : 0.000441
151.40/33.96	c (26,0) c PeriodProcTime_4 : 0.002432
151.40/33.96	c (26,0) c PeriodProcTime_5 : 0.000604
151.40/33.96	c (26,0) c PeriodProcTime_6 : 0.000439
151.40/33.96	c (26,0) c PeriodProcTime_7 : 0.000509
151.40/33.96	c (26,0) c PeriodProcTime_total : 0.005805
151.40/33.96	c (26,0) c PeriodProcTime_winner : 0.002432
151.40/33.96	c (26,0) c SolvingTime_0 : 18.615570
151.40/33.96	c (26,0) c SolvingTime_1 : 17.359252
151.40/33.96	c (26,0) c SolvingTime_2 : 16.611035
151.40/33.96	c (26,0) c SolvingTime_3 : 16.542869
151.40/33.96	c (26,0) c SolvingTime_4 : 16.367798
151.40/33.96	c (26,0) c SolvingTime_5 : 16.483836
151.40/33.96	c (26,0) c SolvingTime_6 : 16.387945
151.40/33.96	c (26,0) c SolvingTime_7 : 16.403758
151.40/33.96	c (26,0) c SolvingTime_total : 134.772063
151.40/33.96	c (26,0) c SolvingTime_winner : 16.367798
151.40/33.96	c (26,0) c PropagationTime_0 : 16.632925
151.40/33.96	c (26,0) c PropagationTime_1 : 15.460158
151.40/33.96	c (26,0) c PropagationTime_2 : 14.641844
151.40/33.96	c (26,0) c PropagationTime_3 : 14.541478
151.40/33.96	c (26,0) c PropagationTime_4 : 14.414732
151.40/33.96	c (26,0) c PropagationTime_5 : 14.575687
151.40/33.96	c (26,0) c PropagationTime_6 : 14.416561
151.40/33.96	c (26,0) c PropagationTime_7 : 14.338443
151.40/33.96	c (26,0) c PropagationTime_total : 119.021827
151.40/33.96	c (26,0) c PropagationTime_winner : 14.414732
151.40/33.96	c (26,0) c AnalysisTime_0 : 0.556952
151.40/33.96	c (26,0) c AnalysisTime_1 : 0.480727
151.40/33.96	c (26,0) c AnalysisTime_2 : 0.499258
151.40/33.96	c (26,0) c AnalysisTime_3 : 0.493486
151.40/33.96	c (26,0) c AnalysisTime_4 : 0.473991
151.40/33.96	c (26,0) c AnalysisTime_5 : 0.501286
151.40/33.96	c (26,0) c AnalysisTime_6 : 0.489404
151.40/33.96	c (26,0) c AnalysisTime_7 : 0.567095
151.40/33.96	c (26,0) c AnalysisTime_total : 4.062199
151.40/33.96	c (26,0) c AnalysisTime_winner : 0.473991
151.40/33.96	c (26,0) c ReductionTime_0 : 0.002165
151.40/33.96	c (26,0) c ReductionTime_1 : 0.001291
151.40/33.96	c (26,0) c ReductionTime_2 : 0.001524
151.40/33.96	c (26,0) c ReductionTime_3 : 0.002306
151.40/33.96	c (26,0) c ReductionTime_4 : 0.001522
151.40/33.96	c (26,0) c ReductionTime_5 : 0.002409
151.40/33.96	c (26,0) c ReductionTime_6 : 0.002570
151.40/33.96	c (26,0) c ReductionTime_7 : 0.001555
151.40/33.96	c (26,0) c ReductionTime_total : 0.015343
151.40/33.96	c (26,0) c ReductionTime_winner : 0.001522
151.40/33.96	c (26,0) c SimplifyTime_0 : 0.381086
151.40/33.96	c (26,0) c SimplifyTime_1 : 0.358504
151.40/33.96	c (26,0) c SimplifyTime_2 : 0.347504
151.40/33.96	c (26,0) c SimplifyTime_3 : 0.423313
151.40/33.96	c (26,0) c SimplifyTime_4 : 0.356751
151.40/33.96	c (26,0) c SimplifyTime_5 : 0.349443
151.40/33.96	c (26,0) c SimplifyTime_6 : 0.426465
151.40/33.96	c (26,0) c SimplifyTime_7 : 0.418401
151.40/33.96	c (26,0) c SimplifyTime_total : 3.061469
151.40/33.96	c (26,0) c SimplifyTime_winner : 0.356751
151.40/33.96	c (26,0) c UsedRateTime_0 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_1 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_2 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_3 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_4 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_5 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_6 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_7 : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_total : 0.000000
151.40/33.97	c (26,0) c UsedRateTime_winner : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_0 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_1 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_2 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_3 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_4 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_5 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_6 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_7 : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_total : 0.000000
151.40/33.97	c (26,0) c OverlapRateTime_winner : 0.000000
151.40/33.97	c (26,0) c
151.40/33.97	c (26,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
151.40/33.97	c (26,0) c
151.40/33.97	c (26,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.97	c (26,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
151.40/33.97	c (26,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.97	c (26,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
151.40/33.97	c (26,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
151.40/33.97	c (26,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
151.40/33.97	c (26,0) c | Initial random_seed   | 1177361258 | 2035031971 |  193278617 | 1327152024 |    4603262 | 1379868726 | 1652215297 | 1657193495 |
151.40/33.97	c (26,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
151.40/33.97	c (26,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
151.40/33.97	c (26,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
151.40/33.97	c (26,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
151.40/33.97	c (26,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
151.40/33.97	c (26,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
151.40/33.97	c (26,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
151.40/33.97	c (26,0) c | var_decay             |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8200 |
151.40/33.97	c (26,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
151.40/33.97	c (26,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
151.40/33.97	c (26,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
151.40/33.97	c (26,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
151.40/33.97	c (26,0) 
151.40/33.97	c (26,0) s SATISFIABLE
152.35/34.45	c (26,0) SatSolver.solve End
152.35/34.45	c (26,0) Heap : 321 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
152.35/34.45	c (26,0) Show results Begin
152.48/34.55	c (26,0) x[0] = 43
152.48/34.55	c (26,0) x[1] = 3
152.48/34.55	c (26,0) x[2] = 41
152.48/34.55	c (26,0) x[3] = 31
152.48/34.55	c (26,0) x[4] = 23
152.48/34.55	c (26,0) x[5] = 31
152.48/34.55	c (26,0) x[6] = 3
152.48/34.55	c (26,0) x[7] = 41
152.48/34.55	c (26,0) x[8] = 29
152.48/34.55	c (26,0) x[9] = 3
152.48/34.55	c (26,0) x[10] = 5
152.48/34.55	c (26,0) x[11] = 19
152.48/34.55	c (26,0) x[12] = 13
152.48/34.55	c (26,0) x[13] = 11
152.48/34.55	c (26,0) x[14] = 23
152.48/34.55	c (26,0) x[15] = 3
152.48/34.55	c (26,0) x[16] = 2
152.48/34.55	c (26,0) x[17] = 17
152.48/34.55	c (26,0) x[18] = 19
152.48/34.55	c (26,0) x[19] = 3
152.48/34.55	c (26,0) x[20] = 37
152.48/34.55	c (26,0) x[21] = 23
152.48/34.55	c (26,0) x[22] = 41
152.48/34.55	c (26,0) x[23] = 29
152.48/34.55	c (26,0) x[24] = 5
152.48/34.55	c (26,0) x[25] = 13
152.48/34.55	c (26,0) x[26] = 5
152.48/34.55	c (26,0) x[27] = 43
152.48/34.55	c (26,0) x[28] = 19
152.48/34.55	c (26,0) x[29] = 31
152.48/34.55	c (26,0) x[30] = 47
152.48/34.55	c (26,0) x[31] = 41
152.48/34.55	c (26,0) x[32] = 41
152.48/34.55	c (26,0) x[33] = 7
152.48/34.55	c (26,0) x[34] = 47
152.48/34.55	c (26,0) x[35] = 41
152.48/34.55	c (26,0) x[36] = 43
152.48/34.55	c (26,0) x[37] = 3
152.48/34.55	c (26,0) x[38] = 3
152.48/34.55	c (26,0) x[39] = 19
152.48/34.55	c (26,0) x[40] = 29
152.48/34.55	c (26,0) x[41] = 7
152.48/34.55	c (26,0) x[42] = 17
152.48/34.55	c (26,0) x[43] = 47
152.48/34.55	c (26,0) x[44] = 47
152.48/34.55	c (26,0) x[45] = 19
152.48/34.55	c (26,0) x[46] = 23
152.48/34.55	c (26,0) x[47] = 47
152.48/34.55	c (26,0) x[48] = 13
152.48/34.55	c (26,0) x[49] = 2
152.48/34.55	c (26,0) x[50] = 23
152.48/34.55	c (26,0) x[51] = 3
152.48/34.55	c (26,0) x[52] = 3
152.48/34.55	c (26,0) x[53] = 13
152.48/34.55	c (26,0) x[54] = 37
152.48/34.55	c (26,0) x[55] = 7
152.48/34.55	c (26,0) x[56] = 5
152.48/34.55	c (26,0) x[57] = 13
152.48/34.55	c (26,0) x[58] = 3
152.48/34.55	c (26,0) x[59] = 3
152.48/34.55	c (26,0) x[60] = 2
152.48/34.55	c (26,0) x[61] = 2
152.48/34.55	c (26,0) x[62] = 47
152.48/34.55	c (26,0) x[63] = 41
152.48/34.55	c (26,0) x[64] = 37
152.48/34.55	c (26,0) x[65] = 13
152.48/34.55	c (26,0) x[66] = 3
152.48/34.55	c (26,0) x[67] = 29
152.48/34.55	c (26,0) x[68] = 43
152.48/34.55	c (26,0) x[69] = 5
152.48/34.55	c (26,0) x[70] = 29
152.48/34.55	c (26,0) x[71] = 2
152.48/34.55	c (26,0) x[72] = 41
152.48/34.55	c (26,0) x[73] = 2
152.48/34.55	c (26,0) x[74] = 47
152.48/34.55	c (26,0) x[75] = 41
152.48/34.55	c (26,0) x[76] = 47
152.48/34.55	c (26,0) x[77] = 47
152.48/34.55	c (26,0) x[78] = 7
152.48/34.55	c (26,0) x[79] = 13
152.48/34.55	c (26,0) x[80] = 19
152.48/34.55	c (26,0) x[81] = 7
152.48/34.55	c (26,0) x[82] = 17
152.48/34.55	c (26,0) x[83] = 23
152.48/34.55	c (26,0) x[84] = 23
152.48/34.55	c (26,0) x[85] = 29
152.48/34.56	c (26,0) x[86] = 7
152.48/34.56	c (26,0) x[87] = 37
152.48/34.56	c (26,0) x[88] = 47
152.48/34.56	c (26,0) x[89] = 11
152.48/34.56	c (26,0) x[90] = 41
152.48/34.56	c (26,0) x[91] = 2
152.48/34.56	c (26,0) x[92] = 37
152.48/34.56	c (26,0) x[93] = 7
152.48/34.56	c (26,0) x[94] = 11
152.48/34.56	c (26,0) x[95] = 19
152.48/34.56	c (26,0) x[96] = 3
152.48/34.56	c (26,0) x[97] = 17
152.48/34.56	c (26,0) x[98] = 29
152.48/34.56	c (26,0) x[99] = 47
152.48/34.56	s SATISFIABLE
152.48/34.57	v <instantiation>
152.48/34.57	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]</list>
152.48/34.57	v     <values>43 3 41 31 23 31 3 41 29 3 5 19 13 11 23 3 2 17 19 3 37 23 41 29 5 13 5 43 19 31 47 41 41 7 47 41 43 3 3 19 29 7 17 47 47 19 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 47 41 37 13 3 29 43 5 29 2 41 2 47 41 47 47 7 13 19 7 17 23 23 29 7 37 47 11 41 2 37 7 11 19 3 17 29 47</values>
152.48/34.57	v </instantiation>
152.48/34.57	c (26,0) Show results End
152.48/34.57	c (26,0) Heap : 321 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
152.48/34.57	c (26,0) 26,26,STOP-AFTER(ALL)
152.48/34.57	c END-Prog: Sat Sep 14 05:57:26 CEST 2019

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14571 MiB free)
  memory of node 1: 16384 MiB (15638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392627-1568433453/watcher-4392627-1568433453 -o /tmp/evaluation-result-4392627-1568433453/solver-4392627-1568433453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392627-1568433453.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24713, runsolver pid=24710
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 1.02 1.12 2.43 3/211 24735
/proc/meminfo: memFree=30840176/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419287279 115843072 349 33554432000 4194304 5098028 140720921821664 140720921818920 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 349 296 221 0 87 0
[pid=24716] ppid=24713 vsize=27314120 memory=105596 CPUtime=0.11 cores=0-7
/proc/24716/stat : 24716 (java) S 24713 24713 15751 0 -1 1077944320 6497 0 0 0 8 3 0 0 20 0 20 0 419287280 27969658880 26399 33554432000 4194304 4196468 140726610089584 140726610072128 139621320990455 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
/proc/24716/statm: 6828530 26399 2802 1 0 6790935 0
[pid=24716/tid=24717] ppid=24713 vsize=27314120 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/24716/task/24717/stat : 24717 (java) R 24713 24713 15751 0 -1 4202560 4577 0 0 0 6 2 0 0 20 0 20 0 419287280 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621292816784 139621321012381 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24718] ppid=24713 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24716/task/24718/stat : 24718 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621325232784 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24719] ppid=24713 vsize=27314120 memory=140708088632960 CPUtime=0 cores=0-7
/proc/24716/task/24719/stat : 24719 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621139388944 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24720] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24720/stat : 24720 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621138336144 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24721] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24721/stat : 24721 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621137283344 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24722] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24722/stat : 24722 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621136231568 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24723] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24723/stat : 24723 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621135178768 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24724] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24724/stat : 24724 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139621134125968 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24725] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24725/stat : 24725 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 26399 33554432000 4194304 4196468 140726610089584 139620736727824 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24726] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24726/stat : 24726 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287284 27969658880 26399 33554432000 4194304 4196468 140726610089584 139619775347056 139621321001602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24727] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24727/stat : 24727 (java) S 24713 24713 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 26399 33554432000 4194304 4196468 140726610089584 139618984911904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24728] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24728/stat : 24728 (java) S 24713 24713 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 26911 33554432000 4194304 4196468 140726610089584 139618850689904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24729] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24729/stat : 24729 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139618476185424 139621321009051 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24730] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24730/stat : 24730 (java) S 24713 24713 15751 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139619774294896 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24731] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24731/stat : 24731 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139619773242096 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24732] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24732/stat : 24732 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139619772189296 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24733] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24733/stat : 24733 (java) S 24713 24713 15751 0 -1 1077944384 257 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139619771136496 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24734] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24734/stat : 24734 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 26911 33554432000 4194304 4196468 140726610089584 139617978280544 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24735] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24735/stat : 24735 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287288 27969658880 26911 33554432000 4194304 4196468 140726610089584 139619770083888 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106992 KiB

[startup+0.211841 s]*
/proc/loadavg: 1.02 1.12 2.43 2/211 24735
/proc/meminfo: memFree=30821468/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419287279 115843072 349 33554432000 4194304 5098028 140720921821664 140720921818920 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 349 296 221 0 87 0
[pid=24716] ppid=24713 vsize=27314120 memory=122412 CPUtime=0.24 cores=0-7
/proc/24716/stat : 24716 (java) S 24713 24713 15751 0 -1 1077944320 11491 0 0 0 20 4 0 0 20 0 20 0 419287280 27969658880 30603 33554432000 4194304 4196468 140726610089584 140726610072128 139621320990455 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
/proc/24716/statm: 6828530 30603 2918 1 0 6790935 0
[pid=24716/tid=24717] ppid=24713 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/24716/task/24717/stat : 24717 (java) R 24713 24713 15751 0 -1 4202560 9178 0 0 0 16 4 0 0 20 0 20 0 419287280 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621292774016 139621301265777 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24718] ppid=24713 vsize=27314120 memory=328 CPUtime=0 cores=0-7
/proc/24716/task/24718/stat : 24718 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621325232784 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24719] ppid=24713 vsize=27314120 memory=140708091598845 CPUtime=0 cores=0-7
/proc/24716/task/24719/stat : 24719 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621139388944 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24720] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24720/stat : 24720 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621138336144 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24721] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24721/stat : 24721 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621137283344 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24722] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24722/stat : 24722 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621136231568 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24723] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24723/stat : 24723 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621135178768 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24724] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24724/stat : 24724 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139621134125968 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24725] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24725/stat : 24725 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 30603 33554432000 4194304 4196468 140726610089584 139620736727824 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24726] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24726/stat : 24726 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287284 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619775347056 139621321001602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24727] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24727/stat : 24727 (java) S 24713 24713 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 30603 33554432000 4194304 4196468 140726610089584 139618984911904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24728] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24728/stat : 24728 (java) S 24713 24713 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 30603 33554432000 4194304 4196468 140726610089584 139618850689904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24729] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24729/stat : 24729 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139618476185424 139621321009051 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24730] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24730/stat : 24730 (java) S 24713 24713 15751 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619774294896 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24731] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24731/stat : 24731 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619773242096 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24732] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24732/stat : 24732 (java) S 24713 24713 15751 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619772189296 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24733] ppid=24713 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/24716/task/24733/stat : 24733 (java) S 24713 24713 15751 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619771136496 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24734] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24734/stat : 24734 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 30603 33554432000 4194304 4196468 140726610089584 139617978280544 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24735] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24735/stat : 24735 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287288 27969658880 30603 33554432000 4194304 4196468 140726610089584 139619770083888 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 123808 KiB

[startup+0.31025 s]*
/proc/loadavg: 1.02 1.12 2.43 2/211 24735
/proc/meminfo: memFree=30818788/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419287279 115843072 349 33554432000 4194304 5098028 140720921821664 140720921818920 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 349 296 221 0 87 0
[pid=24716] ppid=24713 vsize=27314120 memory=126092 CPUtime=0.42 cores=0-7
/proc/24716/stat : 24716 (java) S 24713 24713 15751 0 -1 1077944320 11964 0 0 0 37 5 0 0 20 0 20 0 419287280 27969658880 31523 33554432000 4194304 4196468 140726610089584 140726610072128 139621320990455 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
/proc/24716/statm: 6828530 31523 3024 1 0 6790935 0
[pid=24716/tid=24717] ppid=24713 vsize=27314120 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/24716/task/24717/stat : 24717 (java) R 24713 24713 15751 0 -1 4202560 9450 0 0 0 26 4 0 0 20 0 20 0 419287280 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621292820528 139621302553984 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24718] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24718/stat : 24718 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621325232784 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24719] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24719/stat : 24719 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621139388944 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24720] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24720/stat : 24720 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621138336144 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24721] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24721/stat : 24721 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621137283344 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24722] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24722/stat : 24722 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621136231568 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24723] ppid=24713 vsize=27314120 memory=140707960548015 CPUtime=0 cores=0-7
/proc/24716/task/24723/stat : 24723 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621135178768 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24724] ppid=24713 vsize=27314120 memory=140707960550320 CPUtime=0 cores=0-7
/proc/24716/task/24724/stat : 24724 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139621134125968 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24725] ppid=24713 vsize=27314120 memory=140707960552624 CPUtime=0 cores=0-7
/proc/24716/task/24725/stat : 24725 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27969658880 31523 33554432000 4194304 4196468 140726610089584 139620736727824 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24726] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24726/stat : 24726 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287284 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619775347056 139621321001602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24727] ppid=24713 vsize=27314120 memory=281415921119120 CPUtime=0 cores=0-7
/proc/24716/task/24727/stat : 24727 (java) S 24713 24713 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 31523 33554432000 4194304 4196468 140726610089584 139618984911904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24728] ppid=24713 vsize=27314120 memory=281415921116816 CPUtime=0 cores=0-7
/proc/24716/task/24728/stat : 24728 (java) S 24713 24713 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419287285 27969658880 31523 33554432000 4194304 4196468 140726610089584 139618850689904 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24729] ppid=24713 vsize=27314120 memory=281415921123728 CPUtime=0 cores=0-7
/proc/24716/task/24729/stat : 24729 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139618476185424 139621321009051 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24730] ppid=24713 vsize=27314120 memory=281415921065008 CPUtime=0.01 cores=0-7
/proc/24716/task/24730/stat : 24730 (java) S 24713 24713 15751 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619774294896 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24731] ppid=24713 vsize=27314120 memory=281415921137552 CPUtime=0.01 cores=0-7
/proc/24716/task/24731/stat : 24731 (java) S 24713 24713 15751 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619773242096 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24732] ppid=24713 vsize=27314120 memory=281415921144464 CPUtime=0.01 cores=0-7
/proc/24716/task/24732/stat : 24732 (java) S 24713 24713 15751 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619772189296 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24733] ppid=24713 vsize=27314120 memory=281415921142160 CPUtime=0.07 cores=0-7
/proc/24716/task/24733/stat : 24733 (java) S 24713 24713 15751 0 -1 1077944384 504 0 0 0 7 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619771136496 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24734] ppid=24713 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24734/stat : 24734 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287287 27969658880 31523 33554432000 4194304 4196468 140726610089584 139617978280544 139621321000661 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24735] ppid=24713 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24716/task/24735/stat : 24735 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287288 27969658880 31523 33554432000 4194304 4196468 140726610089584 139619770083888 139621321001602 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127488 KiB

[startup+0.700957 s]
/proc/loadavg: 1.02 1.12 2.43 2/211 24735
/proc/meminfo: memFree=30795100/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419287279 115843072 349 33554432000 4194304 5098028 140720921821664 140720921818920 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 349 296 221 0 87 0
[pid=24716] ppid=24713 vsize=27322440 memory=163996 CPUtime=1.02 cores=0-7
/proc/24716/stat : 24716 (java) S 24713 24713 15751 0 -1 1077944320 20120 0 0 0 93 9 0 0 20 0 20 0 419287280 27978178560 40999 33554432000 4194304 4196468 140726610089584 140726610072128 139621320990455 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
/proc/24716/statm: 6830610 40999 3182 1 0 6791959 0
[pid=24716/tid=24717] ppid=24713 vsize=27322440 memory=0 CPUtime=0.68 cores=0-7
/proc/24716/task/24717/stat : 24717 (java) R 24713 24713 15751 0 -1 4202560 16990 0 0 0 61 7 0 0 20 0 20 0 419287280 27978178560 40999 33554432000 4194304 4196468 140726610089584 139621292828016 139621321012381 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24718] ppid=24713 vsize=27322440 memory=140707960759152 CPUtime=0 cores=0-7
/proc/24716/task/24718/stat : 24718 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419287283 27978178560 40999 33554432000 4194304 4196468 140726610089584 139621325232784 139621321000661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24719] ppid=24713 vsize=27322440 memory=0 CPUtime=0 cores=0-7
/proc/24716/task/24719/stat : 24719 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419287283 27978178560 40999 33554432000 4194304 4196468 140726610089584 139621139388944 139621321000661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0
[pid=24716/tid=24720] ppid=24713 vsize=27322440 memory=1200 CPUtime=0 cores=0-7
/proc/24716/task/24720/stat : 24720 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419287283 27978178560 40999 33554432000 4194304 4196468 140726610089584 139621138336144 139621321000661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24248320 140726610092778 140726610093206 140726610093206 140726610096079 0

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

[pid=24739/tid=24741] ppid=24713 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24739/task/24741/stat : 24741 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140267428428560 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24742] ppid=24713 vsize=8414124 memory=4104 CPUtime=0 cores=0-7
/proc/24739/task/24742/stat : 24742 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266908846992 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24743] ppid=24713 vsize=8414124 memory=1408 CPUtime=0 cores=0-7
/proc/24739/task/24743/stat : 24743 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266907794448 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24744] ppid=24713 vsize=8414124 memory=3268 CPUtime=0 cores=0-7
/proc/24739/task/24744/stat : 24744 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266906741904 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24745] ppid=24713 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/24739/task/24745/stat : 24745 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266905688336 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24746] ppid=24713 vsize=8414124 memory=122232 CPUtime=0 cores=0-7
/proc/24739/task/24746/stat : 24746 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266904635792 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24747] ppid=24713 vsize=8414124 memory=2911820 CPUtime=0 cores=0-7
/proc/24739/task/24747/stat : 24747 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266903583248 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24748] ppid=24713 vsize=8414124 memory=1732 CPUtime=0 cores=0-7
/proc/24739/task/24748/stat : 24748 (java) S 24713 24713 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419288013 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266902530704 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24749] ppid=24713 vsize=8414124 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/24739/task/24749/stat : 24749 (java) S 24713 24713 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 419288015 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266517289456 140267424197250 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24750] ppid=24713 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24739/task/24750/stat : 24750 (java) S 24713 24713 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419288015 8616062976 33604 33554432000 4194304 4196468 140729315103136 140265847252384 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24751] ppid=24713 vsize=8414124 memory=1764 CPUtime=0 cores=0-7
/proc/24739/task/24751/stat : 24751 (java) S 24713 24713 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 419288015 8616062976 33604 33554432000 4194304 4196468 140729315103136 140265713030640 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24752] ppid=24713 vsize=8414124 memory=111636 CPUtime=0 cores=0-7
/proc/24739/task/24752/stat : 24752 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140265338526416 140267424204699 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24753] ppid=24713 vsize=8414124 memory=804 CPUtime=0.09 cores=0-7
/proc/24739/task/24753/stat : 24753 (java) S 24713 24713 15751 0 -1 1077944384 614 0 0 0 9 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266516236272 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24754] ppid=24713 vsize=8414124 memory=1808 CPUtime=0.16 cores=0-7
/proc/24739/task/24754/stat : 24754 (java) S 24713 24713 15751 0 -1 1077944384 509 0 0 0 16 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266515183728 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24755] ppid=24713 vsize=8414124 memory=924 CPUtime=0.15 cores=0-7
/proc/24739/task/24755/stat : 24755 (java) S 24713 24713 15751 0 -1 1077944384 708 0 0 0 15 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266514131184 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24756] ppid=24713 vsize=8414124 memory=122232 CPUtime=0.26 cores=0-7
/proc/24739/task/24756/stat : 24756 (java) S 24713 24713 15751 0 -1 1077944384 1306 0 0 0 26 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266513078640 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24757] ppid=24713 vsize=8414124 memory=2901428 CPUtime=0 cores=0-7
/proc/24739/task/24757/stat : 24757 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140264840620768 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24758] ppid=24713 vsize=8414124 memory=11624 CPUtime=0.01 cores=0-7
/proc/24739/task/24758/stat : 24758 (java) S 24713 24713 15751 0 -1 1077944384 1 0 0 0 1 0 0 0 20 0 24 0 419288018 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266512026544 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24760] ppid=24713 vsize=8414124 memory=740 CPUtime=0 cores=0-7
/proc/24739/task/24760/stat : 24760 (java) S 24713 24713 15751 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419288090 8616062976 33604 33554432000 4194304 4196468 140729315103136 140266720093888 140267424210713 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24762] ppid=24713 vsize=8414124 memory=1056 CPUtime=0.04 cores=0-7
/proc/24739/task/24762/stat : 24762 (java) S 24713 24713 15751 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 24 0 419288090 8616062976 33604 33554432000 4194304 4196468 140729315103136 140264169520496 140267424208029 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24763] ppid=24713 vsize=8414124 memory=1552 CPUtime=0 cores=0-7
/proc/24739/task/24763/stat : 24763 (java) S 24713 24713 15751 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 419288090 8616062976 33604 33554432000 4194304 4196468 140729315103136 140264437956016 140267424208029 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24764] ppid=24713 vsize=8414124 memory=1040 CPUtime=0 cores=0-7
/proc/24739/task/24764/stat : 24764 (java) S 24713 24713 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419288093 8616062976 33604 33554432000 4194304 4196468 140729315103136 140263901093040 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
Current children cumulated CPU time: 151.65 s
Current children cumulated vsize: 11786928 KiB
Current children cumulated memory: 3050772 KiB

[startup+34.4009 s]
/proc/loadavg: 3.15 1.60 2.54 4/216 24772
/proc/meminfo: memFree=27843496/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1476 CPUtime=9.82 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 582 30194 0 0 0 0 892 90 20 0 1 0 419287279 115843072 369 33554432000 4194304 5098028 140720921821664 140720921818408 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 369 311 221 0 87 0
[pid=24739] ppid=24713 vsize=8414124 memory=302788 CPUtime=142.53 cores=0-7
/proc/24739/stat : 24739 (java) S 24713 24713 15751 0 -1 1077944320 22768 1599753 0 0 188 14 13741 310 20 0 23 0 419288012 8616062976 75697 33554432000 4194304 4196468 140729315103136 140729315085680 140267424186103 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
/proc/24739/statm: 2103531 75697 3227 1 0 2064875 0
[pid=24739/tid=24740] ppid=24713 vsize=8414124 memory=8387223549236478041 CPUtime=141.32 cores=0-7
/proc/24739/task/24740/stat : 24740 (java) S 24713 24713 15751 0 -1 1077944384 18020 1599753 0 0 74 7 13741 310 20 0 23 0 419288012 8616062976 75697 33554432000 4194304 4196468 140729315103136 140267396026272 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24741] ppid=24713 vsize=8414124 memory=288283364069475208 CPUtime=140.51 cores=0-7
/proc/24739/task/24741/stat : 24741 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140267428428560 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24742] ppid=24713 vsize=8414124 memory=16673 CPUtime=140.51 cores=0-7
/proc/24739/task/24742/stat : 24742 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266908846992 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24743] ppid=24713 vsize=8414124 memory=14465 CPUtime=140.51 cores=0-7
/proc/24739/task/24743/stat : 24743 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266907794448 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24744] ppid=24713 vsize=8414124 memory=12257 CPUtime=140.51 cores=0-7
/proc/24739/task/24744/stat : 24744 (java) S 24713 24713 15751 0 -1 1077944384 3 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266906741904 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24745] ppid=24713 vsize=8414124 memory=10049 CPUtime=140.51 cores=0-7
/proc/24739/task/24745/stat : 24745 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266905688336 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24746] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24746/stat : 24746 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266904635792 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24747] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24747/stat : 24747 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266903583248 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24748] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24748/stat : 24748 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 23 0 419288013 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266902530704 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24749] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24749/stat : 24749 (java) S 24713 24713 15751 0 -1 1077944384 5 1599753 0 0 0 0 13741 310 20 0 23 0 419288015 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266517289456 140267424197250 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24750] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24750/stat : 24750 (java) S 24713 24713 15751 0 -1 1077944384 13 1599753 0 0 0 0 13741 310 20 0 23 0 419288015 8616062976 75697 33554432000 4194304 4196468 140729315103136 140265847252384 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24751] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24751/stat : 24751 (java) S 24713 24713 15751 0 -1 1077944384 21 1599753 0 0 0 0 13741 310 20 0 23 0 419288015 8616062976 75697 33554432000 4194304 4196468 140729315103136 140265713030640 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24752] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24752/stat : 24752 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140265338526416 140267424204699 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24753] ppid=24713 vsize=8414124 memory=0 CPUtime=140.64 cores=0-7
/proc/24739/task/24753/stat : 24753 (java) S 24713 24713 15751 0 -1 1077944384 623 1599753 0 0 13 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266516236272 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24754] ppid=24713 vsize=8414124 memory=0 CPUtime=140.7 cores=0-7
/proc/24739/task/24754/stat : 24754 (java) S 24713 24713 15751 0 -1 1077944384 520 1599753 0 0 19 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266515183728 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24755] ppid=24713 vsize=8414124 memory=0 CPUtime=140.7 cores=0-7
/proc/24739/task/24755/stat : 24755 (java) S 24713 24713 15751 0 -1 1077944384 715 1599753 0 0 19 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266514131184 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24756] ppid=24713 vsize=8414124 memory=7686721470384675991 CPUtime=140.79 cores=0-7
/proc/24739/task/24756/stat : 24756 (java) S 24713 24713 15751 0 -1 1077944384 1341 1599753 0 0 28 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266513078640 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24757] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24757/stat : 24757 (java) S 24713 24713 15751 0 -1 1077944384 3 1599753 0 0 0 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140264840620768 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24758] ppid=24713 vsize=8414124 memory=0 CPUtime=140.52 cores=0-7
/proc/24739/task/24758/stat : 24758 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 1 0 13741 310 20 0 23 0 419288018 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266512026544 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24760] ppid=24713 vsize=8414124 memory=0 CPUtime=140.51 cores=0-7
/proc/24739/task/24760/stat : 24760 (java) S 24713 24713 15751 0 -1 1077944384 24 1599753 0 0 0 0 13741 310 20 0 23 0 419288090 8616062976 75697 33554432000 4194304 4196468 140729315103136 140266720093072 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24762] ppid=24713 vsize=8414124 memory=7686721470384675991 CPUtime=140.84 cores=0-7
/proc/24739/task/24762/stat : 24762 (java) R 24713 24713 15751 0 -1 4202560 138 1599753 0 0 30 3 13741 310 20 0 23 0 419288090 8616062976 75697 33554432000 4194304 4196468 140729315103136 140264169524272 140266928408480 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24764] ppid=24713 vsize=8414124 memory=2905160 CPUtime=140.51 cores=0-7
/proc/24739/task/24764/stat : 24764 (java) S 24713 24713 15751 0 -1 1077944384 3 1599753 0 0 0 0 13741 310 20 0 23 0 419288093 8616062976 75697 33554432000 4194304 4196468 140729315103136 140263901092800 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
Current children cumulated CPU time: 152.35 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 304264 KiB

[startup+34.5009 s]
/proc/loadavg: 3.15 1.60 2.54 4/216 24772
/proc/meminfo: memFree=27843496/32770624 swapFree=66947748/67108860
[pid=24713] ppid=24710 vsize=113128 memory=1476 CPUtime=9.82 cores=0-7
/proc/24713/stat : 24713 (scop.sh) S 24710 24713 15751 0 -1 4202496 582 30194 0 0 0 0 892 90 20 0 1 0 419287279 115843072 369 33554432000 4194304 5098028 140720921821664 140720921818408 140409959752316 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720921830180 140720921830508 140720921830508 140720921833421 0
/proc/24713/statm: 28282 369 311 221 0 87 0
[pid=24739] ppid=24713 vsize=8283048 memory=316100 CPUtime=142.66 cores=0-7
/proc/24739/stat : 24739 (java) S 24713 24713 15751 0 -1 1077944320 23002 1599753 0 0 200 15 13741 310 20 0 22 0 419288012 8481841152 79025 33554432000 4194304 4196468 140729315103136 140729315085680 140267424186103 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
/proc/24739/statm: 2070762 79025 3229 1 0 2032106 0
[pid=24739/tid=24740] ppid=24713 vsize=8283048 memory=122232 CPUtime=141.37 cores=0-7
/proc/24739/task/24740/stat : 24740 (java) R 24713 24713 15751 0 -1 4202560 18187 1599753 0 0 79 7 13741 310 20 0 22 0 419288012 8481841152 79025 33554432000 4194304 4196468 140729315103136 140267396022816 140267424208029 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24741] ppid=24713 vsize=8283048 memory=275888 CPUtime=140.51 cores=0-7
/proc/24739/task/24741/stat : 24741 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140267428428560 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24742] ppid=24713 vsize=8283048 memory=1476 CPUtime=140.51 cores=0-7
/proc/24739/task/24742/stat : 24742 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266908846992 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24743] ppid=24713 vsize=8283048 memory=2900524 CPUtime=140.51 cores=0-7
/proc/24739/task/24743/stat : 24743 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266907794448 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24744] ppid=24713 vsize=8283048 memory=1720 CPUtime=140.51 cores=0-7
/proc/24739/task/24744/stat : 24744 (java) S 24713 24713 15751 0 -1 1077944384 3 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266906741904 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24745] ppid=24713 vsize=8283048 memory=164 CPUtime=140.51 cores=0-7
/proc/24739/task/24745/stat : 24745 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266905688336 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24746] ppid=24713 vsize=8283048 memory=6944652177228980320 CPUtime=140.51 cores=0-7
/proc/24739/task/24746/stat : 24746 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266904635792 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24747] ppid=24713 vsize=8283048 memory=1476 CPUtime=140.51 cores=0-7
/proc/24739/task/24747/stat : 24747 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266903583248 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24748] ppid=24713 vsize=8283048 memory=122232 CPUtime=140.51 cores=0-7
/proc/24739/task/24748/stat : 24748 (java) S 24713 24713 15751 0 -1 1077944384 2 1599753 0 0 0 0 13741 310 20 0 22 0 419288013 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266902530704 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24749] ppid=24713 vsize=8283048 memory=1476 CPUtime=140.51 cores=0-7
/proc/24739/task/24749/stat : 24749 (java) S 24713 24713 15751 0 -1 1077944384 5 1599753 0 0 0 0 13741 310 20 0 22 0 419288015 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266517289456 140267424197250 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24750] ppid=24713 vsize=8283048 memory=122232 CPUtime=140.51 cores=0-7
/proc/24739/task/24750/stat : 24750 (java) S 24713 24713 15751 0 -1 1077944384 13 1599753 0 0 0 0 13741 310 20 0 22 0 419288015 8481841152 79025 33554432000 4194304 4196468 140729315103136 140265847252384 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24751] ppid=24713 vsize=8283048 memory=2911824 CPUtime=140.51 cores=0-7
/proc/24739/task/24751/stat : 24751 (java) S 24713 24713 15751 0 -1 1077944384 21 1599753 0 0 0 0 13741 310 20 0 22 0 419288015 8481841152 79025 33554432000 4194304 4196468 140729315103136 140265713030640 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24752] ppid=24713 vsize=8283048 memory=281415922444544 CPUtime=140.51 cores=0-7
/proc/24739/task/24752/stat : 24752 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 0 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140265338526416 140267424204699 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24753] ppid=24713 vsize=8283048 memory=9051283677730746851 CPUtime=140.65 cores=0-7
/proc/24739/task/24753/stat : 24753 (java) S 24713 24713 15751 0 -1 1077944384 624 1599753 0 0 14 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266516236272 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24754] ppid=24713 vsize=8283048 memory=-6948055166404804227 CPUtime=140.71 cores=0-7
/proc/24739/task/24754/stat : 24754 (java) S 24713 24713 15751 0 -1 1077944384 525 1599753 0 0 20 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266515183728 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24755] ppid=24713 vsize=8283048 memory=4136 CPUtime=140.7 cores=0-7
/proc/24739/task/24755/stat : 24755 (java) S 24713 24713 15751 0 -1 1077944384 715 1599753 0 0 19 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266514131184 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24756] ppid=24713 vsize=8283048 memory=780 CPUtime=140.81 cores=0-7
/proc/24739/task/24756/stat : 24756 (java) S 24713 24713 15751 0 -1 1077944384 1388 1599753 0 0 30 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266513078640 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24757] ppid=24713 vsize=8283048 memory=2832 CPUtime=140.51 cores=0-7
/proc/24739/task/24757/stat : 24757 (java) S 24713 24713 15751 0 -1 1077944384 3 1599753 0 0 0 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140264840620768 140267424196309 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24758] ppid=24713 vsize=8283048 memory=740 CPUtime=140.52 cores=0-7
/proc/24739/task/24758/stat : 24758 (java) S 24713 24713 15751 0 -1 1077944384 1 1599753 0 0 1 0 13741 310 20 0 22 0 419288018 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266512026544 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24760] ppid=24713 vsize=8283048 memory=1056 CPUtime=140.51 cores=0-7
/proc/24739/task/24760/stat : 24760 (java) S 24713 24713 15751 0 -1 1077944384 24 1599753 0 0 0 0 13741 310 20 0 22 0 419288090 8481841152 79025 33554432000 4194304 4196468 140729315103136 140266720093072 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
[pid=24739/tid=24764] ppid=24713 vsize=8283048 memory=1040 CPUtime=140.51 cores=0-7
/proc/24739/task/24764/stat : 24764 (java) S 24713 24713 15751 0 -1 1077944384 10 1599753 0 0 0 0 13741 310 20 0 22 0 419288093 8481841152 79025 33554432000 4194304 4196468 140729315103136 140263901094832 140267424197250 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33853440 140729315111927 140729315112086 140729315112086 140729315114959 0
Current children cumulated CPU time: 152.48 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 317576 KiB

Child status: 0
Real time (s): 34.5917
CPU time (s): 152.645
CPU user time (s): 148.455
CPU system time (s): 4.18949
CPU usage (%): 441.276
Max. virtual memory (cumulated for all children) (KiB): 27443760
Max. memory (cumulated for all children) (KiB): 4860720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.455
system time used= 4.18949
maximum resident set size= 4866860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1654815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38708
involuntary context switches= 1314


# summary of solver processes directly reported to runsolver:
#   pid: 24713
#   total CPU time (s): 152.645
#   total CPU user time (s): 148.455
#   total CPU system time (s): 4.18949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.300604 second user time and 0.477563 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 05:56:51
IDJOB=4392627
IDBENCH=133404
IDSOLVER=2839
FILE ID=node117/4392627-1568433453
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-80-3-7.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392627-1568433453/watcher-4392627-1568433453 -o /tmp/evaluation-result-4392627-1568433453/solver-4392627-1568433453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392627-1568433453.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 06954292f1b618a5cd25146d74869010
RANDOM SEED=1803852872

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30935164 kB
MemAvailable:   31864904 kB
Buffers:          148584 kB
Cached:          1047224 kB
SwapCached:        51692 kB
Active:           769848 kB
Inactive:         480080 kB
Active(anon):      18932 kB
Inactive(anon):    59292 kB
Active(file):     750916 kB
Inactive(file):   420788 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947748 kB
Dirty:             20156 kB
Writeback:             0 kB
AnonPages:        100680 kB
Mapped:            33864 kB
Shmem:             15668 kB
Slab:             176648 kB
SReclaimable:     147740 kB
SUnreclaim:        28908 kB
KernelStack:        3472 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61164 MiB
End job on node117 at 2019-09-14 05:57:26