Trace number 4405473

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-09-22)UNSAT 22.4104 7.61922

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f04.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.9607
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-20497-serial-file.bin HOME/instance-4405473-1569238638.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Mon Sep 23 12:35:38 CEST 2019
0.65/0.57	c PID: 20500
0.65/0.57	c IP: 172.20.3.105
0.65/0.57	c HOST: node105.alineos.net
0.65/0.57	c (0,0) Parsing Begin
5.73/1.92	c (1,1) Parsing End
5.73/1.93	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 40
5.73/1.93	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
5.73/1.93	c (1,1) Constraint Name Generate Begin
5.73/1.97	c (1,1) Ctr:HOME/instance-4405473-1569238638.xml,Dist:Eq:Le:Num:Var
5.73/1.97	c (1,1) Constraint Name Generate End
5.73/1.97	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
5.73/1.97	c (1,1) CSP to CSPinCNF Begin
6.94/2.23	c (1,1) translated 411 (10%) constraints
6.94/2.30	c (1,1) translated 821 (20%) constraints
7.26/2.36	c (1,1) translated 1231 (30%) constraints
7.60/2.40	c (1,1) translated 1642 (40%) constraints
7.60/2.45	c (1,1) translated 2052 (50%) constraints
7.60/2.49	c (1,1) translated 2462 (60%) constraints
7.98/2.53	c (1,1) translated 2873 (70%) constraints
7.98/2.57	c (2,2) translated 3283 (80%) constraints
8.38/2.61	c (2,2) translated 3693 (90%) constraints
8.82/2.71	c (2,2) translated 4103 (100%) constraints
8.82/2.71	c (2,2) ===========================================
8.82/2.75	c (2,2) Hybrid: #OE=680, #LE=0
8.82/2.75	c (2,2) Hybrid
8.82/2.75	c (2,2) ===========================================
8.82/2.79	c (2,2) translated 479 (10%) constraints
9.23/2.81	c (2,2) translated 957 (20%) constraints
9.23/2.83	c (2,2) translated 1435 (30%) constraints
9.23/2.84	c (2,2) translated 1914 (40%) constraints
9.23/2.86	c (2,2) translated 2392 (50%) constraints
9.23/2.87	c (2,2) translated 2870 (60%) constraints
9.23/2.89	c (2,2) translated 3349 (70%) constraints
9.54/2.90	c (2,2) translated 3827 (80%) constraints
9.54/2.92	c (2,2) translated 4305 (90%) constraints
9.54/2.93	c (2,2) translated 4783 (100%) constraints
9.54/2.93	c (2,2) CSP to CSPinCNF End
9.54/2.93	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
9.54/2.93	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.54/2.93	c (2,2) CSPinCNF Propagation Begin
9.84/3.00	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.84/3.00	c (2,2) CSPinCNF Propagation End
9.84/3.00	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
9.84/3.00	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.84/3.02	c (2,2) Hybrid: #OE=680, #LE=0
9.84/3.02	c (2,2) Simplify CSPinCNF Begin
10.50/3.25	c (2,2) Simplify CSPinCNF End
10.50/3.25	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
10.50/3.25	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
10.50/3.25	c (2,2) Calculate Precise Domain Begin
10.50/3.25	c (2,2) 0 values are removed by re-calculation
10.50/3.25	c (2,2) Calculate Precise Domain End
10.50/3.26	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
10.50/3.26	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
10.50/3.26	c (2,2) CSPinCNF to SatSolver Begin
12.95/3.85	c (3,3) 1299 (10 %) CSP clauses are encoded (0 SAT variables, 51964 SAT clauses)
13.53/4.04	c (3,3) 2598 (20 %) CSP clauses are encoded (0 SAT variables, 80330 SAT clauses)
13.74/4.19	c (3,3) 3897 (30 %) CSP clauses are encoded (0 SAT variables, 106604 SAT clauses)
14.01/4.34	c (3,3) 5196 (40 %) CSP clauses are encoded (0 SAT variables, 135237 SAT clauses)
14.39/4.54	c (3,3) 6495 (50 %) CSP clauses are encoded (0 SAT variables, 164767 SAT clauses)
14.72/4.70	c (4,4) 7794 (60 %) CSP clauses are encoded (0 SAT variables, 195014 SAT clauses)
14.89/4.85	c (4,4) 9093 (70 %) CSP clauses are encoded (0 SAT variables, 225087 SAT clauses)
15.00/4.99	c (4,4) 10392 (80 %) CSP clauses are encoded (0 SAT variables, 255305 SAT clauses)
15.28/5.14	c (4,4) 11691 (90 %) CSP clauses are encoded (0 SAT variables, 284527 SAT clauses)
15.51/5.28	c (4,4) 12989 (100 %) CSP clauses are encoded (0 SAT variables, 311511 SAT clauses)
15.51/5.28	c (4,4) CSPinCNF to SatSolver End
15.51/5.28	c (4,4) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 36 MiB used (max 0 MiB)
15.51/5.28	c (4,4) 32054 bool, 311523 clause
15.51/5.28	c (4,4) Export Begin
16.29/5.55	c (5,4) Export to HOME/scop-20497-serial-file.bin
16.29/5.55	c (5,4) Export End
16.29/5.55	c (5,4) Export File Size: 4.20 MB
16.29/5.55	c (5,4) 1,1,2,2,2,2,4,STOP-AFTER(DIMACS)
16.29/5.55	c END-Prog: Mon Sep 23 12:35:43 CEST 2019
16.29/5.57	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-20497-serial-file.bin
16.39/6.07	c (0,0) Read Serial File Begin
16.39/6.07	c (0,0) HOME/scop-20497-serial-file.bin
17.75/6.45	c (0,0) Read Serial File End
17.75/6.46	
17.75/6.46	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
17.75/6.46	(Solving Process)
17.75/6.46	
17.75/6.49	c BEGIN-Prog: Mon Sep 23 12:35:44 CEST 2019
17.75/6.49	c PID: 20520
17.75/6.49	c IP: 172.20.3.105
17.75/6.49	c HOST: node105.alineos.net
17.75/6.49	c (0,0) SatSolver.solve Begin
17.75/6.49	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405473-1569238638.xml-scop-20500.cnf
17.98/6.52	c (0,0) c
17.98/6.52	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)
17.98/6.52	c (0,0) c
18.16/6.64	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
18.16/6.64	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
18.16/6.64	c (0,0) c ========================================[ Problem Statistics ]===========================================
18.16/6.64	c (0,0) c |                                                                                                       |
18.16/6.64	c (0,0) c |  Number of variables:         32054                                                                   |
18.16/6.64	c (0,0) c |  Number of clauses:          311523                                                                   |
18.16/6.64	c (0,0) c |  Parse time:                   0.11 s                                                                 |
18.16/6.64	c (0,0) c |                                                                                                       |
18.16/6.97	c (0,0) c |  Simplification time:          0.32 s                                                                 |
18.16/6.97	c (0,0) c |                                                                                                       |
18.16/6.97	c (0,0) c |  Generating clones                                                                                    |
18.16/7.11	c (1,0) c |  all clones generated. Memory =   248.65Mb.                                                           |
18.16/7.11	c (1,0) c ========================================================================================================|
18.16/7.11	c (1,0) c
18.16/7.11	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
18.16/7.11	c (1,0) c
18.16/7.11	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
18.16/7.11	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
18.16/7.11	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
18.16/7.11	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
18.16/7.11	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
18.16/7.11	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
18.16/7.11	c (1,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
18.16/7.11	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
18.16/7.11	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
18.16/7.11	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
18.16/7.11	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
18.16/7.11	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
18.16/7.11	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
18.16/7.11	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
18.16/7.11	c (1,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
18.16/7.11	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
18.16/7.11	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
18.16/7.11	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
18.16/7.11	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c
21.79/7.58	c (1,0) c real time : 1.06931 s
21.79/7.58	c (1,0) c cpu time  : 4.04154 s
21.79/7.58	c (1,0) c
21.79/7.58	c (1,0) c
21.79/7.58	c (1,0) c
21.79/7.58	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
21.79/7.58	c (1,0) c
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | Conflicts     |           56461 |       6516 |       6771 |       7012 |       7242 |       7073 |       7070 |       7141 |       7636 |
21.79/7.58	c (1,0) c | Decisions     |           78844 |       8884 |       9321 |       9468 |       9589 |      10328 |      10006 |      11040 |      10208 |
21.79/7.58	c (1,0) c | Propagations  |        10245739 |    1297777 |    1279408 |    1267688 |    1271564 |    1258339 |    1265902 |    1292943 |    1312118 |
21.79/7.58	c (1,0) c | ReduceDBs     |              15 |          1 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |
21.79/7.58	c (1,0) c | SimpDBs       |              13 |          2 |          1 |          2 |          1 |          2 |          1 |          2 |          2 |
21.79/7.58	c (1,0) c | Restarts      |              54 |          2 |          2 |          8 |          6 |         11 |          8 |         13 |          4 |
21.79/7.58	c (1,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | PropBinClauses|        19859848 |    2530339 |    2484493 |    2454298 |    2502837 |    2418939 |    2465131 |    2478832 |    2524979 |
21.79/7.58	c (1,0) c | PropPreBlocker|       180609432 |   22444898 |   22981370 |   22308572 |   22868849 |   22235734 |   22822177 |   22399308 |   22548524 |
21.79/7.58	c (1,0) c | PropNotBlocker|        55804305 |    7096698 |    7117139 |    6987774 |    6928782 |    6878519 |    7139155 |    6814337 |    6841901 |
21.79/7.58	c (1,0) c | LitFullScans  |       288153854 |   36001407 |   36008150 |   36001115 |   36004026 |   36001058 |   36001307 |   36001902 |   36134889 |
21.79/7.58	c (1,0) c | LitScanFracts |            5723 |        893 |        617 |        786 |        588 |        713 |        651 |        677 |        798 |
21.79/7.58	c (1,0) c | DecisionLevel0|              71 |          3 |          2 |         12 |          6 |         12 |          8 |         15 |         13 |
21.79/7.58	c (1,0) c | Periods       |              48 |          6 |          6 |          6 |          6 |          6 |          6 |          6 |          6 |
21.79/7.58	c (1,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
21.79/7.58	c (1,0) c | Avg_Trail     |                 |       2924 |       3001 |       1495 |       1810 |       1090 |        896 |        836 |       1053 |
21.79/7.58	c (1,0) c | Avg_DL        |                 |        110 |        105 |         34 |         44 |         20 |         16 |         13 |         19 |
21.79/7.58	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | Exported      |           10134 |       1012 |       1078 |       1324 |       1345 |       1330 |       1339 |       1222 |       1484 |
21.79/7.58	c (1,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | Unaries       |                 |          1 |          0 |          4 |          0 |          1 |          0 |          2 |          9 |
21.79/7.58	c (1,0) c | Binaries      |                 |         24 |         12 |         37 |         13 |         23 |         23 |         37 |         40 |
21.79/7.58	c (1,0) c | Glues         |                 |        179 |        133 |        277 |        179 |        182 |        201 |        242 |        268 |
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | Orig_Seen     |             2 % |       9678 |       9171 |       8602 |       8688 |       9156 |       9444 |       9624 |       8575 |
21.79/7.58	c (1,0) c | Diff Orig seen|                 |       1103 |        596 |         27 |        113 |        581 |        869 |       1049 |      X     |
21.79/7.58	c (1,0) c | Hamming       |            18 % |       6236 |       6029 |       4458 |       5256 |       6708 |       7524 |       6199 |      X     |
21.79/7.58	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.58	c (1,0) c | RunningTime   |                 |    0.5 100%|    0.5 100%|    0.4 100%|    0.4 100%|    0.4 100%|    0.5 100%|    0.4 100%|    0.4 100%|
21.79/7.58	c (1,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%|
21.79/7.59	c (1,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%|
21.79/7.59	c (1,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%|
21.79/7.59	c (1,0) c | SolvingTime   |                 |    0.5     |    0.5     |    0.4     |    0.4     |    0.4     |    0.5     |    0.4     |    0.4     |
21.79/7.59	c (1,0) c | PropagationTim|                 |    0.4  86%|    0.4  87%|    0.4  85%|    0.4  86%|    0.4  85%|    0.4  87%|    0.4  85%|    0.4  84%|
21.79/7.59	c (1,0) c | AnalysisTime  |                 |    0.0   8%|    0.0   9%|    0.0   9%|    0.0  10%|    0.0  10%|    0.0   9%|    0.0   9%|    0.0  10%|
21.79/7.59	c (1,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%|
21.79/7.59	c (1,0) c | SimplifyTime  |                 |    0.0   2%|    0.0   0%|    0.0   2%|    0.0   0%|    0.0   2%|    0.0   0%|    0.0   2%|    0.0   2%|
21.79/7.59	c (1,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%|
21.79/7.59	c (1,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%|
21.79/7.59	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.79/7.59	c (1,0) c
21.79/7.59	c (1,0) c
21.79/7.59	c (1,0) c Threads : 8
21.79/7.59	c (1,0) c Winner : 7
21.79/7.59	c (1,0) c Conflicts_0 : 6516
21.79/7.59	c (1,0) c Conflicts_1 : 6771
21.79/7.59	c (1,0) c Conflicts_2 : 7012
21.79/7.59	c (1,0) c Conflicts_3 : 7242
21.79/7.59	c (1,0) c Conflicts_4 : 7073
21.79/7.59	c (1,0) c Conflicts_5 : 7070
21.79/7.59	c (1,0) c Conflicts_6 : 7141
21.79/7.59	c (1,0) c Conflicts_7 : 7636
21.79/7.59	c (1,0) c Conflicts_total : 56461
21.79/7.59	c (1,0) c Conflicts_winner : 7636
21.79/7.59	c (1,0) c Decisions_0 : 8884
21.79/7.59	c (1,0) c Decisions_1 : 9321
21.79/7.59	c (1,0) c Decisions_2 : 9468
21.79/7.59	c (1,0) c Decisions_3 : 9589
21.79/7.59	c (1,0) c Decisions_4 : 10328
21.79/7.59	c (1,0) c Decisions_5 : 10006
21.79/7.59	c (1,0) c Decisions_6 : 11040
21.79/7.59	c (1,0) c Decisions_7 : 10208
21.79/7.59	c (1,0) c Decisions_total : 78844
21.79/7.59	c (1,0) c Decisions_winner : 10208
21.79/7.59	c (1,0) c Propagations_0 : 1297777
21.79/7.59	c (1,0) c Propagations_1 : 1279408
21.79/7.59	c (1,0) c Propagations_2 : 1267688
21.79/7.59	c (1,0) c Propagations_3 : 1271564
21.79/7.59	c (1,0) c Propagations_4 : 1258339
21.79/7.59	c (1,0) c Propagations_5 : 1265902
21.79/7.59	c (1,0) c Propagations_6 : 1292943
21.79/7.59	c (1,0) c Propagations_7 : 1312118
21.79/7.59	c (1,0) c Propagations_total : 10245739
21.79/7.59	c (1,0) c Propagations_winner : 1312118
21.79/7.59	c (1,0) c ReduceDBs_0 : 1
21.79/7.59	c (1,0) c ReduceDBs_1 : 2
21.79/7.59	c (1,0) c ReduceDBs_2 : 2
21.79/7.59	c (1,0) c ReduceDBs_3 : 2
21.79/7.59	c (1,0) c ReduceDBs_4 : 2
21.79/7.59	c (1,0) c ReduceDBs_5 : 2
21.79/7.59	c (1,0) c ReduceDBs_6 : 2
21.79/7.59	c (1,0) c ReduceDBs_7 : 2
21.79/7.59	c (1,0) c ReduceDBs_total : 15
21.79/7.59	c (1,0) c ReduceDBs_winner : 2
21.79/7.59	c (1,0) c SimpDBs_0 : 2
21.79/7.59	c (1,0) c SimpDBs_1 : 1
21.79/7.59	c (1,0) c SimpDBs_2 : 2
21.79/7.59	c (1,0) c SimpDBs_3 : 1
21.79/7.59	c (1,0) c SimpDBs_4 : 2
21.79/7.59	c (1,0) c SimpDBs_5 : 1
21.79/7.59	c (1,0) c SimpDBs_6 : 2
21.79/7.59	c (1,0) c SimpDBs_7 : 2
21.79/7.59	c (1,0) c SimpDBs_total : 13
21.79/7.59	c (1,0) c SimpDBs_winner : 2
21.79/7.59	c (1,0) c Restarts_0 : 2
21.79/7.59	c (1,0) c Restarts_1 : 2
21.79/7.59	c (1,0) c Restarts_2 : 8
21.79/7.59	c (1,0) c Restarts_3 : 6
21.79/7.59	c (1,0) c Restarts_4 : 11
21.79/7.59	c (1,0) c Restarts_5 : 8
21.79/7.59	c (1,0) c Restarts_6 : 13
21.79/7.59	c (1,0) c Restarts_7 : 4
21.79/7.59	c (1,0) c Restarts_total : 54
21.79/7.59	c (1,0) c Restarts_winner : 4
21.79/7.59	c (1,0) c ForcedImports_0 : 0
21.79/7.59	c (1,0) c ForcedImports_1 : 0
21.79/7.59	c (1,0) c ForcedImports_2 : 0
21.79/7.59	c (1,0) c ForcedImports_3 : 0
21.79/7.59	c (1,0) c ForcedImports_4 : 0
21.79/7.59	c (1,0) c ForcedImports_5 : 0
21.79/7.59	c (1,0) c ForcedImports_6 : 0
21.79/7.59	c (1,0) c ForcedImports_7 : 0
21.79/7.59	c (1,0) c ForcedImports_total : 0
21.79/7.59	c (1,0) c ForcedImports_winner : 0
21.79/7.59	c (1,0) c PropsBinClauses_0 : 2530339
21.79/7.59	c (1,0) c PropsBinClauses_1 : 2484493
21.79/7.59	c (1,0) c PropsBinClauses_2 : 2454298
21.79/7.59	c (1,0) c PropsBinClauses_3 : 2502837
21.79/7.59	c (1,0) c PropsBinClauses_4 : 2418939
21.79/7.59	c (1,0) c PropsBinClauses_5 : 2465131
21.79/7.59	c (1,0) c PropsBinClauses_6 : 2478832
21.79/7.59	c (1,0) c PropsBinClauses_7 : 2524979
21.79/7.59	c (1,0) c PropsBinClauses_total : 19859848
21.79/7.59	c (1,0) c PropsBinClauses_winner : 2524979
21.79/7.59	c (1,0) c PropsPreBlocker_0 : 22444898
21.79/7.59	c (1,0) c PropsPreBlocker_1 : 22981370
21.79/7.59	c (1,0) c PropsPreBlocker_2 : 22308572
21.79/7.59	c (1,0) c PropsPreBlocker_3 : 22868849
21.79/7.59	c (1,0) c PropsPreBlocker_4 : 22235734
21.79/7.59	c (1,0) c PropsPreBlocker_5 : 22822177
21.79/7.59	c (1,0) c PropsPreBlocker_6 : 22399308
21.79/7.59	c (1,0) c PropsPreBlocker_7 : 22548524
21.79/7.59	c (1,0) c PropsPreBlocker_total : 180609432
21.79/7.59	c (1,0) c PropsPreBlocker_winner : 22548524
21.79/7.59	c (1,0) c PropsNotBlocker_0 : 7096698
21.79/7.59	c (1,0) c PropsNotBlocker_1 : 7117139
21.79/7.59	c (1,0) c PropsNotBlocker_2 : 6987774
21.79/7.59	c (1,0) c PropsNotBlocker_3 : 6928782
21.79/7.59	c (1,0) c PropsNotBlocker_4 : 6878519
21.79/7.59	c (1,0) c PropsNotBlocker_5 : 7139155
21.79/7.59	c (1,0) c PropsNotBlocker_6 : 6814337
21.79/7.59	c (1,0) c PropsNotBlocker_7 : 6841901
21.79/7.59	c (1,0) c PropsNotBlocker_total : 55804305
21.79/7.59	c (1,0) c PropsNotBlocker_winner : 6841901
21.79/7.59	c (1,0) c PropsLitFullScans_0 : 36001407
21.79/7.59	c (1,0) c PropsLitFullScans_1 : 36008150
21.79/7.59	c (1,0) c PropsLitFullScans_2 : 36001115
21.79/7.59	c (1,0) c PropsLitFullScans_3 : 36004026
21.79/7.59	c (1,0) c PropsLitFullScans_4 : 36001058
21.79/7.59	c (1,0) c PropsLitFullScans_5 : 36001307
21.79/7.59	c (1,0) c PropsLitFullScans_6 : 36001902
21.79/7.59	c (1,0) c PropsLitFullScans_7 : 36134889
21.79/7.59	c (1,0) c PropsLitFullScans_total : 288153854
21.79/7.59	c (1,0) c PropsLitFullScans_winner : 36134889
21.79/7.59	c (1,0) c LitScanFractions_0 : 893
21.79/7.59	c (1,0) c LitScanFractions_1 : 617
21.79/7.59	c (1,0) c LitScanFractions_2 : 786
21.79/7.59	c (1,0) c LitScanFractions_3 : 588
21.79/7.59	c (1,0) c LitScanFractions_4 : 713
21.79/7.59	c (1,0) c LitScanFractions_5 : 651
21.79/7.59	c (1,0) c LitScanFractions_6 : 677
21.79/7.59	c (1,0) c LitScanFractions_7 : 798
21.79/7.59	c (1,0) c LitScanFractions_total : 5723
21.79/7.59	c (1,0) c LitScanFractions_winner : 798
21.79/7.59	c (1,0) c DecisionLevel0_0 : 3
21.79/7.59	c (1,0) c DecisionLevel0_1 : 2
21.79/7.59	c (1,0) c DecisionLevel0_2 : 12
21.79/7.59	c (1,0) c DecisionLevel0_3 : 6
21.79/7.59	c (1,0) c DecisionLevel0_4 : 12
21.79/7.59	c (1,0) c DecisionLevel0_5 : 8
21.79/7.59	c (1,0) c DecisionLevel0_6 : 15
21.79/7.59	c (1,0) c DecisionLevel0_7 : 13
21.79/7.59	c (1,0) c DecisionLevel0_total : 71
21.79/7.59	c (1,0) c DecisionLevel0_winner : 13
21.79/7.59	c (1,0) c Periods_0 : 6
21.79/7.59	c (1,0) c Periods_1 : 6
21.79/7.59	c (1,0) c Periods_2 : 6
21.79/7.59	c (1,0) c Periods_3 : 6
21.79/7.59	c (1,0) c Periods_4 : 6
21.79/7.59	c (1,0) c Periods_5 : 6
21.79/7.59	c (1,0) c Periods_6 : 6
21.79/7.59	c (1,0) c Periods_7 : 6
21.79/7.59	c (1,0) c Periods_total : 48
21.79/7.59	c (1,0) c Periods_winner : 6
21.79/7.59	c (1,0) c Margin_0 : 20
21.79/7.59	c (1,0) c Margin_1 : 20
21.79/7.59	c (1,0) c Margin_2 : 20
21.79/7.59	c (1,0) c Margin_3 : 20
21.79/7.59	c (1,0) c Margin_4 : 20
21.79/7.59	c (1,0) c Margin_5 : 20
21.79/7.59	c (1,0) c Margin_6 : 20
21.79/7.59	c (1,0) c Margin_7 : 20
21.79/7.59	c (1,0) c Margin_total : 160
21.79/7.59	c (1,0) c Margin_winner : 20
21.79/7.59	c (1,0) c Exported_0 : 1012
21.79/7.59	c (1,0) c Exported_1 : 1078
21.79/7.59	c (1,0) c Exported_2 : 1324
21.79/7.59	c (1,0) c Exported_3 : 1345
21.79/7.59	c (1,0) c Exported_4 : 1330
21.79/7.59	c (1,0) c Exported_5 : 1339
21.79/7.59	c (1,0) c Exported_6 : 1222
21.79/7.59	c (1,0) c Exported_7 : 1484
21.79/7.59	c (1,0) c Exported_total : 10134
21.79/7.59	c (1,0) c Exported_winner : 1484
21.79/7.59	c (1,0) c Imported_0 : 0
21.79/7.59	c (1,0) c Imported_1 : 0
21.79/7.59	c (1,0) c Imported_2 : 0
21.79/7.59	c (1,0) c Imported_3 : 0
21.79/7.59	c (1,0) c Imported_4 : 0
21.79/7.59	c (1,0) c Imported_5 : 0
21.79/7.59	c (1,0) c Imported_6 : 0
21.79/7.59	c (1,0) c Imported_7 : 0
21.79/7.59	c (1,0) c Imported_total : 0
21.79/7.59	c (1,0) c Imported_winner : 0
21.79/7.59	c (1,0) c Good_0 : 0
21.79/7.59	c (1,0) c Good_1 : 0
21.79/7.59	c (1,0) c Good_2 : 0
21.79/7.59	c (1,0) c Good_3 : 0
21.79/7.59	c (1,0) c Good_4 : 0
21.79/7.59	c (1,0) c Good_5 : 0
21.79/7.59	c (1,0) c Good_6 : 0
21.79/7.59	c (1,0) c Good_7 : 0
21.79/7.59	c (1,0) c Good_total : 0
21.79/7.59	c (1,0) c Good_winner : 0
21.79/7.59	c (1,0) c Purge_0 : 0
21.79/7.59	c (1,0) c Purge_1 : 0
21.79/7.59	c (1,0) c Purge_2 : 0
21.79/7.59	c (1,0) c Purge_3 : 0
21.79/7.59	c (1,0) c Purge_4 : 0
21.79/7.59	c (1,0) c Purge_5 : 0
21.79/7.59	c (1,0) c Purge_6 : 0
21.79/7.59	c (1,0) c Purge_7 : 0
21.79/7.59	c (1,0) c Purge_total : 0
21.79/7.59	c (1,0) c Purge_winner : 0
21.79/7.59	c (1,0) c Promoted_0 : 0
21.79/7.59	c (1,0) c Promoted_1 : 0
21.79/7.59	c (1,0) c Promoted_2 : 0
21.79/7.59	c (1,0) c Promoted_3 : 0
21.79/7.59	c (1,0) c Promoted_4 : 0
21.79/7.59	c (1,0) c Promoted_5 : 0
21.79/7.59	c (1,0) c Promoted_6 : 0
21.79/7.59	c (1,0) c Promoted_7 : 0
21.79/7.59	c (1,0) c Promoted_total : 0
21.79/7.59	c (1,0) c Promoted_winner : 0
21.79/7.59	c (1,0) c Remove_Imp_0 : 0
21.79/7.59	c (1,0) c Remove_Imp_1 : 0
21.79/7.59	c (1,0) c Remove_Imp_2 : 0
21.79/7.59	c (1,0) c Remove_Imp_3 : 0
21.79/7.59	c (1,0) c Remove_Imp_4 : 0
21.79/7.59	c (1,0) c Remove_Imp_5 : 0
21.79/7.59	c (1,0) c Remove_Imp_6 : 0
21.79/7.59	c (1,0) c Remove_Imp_7 : 0
21.79/7.59	c (1,0) c Remove_Imp_total : 0
21.79/7.59	c (1,0) c Remove_Imp_winner : 0
21.79/7.59	c (1,0) c Blocked_Reuse_0 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_1 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_2 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_3 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_4 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_5 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_6 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_7 : 0
21.79/7.59	c (1,0) c Blocked_Reuse_total : 0
21.79/7.59	c (1,0) c Blocked_Reuse_winner : 0
21.79/7.59	c (1,0) c Unaries_0 : 1
21.79/7.59	c (1,0) c Unaries_1 : 0
21.79/7.59	c (1,0) c Unaries_2 : 4
21.79/7.59	c (1,0) c Unaries_3 : 0
21.79/7.59	c (1,0) c Unaries_4 : 1
21.79/7.59	c (1,0) c Unaries_5 : 0
21.79/7.59	c (1,0) c Unaries_6 : 2
21.79/7.59	c (1,0) c Unaries_7 : 9
21.79/7.59	c (1,0) c Unaries_total : 17
21.79/7.59	c (1,0) c Unaries_winner : 9
21.79/7.59	c (1,0) c Binaries_0 : 24
21.79/7.59	c (1,0) c Binaries_1 : 12
21.79/7.59	c (1,0) c Binaries_2 : 37
21.79/7.59	c (1,0) c Binaries_3 : 13
21.79/7.59	c (1,0) c Binaries_4 : 23
21.79/7.59	c (1,0) c Binaries_5 : 23
21.79/7.59	c (1,0) c Binaries_6 : 37
21.79/7.59	c (1,0) c Binaries_7 : 40
21.79/7.59	c (1,0) c Binaries_total : 209
21.79/7.59	c (1,0) c Binaries_winner : 40
21.79/7.59	c (1,0) c Glues_0 : 179
21.79/7.59	c (1,0) c Glues_1 : 133
21.79/7.59	c (1,0) c Glues_2 : 277
21.79/7.59	c (1,0) c Glues_3 : 179
21.79/7.59	c (1,0) c Glues_4 : 182
21.79/7.59	c (1,0) c Glues_5 : 201
21.79/7.59	c (1,0) c Glues_6 : 242
21.79/7.59	c (1,0) c Glues_7 : 268
21.79/7.59	c (1,0) c Glues_total : 1661
21.79/7.59	c (1,0) c Glues_winner : 268
21.79/7.60	c (1,0) c RunningTime_0 : 0.470693
21.79/7.60	c (1,0) c RunningTime_1 : 0.463249
21.79/7.60	c (1,0) c RunningTime_2 : 0.434659
21.79/7.60	c (1,0) c RunningTime_3 : 0.444203
21.79/7.60	c (1,0) c RunningTime_4 : 0.435550
21.79/7.60	c (1,0) c RunningTime_5 : 0.459472
21.79/7.60	c (1,0) c RunningTime_6 : 0.446629
21.79/7.60	c (1,0) c RunningTime_7 : 0.432285
21.79/7.60	c (1,0) c RunningTime_total : 3.586740
21.79/7.60	c (1,0) c RunningTime_winner : 0.432285
21.79/7.60	c (1,0) c WaitingTime_0 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_1 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_2 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_3 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_4 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_5 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_6 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_7 : 0.000000
21.79/7.60	c (1,0) c WaitingTime_total : 0.000000
21.79/7.60	c (1,0) c WaitingTime_winner : 0.000000
21.79/7.60	c (1,0) c ExchangingTime_0 : 0.000403
21.79/7.60	c (1,0) c ExchangingTime_1 : 0.000371
21.79/7.60	c (1,0) c ExchangingTime_2 : 0.000480
21.79/7.60	c (1,0) c ExchangingTime_3 : 0.000486
21.79/7.60	c (1,0) c ExchangingTime_4 : 0.000438
21.79/7.60	c (1,0) c ExchangingTime_5 : 0.000523
21.79/7.60	c (1,0) c ExchangingTime_6 : 0.000472
21.79/7.60	c (1,0) c ExchangingTime_7 : 0.000530
21.79/7.60	c (1,0) c ExchangingTime_total : 0.003705
21.79/7.60	c (1,0) c ExchangingTime_winner : 0.000530
21.79/7.60	c (1,0) c PeriodProcTime_0 : 0.000029
21.79/7.60	c (1,0) c PeriodProcTime_1 : 0.000028
21.79/7.60	c (1,0) c PeriodProcTime_2 : 0.000025
21.79/7.60	c (1,0) c PeriodProcTime_3 : 0.000060
21.79/7.60	c (1,0) c PeriodProcTime_4 : 0.000021
21.79/7.60	c (1,0) c PeriodProcTime_5 : 0.000036
21.79/7.60	c (1,0) c PeriodProcTime_6 : 0.000041
21.79/7.60	c (1,0) c PeriodProcTime_7 : 0.000047
21.79/7.60	c (1,0) c PeriodProcTime_total : 0.000287
21.79/7.60	c (1,0) c PeriodProcTime_winner : 0.000047
21.79/7.60	c (1,0) c SolvingTime_0 : 0.471125
21.79/7.60	c (1,0) c SolvingTime_1 : 0.463648
21.79/7.60	c (1,0) c SolvingTime_2 : 0.435164
21.79/7.60	c (1,0) c SolvingTime_3 : 0.444749
21.79/7.60	c (1,0) c SolvingTime_4 : 0.436009
21.79/7.60	c (1,0) c SolvingTime_5 : 0.460031
21.79/7.60	c (1,0) c SolvingTime_6 : 0.447142
21.79/7.60	c (1,0) c SolvingTime_7 : 0.432863
21.79/7.60	c (1,0) c SolvingTime_total : 3.590732
21.79/7.60	c (1,0) c SolvingTime_winner : 0.432863
21.79/7.60	c (1,0) c PropagationTime_0 : 0.404539
21.79/7.60	c (1,0) c PropagationTime_1 : 0.402565
21.79/7.60	c (1,0) c PropagationTime_2 : 0.369827
21.79/7.60	c (1,0) c PropagationTime_3 : 0.380368
21.79/7.60	c (1,0) c PropagationTime_4 : 0.368795
21.79/7.60	c (1,0) c PropagationTime_5 : 0.399170
21.79/7.60	c (1,0) c PropagationTime_6 : 0.379244
21.79/7.60	c (1,0) c PropagationTime_7 : 0.364880
21.79/7.60	c (1,0) c PropagationTime_total : 3.069387
21.79/7.60	c (1,0) c PropagationTime_winner : 0.364880
21.79/7.60	c (1,0) c AnalysisTime_0 : 0.039804
21.79/7.60	c (1,0) c AnalysisTime_1 : 0.042316
21.79/7.60	c (1,0) c AnalysisTime_2 : 0.040668
21.79/7.60	c (1,0) c AnalysisTime_3 : 0.046118
21.79/7.60	c (1,0) c AnalysisTime_4 : 0.042077
21.79/7.60	c (1,0) c AnalysisTime_5 : 0.042450
21.79/7.60	c (1,0) c AnalysisTime_6 : 0.041961
21.79/7.60	c (1,0) c AnalysisTime_7 : 0.042197
21.79/7.60	c (1,0) c AnalysisTime_total : 0.337592
21.79/7.60	c (1,0) c AnalysisTime_winner : 0.042197
21.79/7.60	c (1,0) c ReductionTime_0 : 0.000319
21.79/7.60	c (1,0) c ReductionTime_1 : 0.001246
21.79/7.60	c (1,0) c ReductionTime_2 : 0.001214
21.79/7.60	c (1,0) c ReductionTime_3 : 0.001319
21.79/7.60	c (1,0) c ReductionTime_4 : 0.001268
21.79/7.60	c (1,0) c ReductionTime_5 : 0.001287
21.79/7.60	c (1,0) c ReductionTime_6 : 0.001198
21.79/7.60	c (1,0) c ReductionTime_7 : 0.000902
21.79/7.60	c (1,0) c ReductionTime_total : 0.008753
21.79/7.60	c (1,0) c ReductionTime_winner : 0.000902
21.79/7.60	c (1,0) c SimplifyTime_0 : 0.009463
21.79/7.60	c (1,0) c SimplifyTime_1 : 0.000000
21.79/7.60	c (1,0) c SimplifyTime_2 : 0.007228
21.79/7.60	c (1,0) c SimplifyTime_3 : 0.000000
21.79/7.60	c (1,0) c SimplifyTime_4 : 0.007235
22.33/7.60	c (1,0) c SimplifyTime_5 : 0.000000
22.33/7.60	c (1,0) c SimplifyTime_6 : 0.007953
22.33/7.60	c (1,0) c SimplifyTime_7 : 0.007754
22.33/7.60	c (1,0) c SimplifyTime_total : 0.039634
22.33/7.60	c (1,0) c SimplifyTime_winner : 0.007754
22.33/7.60	c (1,0) c UsedRateTime_0 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_1 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_2 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_3 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_4 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_5 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_6 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_7 : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_total : 0.000000
22.33/7.60	c (1,0) c UsedRateTime_winner : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_0 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_1 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_2 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_3 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_4 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_5 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_6 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_7 : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_total : 0.000000
22.33/7.60	c (1,0) c OverlapRateTime_winner : 0.000000
22.33/7.60	c (1,0) c
22.33/7.60	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
22.33/7.60	c (1,0) c
22.33/7.60	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/7.60	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
22.33/7.60	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/7.60	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
22.33/7.60	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
22.33/7.60	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
22.33/7.60	c (1,0) c | Initial random_seed   |  790706420 | 1984620279 | 1489663662 | 2052615479 |  407970536 |  108470000 | 1135277512 |  263512498 |
22.33/7.60	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/7.60	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
22.33/7.60	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/7.60	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
22.33/7.60	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
22.33/7.60	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/7.60	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
22.33/7.60	c (1,0) c | var_decay             |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |
22.33/7.60	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
22.33/7.60	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/7.60	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/7.60	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/7.60	c (1,0) 
22.33/7.60	c (1,0) s UNSATISFIABLE
22.33/7.60	c (1,0) SatSolver.solve End
22.33/7.60	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
22.33/7.60	c (1,0) Show results Begin
22.33/7.60	s UNSATISFIABLE
22.33/7.60	c (1,0) Show results End
22.33/7.60	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
22.33/7.60	c (1,0) 1,1,STOP-AFTER(ALL)
22.33/7.60	c END-Prog: Mon Sep 23 12:35:45 CEST 2019

Verifier Data


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 (13572 MiB free)
  memory of node 1: 16384 MiB (12081 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405473-1569238638/watcher-4405473-1569238638 -o /var/tmp/evaluation-result-4405473-1569238638/solver-4405473-1569238638 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1569234931-20359 --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-4405473-1569238638.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=20497, runsolver pid=20494
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 0.16 0.05 0.06 2/210 20519
/proc/meminfo: memFree=26178012/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 500121626 115843072 349 33554432000 4194304 5098028 140732151183680 140732151180936 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 349 296 221 0 87 0
[pid=20500] ppid=20497 vsize=27314120 memory=106240 CPUtime=0.1 cores=0-7
/proc/20500/stat : 20500 (java) S 20497 20497 20332 0 -1 1077944320 6116 0 0 0 7 3 0 0 20 0 20 0 500121626 27969658880 26560 33554432000 4194304 4196468 140736328286336 140736328268880 140492714508023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
/proc/20500/statm: 6828530 26560 2801 1 0 6790935 0
[pid=20500/tid=20501] ppid=20497 vsize=27314120 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/20500/task/20501/stat : 20501 (java) R 20497 20497 20332 0 -1 4202560 4218 0 0 0 6 2 0 0 20 0 20 0 500121626 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492686319272 140492698588510 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20502] ppid=20497 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20500/task/20502/stat : 20502 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492718750352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20503] ppid=20497 vsize=27314120 memory=139708691023488 CPUtime=0 cores=0-7
/proc/20500/task/20503/stat : 20503 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492136987152 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20504] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20504/stat : 20504 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492135934352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20505] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20505/stat : 20505 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492134881552 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20506] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20506/stat : 20506 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492133829776 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20507] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20507/stat : 20507 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492132776976 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20508] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20508/stat : 20508 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492131724176 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20509] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20509/stat : 20509 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 26560 33554432000 4194304 4196468 140736328286336 140492130671376 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20510] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20510/stat : 20510 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121630 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490833291632 140492714519170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20511] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20511/stat : 20511 (java) S 20497 20497 20332 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490661946400 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20512] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20512/stat : 20512 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490393510768 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20513] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20513/stat : 20513 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490019002192 140492714526619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20514] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20514/stat : 20514 (java) S 20497 20497 20332 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490832239472 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20515] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20515/stat : 20515 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490831186672 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20516] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20516/stat : 20516 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490830133872 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20517] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20517/stat : 20517 (java) S 20497 20497 20332 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490829081072 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20518] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20518/stat : 20518 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 26560 33554432000 4194304 4196468 140736328286336 140489521097312 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20519] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20519/stat : 20519 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 26560 33554432000 4194304 4196468 140736328286336 140490828028464 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 107636 KiB

