Trace number 4392649

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-06-15)UNSAT 38.5411 21.4027

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
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 benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-10489-serial-file.bin HOME/instance-4392649-1568441996.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.57	c BEGIN-Prog: Sat Sep 14 08:19:16 CEST 2019
0.66/0.57	c PID: 10492
0.66/0.57	c IP: 172.20.3.146
0.66/0.57	c HOST: node146.alineos.net
0.66/0.57	c (0,0) Parsing Begin
4.46/1.78	c (1,1) Parsing End
4.46/1.79	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
4.46/1.79	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.46/1.79	c (1,1) Constraint Name Generate Begin
4.66/1.82	c (1,1) Ctr:HOME/instance-4392649-1568441996.xml,Add:Le:Ne:Num:Or:Var
4.66/1.82	c (1,1) Constraint Name Generate End
4.66/1.82	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.66/1.82	c (1,1) CSP to CSPinCNF Begin
5.24/2.05	c (1,1) translated 280 (10%) constraints
5.24/2.10	c (1,1) translated 560 (20%) constraints
5.55/2.13	c (1,1) translated 840 (30%) constraints
5.55/2.16	c (1,1) translated 1120 (40%) constraints
5.55/2.18	c (1,1) translated 1400 (50%) constraints
5.89/2.21	c (1,1) translated 1680 (60%) constraints
5.89/2.23	c (1,1) translated 1960 (70%) constraints
5.89/2.25	c (1,1) translated 2240 (80%) constraints
5.89/2.27	c (1,1) translated 2520 (90%) constraints
5.89/2.29	c (1,1) translated 2800 (100%) constraints
5.89/2.29	c (1,1) ===========================================
6.33/2.32	c (1,1) Hybrid: #OE=200, #LE=0
6.33/2.32	c (1,1) Hybrid
6.33/2.32	c (1,1) ===========================================
6.33/2.34	c (1,1) translated 280 (10%) constraints
6.33/2.36	c (1,1) translated 560 (20%) constraints
6.33/2.37	c (1,1) translated 840 (30%) constraints
6.33/2.39	c (1,1) translated 1120 (40%) constraints
6.72/2.40	c (1,1) translated 1400 (50%) constraints
6.72/2.41	c (1,1) translated 1680 (60%) constraints
6.72/2.42	c (1,1) translated 1960 (70%) constraints
6.72/2.43	c (1,1) translated 2240 (80%) constraints
6.72/2.44	c (1,1) translated 2520 (90%) constraints
6.72/2.45	c (1,1) translated 2800 (100%) constraints
6.72/2.46	c (1,1) CSP to CSPinCNF End
6.72/2.46	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
6.72/2.46	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.72/2.46	c (1,1) CSPinCNF Propagation Begin
7.07/2.52	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.07/2.52	c (1,1) CSPinCNF Propagation End
7.07/2.52	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
7.07/2.52	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.07/2.53	c (1,1) Hybrid: #OE=200, #LE=0
7.07/2.53	c (1,1) Simplify CSPinCNF Begin
7.82/2.73	c (2,1) Simplify CSPinCNF End
7.82/2.73	c (2,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 511
7.82/2.73	c (2,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.82/2.73	c (2,1) Calculate Precise Domain Begin
7.82/2.73	c (2,1) 0 values are removed by re-calculation
7.82/2.73	c (2,1) Calculate Precise Domain End
7.82/2.73	c (2,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 511
7.82/2.73	c (2,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.82/2.73	c (2,1) CSPinCNF to SatSolver Begin
10.91/4.16	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 330104 SAT clauses)
11.94/5.13	c (4,4) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 567230 SAT clauses)
12.91/6.09	c (5,5) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 802862 SAT clauses)
13.92/7.05	c (6,6) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1037216 SAT clauses)
14.93/8.02	c (7,7) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1274486 SAT clauses)
15.83/8.99	c (8,8) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1512051 SAT clauses)
16.91/9.89	c (9,9) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 1746298 SAT clauses)
17.87/10.72	c (10,9) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 1979654 SAT clauses)
18.66/11.56	c (11,10) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2215652 SAT clauses)
19.68/12.44	c (11,11) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2460864 SAT clauses)
19.68/12.44	c (11,11) CSPinCNF to SatSolver End
19.68/12.44	c (11,11) Heap : 3282 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
19.68/12.44	c (11,11) 98584 bool, 2461304 clause
19.68/12.44	c (11,11) Export Begin
19.81/12.53	c (11,11) Export to HOME/scop-10489-serial-file.bin
19.81/12.53	c (11,11) Export End
19.81/12.53	c (11,11) Export File Size: 0.03 MB
19.81/12.53	c (11,11) 1,1,1,1,2,2,11,STOP-AFTER(DIMACS)
19.81/12.53	c END-Prog: Sat Sep 14 08:19:28 CEST 2019
19.81/12.57	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10489-serial-file.bin
20.50/13.03	c (0,0) Read Serial File Begin
20.50/13.03	c (0,0) HOME/scop-10489-serial-file.bin
20.77/13.25	c (0,0) Read Serial File End
20.77/13.26	
20.77/13.26	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
20.77/13.26	(Solving Process)
20.77/13.26	
20.77/13.29	c BEGIN-Prog: Sat Sep 14 08:19:29 CEST 2019
20.77/13.29	c PID: 10512
20.77/13.29	c IP: 172.20.3.146
20.77/13.29	c HOST: node146.alineos.net
20.77/13.29	c (0,0) SatSolver.solve Begin
20.77/13.29	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392649-1568441996.xml-scop-10492.cnf
21.01/13.32	c (0,0) c
21.01/13.32	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)
21.01/13.32	c (0,0) c
21.01/13.32	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
21.01/13.32	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
21.01/13.32	c (0,0) c ========================================[ Problem Statistics ]===========================================
21.01/13.32	c (0,0) c |                                                                                                       |
21.96/14.18	c (1,0) c |  Number of variables:         98584                                                                   |
21.96/14.18	c (1,0) c |  Number of clauses:         2461304                                                                   |
21.96/14.18	c (1,0) c |  Parse time:                   0.79 s                                                                 |
21.96/14.18	c (1,0) c |                                                                                                       |
26.87/19.06	c (6,0) c |  Simplification time:          4.80 s                                                                 |
26.87/19.06	c (6,0) c |                                                                                                       |
26.87/19.06	c (6,0) c |  Generating clones                                                                                    |
27.56/19.72	c (6,0) c |  all clones generated. Memory =  1545.37Mb.                                                           |
27.56/19.72	c (6,0) c ========================================================================================================|
27.56/19.72	c (6,0) c
27.56/19.72	c (6,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
27.56/19.72	c (6,0) c
27.56/19.72	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.56/19.72	c (6,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
27.56/19.72	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.56/19.72	c (6,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
27.56/19.72	c (6,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
27.56/19.72	c (6,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
27.56/19.72	c (6,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
27.56/19.72	c (6,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
27.56/19.72	c (6,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
27.56/19.72	c (6,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
27.56/19.72	c (6,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
27.56/19.72	c (6,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
27.56/19.72	c (6,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
27.56/19.72	c (6,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
27.56/19.72	c (6,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
27.56/19.72	c (6,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
27.56/19.72	c (6,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
27.56/19.72	c (6,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
27.56/19.72	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c real time : 7.99646 s
38.32/21.31	c (8,0) c cpu time  : 16.384 s
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | Conflicts     |           10263 |       1037 |       1186 |       1599 |       1604 |       1662 |       1016 |       1522 |        637 |
38.32/21.31	c (8,0) c | Decisions     |           15478 |       1532 |       1854 |       2290 |       2357 |       2299 |       1533 |       2474 |       1139 |
38.32/21.31	c (8,0) c | Propagations  |        11620821 |    1180729 |    1323024 |    1513184 |    1847107 |    1559595 |    1256683 |    1800243 |    1140256 |
38.32/21.31	c (8,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
38.32/21.31	c (8,0) c | Restarts      |              19 |          1 |          4 |          2 |          2 |          1 |          3 |          4 |          2 |
38.32/21.31	c (8,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | PropBinClauses|        13915965 |    1539601 |    1511763 |    1856534 |    2156800 |    1945569 |    1452261 |    2096092 |    1357345 |
38.32/21.31	c (8,0) c | PropPreBlocker|       181582633 |   19546607 |   20616718 |   20290797 |   29244416 |   21806977 |   20205956 |   28556676 |   21314486 |
38.32/21.31	c (8,0) c | PropNotBlocker|        63343699 |    7303098 |    6214169 |    9214882 |    8368789 |   10266897 |    6760348 |    9287499 |    5928017 |
38.32/21.31	c (8,0) c | LitFullScans  |       273187215 |   30022366 |   30028592 |   33102864 |   42001597 |   36002085 |   30002670 |   42013755 |   30013286 |
38.32/21.31	c (8,0) c | LitScanFracts |            9277 |        285 |       2176 |        155 |       1597 |        659 |        329 |       2650 |       1426 |
38.32/21.31	c (8,0) c | DecisionLevel0|              26 |          1 |          4 |          9 |          2 |          1 |          3 |          4 |          2 |
38.32/21.31	c (8,0) c | Periods       |              45 |          5 |          5 |          5 |          7 |          6 |          5 |          7 |          5 |
38.32/21.31	c (8,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
38.32/21.31	c (8,0) c | Avg_Trail     |                 |      18821 |       9575 |       7131 |      12737 |       7709 |      14746 |      10091 |      28352 |
38.32/21.31	c (8,0) c | Avg_DL        |                 |        129 |         29 |         17 |         23 |         20 |         44 |         30 |        120 |
38.32/21.31	c (8,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | Exported      |             473 |         37 |         39 |        135 |         48 |         91 |         27 |         81 |         15 |
38.32/21.31	c (8,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | Unaries       |                 |          0 |          0 |          7 |          0 |          0 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Binaries      |                 |          0 |          0 |         29 |          0 |          3 |          0 |          0 |          0 |
38.32/21.31	c (8,0) c | Glues         |                 |         37 |         39 |        135 |         48 |         91 |         27 |         81 |         15 |
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | Orig_Seen     |             0 % |       8362 |      10572 |       7625 |       8743 |       8565 |       7646 |      12552 |       8210 |
38.32/21.31	c (8,0) c | Diff Orig seen|                 |        737 |       2947 |      X     |       1118 |        940 |         21 |       4927 |        585 |
38.32/21.31	c (8,0) c | Hamming       |            24 % |      21428 |      22674 |      X     |      23345 |      22052 |      26018 |      23291 |      26839 |
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c | RunningTime   |                 |    1.6 100%|    1.6 100%|    1.5 100%|    1.5 100%|    1.6 100%|    1.6 100%|    1.6 100%|    1.6 100%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,0) c | SolvingTime   |                 |    1.6     |    1.6     |    1.5     |    1.5     |    1.6     |    1.6     |    1.6     |    1.6     |
38.32/21.31	c (8,0) c | PropagationTim|                 |    1.5  97%|    1.5  96%|    1.4  97%|    1.5  96%|    1.5  97%|    1.5  96%|    1.5  96%|    1.5  96%|
38.32/21.31	c (8,0) c | AnalysisTime  |                 |    0.0   2%|    0.0   2%|    0.0   2%|    0.0   2%|    0.0   2%|    0.0   2%|    0.0   2%|    0.0   2%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,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%|
38.32/21.31	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c
38.32/21.31	c (8,0) c Threads : 8
38.32/21.31	c (8,0) c Winner : 2
38.32/21.31	c (8,0) c Conflicts_0 : 1037
38.32/21.31	c (8,0) c Conflicts_1 : 1186
38.32/21.31	c (8,0) c Conflicts_2 : 1599
38.32/21.31	c (8,0) c Conflicts_3 : 1604
38.32/21.31	c (8,0) c Conflicts_4 : 1662
38.32/21.31	c (8,0) c Conflicts_5 : 1016
38.32/21.31	c (8,0) c Conflicts_6 : 1522
38.32/21.31	c (8,0) c Conflicts_7 : 637
38.32/21.31	c (8,0) c Conflicts_total : 10263
38.32/21.31	c (8,0) c Conflicts_winner : 1599
38.32/21.31	c (8,0) c Decisions_0 : 1532
38.32/21.31	c (8,0) c Decisions_1 : 1854
38.32/21.31	c (8,0) c Decisions_2 : 2290
38.32/21.31	c (8,0) c Decisions_3 : 2357
38.32/21.31	c (8,0) c Decisions_4 : 2299
38.32/21.31	c (8,0) c Decisions_5 : 1533
38.32/21.31	c (8,0) c Decisions_6 : 2474
38.32/21.31	c (8,0) c Decisions_7 : 1139
38.32/21.31	c (8,0) c Decisions_total : 15478
38.32/21.31	c (8,0) c Decisions_winner : 2290
38.32/21.31	c (8,0) c Propagations_0 : 1180729
38.32/21.32	c (8,0) c Propagations_1 : 1323024
38.32/21.32	c (8,0) c Propagations_2 : 1513184
38.32/21.32	c (8,0) c Propagations_3 : 1847107
38.32/21.32	c (8,0) c Propagations_4 : 1559595
38.32/21.32	c (8,0) c Propagations_5 : 1256683
38.32/21.32	c (8,0) c Propagations_6 : 1800243
38.32/21.32	c (8,0) c Propagations_7 : 1140256
38.32/21.32	c (8,0) c Propagations_total : 11620821
38.32/21.32	c (8,0) c Propagations_winner : 1513184
38.32/21.32	c (8,0) c ReduceDBs_0 : 0
38.32/21.32	c (8,0) c ReduceDBs_1 : 0
38.32/21.32	c (8,0) c ReduceDBs_2 : 0
38.32/21.32	c (8,0) c ReduceDBs_3 : 0
38.32/21.32	c (8,0) c ReduceDBs_4 : 0
38.32/21.32	c (8,0) c ReduceDBs_5 : 0
38.32/21.32	c (8,0) c ReduceDBs_6 : 0
38.32/21.32	c (8,0) c ReduceDBs_7 : 0
38.32/21.32	c (8,0) c ReduceDBs_total : 0
38.32/21.32	c (8,0) c ReduceDBs_winner : 0
38.32/21.32	c (8,0) c SimpDBs_0 : 1
38.32/21.32	c (8,0) c SimpDBs_1 : 1
38.32/21.32	c (8,0) c SimpDBs_2 : 1
38.32/21.32	c (8,0) c SimpDBs_3 : 1
38.32/21.32	c (8,0) c SimpDBs_4 : 1
38.32/21.32	c (8,0) c SimpDBs_5 : 1
38.32/21.32	c (8,0) c SimpDBs_6 : 1
38.32/21.32	c (8,0) c SimpDBs_7 : 1
38.32/21.32	c (8,0) c SimpDBs_total : 8
38.32/21.32	c (8,0) c SimpDBs_winner : 1
38.32/21.32	c (8,0) c Restarts_0 : 1
38.32/21.32	c (8,0) c Restarts_1 : 4
38.32/21.32	c (8,0) c Restarts_2 : 2
38.32/21.32	c (8,0) c Restarts_3 : 2
38.32/21.32	c (8,0) c Restarts_4 : 1
38.32/21.32	c (8,0) c Restarts_5 : 3
38.32/21.32	c (8,0) c Restarts_6 : 4
38.32/21.32	c (8,0) c Restarts_7 : 2
38.32/21.32	c (8,0) c Restarts_total : 19
38.32/21.32	c (8,0) c Restarts_winner : 2
38.32/21.32	c (8,0) c ForcedImports_0 : 0
38.32/21.32	c (8,0) c ForcedImports_1 : 0
38.32/21.32	c (8,0) c ForcedImports_2 : 0
38.32/21.32	c (8,0) c ForcedImports_3 : 0
38.32/21.32	c (8,0) c ForcedImports_4 : 0
38.32/21.32	c (8,0) c ForcedImports_5 : 0
38.32/21.32	c (8,0) c ForcedImports_6 : 0
38.32/21.32	c (8,0) c ForcedImports_7 : 0
38.32/21.32	c (8,0) c ForcedImports_total : 0
38.32/21.32	c (8,0) c ForcedImports_winner : 0
38.32/21.32	c (8,0) c PropsBinClauses_0 : 1539601
38.32/21.32	c (8,0) c PropsBinClauses_1 : 1511763
38.32/21.32	c (8,0) c PropsBinClauses_2 : 1856534
38.32/21.32	c (8,0) c PropsBinClauses_3 : 2156800
38.32/21.32	c (8,0) c PropsBinClauses_4 : 1945569
38.32/21.32	c (8,0) c PropsBinClauses_5 : 1452261
38.32/21.32	c (8,0) c PropsBinClauses_6 : 2096092
38.32/21.32	c (8,0) c PropsBinClauses_7 : 1357345
38.32/21.32	c (8,0) c PropsBinClauses_total : 13915965
38.32/21.32	c (8,0) c PropsBinClauses_winner : 1856534
38.32/21.32	c (8,0) c PropsPreBlocker_0 : 19546607
38.32/21.32	c (8,0) c PropsPreBlocker_1 : 20616718
38.32/21.32	c (8,0) c PropsPreBlocker_2 : 20290797
38.32/21.32	c (8,0) c PropsPreBlocker_3 : 29244416
38.32/21.32	c (8,0) c PropsPreBlocker_4 : 21806977
38.32/21.32	c (8,0) c PropsPreBlocker_5 : 20205956
38.32/21.32	c (8,0) c PropsPreBlocker_6 : 28556676
38.32/21.32	c (8,0) c PropsPreBlocker_7 : 21314486
38.32/21.32	c (8,0) c PropsPreBlocker_total : 181582633
38.32/21.32	c (8,0) c PropsPreBlocker_winner : 20290797
38.32/21.32	c (8,0) c PropsNotBlocker_0 : 7303098
38.32/21.32	c (8,0) c PropsNotBlocker_1 : 6214169
38.32/21.32	c (8,0) c PropsNotBlocker_2 : 9214882
38.32/21.32	c (8,0) c PropsNotBlocker_3 : 8368789
38.32/21.32	c (8,0) c PropsNotBlocker_4 : 10266897
38.32/21.32	c (8,0) c PropsNotBlocker_5 : 6760348
38.32/21.32	c (8,0) c PropsNotBlocker_6 : 9287499
38.32/21.32	c (8,0) c PropsNotBlocker_7 : 5928017
38.32/21.32	c (8,0) c PropsNotBlocker_total : 63343699
38.32/21.32	c (8,0) c PropsNotBlocker_winner : 9214882
38.32/21.32	c (8,0) c PropsLitFullScans_0 : 30022366
38.32/21.32	c (8,0) c PropsLitFullScans_1 : 30028592
38.32/21.32	c (8,0) c PropsLitFullScans_2 : 33102864
38.32/21.32	c (8,0) c PropsLitFullScans_3 : 42001597
38.32/21.32	c (8,0) c PropsLitFullScans_4 : 36002085
38.32/21.32	c (8,0) c PropsLitFullScans_5 : 30002670
38.32/21.32	c (8,0) c PropsLitFullScans_6 : 42013755
38.32/21.32	c (8,0) c PropsLitFullScans_7 : 30013286
38.32/21.32	c (8,0) c PropsLitFullScans_total : 273187215
38.32/21.32	c (8,0) c PropsLitFullScans_winner : 33102864
38.32/21.32	c (8,0) c LitScanFractions_0 : 285
38.32/21.32	c (8,0) c LitScanFractions_1 : 2176
38.32/21.32	c (8,0) c LitScanFractions_2 : 155
38.32/21.32	c (8,0) c LitScanFractions_3 : 1597
38.32/21.32	c (8,0) c LitScanFractions_4 : 659
38.32/21.32	c (8,0) c LitScanFractions_5 : 329
38.32/21.32	c (8,0) c LitScanFractions_6 : 2650
38.32/21.32	c (8,0) c LitScanFractions_7 : 1426
38.32/21.32	c (8,0) c LitScanFractions_total : 9277
38.32/21.32	c (8,0) c LitScanFractions_winner : 155
38.32/21.32	c (8,0) c DecisionLevel0_0 : 1
38.32/21.32	c (8,0) c DecisionLevel0_1 : 4
38.32/21.32	c (8,0) c DecisionLevel0_2 : 9
38.32/21.32	c (8,0) c DecisionLevel0_3 : 2
38.32/21.32	c (8,0) c DecisionLevel0_4 : 1
38.32/21.32	c (8,0) c DecisionLevel0_5 : 3
38.32/21.32	c (8,0) c DecisionLevel0_6 : 4
38.32/21.32	c (8,0) c DecisionLevel0_7 : 2
38.32/21.32	c (8,0) c DecisionLevel0_total : 26
38.32/21.32	c (8,0) c DecisionLevel0_winner : 9
38.32/21.32	c (8,0) c Periods_0 : 5
38.32/21.32	c (8,0) c Periods_1 : 5
38.32/21.32	c (8,0) c Periods_2 : 5
38.32/21.32	c (8,0) c Periods_3 : 7
38.32/21.32	c (8,0) c Periods_4 : 6
38.32/21.32	c (8,0) c Periods_5 : 5
38.32/21.32	c (8,0) c Periods_6 : 7
38.32/21.32	c (8,0) c Periods_7 : 5
38.32/21.32	c (8,0) c Periods_total : 45
38.32/21.32	c (8,0) c Periods_winner : 5
38.32/21.32	c (8,0) c Margin_0 : 20
38.32/21.32	c (8,0) c Margin_1 : 20
38.32/21.32	c (8,0) c Margin_2 : 20
38.32/21.32	c (8,0) c Margin_3 : 20
38.32/21.32	c (8,0) c Margin_4 : 20
38.32/21.32	c (8,0) c Margin_5 : 20
38.32/21.32	c (8,0) c Margin_6 : 20
38.32/21.32	c (8,0) c Margin_7 : 20
38.32/21.32	c (8,0) c Margin_total : 160
38.32/21.32	c (8,0) c Margin_winner : 20
38.32/21.32	c (8,0) c Exported_0 : 37
38.32/21.32	c (8,0) c Exported_1 : 39
38.32/21.32	c (8,0) c Exported_2 : 135
38.32/21.32	c (8,0) c Exported_3 : 48
38.32/21.32	c (8,0) c Exported_4 : 91
38.32/21.32	c (8,0) c Exported_5 : 27
38.32/21.32	c (8,0) c Exported_6 : 81
38.32/21.32	c (8,0) c Exported_7 : 15
38.32/21.32	c (8,0) c Exported_total : 473
38.32/21.32	c (8,0) c Exported_winner : 135
38.32/21.32	c (8,0) c Imported_0 : 0
38.32/21.32	c (8,0) c Imported_1 : 0
38.32/21.32	c (8,0) c Imported_2 : 0
38.32/21.32	c (8,0) c Imported_3 : 0
38.32/21.32	c (8,0) c Imported_4 : 0
38.32/21.32	c (8,0) c Imported_5 : 0
38.32/21.32	c (8,0) c Imported_6 : 0
38.32/21.32	c (8,0) c Imported_7 : 0
38.32/21.32	c (8,0) c Imported_total : 0
38.32/21.32	c (8,0) c Imported_winner : 0
38.32/21.32	c (8,0) c Good_0 : 0
38.32/21.32	c (8,0) c Good_1 : 0
38.32/21.32	c (8,0) c Good_2 : 0
38.32/21.32	c (8,0) c Good_3 : 0
38.32/21.32	c (8,0) c Good_4 : 0
38.32/21.32	c (8,0) c Good_5 : 0
38.32/21.32	c (8,0) c Good_6 : 0
38.32/21.32	c (8,0) c Good_7 : 0
38.32/21.32	c (8,0) c Good_total : 0
38.32/21.32	c (8,0) c Good_winner : 0
38.32/21.32	c (8,0) c Purge_0 : 0
38.32/21.32	c (8,0) c Purge_1 : 0
38.32/21.32	c (8,0) c Purge_2 : 0
38.32/21.32	c (8,0) c Purge_3 : 0
38.32/21.32	c (8,0) c Purge_4 : 0
38.32/21.32	c (8,0) c Purge_5 : 0
38.32/21.32	c (8,0) c Purge_6 : 0
38.32/21.32	c (8,0) c Purge_7 : 0
38.32/21.32	c (8,0) c Purge_total : 0
38.32/21.32	c (8,0) c Purge_winner : 0
38.32/21.32	c (8,0) c Promoted_0 : 0
38.32/21.32	c (8,0) c Promoted_1 : 0
38.32/21.32	c (8,0) c Promoted_2 : 0
38.32/21.32	c (8,0) c Promoted_3 : 0
38.32/21.32	c (8,0) c Promoted_4 : 0
38.32/21.32	c (8,0) c Promoted_5 : 0
38.32/21.32	c (8,0) c Promoted_6 : 0
38.32/21.32	c (8,0) c Promoted_7 : 0
38.32/21.32	c (8,0) c Promoted_total : 0
38.32/21.32	c (8,0) c Promoted_winner : 0
38.32/21.32	c (8,0) c Remove_Imp_0 : 0
38.32/21.32	c (8,0) c Remove_Imp_1 : 0
38.32/21.32	c (8,0) c Remove_Imp_2 : 0
38.32/21.32	c (8,0) c Remove_Imp_3 : 0
38.32/21.32	c (8,0) c Remove_Imp_4 : 0
38.32/21.32	c (8,0) c Remove_Imp_5 : 0
38.32/21.32	c (8,0) c Remove_Imp_6 : 0
38.32/21.32	c (8,0) c Remove_Imp_7 : 0
38.32/21.32	c (8,0) c Remove_Imp_total : 0
38.32/21.32	c (8,0) c Remove_Imp_winner : 0
38.32/21.32	c (8,0) c Blocked_Reuse_0 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_1 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_2 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_3 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_4 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_5 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_6 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_7 : 0
38.32/21.32	c (8,0) c Blocked_Reuse_total : 0
38.32/21.32	c (8,0) c Blocked_Reuse_winner : 0
38.32/21.32	c (8,0) c Unaries_0 : 0
38.32/21.32	c (8,0) c Unaries_1 : 0
38.32/21.32	c (8,0) c Unaries_2 : 7
38.32/21.32	c (8,0) c Unaries_3 : 0
38.32/21.32	c (8,0) c Unaries_4 : 0
38.32/21.32	c (8,0) c Unaries_5 : 0
38.32/21.32	c (8,0) c Unaries_6 : 0
38.32/21.32	c (8,0) c Unaries_7 : 0
38.32/21.32	c (8,0) c Unaries_total : 7
38.32/21.32	c (8,0) c Unaries_winner : 7
38.32/21.32	c (8,0) c Binaries_0 : 0
38.32/21.32	c (8,0) c Binaries_1 : 0
38.32/21.32	c (8,0) c Binaries_2 : 29
38.32/21.32	c (8,0) c Binaries_3 : 0
38.32/21.32	c (8,0) c Binaries_4 : 3
38.32/21.32	c (8,0) c Binaries_5 : 0
38.32/21.32	c (8,0) c Binaries_6 : 0
38.32/21.32	c (8,0) c Binaries_7 : 0
38.32/21.32	c (8,0) c Binaries_total : 32
38.32/21.32	c (8,0) c Binaries_winner : 29
38.32/21.32	c (8,0) c Glues_0 : 37
38.32/21.32	c (8,0) c Glues_1 : 39
38.32/21.32	c (8,0) c Glues_2 : 135
38.32/21.32	c (8,0) c Glues_3 : 48
38.32/21.32	c (8,0) c Glues_4 : 91
38.32/21.32	c (8,0) c Glues_5 : 27
38.32/21.32	c (8,0) c Glues_6 : 81
38.32/21.32	c (8,0) c Glues_7 : 15
38.32/21.32	c (8,0) c Glues_total : 473
38.32/21.32	c (8,0) c Glues_winner : 135
38.32/21.32	c (8,0) c RunningTime_0 : 1.585381
38.32/21.32	c (8,0) c RunningTime_1 : 1.562262
38.32/21.32	c (8,0) c RunningTime_2 : 1.486538
38.32/21.32	c (8,0) c RunningTime_3 : 1.544618
38.32/21.32	c (8,0) c RunningTime_4 : 1.562681
38.32/21.32	c (8,0) c RunningTime_5 : 1.553287
38.32/21.32	c (8,0) c RunningTime_6 : 1.587513
38.32/21.32	c (8,0) c RunningTime_7 : 1.588792
38.32/21.32	c (8,0) c RunningTime_total : 12.471071
38.32/21.32	c (8,0) c RunningTime_winner : 1.486538
38.32/21.32	c (8,0) c WaitingTime_0 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_1 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_2 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_3 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_4 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_5 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_6 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_7 : 0.000000
38.32/21.32	c (8,0) c WaitingTime_total : 0.000000
38.32/21.32	c (8,0) c WaitingTime_winner : 0.000000
38.32/21.32	c (8,0) c ExchangingTime_0 : 0.000299
38.32/21.32	c (8,0) c ExchangingTime_1 : 0.000262
38.32/21.32	c (8,0) c ExchangingTime_2 : 0.000424
38.32/21.32	c (8,0) c ExchangingTime_3 : 0.000275
38.32/21.32	c (8,0) c ExchangingTime_4 : 0.000375
38.32/21.32	c (8,0) c ExchangingTime_5 : 0.000177
38.32/21.32	c (8,0) c ExchangingTime_6 : 0.000713
38.32/21.32	c (8,0) c ExchangingTime_7 : 0.000142
38.32/21.32	c (8,0) c ExchangingTime_total : 0.002667
38.32/21.32	c (8,0) c ExchangingTime_winner : 0.000424
38.32/21.32	c (8,0) c PeriodProcTime_0 : 0.000122
38.32/21.32	c (8,0) c PeriodProcTime_1 : 0.000089
38.32/21.32	c (8,0) c PeriodProcTime_2 : 0.000069
38.32/21.32	c (8,0) c PeriodProcTime_3 : 0.000108
38.32/21.32	c (8,0) c PeriodProcTime_4 : 0.000087
38.32/21.32	c (8,0) c PeriodProcTime_5 : 0.000095
38.32/21.32	c (8,0) c PeriodProcTime_6 : 0.000103
38.32/21.32	c (8,0) c PeriodProcTime_7 : 0.000078
38.32/21.32	c (8,0) c PeriodProcTime_total : 0.000750
38.32/21.32	c (8,0) c PeriodProcTime_winner : 0.000069
38.32/21.32	c (8,0) c SolvingTime_0 : 1.585802
38.32/21.32	c (8,0) c SolvingTime_1 : 1.562613
38.32/21.32	c (8,0) c SolvingTime_2 : 1.487031
38.32/21.32	c (8,0) c SolvingTime_3 : 1.545000
38.32/21.32	c (8,0) c SolvingTime_4 : 1.563143
38.32/21.32	c (8,0) c SolvingTime_5 : 1.553559
38.32/21.32	c (8,0) c SolvingTime_6 : 1.588329
38.32/21.32	c (8,0) c SolvingTime_7 : 1.589012
38.32/21.32	c (8,0) c SolvingTime_total : 12.474489
38.32/21.32	c (8,0) c SolvingTime_winner : 1.487031
38.32/21.32	c (8,0) c PropagationTime_0 : 1.532093
38.32/21.32	c (8,0) c PropagationTime_1 : 1.500540
38.32/21.32	c (8,0) c PropagationTime_2 : 1.440106
38.32/21.32	c (8,0) c PropagationTime_3 : 1.485166
38.32/21.32	c (8,0) c PropagationTime_4 : 1.509871
38.32/21.32	c (8,0) c PropagationTime_5 : 1.495221
38.32/21.32	c (8,0) c PropagationTime_6 : 1.531067
38.32/21.32	c (8,0) c PropagationTime_7 : 1.531709
38.32/21.32	c (8,0) c PropagationTime_total : 12.025774
38.32/21.32	c (8,0) c PropagationTime_winner : 1.440106
38.32/21.32	c (8,0) c AnalysisTime_0 : 0.028838
38.32/21.32	c (8,0) c AnalysisTime_1 : 0.037374
38.32/21.32	c (8,0) c AnalysisTime_2 : 0.024024
38.32/21.32	c (8,0) c AnalysisTime_3 : 0.032847
38.32/21.32	c (8,0) c AnalysisTime_4 : 0.029855
38.32/21.32	c (8,0) c AnalysisTime_5 : 0.034338
38.32/21.32	c (8,0) c AnalysisTime_6 : 0.030503
38.32/21.32	c (8,0) c AnalysisTime_7 : 0.033976
38.32/21.32	c (8,0) c AnalysisTime_total : 0.251755
38.32/21.32	c (8,0) c AnalysisTime_winner : 0.024024
38.32/21.32	c (8,0) c ReductionTime_0 : 0.000000
38.32/21.32	c (8,0) c ReductionTime_1 : 0.000000
38.32/21.32	c (8,0) c ReductionTime_2 : 0.000000
38.32/21.32	c (8,0) c ReductionTime_3 : 0.000000
38.32/21.32	c (8,0) c ReductionTime_4 : 0.000000
38.32/21.33	c (8,0) c ReductionTime_5 : 0.000000
38.32/21.33	c (8,0) c ReductionTime_6 : 0.000000
38.32/21.33	c (8,0) c ReductionTime_7 : 0.000000
38.32/21.33	c (8,0) c ReductionTime_total : 0.000000
38.32/21.33	c (8,0) c ReductionTime_winner : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_0 : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_1 : 0.000002
38.32/21.33	c (8,0) c SimplifyTime_2 : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_3 : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_4 : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_5 : 0.000001
38.32/21.33	c (8,0) c SimplifyTime_6 : 0.000000
38.32/21.33	c (8,0) c SimplifyTime_7 : 0.000001
38.32/21.33	c (8,0) c SimplifyTime_total : 0.000004
38.32/21.33	c (8,0) c SimplifyTime_winner : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_0 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_1 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_2 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_3 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_4 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_5 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_6 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_7 : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_total : 0.000000
38.32/21.33	c (8,0) c UsedRateTime_winner : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_0 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_1 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_2 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_3 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_4 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_5 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_6 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_7 : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_total : 0.000000
38.32/21.33	c (8,0) c OverlapRateTime_winner : 0.000000
38.32/21.33	c (8,0) c
38.32/21.33	c (8,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
38.32/21.33	c (8,0) c
38.32/21.33	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.33	c (8,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
38.32/21.33	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.33	c (8,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
38.32/21.33	c (8,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
38.32/21.33	c (8,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
38.32/21.33	c (8,0) c | Initial random_seed   | 1042123841 | 2136204266 | 1828709122 | 1996980318 | 1608306621 | 1708280629 |  694836307 | 1546414759 |
38.32/21.33	c (8,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
38.32/21.33	c (8,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
38.32/21.33	c (8,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
38.32/21.33	c (8,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
38.32/21.33	c (8,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
38.32/21.33	c (8,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
38.32/21.33	c (8,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
38.32/21.33	c (8,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
38.32/21.33	c (8,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
38.32/21.33	c (8,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
38.32/21.33	c (8,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
38.32/21.33	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.32/21.33	c (8,0) 
38.32/21.33	c (8,0) s UNSATISFIABLE
38.32/21.38	c (8,0) SatSolver.solve End
38.32/21.38	c (8,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
38.32/21.38	c (8,0) Show results Begin
38.32/21.38	s UNSATISFIABLE
38.32/21.38	c (8,0) Show results End
38.32/21.38	c (8,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
38.32/21.38	c (8,0) 8,8,STOP-AFTER(ALL)
38.32/21.38	c END-Prog: Sat Sep 14 08:19:37 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 (14952 MiB free)
  memory of node 1: 16384 MiB (15582 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392649-1568441996/watcher-4392649-1568441996 -o /tmp/evaluation-result-4392649-1568441996/solver-4392649-1568441996 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568441917-10348 --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-4392649-1568441996.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=10489, runsolver pid=10486
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 5.58 7.49 7.99 2/211 10511
/proc/meminfo: memFree=31170460/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 420113605 115843072 349 33554432000 4194304 5098028 140731802849632 140731802846888 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 349 296 221 0 87 0
[pid=10492] ppid=10489 vsize=27314120 memory=107104 CPUtime=0.1 cores=0-7
/proc/10492/stat : 10492 (java) S 10489 10489 10321 0 -1 1077944320 6384 0 0 0 8 2 0 0 20 0 20 0 420113605 27969658880 26776 33554432000 4194304 4196468 140728051018720 140728051001264 139713826918135 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
/proc/10492/statm: 6828530 26776 2781 1 0 6790935 0
[pid=10492/tid=10493] ppid=10489 vsize=27314120 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/10492/task/10493/stat : 10493 (java) R 10489 10489 10321 0 -1 4202560 4499 0 0 0 7 2 0 0 20 0 20 0 420113605 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713798722336 139713812600661 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10494] ppid=10489 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10492/task/10494/stat : 10494 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713831160464 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10495] ppid=10489 vsize=27314120 memory=140512865785472 CPUtime=0 cores=0-7
/proc/10492/task/10495/stat : 10495 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713614555664 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10496] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10496/stat : 10496 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713613502864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10497] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10497/stat : 10497 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713612450064 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10498] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10498/stat : 10498 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713611398288 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10499] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10499/stat : 10499 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713610345488 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10500] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10500/stat : 10500 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713243503504 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10501] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10501/stat : 10501 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 26841 33554432000 4194304 4196468 140728051018720 139713242450704 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10502] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10502/stat : 10502 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113609 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711991482736 139713826929282 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10503] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10503/stat : 10503 (java) S 10489 10489 10321 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711729361952 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10504] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10504/stat : 10504 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711460926320 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10505] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10505/stat : 10505 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711086417744 139713826936731 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10506] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10506/stat : 10506 (java) S 10489 10489 10321 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711990430576 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10507] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10507/stat : 10507 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711989377776 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10508] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10508/stat : 10508 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711988324976 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10509] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10509/stat : 10509 (java) R 10489 10489 10321 0 -1 4202560 260 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711987272176 139713805814272 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10510] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10510/stat : 10510 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 26841 33554432000 4194304 4196468 140728051018720 139710588512864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10511] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10511/stat : 10511 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 26841 33554432000 4194304 4196468 140728051018720 139711986219568 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108500 KiB

[startup+0.210176 s]*
/proc/loadavg: 5.58 7.49 7.99 5/211 10511
/proc/meminfo: memFree=31150764/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 420113605 115843072 349 33554432000 4194304 5098028 140731802849632 140731802846888 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 349 296 221 0 87 0
[pid=10492] ppid=10489 vsize=27314120 memory=126384 CPUtime=0.24 cores=0-7
/proc/10492/stat : 10492 (java) S 10489 10489 10321 0 -1 1077944320 12011 0 0 0 20 4 0 0 20 0 20 0 420113605 27969658880 31596 33554432000 4194304 4196468 140728051018720 140728051001264 139713826918135 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
/proc/10492/statm: 6828530 31596 2939 1 0 6790935 0
[pid=10492/tid=10493] ppid=10489 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10492/task/10493/stat : 10493 (java) R 10489 10489 10321 0 -1 4202560 9716 0 0 0 16 3 0 0 20 0 20 0 420113605 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713798717520 139713808481691 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10494] ppid=10489 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/10492/task/10494/stat : 10494 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713831160464 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10495] ppid=10489 vsize=27314120 memory=140512865796214 CPUtime=0 cores=0-7
/proc/10492/task/10495/stat : 10495 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713614555664 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10496] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10496/stat : 10496 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713613502864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10497] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10497/stat : 10497 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713612450064 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10498] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10498/stat : 10498 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713611398288 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10499] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10499/stat : 10499 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713610345488 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10500] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10500/stat : 10500 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713243503504 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10501] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10501/stat : 10501 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 31596 33554432000 4194304 4196468 140728051018720 139713242450704 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10502] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10502/stat : 10502 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113609 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711991482736 139713826929282 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10503] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10503/stat : 10503 (java) S 10489 10489 10321 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711729361952 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10504] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10504/stat : 10504 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711460926320 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10505] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10505/stat : 10505 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711086417744 139713826936731 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10506] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10506/stat : 10506 (java) S 10489 10489 10321 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711990430576 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10507] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10507/stat : 10507 (java) S 10489 10489 10321 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711989377776 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10508] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10508/stat : 10508 (java) S 10489 10489 10321 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711988324976 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10509] ppid=10489 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/10492/task/10509/stat : 10509 (java) S 10489 10489 10321 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 20 0 420113612 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711987272176 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10510] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10510/stat : 10510 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 31596 33554432000 4194304 4196468 140728051018720 139710588512864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10511] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10511/stat : 10511 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 31596 33554432000 4194304 4196468 140728051018720 139711986219568 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127780 KiB

[startup+0.309449 s]*
/proc/loadavg: 5.58 7.49 7.99 2/211 10511
/proc/meminfo: memFree=31147956/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 420113605 115843072 349 33554432000 4194304 5098028 140731802849632 140731802846888 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 349 296 221 0 87 0
[pid=10492] ppid=10489 vsize=27314120 memory=130252 CPUtime=0.42 cores=0-7
/proc/10492/stat : 10492 (java) S 10489 10489 10321 0 -1 1077944320 12359 0 0 0 38 4 0 0 20 0 20 0 420113605 27969658880 32563 33554432000 4194304 4196468 140728051018720 140728051001264 139713826918135 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
/proc/10492/statm: 6828530 32563 3049 1 0 6790935 0
[pid=10492/tid=10493] ppid=10489 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10492/task/10493/stat : 10493 (java) R 10489 10489 10321 0 -1 4202560 9900 0 0 0 26 3 0 0 20 0 20 0 420113605 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713798721360 139713810998622 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10494] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10494/stat : 10494 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713831160464 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10495] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10495/stat : 10495 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713614555664 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10496] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10496/stat : 10496 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713613502864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10497] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10497/stat : 10497 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713612450064 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10498] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10498/stat : 10498 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713611398288 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10499] ppid=10489 vsize=27314120 memory=140512740862639 CPUtime=0 cores=0-7
/proc/10492/task/10499/stat : 10499 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713610345488 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10500] ppid=10489 vsize=27314120 memory=140512740864944 CPUtime=0 cores=0-7
/proc/10492/task/10500/stat : 10500 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713243503504 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10501] ppid=10489 vsize=27314120 memory=140512740867248 CPUtime=0 cores=0-7
/proc/10492/task/10501/stat : 10501 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27969658880 32563 33554432000 4194304 4196468 140728051018720 139713242450704 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10502] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10502/stat : 10502 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113609 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711991482736 139713826929282 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10503] ppid=10489 vsize=27314120 memory=281025481748368 CPUtime=0 cores=0-7
/proc/10492/task/10503/stat : 10503 (java) S 10489 10489 10321 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711729361952 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10504] ppid=10489 vsize=27314120 memory=281025481746064 CPUtime=0 cores=0-7
/proc/10492/task/10504/stat : 10504 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113610 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711460926320 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10505] ppid=10489 vsize=27314120 memory=281025481752976 CPUtime=0 cores=0-7
/proc/10492/task/10505/stat : 10505 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711086417744 139713826936731 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10506] ppid=10489 vsize=27314120 memory=281025481694256 CPUtime=0.01 cores=0-7
/proc/10492/task/10506/stat : 10506 (java) S 10489 10489 10321 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 420113612 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711990430576 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10507] ppid=10489 vsize=27314120 memory=281025481766800 CPUtime=0.01 cores=0-7
/proc/10492/task/10507/stat : 10507 (java) S 10489 10489 10321 0 -1 1077944384 163 0 0 0 1 0 0 0 20 0 20 0 420113612 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711989377776 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10508] ppid=10489 vsize=27314120 memory=281025481773712 CPUtime=0 cores=0-7
/proc/10492/task/10508/stat : 10508 (java) S 10489 10489 10321 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 420113612 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711988324976 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10509] ppid=10489 vsize=27314120 memory=281025481771408 CPUtime=0.07 cores=0-7
/proc/10492/task/10509/stat : 10509 (java) S 10489 10489 10321 0 -1 1077944384 483 0 0 0 7 0 0 0 20 0 20 0 420113612 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711987272176 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10510] ppid=10489 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10510/stat : 10510 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 32563 33554432000 4194304 4196468 140728051018720 139710588512864 139713826928341 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10511] ppid=10489 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10492/task/10511/stat : 10511 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113613 27969658880 32563 33554432000 4194304 4196468 140728051018720 139711986219568 139713826929282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131648 KiB