[startup+0.210462 s]*
/proc/loadavg: 0.16 0.05 0.06 2/210 20519
/proc/meminfo: memFree=26154444/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 500121626 115843072 349 33554432000 4194304 5098028 140732151183680 140732151180936 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 349 296 221 0 87 0
[pid=20500] ppid=20497 vsize=27314120 memory=125544 CPUtime=0.24 cores=0-7
/proc/20500/stat : 20500 (java) S 20497 20497 20332 0 -1 1077944320 11632 0 0 0 20 4 0 0 20 0 20 0 500121626 27969658880 31386 33554432000 4194304 4196468 140736328286336 140736328268880 140492714508023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
/proc/20500/statm: 6828530 31386 2956 1 0 6790935 0
[pid=20500/tid=20501] ppid=20497 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20500/task/20501/stat : 20501 (java) R 20497 20497 20332 0 -1 4202560 9337 0 0 0 16 4 0 0 20 0 20 0 500121626 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492686315392 140492696071552 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20502] ppid=20497 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/20500/task/20502/stat : 20502 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492718750352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20503] ppid=20497 vsize=27314120 memory=288370084842735232 CPUtime=0 cores=0-7
/proc/20500/task/20503/stat : 20503 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492136987152 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20504] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20504/stat : 20504 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492135934352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20505] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20505/stat : 20505 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492134881552 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20506] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20506/stat : 20506 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492133829776 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20507] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20507/stat : 20507 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492132776976 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20508] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20508/stat : 20508 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492131724176 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20509] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20509/stat : 20509 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 31386 33554432000 4194304 4196468 140736328286336 140492130671376 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20510] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20510/stat : 20510 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121630 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490833291632 140492714519170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20511] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20511/stat : 20511 (java) S 20497 20497 20332 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490661946400 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20512] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20512/stat : 20512 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490393510768 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20513] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20513/stat : 20513 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490019002192 140492714526619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20514] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20514/stat : 20514 (java) S 20497 20497 20332 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490832239472 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20515] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20515/stat : 20515 (java) S 20497 20497 20332 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490831186672 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20516] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20516/stat : 20516 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490830133872 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20517] ppid=20497 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/20500/task/20517/stat : 20517 (java) S 20497 20497 20332 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 500121633 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490829081072 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20518] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20518/stat : 20518 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 31386 33554432000 4194304 4196468 140736328286336 140489521097312 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20519] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20519/stat : 20519 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 31386 33554432000 4194304 4196468 140736328286336 140490828028464 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126940 KiB

[startup+0.31028 s]*
/proc/loadavg: 0.16 0.05 0.06 2/210 20519
/proc/meminfo: memFree=26150784/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 500121626 115843072 349 33554432000 4194304 5098028 140732151183680 140732151180936 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 349 296 221 0 87 0
[pid=20500] ppid=20497 vsize=27314120 memory=129652 CPUtime=0.42 cores=0-7
/proc/20500/stat : 20500 (java) S 20497 20497 20332 0 -1 1077944320 12784 0 0 0 37 5 0 0 20 0 20 0 500121626 27969658880 32413 33554432000 4194304 4196468 140736328286336 140736328268880 140492714508023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
/proc/20500/statm: 6828530 32413 3022 1 0 6790935 0
[pid=20500/tid=20501] ppid=20497 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/20500/task/20501/stat : 20501 (java) R 20497 20497 20332 0 -1 4202560 10312 0 0 0 25 4 0 0 20 0 20 0 500121626 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492686338096 140492714519958 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20502] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20502/stat : 20502 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492718750352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20503] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20503/stat : 20503 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492136987152 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20504] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20504/stat : 20504 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492135934352 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20505] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20505/stat : 20505 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492134881552 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20506] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20506/stat : 20506 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492133829776 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20507] ppid=20497 vsize=27314120 memory=139708575345327 CPUtime=0 cores=0-7
/proc/20500/task/20507/stat : 20507 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492132776976 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20508] ppid=20497 vsize=27314120 memory=139708575347632 CPUtime=0 cores=0-7
/proc/20500/task/20508/stat : 20508 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492131724176 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20509] ppid=20497 vsize=27314120 memory=139708575349936 CPUtime=0 cores=0-7
/proc/20500/task/20509/stat : 20509 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27969658880 32413 33554432000 4194304 4196468 140736328286336 140492130671376 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20510] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20510/stat : 20510 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121630 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490833291632 140492714519170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20511] ppid=20497 vsize=27314120 memory=279417150713744 CPUtime=0 cores=0-7
/proc/20500/task/20511/stat : 20511 (java) S 20497 20497 20332 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490661946400 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20512] ppid=20497 vsize=27314120 memory=279417150711440 CPUtime=0 cores=0-7
/proc/20500/task/20512/stat : 20512 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121631 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490393510768 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20513] ppid=20497 vsize=27314120 memory=279417150718352 CPUtime=0 cores=0-7
/proc/20500/task/20513/stat : 20513 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490019002192 140492714526619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20514] ppid=20497 vsize=27314120 memory=279417150659632 CPUtime=0.02 cores=0-7
/proc/20500/task/20514/stat : 20514 (java) R 20497 20497 20332 0 -1 4202560 454 0 0 0 2 0 0 0 20 0 20 0 500121633 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490832239472 140492707493065 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20515] ppid=20497 vsize=27314120 memory=279417150732176 CPUtime=0 cores=0-7
/proc/20500/task/20515/stat : 20515 (java) S 20497 20497 20332 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490831186672 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20516] ppid=20497 vsize=27314120 memory=279417150739088 CPUtime=0 cores=0-7
/proc/20500/task/20516/stat : 20516 (java) S 20497 20497 20332 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 500121633 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490830133872 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20517] ppid=20497 vsize=27314120 memory=279417150736784 CPUtime=0.07 cores=0-7
/proc/20500/task/20517/stat : 20517 (java) S 20497 20497 20332 0 -1 1077944384 509 0 0 0 7 0 0 0 20 0 20 0 500121633 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490829081072 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20518] ppid=20497 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20518/stat : 20518 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 32413 33554432000 4194304 4196468 140736328286336 140489521097312 140492714518229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20519] ppid=20497 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20500/task/20519/stat : 20519 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121634 27969658880 32413 33554432000 4194304 4196468 140736328286336 140490828028464 140492714519170 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131048 KiB