[startup+0.700933 s]
/proc/loadavg: 5.58 7.49 7.99 2/211 10511
/proc/meminfo: memFree=31126376/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 420113605 115843072 349 33554432000 4194304 5098028 140731802849632 140731802846888 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 349 296 221 0 87 0
[pid=10492] ppid=10489 vsize=27320392 memory=165664 CPUtime=1 cores=0-7
/proc/10492/stat : 10492 (java) S 10489 10489 10321 0 -1 1077944320 19997 0 0 0 93 7 0 0 20 0 20 0 420113605 27976081408 41416 33554432000 4194304 4196468 140728051018720 140728051001264 139713826918135 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
/proc/10492/statm: 6830098 41416 3190 1 0 6791447 0
[pid=10492/tid=10493] ppid=10489 vsize=27320392 memory=0 CPUtime=0.68 cores=0-7
/proc/10492/task/10493/stat : 10493 (java) R 10489 10489 10321 0 -1 4202560 16885 0 0 0 62 6 0 0 20 0 20 0 420113605 27976081408 41416 33554432000 4194304 4196468 140728051018720 139713798755552 139713826930070 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10494] ppid=10489 vsize=27320392 memory=140512741073776 CPUtime=0 cores=0-7
/proc/10492/task/10494/stat : 10494 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420113608 27976081408 41416 33554432000 4194304 4196468 140728051018720 139713831160464 139713826928341 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10495] ppid=10489 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/10492/task/10495/stat : 10495 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420113608 27976081408 41416 33554432000 4194304 4196468 140728051018720 139713614555664 139713826928341 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0
[pid=10492/tid=10496] ppid=10489 vsize=27320392 memory=1056 CPUtime=0 cores=0-7
/proc/10492/task/10496/stat : 10496 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420113608 27976081408 41416 33554432000 4194304 4196468 140728051018720 139713613502864 139713826928341 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140728051020522 140728051020950 140728051020950 140728051023823 0

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