[startup+0.701002 s]
/proc/loadavg: 0.16 0.05 0.06 4/210 20519
/proc/meminfo: memFree=26130096/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 500121626 115843072 349 33554432000 4194304 5098028 140732151183680 140732151180936 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 349 296 221 0 87 0
[pid=20500] ppid=20497 vsize=27320392 memory=164856 CPUtime=0.97 cores=0-7
/proc/20500/stat : 20500 (java) S 20497 20497 20332 0 -1 1077944320 19804 0 0 0 90 7 0 0 20 0 20 0 500121626 27976081408 41214 33554432000 4194304 4196468 140736328286336 140736328268880 140492714508023 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
/proc/20500/statm: 6830098 41214 3183 1 0 6791447 0
[pid=20500/tid=20501] ppid=20497 vsize=27320392 memory=0 CPUtime=0.67 cores=0-7
/proc/20500/task/20501/stat : 20501 (java) R 20497 20497 20332 0 -1 4202560 16887 0 0 0 61 6 0 0 20 0 20 0 500121626 27976081408 41214 33554432000 4194304 4196468 140736328286336 140492686346176 140492217904260 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20502] ppid=20497 vsize=27320392 memory=139708575556464 CPUtime=0 cores=0-7
/proc/20500/task/20502/stat : 20502 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121629 27976081408 41214 33554432000 4194304 4196468 140736328286336 140492718750352 140492714518229 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20503] ppid=20497 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/20500/task/20503/stat : 20503 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27976081408 41214 33554432000 4194304 4196468 140736328286336 140492136987152 140492714518229 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0
[pid=20500/tid=20504] ppid=20497 vsize=27320392 memory=784 CPUtime=0 cores=0-7
/proc/20500/task/20504/stat : 20504 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121629 27976081408 41214 33554432000 4194304 4196468 140736328286336 140492135934352 140492714518229 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140736328295110 140736328295558 140736328295558 140736328298447 0

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