[pid=10512] ppid=10489 vsize=8414124 memory=119328 CPUtime=1.25 cores=0-7
/proc/10512/stat : 10512 (java) S 10489 10489 10321 0 -1 1077944320 20192 0 0 0 119 6 0 0 20 0 24 0 420114862 8616062976 29832 33554432000 4194304 4196468 140734735610544 140734735593088 139944051109623 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
/proc/10512/statm: 2103531 29832 3213 1 0 2064875 0
[pid=10532] ppid=10512 vsize=2172308 memory=1650444 CPUtime=13.36 cores=0-7
/proc/10532/stat : 10532 (manyglucose-4.1) S 10512 10489 10321 0 -1 1077944320 342373 0 0 0 1271 65 0 0 20 0 9 0 420114936 2224443392 412611 33554432000 4194304 4454172 140736450496112 140736450494512 139964722657922 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
/proc/10532/statm: 543077 412611 407 64 0 538745 0
[pid=10532/tid=10538] ppid=10512 vsize=2172308 memory=2300 CPUtime=0.91 cores=0-7
/proc/10532/task/10538/stat : 10538 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3050 0 0 0 89 2 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139964673964840 4350902 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10539] ppid=10512 vsize=2172308 memory=1476 CPUtime=0.88 cores=0-7
/proc/10532/task/10539/stat : 10539 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3170 0 0 0 86 2 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963854715688 4351506 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10540] ppid=10512 vsize=2172308 memory=119328 CPUtime=0.84 cores=0-7
/proc/10532/task/10540/stat : 10540 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3737 0 0 0 82 2 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963846322984 4351769 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10541] ppid=10512 vsize=2172308 memory=1298692 CPUtime=0.85 cores=0-7
/proc/10532/task/10541/stat : 10541 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3565 0 0 0 83 2 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963837930280 4351209 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10542] ppid=10512 vsize=2172308 memory=291 CPUtime=0.83 cores=0-7
/proc/10532/task/10542/stat : 10542 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3651 0 0 0 82 1 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963829537576 4351289 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10543] ppid=10512 vsize=2172308 memory=241837 CPUtime=0.87 cores=0-7
/proc/10532/task/10543/stat : 10543 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3379 0 0 0 84 3 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963821144872 4351342 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10544] ppid=10512 vsize=2172308 memory=119328 CPUtime=0.85 cores=0-7
/proc/10532/task/10544/stat : 10544 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 4398 0 0 0 83 2 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963812752168 4350902 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10545] ppid=10512 vsize=2172308 memory=281716 CPUtime=0.85 cores=0-7
/proc/10532/task/10545/stat : 10545 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3541 0 0 0 82 3 0 0 20 0 9 0 420115577 2224443392 412611 33554432000 4194304 4454172 140736450496112 139963723148072 4350933 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10512/tid=10513] ppid=10489 vsize=8414124 memory=1240 CPUtime=0.76 cores=0-7
/proc/10512/task/10513/stat : 10513 (java) S 10489 10489 10321 0 -1 1077944384 16761 0 0 0 72 4 0 0 20 0 24 0 420114863 8616062976 29832 33554432000 4194304 4196468 140734735610544 139944022949792 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10514] ppid=10489 vsize=8414124 memory=580 CPUtime=0 cores=0-7
/proc/10512/task/10514/stat : 10514 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139944055352464 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10515] ppid=10489 vsize=8414124 memory=1696 CPUtime=0 cores=0-7
/proc/10512/task/10515/stat : 10515 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943861115920 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10516] ppid=10489 vsize=8414124 memory=3436 CPUtime=0 cores=0-7
/proc/10512/task/10516/stat : 10516 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943860063120 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10517] ppid=10489 vsize=8414124 memory=7548 CPUtime=0 cores=0-7
/proc/10512/task/10517/stat : 10517 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943534562064 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10518] ppid=10489 vsize=8414124 memory=2832 CPUtime=0 cores=0-7
/proc/10512/task/10518/stat : 10518 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943533509264 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10519] ppid=10489 vsize=8414124 memory=1224 CPUtime=0 cores=0-7
/proc/10512/task/10519/stat : 10519 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943532456464 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10520] ppid=10489 vsize=8414124 memory=5924 CPUtime=0 cores=0-7
/proc/10512/task/10520/stat : 10520 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943531403664 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10521] ppid=10489 vsize=8414124 memory=772 CPUtime=0 cores=0-7
/proc/10512/task/10521/stat : 10521 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943530350864 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10522] ppid=10489 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/10512/task/10522/stat : 10522 (java) S 10489 10489 10321 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420114865 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943018748784 139944051120770 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10523] ppid=10489 vsize=8414124 memory=119328 CPUtime=0 cores=0-7
/proc/10512/task/10523/stat : 10523 (java) S 10489 10489 10321 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420114866 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942583854624 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10524] ppid=10489 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/10512/task/10524/stat : 10524 (java) S 10489 10489 10321 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420114866 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942449632624 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10525] ppid=10489 vsize=8414124 memory=119328 CPUtime=0 cores=0-7
/proc/10512/task/10525/stat : 10525 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114868 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942075128144 139944051128219 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10526] ppid=10489 vsize=8414124 memory=260668 CPUtime=0.02 cores=0-7
/proc/10512/task/10526/stat : 10526 (java) S 10489 10489 10321 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 24 0 420114868 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943017695600 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10527] ppid=10489 vsize=8414124 memory=1056 CPUtime=0.13 cores=0-7
/proc/10512/task/10527/stat : 10527 (java) S 10489 10489 10321 0 -1 1077944384 649 0 0 0 13 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943016642800 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10528] ppid=10489 vsize=8414124 memory=964 CPUtime=0.07 cores=0-7
/proc/10512/task/10528/stat : 10528 (java) S 10489 10489 10321 0 -1 1077944384 294 0 0 0 7 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943015590000 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10529] ppid=10489 vsize=8414124 memory=140512740895904 CPUtime=0.21 cores=0-7
/proc/10512/task/10529/stat : 10529 (java) S 10489 10489 10321 0 -1 1077944384 575 0 0 0 21 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943014537200 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10530] ppid=10489 vsize=8414124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/10512/task/10530/stat : 10530 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139941577223264 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10531] ppid=10489 vsize=8414124 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/10512/task/10531/stat : 10531 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943013485616 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10533] ppid=10489 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/10512/task/10533/stat : 10533 (java) S 10489 10489 10321 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420114936 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943005451840 139944051134233 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10535] ppid=10489 vsize=8414124 memory=119328 CPUtime=0 cores=0-7
/proc/10512/task/10535/stat : 10535 (java) S 10489 10489 10321 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 420114937 8616062976 29832 33554432000 4194304 4196468 140734735610544 139940906122896 139944051131549 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10536] ppid=10489 vsize=8414124 memory=1556728 CPUtime=0 cores=0-7
/proc/10512/task/10536/stat : 10536 (java) S 10489 10489 10321 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 420114937 8616062976 29832 33554432000 4194304 4196468 140734735610544 139941174558224 139944051131549 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10537] ppid=10489 vsize=8414124 memory=7086505700134965331 CPUtime=0 cores=0-7
/proc/10512/task/10537/stat : 10537 (java) S 10489 10489 10321 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420114939 8616062976 29832 33554432000 4194304 4196468 140734735610544 139940637695024 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
Current children cumulated CPU time: 34.54 s
Current children cumulated vsize: 10699560 KiB
Current children cumulated memory: 1771248 KiB