/proc/20520/task/20529/stat : 20529 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669400447248 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20530] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20530/stat : 20530 (java) S 20497 20497 20332 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669149068144 139669921450626 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20531] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20531/stat : 20531 (java) S 20497 20497 20332 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139668377036320 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20532] ppid=20497 vsize=8414124 memory=1072 CPUtime=0 cores=0-7
/proc/20520/task/20532/stat : 20532 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139668108600688 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20533] ppid=20497 vsize=8414124 memory=6184 CPUtime=0 cores=0-7
/proc/20520/task/20533/stat : 20533 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139667734092112 139669921458075 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20534] ppid=20497 vsize=8414124 memory=784 CPUtime=0.18 cores=0-7
/proc/20520/task/20534/stat : 20534 (java) S 20497 20497 20332 0 -1 1077944384 952 0 0 0 18 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669148014960 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20535] ppid=20497 vsize=8414124 memory=1060 CPUtime=0.2 cores=0-7
/proc/20520/task/20535/stat : 20535 (java) S 20497 20497 20332 0 -1 1077944384 793 0 0 0 20 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669146962160 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20536] ppid=20497 vsize=8414124 memory=14012 CPUtime=0.19 cores=0-7
/proc/20520/task/20536/stat : 20536 (java) S 20497 20497 20332 0 -1 1077944384 297 0 0 0 19 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669145909360 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20537] ppid=20497 vsize=8414124 memory=23452 CPUtime=0.24 cores=0-7
/proc/20520/task/20537/stat : 20537 (java) S 20497 20497 20332 0 -1 1077944384 654 0 0 0 24 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669144856560 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20538] ppid=20497 vsize=8414124 memory=14056 CPUtime=0 cores=0-7
/proc/20520/task/20538/stat : 20538 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139667236187232 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20539] ppid=20497 vsize=8414124 memory=2116 CPUtime=0 cores=0-7
/proc/20520/task/20539/stat : 20539 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122195 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669143804976 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
Current children cumulated CPU time: 18.16 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 137832 KiB

[startup+7.40145 s]
/proc/loadavg: 0.46 0.11 0.08 9/223 20553
/proc/meminfo: memFree=25892816/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1476 CPUtime=16.39 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 583 35860 0 0 0 0 1584 55 20 0 1 0 500121626 115843072 369 33554432000 4194304 5098028 140732151183680 140732151180424 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 369 311 221 0 87 0
[pid=20520] ppid=20497 vsize=8414124 memory=136356 CPUtime=1.78 cores=0-7
/proc/20520/stat : 20520 (java) S 20497 20497 20332 0 -1 1077944320 21528 0 0 0 164 14 0 0 20 0 24 0 500122184 8616062976 34089 33554432000 4194304 4196468 140724178079232 140724178061776 139669921439479 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
/proc/20520/statm: 2103531 34089 3214 1 0 2064875 0
[pid=20540] ppid=20520 vsize=845000 memory=245908 CPUtime=2.82 cores=0-7
/proc/20540/stat : 20540 (manyglucose-4.1) S 20520 20497 20332 0 -1 1077944320 43943 0 0 0 274 8 0 0 20 0 9 0 500122277 865280000 61477 33554432000 4194304 4454172 140724267503968 140724267502368 140416925686402 0 4 0 8388610 18446744073709551615 0 0 17 7 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
/proc/20540/statm: 211250 61477 407 64 0 206918 0
[pid=20540/tid=20546] ppid=20520 vsize=845000 memory=2116 CPUtime=0.27 cores=0-7
/proc/20540/task/20546/stat : 20546 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 395 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416886512424 4351289 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20547] ppid=20520 vsize=845000 memory=516 CPUtime=0.27 cores=0-7
/proc/20540/task/20547/stat : 20547 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 417 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416878119720 4351186 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20548] ppid=20520 vsize=845000 memory=1556 CPUtime=0.27 cores=0-7
/proc/20540/task/20548/stat : 20548 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 391 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416869727016 4351555 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20549] ppid=20520 vsize=845000 memory=928 CPUtime=0.27 cores=0-7
/proc/20540/task/20549/stat : 20549 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 349 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416861334312 4351264 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20550] ppid=20520 vsize=845000 memory=1772 CPUtime=0.28 cores=0-7
/proc/20540/task/20550/stat : 20550 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 499 0 0 0 28 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416852941928 4351184 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20551] ppid=20520 vsize=845000 memory=900 CPUtime=0.27 cores=0-7
/proc/20540/task/20551/stat : 20551 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 470 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416844549032 4351535 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20552] ppid=20520 vsize=845000 memory=1444 CPUtime=0.26 cores=0-7
/proc/20540/task/20552/stat : 20552 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 467 0 0 0 26 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416836156328 4351184 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20540/tid=20553] ppid=20520 vsize=845000 memory=1976 CPUtime=0.27 cores=0-7
/proc/20540/task/20553/stat : 20553 (manyglucose-4.1) R 20520 20497 20332 0 -1 4202560 415 0 0 0 27 0 0 0 20 0 9 0 500122337 865280000 61477 33554432000 4194304 4454172 140724267503968 140416827763512 4321861 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 7102464 140724267508557 140724267508764 140724267508764 140724267511734 0
[pid=20520/tid=20521] ppid=20497 vsize=8414124 memory=2580 CPUtime=0.92 cores=0-7
/proc/20520/task/20521/stat : 20521 (java) S 20497 20497 20332 0 -1 1077944384 17425 0 0 0 80 12 0 0 20 0 24 0 500122184 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669893279648 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20522] ppid=20497 vsize=8414124 memory=1760 CPUtime=0 cores=0-7
/proc/20520/task/20522/stat : 20522 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669925682320 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20523] ppid=20497 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/20520/task/20523/stat : 20523 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669725850640 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20524] ppid=20497 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/20520/task/20524/stat : 20524 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669724797840 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20525] ppid=20497 vsize=8414124 memory=4100 CPUtime=0 cores=0-7
/proc/20520/task/20525/stat : 20525 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669723745040 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20526] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20526/stat : 20526 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669722692240 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20527] ppid=20497 vsize=8414124 memory=2241 CPUtime=0 cores=0-7
/proc/20520/task/20527/stat : 20527 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669721639440 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20528] ppid=20497 vsize=8414124 memory=2244 CPUtime=0 cores=0-7
/proc/20520/task/20528/stat : 20528 (java) S 20497 20497 20332 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669720586640 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20529] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20529/stat : 20529 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500122186 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669400447248 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20530] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20530/stat : 20530 (java) S 20497 20497 20332 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669149068144 139669921450626 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20531] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20531/stat : 20531 (java) S 20497 20497 20332 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139668377036320 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20532] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20532/stat : 20532 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122188 8616062976 34089 33554432000 4194304 4196468 140724178079232 139668108600688 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20533] ppid=20497 vsize=8414124 memory=139708575782192 CPUtime=0 cores=0-7
/proc/20520/task/20533/stat : 20533 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139667734092112 139669921458075 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20534] ppid=20497 vsize=8414124 memory=0 CPUtime=0.18 cores=0-7
/proc/20520/task/20534/stat : 20534 (java) S 20497 20497 20332 0 -1 1077944384 952 0 0 0 18 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669148014960 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20535] ppid=20497 vsize=8414124 memory=-3253322038155611931 CPUtime=0.2 cores=0-7
/proc/20520/task/20535/stat : 20535 (java) S 20497 20497 20332 0 -1 1077944384 793 0 0 0 20 0 0 0 20 0 24 0 500122192 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669146962160 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20536] ppid=20497 vsize=8414124 memory=6944652177228980320 CPUtime=0.19 cores=0-7
/proc/20520/task/20536/stat : 20536 (java) S 20497 20497 20332 0 -1 1077944384 297 0 0 0 19 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669145909360 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20537] ppid=20497 vsize=8414124 memory=6944656575208382560 CPUtime=0.24 cores=0-7
/proc/20520/task/20537/stat : 20537 (java) S 20497 20497 20332 0 -1 1077944384 656 0 0 0 24 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669144856560 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20538] ppid=20497 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/20520/task/20538/stat : 20538 (java) S 20497 20497 20332 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500122193 8616062976 34089 33554432000 4194304 4196468 140724178079232 139667236187232 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20539] ppid=20497 vsize=8414124 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/20520/task/20539/stat : 20539 (java) S 20497 20497 20332 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500122195 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669143804976 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20541] ppid=20497 vsize=8414124 memory=13563791027735085 CPUtime=0 cores=0-7
/proc/20520/task/20541/stat : 20541 (java) S 20497 20497 20332 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 500122277 8616062976 34089 33554432000 4194304 4196468 140724178079232 139669135771200 139669921464089 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20543] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20543/stat : 20543 (java) S 20497 20497 20332 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 500122278 8616062976 34089 33554432000 4194304 4196468 140724178079232 139666565086864 139669921461405 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20544] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20544/stat : 20544 (java) S 20497 20497 20332 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 500122278 8616062976 34089 33554432000 4194304 4196468 140724178079232 139666833522192 139669921461405 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20545] ppid=20497 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20520/task/20545/stat : 20545 (java) S 20497 20497 20332 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 24 0 500122280 8616062976 34089 33554432000 4194304 4196468 140724178079232 139666296658992 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
Current children cumulated CPU time: 20.99 s
Current children cumulated vsize: 9372252 KiB
Current children cumulated memory: 383740 KiB