[startup+21.2021 s]
/proc/loadavg: 4.48 7.12 7.85 9/224 10545
/proc/meminfo: memFree=29456724/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1476 CPUtime=19.93 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 582 33201 0 0 0 0 1880 113 20 0 1 0 420113605 115843072 369 33554432000 4194304 5098028 140731802849632 140731802846376 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 369 311 221 0 87 0
[pid=10512] ppid=10489 vsize=8414124 memory=119328 CPUtime=1.25 cores=0-7
/proc/10512/stat : 10512 (java) S 10489 10489 10321 0 -1 1077944320 20192 0 0 0 119 6 0 0 20 0 24 0 420114862 8616062976 29832 33554432000 4194304 4196468 140734735610544 140734735593088 139944051109623 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
/proc/10512/statm: 2103531 29832 3213 1 0 2064875 0
[pid=10532] ppid=10512 vsize=2172308 memory=1655060 CPUtime=16.52 cores=0-7
/proc/10532/stat : 10532 (manyglucose-4.1) S 10512 10489 10321 0 -1 1077944320 378802 0 0 0 1579 73 0 0 20 0 9 0 420114936 2224443392 413765 33554432000 4194304 4454172 140736450496112 140736450494512 139964722657922 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
/proc/10532/statm: 543077 413765 407 64 0 538745 0
[pid=10532/tid=10538] ppid=10512 vsize=2172308 memory=140512741593920 CPUtime=1.3 cores=0-7
/proc/10532/task/10538/stat : 10538 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 9082 0 0 0 127 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139964673964840 4350933 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10539] ppid=10512 vsize=2172308 memory=140512741593952 CPUtime=1.28 cores=0-7
/proc/10532/task/10539/stat : 10539 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 11901 0 0 0 122 6 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963854715688 4351433 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10540] ppid=10512 vsize=2172308 memory=45049911988760 CPUtime=1.24 cores=0-7
/proc/10532/task/10540/stat : 10540 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 10300 0 0 0 121 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963846322984 4351209 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10541] ppid=10512 vsize=2172308 memory=0 CPUtime=1.26 cores=0-7
/proc/10532/task/10541/stat : 10541 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 8000 0 0 0 123 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963837930280 4351289 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10542] ppid=10512 vsize=2172308 memory=7017544322031577432 CPUtime=1.23 cores=0-7
/proc/10532/task/10542/stat : 10542 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 11732 0 0 0 121 2 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963829537576 4351209 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10543] ppid=10512 vsize=2172308 memory=6010431296477489512 CPUtime=1.26 cores=0-7
/proc/10532/task/10543/stat : 10543 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 5743 0 0 0 123 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963821144872 4351286 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10544] ppid=10512 vsize=2172308 memory=7307774778707038566 CPUtime=1.25 cores=0-7
/proc/10532/task/10544/stat : 10544 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 4426 0 0 0 122 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963812752168 4351198 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10532/tid=10545] ppid=10512 vsize=2172308 memory=7367994820037468493 CPUtime=1.23 cores=0-7
/proc/10532/task/10545/stat : 10545 (manyglucose-4.1) R 10512 10489 10321 0 -1 4202560 3749 0 0 0 120 3 0 0 20 0 9 0 420115577 2224443392 413765 33554432000 4194304 4454172 140736450496112 139963723148072 4349826 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 38948864 140736450499433 140736450499632 140736450499632 140736450502586 0
[pid=10512/tid=10513] ppid=10489 vsize=8414124 memory=7373352903445078378 CPUtime=0.76 cores=0-7
/proc/10512/task/10513/stat : 10513 (java) S 10489 10489 10321 0 -1 1077944384 16761 0 0 0 72 4 0 0 20 0 24 0 420114863 8616062976 29832 33554432000 4194304 4196468 140734735610544 139944022949792 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10514] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10514/stat : 10514 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139944055352464 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10515] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10515/stat : 10515 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943861115920 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10516] ppid=10489 vsize=8414124 memory=56 CPUtime=0 cores=0-7
/proc/10512/task/10516/stat : 10516 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943860063120 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10517] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10517/stat : 10517 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943534562064 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10518] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10518/stat : 10518 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943533509264 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10519] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10519/stat : 10519 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943532456464 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10520] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10520/stat : 10520 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943531403664 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10521] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10521/stat : 10521 (java) S 10489 10489 10321 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420114864 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943530350864 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10522] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10522/stat : 10522 (java) S 10489 10489 10321 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420114865 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943018748784 139944051120770 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10523] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10523/stat : 10523 (java) S 10489 10489 10321 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420114866 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942583854624 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10524] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10524/stat : 10524 (java) S 10489 10489 10321 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420114866 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942449632624 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10525] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10525/stat : 10525 (java) S 10489 10489 10321 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420114868 8616062976 29832 33554432000 4194304 4196468 140734735610544 139942075128144 139944051128219 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10526] ppid=10489 vsize=8414124 memory=0 CPUtime=0.02 cores=0-7
/proc/10512/task/10526/stat : 10526 (java) S 10489 10489 10321 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 24 0 420114868 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943017695600 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10527] ppid=10489 vsize=8414124 memory=0 CPUtime=0.13 cores=0-7
/proc/10512/task/10527/stat : 10527 (java) S 10489 10489 10321 0 -1 1077944384 649 0 0 0 13 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943016642800 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10528] ppid=10489 vsize=8414124 memory=0 CPUtime=0.07 cores=0-7
/proc/10512/task/10528/stat : 10528 (java) S 10489 10489 10321 0 -1 1077944384 294 0 0 0 7 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943015590000 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10529] ppid=10489 vsize=8414124 memory=0 CPUtime=0.21 cores=0-7
/proc/10512/task/10529/stat : 10529 (java) S 10489 10489 10321 0 -1 1077944384 575 0 0 0 21 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943014537200 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10530] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10530/stat : 10530 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139941577223264 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10531] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10531/stat : 10531 (java) S 10489 10489 10321 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420114869 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943013485616 139944051120770 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10533] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10533/stat : 10533 (java) S 10489 10489 10321 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420114936 8616062976 29832 33554432000 4194304 4196468 140734735610544 139943005451840 139944051134233 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10535] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10535/stat : 10535 (java) S 10489 10489 10321 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 420114937 8616062976 29832 33554432000 4194304 4196468 140734735610544 139940906122896 139944051131549 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10536] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10536/stat : 10536 (java) S 10489 10489 10321 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 420114937 8616062976 29832 33554432000 4194304 4196468 140734735610544 139941174558224 139944051131549 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
[pid=10512/tid=10537] ppid=10489 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10512/task/10537/stat : 10537 (java) S 10489 10489 10321 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420114939 8616062976 29832 33554432000 4194304 4196468 140734735610544 139940637695024 139944051119829 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19247104 140734735619063 140734735619222 140734735619222 140734735622095 0
Current children cumulated CPU time: 37.7 s
Current children cumulated vsize: 10699560 KiB
Current children cumulated memory: 1775864 KiB