[startup+7.60133 s]
/proc/loadavg: 0.46 0.11 0.08 9/223 20553
/proc/meminfo: memFree=25892816/32770624 swapFree=66956608/67108860
[pid=20497] ppid=20494 vsize=113128 memory=1476 CPUtime=16.39 cores=0-7
/proc/20497/stat : 20497 (scop.sh) S 20494 20497 20332 0 -1 4202496 583 35860 0 0 0 0 1584 55 20 0 1 0 500121626 115843072 369 33554432000 4194304 5098028 140732151183680 140732151180424 140474920854140 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26284032 140732151186172 140732151186520 140732151186520 140732151189449 0
/proc/20497/statm: 28282 369 311 221 0 87 0
[pid=20520] ppid=20497 vsize=8414124 memory=138556 CPUtime=5.94 cores=0-7
/proc/20520/stat : 20520 (java) S 20497 20497 20332 0 -1 1077944320 21569 44344 0 0 167 14 404 9 20 0 23 0 500122184 8616062976 34639 33554432000 4194304 4196468 140724178079232 140724178061776 139669921439479 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
/proc/20520/statm: 2103531 34639 3217 1 0 2064875 0
[pid=20520/tid=20521] ppid=20497 vsize=8414124 memory=1136 CPUtime=5.05 cores=0-7
/proc/20520/task/20521/stat : 20521 (java) S 20497 20497 20332 0 -1 1077944384 17425 44344 0 0 80 12 404 9 20 0 23 0 500122184 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669893279648 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20522] ppid=20497 vsize=8414124 memory=1072 CPUtime=4.13 cores=0-7
/proc/20520/task/20522/stat : 20522 (java) S 20497 20497 20332 0 -1 1077944384 1 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669925682320 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20523] ppid=20497 vsize=8414124 memory=6184 CPUtime=4.13 cores=0-7
/proc/20520/task/20523/stat : 20523 (java) S 20497 20497 20332 0 -1 1077944384 2 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669725850640 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20524] ppid=20497 vsize=8414124 memory=784 CPUtime=4.13 cores=0-7
/proc/20520/task/20524/stat : 20524 (java) S 20497 20497 20332 0 -1 1077944384 2 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669724797840 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20525] ppid=20497 vsize=8414124 memory=1060 CPUtime=4.13 cores=0-7
/proc/20520/task/20525/stat : 20525 (java) S 20497 20497 20332 0 -1 1077944384 2 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669723745040 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20526] ppid=20497 vsize=8414124 memory=14012 CPUtime=4.13 cores=0-7
/proc/20520/task/20526/stat : 20526 (java) S 20497 20497 20332 0 -1 1077944384 2 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669722692240 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20527] ppid=20497 vsize=8414124 memory=23452 CPUtime=4.13 cores=0-7
/proc/20520/task/20527/stat : 20527 (java) S 20497 20497 20332 0 -1 1077944384 1 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669721639440 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20528] ppid=20497 vsize=8414124 memory=14056 CPUtime=4.13 cores=0-7
/proc/20520/task/20528/stat : 20528 (java) S 20497 20497 20332 0 -1 1077944384 2 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669720586640 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20529] ppid=20497 vsize=8414124 memory=2116 CPUtime=4.13 cores=0-7
/proc/20520/task/20529/stat : 20529 (java) S 20497 20497 20332 0 -1 1077944384 3 44344 0 0 0 0 404 9 20 0 23 0 500122186 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669400447248 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20530] ppid=20497 vsize=8414124 memory=516 CPUtime=4.13 cores=0-7
/proc/20520/task/20530/stat : 20530 (java) S 20497 20497 20332 0 -1 1077944384 5 44344 0 0 0 0 404 9 20 0 23 0 500122188 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669149068144 139669921450626 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20531] ppid=20497 vsize=8414124 memory=103268 CPUtime=4.13 cores=0-7
/proc/20520/task/20531/stat : 20531 (java) S 20497 20497 20332 0 -1 1077944384 13 44344 0 0 0 0 404 9 20 0 23 0 500122188 8616062976 34639 33554432000 4194304 4196468 140724178079232 139668377036320 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20532] ppid=20497 vsize=8414124 memory=928 CPUtime=4.13 cores=0-7
/proc/20520/task/20532/stat : 20532 (java) S 20497 20497 20332 0 -1 1077944384 1 44344 0 0 0 0 404 9 20 0 23 0 500122188 8616062976 34639 33554432000 4194304 4196468 140724178079232 139668108600688 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20533] ppid=20497 vsize=8414124 memory=1772 CPUtime=4.13 cores=0-7
/proc/20520/task/20533/stat : 20533 (java) S 20497 20497 20332 0 -1 1077944384 1 44344 0 0 0 0 404 9 20 0 23 0 500122192 8616062976 34639 33554432000 4194304 4196468 140724178079232 139667734092112 139669921458075 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20534] ppid=20497 vsize=8414124 memory=900 CPUtime=4.31 cores=0-7
/proc/20520/task/20534/stat : 20534 (java) R 20497 20497 20332 0 -1 4202560 952 44344 0 0 18 0 404 9 20 0 23 0 500122192 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669148014960 139669902960823 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20535] ppid=20497 vsize=8414124 memory=1808 CPUtime=4.33 cores=0-7
/proc/20520/task/20535/stat : 20535 (java) R 20497 20497 20332 0 -1 4202560 796 44344 0 0 20 0 404 9 20 0 23 0 500122192 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669146962160 139669899222219 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20536] ppid=20497 vsize=8414124 memory=920 CPUtime=4.33 cores=0-7
/proc/20520/task/20536/stat : 20536 (java) S 20497 20497 20332 0 -1 1077944384 302 44344 0 0 20 0 404 9 20 0 23 0 500122193 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669145909360 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20537] ppid=20497 vsize=8414124 memory=4136 CPUtime=4.39 cores=0-7
/proc/20520/task/20537/stat : 20537 (java) R 20497 20497 20332 0 -1 4202560 684 44344 0 0 26 0 404 9 20 0 23 0 500122193 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669144854352 139669921451414 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20538] ppid=20497 vsize=8414124 memory=1408 CPUtime=4.13 cores=0-7
/proc/20520/task/20538/stat : 20538 (java) S 20497 20497 20332 0 -1 1077944384 3 44344 0 0 0 0 404 9 20 0 23 0 500122193 8616062976 34639 33554432000 4194304 4196468 140724178079232 139667236187232 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20539] ppid=20497 vsize=8414124 memory=2580 CPUtime=4.13 cores=0-7
/proc/20520/task/20539/stat : 20539 (java) S 20497 20497 20332 0 -1 1077944384 1 44344 0 0 0 0 404 9 20 0 23 0 500122195 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669143804976 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20541] ppid=20497 vsize=8414124 memory=1476 CPUtime=4.13 cores=0-7
/proc/20520/task/20541/stat : 20541 (java) S 20497 20497 20332 0 -1 1077944384 24 44344 0 0 0 0 404 9 20 0 23 0 500122277 8616062976 34639 33554432000 4194304 4196468 140724178079232 139669135770384 139669921450626 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20543] ppid=20497 vsize=8414124 memory=99316 CPUtime=4.14 cores=0-7
/proc/20520/task/20543/stat : 20543 (java) R 20497 20497 20332 0 -1 4202560 12 44344 0 0 1 0 404 9 20 0 23 0 500122278 8616062976 34639 33554432000 4194304 4196468 140724178079232 139666565093440 140724178167746 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
[pid=20520/tid=20545] ppid=20497 vsize=8414124 memory=8317482817917895235 CPUtime=4.13 cores=0-7
/proc/20520/task/20545/stat : 20545 (java) S 20497 20497 20332 0 -1 1077944384 12 44344 0 0 0 0 404 9 20 0 23 0 500122280 8616062976 34639 33554432000 4194304 4196468 140724178079232 139666296658752 139669921449685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37736448 140724178080735 140724178080902 140724178080902 140724178083791 0
Current children cumulated CPU time: 22.33 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 140032 KiB