[startup+21.4013 s]
/proc/loadavg: 4.48 7.12 7.85 9/224 10545
/proc/meminfo: memFree=29456724/32770624 swapFree=67000592/67108860
[pid=10489] ppid=10486 vsize=113128 memory=1476 CPUtime=19.93 cores=0-7
/proc/10489/stat : 10489 (scop.sh) S 10486 10489 10321 0 -1 4202496 582 33201 0 0 0 0 1880 113 20 0 1 0 420113605 115843072 369 33554432000 4194304 5098028 140731802849632 140731802846376 139744128877180 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15884288 140731802854180 140731802854508 140731802854508 140731802857421 0
/proc/10489/statm: 28282 369 311 221 0 87 0
Current children cumulated CPU time: 19.93 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1476 KiB

Child status: 0
Real time (s): 21.4027
CPU time (s): 38.5411
CPU user time (s): 36.4593
CPU system time (s): 2.08175
CPU usage (%): 180.076
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 5919488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4593
system time used= 2.08175
maximum resident set size= 5919556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 103680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41125
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 10489
#   total CPU time (s): 38.5411
#   total CPU user time (s): 36.4593
#   total CPU system time (s): 2.08175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.188174 second user time and 0.249949 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 08:19:15
IDJOB=4392649
IDBENCH=138449
IDSOLVER=2839
FILE ID=node146/4392649-1568441996
RUNJOBID= node146-1568441917-10348
PBS_JOBID= 21702343
Free space on /tmp= 59032 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392649-1568441996/watcher-4392649-1568441996 -o /tmp/evaluation-result-4392649-1568441996/solver-4392649-1568441996 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568441917-10348 --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-4392649-1568441996.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=164041287

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31267532 kB
MemAvailable:   31880416 kB
Buffers:          193100 kB
Cached:           684232 kB
SwapCached:         4768 kB
Active:           504180 kB
Inactive:         378488 kB
Active(anon):      22396 kB
Inactive(anon):    22012 kB
Active(file):     481784 kB
Inactive(file):   356476 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000592 kB
Dirty:             20968 kB
Writeback:             0 kB
AnonPages:        113004 kB
Mapped:            42624 kB
Shmem:             29936 kB
Slab:             211060 kB
SReclaimable:     180920 kB
SUnreclaim:        30140 kB
KernelStack:        3696 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59012 MiB
End job on node146 at 2019-09-14 08:19:37