Child status: 0
Real time (s): 7.61922
CPU time (s): 22.4104
CPU user time (s): 21.5929
CPU system time (s): 0.817474
CPU usage (%): 294.13
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 1869976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5929
system time used= 0.817474
maximum resident set size= 1871452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102433
page faults= 0
swaps= 0
block input operations= 112
block output operations= 21112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9728
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 20497
#   total CPU time (s): 22.4104
#   total CPU user time (s): 21.5929
#   total CPU system time (s): 0.817474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080317 second user time and 0.126638 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-23 12:35:38
IDJOB=4405473
IDBENCH=120792
IDSOLVER=2868
FILE ID=node105/4405473-1569238638
RUNJOBID= node105-1569234931-20359
PBS_JOBID= 21704915
Free space on /var/tmp= 13180 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f04.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 /var/tmp/evaluation-result-4405473-1569238638/watcher-4405473-1569238638 -o /var/tmp/evaluation-result-4405473-1569238638/solver-4405473-1569238638 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1569234931-20359 --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-4405473-1569238638.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=768292140

node105.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.00
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.00
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.00
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.00
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:        26271176 kB
MemAvailable:   31802908 kB
Buffers:           98644 kB
Cached:          5565712 kB
SwapCached:        48500 kB
Active:          2825204 kB
Inactive:        2888440 kB
Active(anon):       4776 kB
Inactive(anon):    99492 kB
Active(file):    2820428 kB
Inactive(file):  2788948 kB
Unevictable:      110924 kB
Mlocked:          110924 kB
SwapTotal:      67108860 kB
SwapFree:       66956608 kB
Dirty:             20700 kB
Writeback:             0 kB
AnonPages:        117612 kB
Mapped:            52408 kB
Shmem:             45684 kB
Slab:             378596 kB
SReclaimable:     350816 kB
SUnreclaim:        27780 kB
KernelStack:        3664 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13160 MiB
End job on node105 at 2019-09-23 12:35:45