Trace number 4392412

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 order+ManyGlucose (2019-06-15)SAT 16.5567 5.47742

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
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 -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-4052-serial-file.bin HOME/instance-4392412-1568423548.xml
0.66/0.54	
0.66/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.57	c BEGIN-Prog: Sat Sep 14 03:11:48 CEST 2019
0.66/0.57	c PID: 4055
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
1.16/0.89	c (0,0) Parsing End
1.16/0.90	c (0,0) CSP: 69 int (0 aux), 0 bool (0 aux), 36 ctr, max domain size 35
1.16/0.90	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.90	c (0,0) Constraint Name Generate Begin
1.37/0.90	c (0,0) Ctr:HOME/instance-4392412-1568423548.xml,AllDifferent:Dist:Eq:Var
1.37/0.90	c (0,0) Constraint Name Generate End
1.37/0.90	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.37/0.90	c (0,0) CSP to CSPinCNF Begin
2.45/1.33	c (0,0) translated 4 (10%) constraints
2.45/1.34	c (0,0) translated 8 (20%) constraints
2.45/1.34	c (0,0) translated 11 (30%) constraints
2.45/1.35	c (0,0) translated 15 (40%) constraints
2.45/1.35	c (0,0) translated 18 (50%) constraints
2.45/1.35	c (0,0) translated 22 (60%) constraints
2.45/1.36	c (0,0) translated 26 (70%) constraints
2.45/1.36	c (0,0) translated 29 (80%) constraints
2.45/1.36	c (0,0) translated 33 (90%) constraints
2.45/1.36	c (0,0) translated 36 (100%) constraints
2.45/1.36	c (0,0) ===========================================
2.45/1.37	c (0,0) Order
2.45/1.37	c (0,0) ===========================================
2.45/1.39	c (0,0) translated 134 (10%) constraints
2.86/1.41	c (0,0) translated 267 (20%) constraints
2.86/1.42	c (0,0) translated 400 (30%) constraints
2.86/1.43	c (0,0) translated 533 (40%) constraints
3.59/1.60	c (1,1) translated 666 (50%) constraints
3.59/1.61	c (1,1) translated 799 (60%) constraints
3.59/1.62	c (1,1) translated 932 (70%) constraints
3.59/1.63	c (1,1) translated 1065 (80%) constraints
3.59/1.64	c (1,1) translated 1198 (90%) constraints
3.98/1.73	c (1,1) translated 1331 (100%) constraints
3.98/1.74	c (1,1) CSP to CSPinCNF End
3.98/1.74	c (1,1) CSP: 69 int (0 aux), 2381 bool (2381 aux), 6093 ctr, max domain size 35
3.98/1.74	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.98/1.74	c (1,1) CSPinCNF Propagation Begin
4.40/1.82	c (1,1) 0 values, 0 unsatisfiable literals, and 138 valid clauses are removed
4.40/1.82	c (1,1) CSPinCNF Propagation End
4.40/1.82	c (1,1) CSP: 69 int (0 aux), 2381 bool (2381 aux), 5955 ctr, max domain size 35
4.40/1.82	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.40/1.82	c (1,1) Simplify CSPinCNF Begin
4.82/1.91	c (1,1) Simplify CSPinCNF End
4.82/1.92	c (1,1) CSP: 69 int (0 aux), 4761 bool (4761 aux), 8335 ctr, max domain size 35
4.82/1.92	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.82/1.92	c (1,1) Calculate Precise Domain Begin
4.82/1.92	c (1,1) 0 values are removed by re-calculation
4.82/1.92	c (1,1) Calculate Precise Domain End
4.82/1.92	c (1,1) CSP: 69 int (0 aux), 4761 bool (4761 aux), 8335 ctr, max domain size 35
4.82/1.92	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.82/1.92	c (1,1) CSPinCNF to SatSolver Begin
6.13/2.29	c (1,1) 834 (10 %) CSP clauses are encoded (0 SAT variables, 21946 SAT clauses)
6.94/2.42	c (1,1) 1667 (20 %) CSP clauses are encoded (0 SAT variables, 41649 SAT clauses)
6.94/2.44	c (1,1) 2501 (30 %) CSP clauses are encoded (0 SAT variables, 45203 SAT clauses)
6.94/2.45	c (1,1) 3334 (40 %) CSP clauses are encoded (0 SAT variables, 46036 SAT clauses)
6.94/2.46	c (1,1) 4168 (50 %) CSP clauses are encoded (0 SAT variables, 46870 SAT clauses)
7.24/2.55	c (2,1) 5001 (60 %) CSP clauses are encoded (0 SAT variables, 65259 SAT clauses)
7.39/2.64	c (2,2) 5835 (70 %) CSP clauses are encoded (0 SAT variables, 84441 SAT clauses)
7.39/2.65	c (2,2) 6668 (80 %) CSP clauses are encoded (0 SAT variables, 86396 SAT clauses)
7.39/2.66	c (2,2) 7502 (90 %) CSP clauses are encoded (0 SAT variables, 87230 SAT clauses)
8.84/3.10	c (2,2) 8335 (100 %) CSP clauses are encoded (0 SAT variables, 168219 SAT clauses)
8.84/3.10	c (2,2) CSPinCNF to SatSolver End
8.84/3.10	c (2,2) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
9.17/3.25	c (2,2) 7073 bool, 168848 clause
9.17/3.25	c (2,2) Export Begin
9.17/3.34	c (2,2) Export to HOME/scop-4052-serial-file.bin
9.17/3.34	c (2,2) Export End
9.17/3.34	c (2,2) Export File Size: 0.01 MB
9.17/3.34	c (2,2) 0,0,1,1,1,1,2,STOP-AFTER(DIMACS)
9.17/3.34	c END-Prog: Sat Sep 14 03:11:51 CEST 2019
0.00/3.55	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-4052-serial-file.bin
9.43/4.02	c (0,0) Read Serial File Begin
9.43/4.02	c (0,0) HOME/scop-4052-serial-file.bin
10.31/4.22	c (0,0) Read Serial File End
10.31/4.24	
10.31/4.24	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
10.31/4.24	(Solving Process)
10.31/4.24	
10.31/4.26	c BEGIN-Prog: Sat Sep 14 03:11:52 CEST 2019
10.31/4.26	c PID: 4075
10.31/4.26	c IP: 172.20.3.146
10.31/4.26	c HOST: node146.alineos.net
10.31/4.26	c (0,0) SatSolver.solve Begin
10.31/4.26	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392412-1568423548.xml-scop-4055.cnf
10.31/4.29	c (0,0) c
10.31/4.29	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)
10.31/4.29	c (0,0) c
10.31/4.29	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
10.31/4.29	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
10.31/4.29	c (0,0) c ========================================[ Problem Statistics ]===========================================
10.31/4.29	c (0,0) c |                                                                                                       |
10.50/4.33	c (0,0) c |  Number of variables:          7073                                                                   |
10.50/4.33	c (0,0) c |  Number of clauses:          168848                                                                   |
10.50/4.33	c (0,0) c |  Parse time:                   0.05 s                                                                 |
10.50/4.33	c (0,0) c |                                                                                                       |
10.58/4.55	c (0,0) c |  Simplification time:          0.21 s                                                                 |
10.58/4.55	c (0,0) c |                                                                                                       |
10.58/4.55	c (0,0) c |  Generating clones                                                                                    |
10.58/4.59	c (0,0) c |  all clones generated. Memory =   128.07Mb.                                                           |
10.58/4.59	c (0,0) c ========================================================================================================|
10.58/4.59	c (0,0) c
10.58/4.59	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
10.58/4.59	c (0,0) c
10.58/4.59	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.58/4.59	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
10.58/4.59	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.58/4.60	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
10.58/4.60	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
10.58/4.60	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
10.58/4.60	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
10.58/4.60	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
10.58/4.60	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
10.58/4.60	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
10.58/4.60	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
10.58/4.60	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
10.58/4.60	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
10.58/4.60	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
10.58/4.60	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
10.58/4.60	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
10.58/4.60	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
10.58/4.60	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
10.58/4.60	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c real time : 1.02125 s
16.14/5.31	c (1,0) c cpu time  : 5.50798 s
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | Conflicts     |           36801 |       5141 |       4596 |       4117 |       4762 |       4934 |       4217 |       4425 |       4609 |
16.14/5.31	c (1,0) c | Decisions     |          230120 |      24885 |      28207 |      24194 |      30273 |      32049 |      31618 |      29081 |      29813 |
16.14/5.31	c (1,0) c | Propagations  |        11075887 |    1310753 |    1429343 |    1453955 |    1455799 |    1406680 |    1273780 |    1357627 |    1387950 |
16.14/5.31	c (1,0) c | ReduceDBs     |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
16.14/5.31	c (1,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
16.14/5.31	c (1,0) c | Restarts      |             243 |         27 |         32 |         21 |         33 |         35 |         33 |         31 |         31 |
16.14/5.31	c (1,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | PropBinClauses|        15507137 |    1842208 |    2032893 |    2027494 |    2058838 |    1960212 |    1792208 |    1867355 |    1925929 |
16.14/5.31	c (1,0) c | PropPreBlocker|       244007115 |   29231312 |   31612659 |   33020470 |   32270048 |   31036629 |   28294326 |   29420965 |   29120706 |
16.14/5.31	c (1,0) c | PropNotBlocker|        51397322 |    5694718 |    6519813 |    6778095 |    6894799 |    6956032 |    6398154 |    6234151 |    5921560 |
16.14/5.31	c (1,0) c | LitFullScans  |       356716284 |   42004673 |   46341098 |   48003827 |   48001552 |   46342126 |   42000959 |   42013189 |   42008860 |
16.14/5.31	c (1,0) c | LitScanFracts |            8827 |        713 |       1197 |       1769 |       1362 |       1111 |        959 |        598 |       1118 |
16.14/5.31	c (1,0) c | DecisionLevel0|             243 |         27 |         32 |         21 |         33 |         35 |         33 |         31 |         31 |
16.14/5.31	c (1,0) c | Periods       |              58 |          7 |          7 |          8 |          8 |          7 |          7 |          7 |          7 |
16.14/5.31	c (1,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
16.14/5.31	c (1,0) c | Avg_Trail     |                 |       3446 |       3438 |       3570 |       3472 |       3393 |       3399 |       3397 |       3349 |
16.14/5.31	c (1,0) c | Avg_DL        |                 |        130 |        124 |         88 |        102 |        105 |        102 |         97 |        124 |
16.14/5.31	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | Exported      |            2197 |        403 |        253 |        225 |        271 |        272 |        307 |        232 |        234 |
16.14/5.31	c (1,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.14/5.31	c (1,0) c | Binaries      |                 |         21 |         42 |         24 |         41 |         35 |         38 |         37 |         29 |
16.14/5.31	c (1,0) c | Glues         |                 |        203 |        253 |        225 |        271 |        272 |        307 |        232 |        234 |
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | Orig_Seen     |            16 % |      24548 |      28453 |      31190 |      28345 |      30880 |      27391 |      26130 |      23747 |
16.14/5.31	c (1,0) c | Diff Orig seen|                 | -     3905 |      X     |       2737 | -      108 |       2427 | -     1062 | -     2323 | -     4706 |
16.14/5.31	c (1,0) c | Hamming       |            23 % |       1476 |      X     |       1833 |       1561 |       1896 |       1820 |       1589 |       1472 |
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c | RunningTime   |                 |    0.7 100%|    0.6 100%|    0.7 100%|    0.7 100%|    0.6 100%|    0.7 100%|    0.7 100%|    0.7 100%|
16.14/5.31	c (1,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,0) c | SolvingTime   |                 |    0.7     |    0.6     |    0.7     |    0.7     |    0.6     |    0.7     |    0.7     |    0.7     |
16.14/5.31	c (1,0) c | PropagationTim|                 |    0.6  87%|    0.6  87%|    0.6  86%|    0.6  85%|    0.6  85%|    0.6  87%|    0.6  89%|    0.6  88%|
16.14/5.31	c (1,0) c | AnalysisTime  |                 |    0.1   8%|    0.1   9%|    0.1  10%|    0.1  10%|    0.1  10%|    0.1   8%|    0.0   7%|    0.0   7%|
16.14/5.31	c (1,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,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%|
16.14/5.31	c (1,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
16.14/5.31	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c
16.14/5.31	c (1,0) c Threads : 8
16.14/5.31	c (1,0) c Winner : 1
16.14/5.31	c (1,0) c Conflicts_0 : 5141
16.14/5.31	c (1,0) c Conflicts_1 : 4596
16.14/5.31	c (1,0) c Conflicts_2 : 4117
16.14/5.31	c (1,0) c Conflicts_3 : 4762
16.14/5.31	c (1,0) c Conflicts_4 : 4934
16.14/5.31	c (1,0) c Conflicts_5 : 4217
16.14/5.31	c (1,0) c Conflicts_6 : 4425
16.14/5.31	c (1,0) c Conflicts_7 : 4609
16.14/5.31	c (1,0) c Conflicts_total : 36801
16.14/5.31	c (1,0) c Conflicts_winner : 4596
16.14/5.31	c (1,0) c Decisions_0 : 24885
16.14/5.31	c (1,0) c Decisions_1 : 28207
16.14/5.31	c (1,0) c Decisions_2 : 24194
16.14/5.31	c (1,0) c Decisions_3 : 30273
16.14/5.31	c (1,0) c Decisions_4 : 32049
16.14/5.31	c (1,0) c Decisions_5 : 31618
16.14/5.31	c (1,0) c Decisions_6 : 29081
16.14/5.31	c (1,0) c Decisions_7 : 29813
16.14/5.31	c (1,0) c Decisions_total : 230120
16.14/5.31	c (1,0) c Decisions_winner : 28207
16.14/5.31	c (1,0) c Propagations_0 : 1310753
16.14/5.31	c (1,0) c Propagations_1 : 1429343
16.14/5.31	c (1,0) c Propagations_2 : 1453955
16.14/5.31	c (1,0) c Propagations_3 : 1455799
16.14/5.31	c (1,0) c Propagations_4 : 1406680
16.14/5.31	c (1,0) c Propagations_5 : 1273780
16.14/5.31	c (1,0) c Propagations_6 : 1357627
16.14/5.31	c (1,0) c Propagations_7 : 1387950
16.14/5.31	c (1,0) c Propagations_total : 11075887
16.14/5.31	c (1,0) c Propagations_winner : 1429343
16.14/5.31	c (1,0) c ReduceDBs_0 : 1
16.14/5.31	c (1,0) c ReduceDBs_1 : 1
16.14/5.31	c (1,0) c ReduceDBs_2 : 1
16.14/5.31	c (1,0) c ReduceDBs_3 : 1
16.14/5.31	c (1,0) c ReduceDBs_4 : 1
16.14/5.31	c (1,0) c ReduceDBs_5 : 1
16.14/5.31	c (1,0) c ReduceDBs_6 : 1
16.14/5.31	c (1,0) c ReduceDBs_7 : 1
16.14/5.31	c (1,0) c ReduceDBs_total : 8
16.14/5.31	c (1,0) c ReduceDBs_winner : 1
16.14/5.31	c (1,0) c SimpDBs_0 : 1
16.14/5.31	c (1,0) c SimpDBs_1 : 1
16.14/5.31	c (1,0) c SimpDBs_2 : 1
16.14/5.31	c (1,0) c SimpDBs_3 : 1
16.14/5.31	c (1,0) c SimpDBs_4 : 1
16.14/5.31	c (1,0) c SimpDBs_5 : 1
16.14/5.31	c (1,0) c SimpDBs_6 : 1
16.14/5.31	c (1,0) c SimpDBs_7 : 1
16.14/5.31	c (1,0) c SimpDBs_total : 8
16.14/5.31	c (1,0) c SimpDBs_winner : 1
16.14/5.31	c (1,0) c Restarts_0 : 27
16.14/5.31	c (1,0) c Restarts_1 : 32
16.14/5.31	c (1,0) c Restarts_2 : 21
16.14/5.31	c (1,0) c Restarts_3 : 33
16.14/5.31	c (1,0) c Restarts_4 : 35
16.14/5.31	c (1,0) c Restarts_5 : 33
16.14/5.31	c (1,0) c Restarts_6 : 31
16.14/5.31	c (1,0) c Restarts_7 : 31
16.14/5.31	c (1,0) c Restarts_total : 243
16.14/5.31	c (1,0) c Restarts_winner : 32
16.14/5.31	c (1,0) c ForcedImports_0 : 0
16.14/5.31	c (1,0) c ForcedImports_1 : 0
16.14/5.31	c (1,0) c ForcedImports_2 : 0
16.14/5.31	c (1,0) c ForcedImports_3 : 0
16.14/5.31	c (1,0) c ForcedImports_4 : 0
16.14/5.31	c (1,0) c ForcedImports_5 : 0
16.14/5.31	c (1,0) c ForcedImports_6 : 0
16.14/5.31	c (1,0) c ForcedImports_7 : 0
16.14/5.31	c (1,0) c ForcedImports_total : 0
16.14/5.31	c (1,0) c ForcedImports_winner : 0
16.14/5.31	c (1,0) c PropsBinClauses_0 : 1842208
16.14/5.31	c (1,0) c PropsBinClauses_1 : 2032893
16.14/5.31	c (1,0) c PropsBinClauses_2 : 2027494
16.14/5.31	c (1,0) c PropsBinClauses_3 : 2058838
16.14/5.31	c (1,0) c PropsBinClauses_4 : 1960212
16.14/5.31	c (1,0) c PropsBinClauses_5 : 1792208
16.14/5.31	c (1,0) c PropsBinClauses_6 : 1867355
16.14/5.31	c (1,0) c PropsBinClauses_7 : 1925929
16.14/5.31	c (1,0) c PropsBinClauses_total : 15507137
16.14/5.31	c (1,0) c PropsBinClauses_winner : 2032893
16.14/5.31	c (1,0) c PropsPreBlocker_0 : 29231312
16.14/5.31	c (1,0) c PropsPreBlocker_1 : 31612659
16.14/5.31	c (1,0) c PropsPreBlocker_2 : 33020470
16.14/5.31	c (1,0) c PropsPreBlocker_3 : 32270048
16.14/5.31	c (1,0) c PropsPreBlocker_4 : 31036629
16.14/5.31	c (1,0) c PropsPreBlocker_5 : 28294326
16.14/5.31	c (1,0) c PropsPreBlocker_6 : 29420965
16.14/5.31	c (1,0) c PropsPreBlocker_7 : 29120706
16.14/5.31	c (1,0) c PropsPreBlocker_total : 244007115
16.14/5.31	c (1,0) c PropsPreBlocker_winner : 31612659
16.14/5.31	c (1,0) c PropsNotBlocker_0 : 5694718
16.14/5.31	c (1,0) c PropsNotBlocker_1 : 6519813
16.14/5.31	c (1,0) c PropsNotBlocker_2 : 6778095
16.14/5.31	c (1,0) c PropsNotBlocker_3 : 6894799
16.14/5.31	c (1,0) c PropsNotBlocker_4 : 6956032
16.14/5.31	c (1,0) c PropsNotBlocker_5 : 6398154
16.14/5.31	c (1,0) c PropsNotBlocker_6 : 6234151
16.14/5.31	c (1,0) c PropsNotBlocker_7 : 5921560
16.14/5.31	c (1,0) c PropsNotBlocker_total : 51397322
16.14/5.31	c (1,0) c PropsNotBlocker_winner : 6519813
16.14/5.31	c (1,0) c PropsLitFullScans_0 : 42004673
16.14/5.31	c (1,0) c PropsLitFullScans_1 : 46341098
16.14/5.31	c (1,0) c PropsLitFullScans_2 : 48003827
16.14/5.31	c (1,0) c PropsLitFullScans_3 : 48001552
16.14/5.31	c (1,0) c PropsLitFullScans_4 : 46342126
16.14/5.31	c (1,0) c PropsLitFullScans_5 : 42000959
16.14/5.31	c (1,0) c PropsLitFullScans_6 : 42013189
16.14/5.31	c (1,0) c PropsLitFullScans_7 : 42008860
16.14/5.31	c (1,0) c PropsLitFullScans_total : 356716284
16.14/5.31	c (1,0) c PropsLitFullScans_winner : 46341098
16.14/5.31	c (1,0) c LitScanFractions_0 : 713
16.14/5.31	c (1,0) c LitScanFractions_1 : 1197
16.14/5.31	c (1,0) c LitScanFractions_2 : 1769
16.14/5.31	c (1,0) c LitScanFractions_3 : 1362
16.14/5.31	c (1,0) c LitScanFractions_4 : 1111
16.14/5.31	c (1,0) c LitScanFractions_5 : 959
16.14/5.31	c (1,0) c LitScanFractions_6 : 598
16.14/5.31	c (1,0) c LitScanFractions_7 : 1118
16.14/5.31	c (1,0) c LitScanFractions_total : 8827
16.14/5.31	c (1,0) c LitScanFractions_winner : 1197
16.14/5.31	c (1,0) c DecisionLevel0_0 : 27
16.14/5.31	c (1,0) c DecisionLevel0_1 : 32
16.14/5.31	c (1,0) c DecisionLevel0_2 : 21
16.14/5.31	c (1,0) c DecisionLevel0_3 : 33
16.14/5.31	c (1,0) c DecisionLevel0_4 : 35
16.14/5.31	c (1,0) c DecisionLevel0_5 : 33
16.14/5.31	c (1,0) c DecisionLevel0_6 : 31
16.14/5.31	c (1,0) c DecisionLevel0_7 : 31
16.14/5.31	c (1,0) c DecisionLevel0_total : 243
16.14/5.31	c (1,0) c DecisionLevel0_winner : 32
16.14/5.31	c (1,0) c Periods_0 : 7
16.14/5.31	c (1,0) c Periods_1 : 7
16.14/5.31	c (1,0) c Periods_2 : 8
16.14/5.31	c (1,0) c Periods_3 : 8
16.14/5.31	c (1,0) c Periods_4 : 7
16.14/5.31	c (1,0) c Periods_5 : 7
16.14/5.31	c (1,0) c Periods_6 : 7
16.14/5.31	c (1,0) c Periods_7 : 7
16.14/5.31	c (1,0) c Periods_total : 58
16.14/5.31	c (1,0) c Periods_winner : 7
16.14/5.31	c (1,0) c Margin_0 : 20
16.14/5.31	c (1,0) c Margin_1 : 20
16.14/5.31	c (1,0) c Margin_2 : 20
16.14/5.31	c (1,0) c Margin_3 : 20
16.14/5.31	c (1,0) c Margin_4 : 20
16.14/5.31	c (1,0) c Margin_5 : 20
16.14/5.31	c (1,0) c Margin_6 : 20
16.14/5.31	c (1,0) c Margin_7 : 20
16.14/5.31	c (1,0) c Margin_total : 160
16.14/5.31	c (1,0) c Margin_winner : 20
16.14/5.31	c (1,0) c Exported_0 : 403
16.14/5.31	c (1,0) c Exported_1 : 253
16.14/5.32	c (1,0) c Exported_2 : 225
16.14/5.32	c (1,0) c Exported_3 : 271
16.14/5.32	c (1,0) c Exported_4 : 272
16.14/5.32	c (1,0) c Exported_5 : 307
16.14/5.32	c (1,0) c Exported_6 : 232
16.14/5.32	c (1,0) c Exported_7 : 234
16.14/5.32	c (1,0) c Exported_total : 2197
16.14/5.32	c (1,0) c Exported_winner : 253
16.14/5.32	c (1,0) c Imported_0 : 0
16.14/5.32	c (1,0) c Imported_1 : 0
16.14/5.32	c (1,0) c Imported_2 : 0
16.14/5.32	c (1,0) c Imported_3 : 0
16.14/5.32	c (1,0) c Imported_4 : 0
16.14/5.32	c (1,0) c Imported_5 : 0
16.14/5.32	c (1,0) c Imported_6 : 0
16.14/5.32	c (1,0) c Imported_7 : 0
16.14/5.32	c (1,0) c Imported_total : 0
16.14/5.32	c (1,0) c Imported_winner : 0
16.14/5.32	c (1,0) c Good_0 : 0
16.14/5.32	c (1,0) c Good_1 : 0
16.14/5.32	c (1,0) c Good_2 : 0
16.14/5.32	c (1,0) c Good_3 : 0
16.14/5.32	c (1,0) c Good_4 : 0
16.14/5.32	c (1,0) c Good_5 : 0
16.14/5.32	c (1,0) c Good_6 : 0
16.14/5.32	c (1,0) c Good_7 : 0
16.14/5.32	c (1,0) c Good_total : 0
16.14/5.32	c (1,0) c Good_winner : 0
16.14/5.32	c (1,0) c Purge_0 : 0
16.14/5.32	c (1,0) c Purge_1 : 0
16.14/5.32	c (1,0) c Purge_2 : 0
16.14/5.32	c (1,0) c Purge_3 : 0
16.14/5.32	c (1,0) c Purge_4 : 0
16.14/5.32	c (1,0) c Purge_5 : 0
16.14/5.32	c (1,0) c Purge_6 : 0
16.14/5.32	c (1,0) c Purge_7 : 0
16.14/5.32	c (1,0) c Purge_total : 0
16.14/5.32	c (1,0) c Purge_winner : 0
16.14/5.32	c (1,0) c Promoted_0 : 0
16.14/5.32	c (1,0) c Promoted_1 : 0
16.14/5.32	c (1,0) c Promoted_2 : 0
16.14/5.32	c (1,0) c Promoted_3 : 0
16.14/5.32	c (1,0) c Promoted_4 : 0
16.14/5.32	c (1,0) c Promoted_5 : 0
16.14/5.32	c (1,0) c Promoted_6 : 0
16.14/5.32	c (1,0) c Promoted_7 : 0
16.14/5.32	c (1,0) c Promoted_total : 0
16.14/5.32	c (1,0) c Promoted_winner : 0
16.14/5.32	c (1,0) c Remove_Imp_0 : 0
16.14/5.32	c (1,0) c Remove_Imp_1 : 0
16.14/5.32	c (1,0) c Remove_Imp_2 : 0
16.14/5.32	c (1,0) c Remove_Imp_3 : 0
16.14/5.32	c (1,0) c Remove_Imp_4 : 0
16.14/5.32	c (1,0) c Remove_Imp_5 : 0
16.14/5.32	c (1,0) c Remove_Imp_6 : 0
16.14/5.32	c (1,0) c Remove_Imp_7 : 0
16.14/5.32	c (1,0) c Remove_Imp_total : 0
16.14/5.32	c (1,0) c Remove_Imp_winner : 0
16.14/5.32	c (1,0) c Blocked_Reuse_0 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_1 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_2 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_3 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_4 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_5 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_6 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_7 : 0
16.14/5.32	c (1,0) c Blocked_Reuse_total : 0
16.14/5.32	c (1,0) c Blocked_Reuse_winner : 0
16.14/5.32	c (1,0) c Unaries_0 : 0
16.14/5.32	c (1,0) c Unaries_1 : 0
16.14/5.32	c (1,0) c Unaries_2 : 0
16.14/5.32	c (1,0) c Unaries_3 : 0
16.14/5.32	c (1,0) c Unaries_4 : 0
16.14/5.32	c (1,0) c Unaries_5 : 0
16.14/5.32	c (1,0) c Unaries_6 : 0
16.14/5.32	c (1,0) c Unaries_7 : 0
16.14/5.32	c (1,0) c Unaries_total : 0
16.14/5.32	c (1,0) c Unaries_winner : 0
16.14/5.32	c (1,0) c Binaries_0 : 21
16.14/5.32	c (1,0) c Binaries_1 : 42
16.14/5.32	c (1,0) c Binaries_2 : 24
16.14/5.32	c (1,0) c Binaries_3 : 41
16.14/5.32	c (1,0) c Binaries_4 : 35
16.14/5.32	c (1,0) c Binaries_5 : 38
16.14/5.32	c (1,0) c Binaries_6 : 37
16.14/5.32	c (1,0) c Binaries_7 : 29
16.14/5.32	c (1,0) c Binaries_total : 267
16.14/5.32	c (1,0) c Binaries_winner : 42
16.14/5.32	c (1,0) c Glues_0 : 203
16.14/5.32	c (1,0) c Glues_1 : 253
16.14/5.32	c (1,0) c Glues_2 : 225
16.14/5.32	c (1,0) c Glues_3 : 271
16.14/5.32	c (1,0) c Glues_4 : 272
16.14/5.32	c (1,0) c Glues_5 : 307
16.14/5.32	c (1,0) c Glues_6 : 232
16.14/5.32	c (1,0) c Glues_7 : 234
16.14/5.32	c (1,0) c Glues_total : 1997
16.14/5.32	c (1,0) c Glues_winner : 253
16.14/5.32	c (1,0) c RunningTime_0 : 0.662835
16.14/5.32	c (1,0) c RunningTime_1 : 0.638512
16.14/5.32	c (1,0) c RunningTime_2 : 0.675580
16.14/5.32	c (1,0) c RunningTime_3 : 0.661942
16.14/5.32	c (1,0) c RunningTime_4 : 0.649065
16.14/5.32	c (1,0) c RunningTime_5 : 0.707853
16.14/5.32	c (1,0) c RunningTime_6 : 0.671482
16.14/5.32	c (1,0) c RunningTime_7 : 0.661282
16.14/5.32	c (1,0) c RunningTime_total : 5.328552
16.14/5.32	c (1,0) c RunningTime_winner : 0.638512
16.14/5.32	c (1,0) c WaitingTime_0 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_1 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_2 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_3 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_4 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_5 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_6 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_7 : 0.000000
16.14/5.32	c (1,0) c WaitingTime_total : 0.000000
16.14/5.32	c (1,0) c WaitingTime_winner : 0.000000
16.14/5.32	c (1,0) c ExchangingTime_0 : 0.000431
16.14/5.32	c (1,0) c ExchangingTime_1 : 0.000389
16.14/5.32	c (1,0) c ExchangingTime_2 : 0.000396
16.14/5.32	c (1,0) c ExchangingTime_3 : 0.000479
16.14/5.32	c (1,0) c ExchangingTime_4 : 0.000477
16.14/5.32	c (1,0) c ExchangingTime_5 : 0.000463
16.14/5.32	c (1,0) c ExchangingTime_6 : 0.000464
16.14/5.32	c (1,0) c ExchangingTime_7 : 0.000432
16.14/5.32	c (1,0) c ExchangingTime_total : 0.003531
16.14/5.32	c (1,0) c ExchangingTime_winner : 0.000389
16.14/5.32	c (1,0) c PeriodProcTime_0 : 0.000064
16.14/5.32	c (1,0) c PeriodProcTime_1 : 0.000060
16.14/5.32	c (1,0) c PeriodProcTime_2 : 0.000090
16.14/5.32	c (1,0) c PeriodProcTime_3 : 0.000061
16.14/5.32	c (1,0) c PeriodProcTime_4 : 0.000048
16.14/5.32	c (1,0) c PeriodProcTime_5 : 0.000077
16.14/5.32	c (1,0) c PeriodProcTime_6 : 0.000084
16.14/5.32	c (1,0) c PeriodProcTime_7 : 0.000069
16.14/5.32	c (1,0) c PeriodProcTime_total : 0.000554
16.14/5.32	c (1,0) c PeriodProcTime_winner : 0.000060
16.14/5.32	c (1,0) c SolvingTime_0 : 0.663330
16.14/5.32	c (1,0) c SolvingTime_1 : 0.638961
16.14/5.32	c (1,0) c SolvingTime_2 : 0.676067
16.14/5.32	c (1,0) c SolvingTime_3 : 0.662483
16.14/5.32	c (1,0) c SolvingTime_4 : 0.649590
16.14/5.32	c (1,0) c SolvingTime_5 : 0.708393
16.14/5.32	c (1,0) c SolvingTime_6 : 0.672031
16.14/5.32	c (1,0) c SolvingTime_7 : 0.661783
16.14/5.32	c (1,0) c SolvingTime_total : 5.332637
16.14/5.32	c (1,0) c SolvingTime_winner : 0.638961
16.14/5.32	c (1,0) c PropagationTime_0 : 0.580049
16.14/5.32	c (1,0) c PropagationTime_1 : 0.555770
16.14/5.32	c (1,0) c PropagationTime_2 : 0.582933
16.14/5.32	c (1,0) c PropagationTime_3 : 0.565817
16.14/5.32	c (1,0) c PropagationTime_4 : 0.550192
16.14/5.32	c (1,0) c PropagationTime_5 : 0.616673
16.14/5.32	c (1,0) c PropagationTime_6 : 0.598604
16.14/5.32	c (1,0) c PropagationTime_7 : 0.584184
16.14/5.32	c (1,0) c PropagationTime_total : 4.634223
16.14/5.32	c (1,0) c PropagationTime_winner : 0.555770
16.14/5.32	c (1,0) c AnalysisTime_0 : 0.054860
16.14/5.32	c (1,0) c AnalysisTime_1 : 0.054413
16.14/5.32	c (1,0) c AnalysisTime_2 : 0.065298
16.14/5.32	c (1,0) c AnalysisTime_3 : 0.063600
16.14/5.32	c (1,0) c AnalysisTime_4 : 0.065649
16.14/5.32	c (1,0) c AnalysisTime_5 : 0.058753
16.14/5.32	c (1,0) c AnalysisTime_6 : 0.043798
16.14/5.32	c (1,0) c AnalysisTime_7 : 0.049215
16.14/5.32	c (1,0) c AnalysisTime_total : 0.455586
16.14/5.32	c (1,0) c AnalysisTime_winner : 0.054413
16.14/5.32	c (1,0) c ReductionTime_0 : 0.000399
16.14/5.32	c (1,0) c ReductionTime_1 : 0.000373
16.14/5.32	c (1,0) c ReductionTime_2 : 0.000376
16.14/5.32	c (1,0) c ReductionTime_3 : 0.000376
16.14/5.32	c (1,0) c ReductionTime_4 : 0.000370
16.14/5.32	c (1,0) c ReductionTime_5 : 0.000364
16.14/5.32	c (1,0) c ReductionTime_6 : 0.000368
16.14/5.32	c (1,0) c ReductionTime_7 : 0.000362
16.14/5.32	c (1,0) c ReductionTime_total : 0.002987
16.14/5.32	c (1,0) c ReductionTime_winner : 0.000373
16.14/5.32	c (1,0) c SimplifyTime_0 : 0.000000
16.14/5.32	c (1,0) c SimplifyTime_1 : 0.000010
16.14/5.32	c (1,0) c SimplifyTime_2 : 0.000002
16.14/5.32	c (1,0) c SimplifyTime_3 : 0.000002
16.14/5.32	c (1,0) c SimplifyTime_4 : 0.000006
16.14/5.32	c (1,0) c SimplifyTime_5 : 0.000001
16.14/5.32	c (1,0) c SimplifyTime_6 : 0.000003
16.14/5.32	c (1,0) c SimplifyTime_7 : 0.000003
16.14/5.32	c (1,0) c SimplifyTime_total : 0.000027
16.14/5.32	c (1,0) c SimplifyTime_winner : 0.000010
16.14/5.32	c (1,0) c UsedRateTime_0 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_1 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_2 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_3 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_4 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_5 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_6 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_7 : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_total : 0.000000
16.14/5.32	c (1,0) c UsedRateTime_winner : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_0 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_1 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_2 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_3 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_4 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_5 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_6 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_7 : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_total : 0.000000
16.14/5.32	c (1,0) c OverlapRateTime_winner : 0.000000
16.14/5.32	c (1,0) c
16.14/5.32	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
16.14/5.32	c (1,0) c
16.14/5.32	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.32	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
16.14/5.32	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.32	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
16.14/5.32	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
16.14/5.32	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
16.14/5.32	c (1,0) c | Initial random_seed   | 1775304093 |  239826341 | 1487316497 | 1549278345 |  168494796 | 1318592776 | 1898699244 | 1960586673 |
16.14/5.32	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
16.14/5.32	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
16.14/5.32	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
16.14/5.32	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
16.14/5.32	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
16.14/5.32	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
16.14/5.32	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
16.14/5.32	c (1,0) c | var_decay             |     0.8100 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
16.14/5.32	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
16.14/5.32	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
16.14/5.32	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
16.14/5.32	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.14/5.32	c (1,0) 
16.14/5.32	c (1,0) s SATISFIABLE
16.14/5.35	c (1,0) SatSolver.solve End
16.14/5.35	c (1,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
16.14/5.35	c (1,0) Show results Begin
16.39/5.45	c (1,0) x[0] = 20
16.39/5.45	c (1,0) x[1] = 9
16.39/5.45	c (1,0) x[2] = 30
16.39/5.45	c (1,0) x[3] = 2
16.39/5.45	c (1,0) x[4] = 34
16.39/5.45	c (1,0) x[5] = 0
16.39/5.45	c (1,0) x[6] = 33
16.39/5.45	c (1,0) x[7] = 4
16.39/5.45	c (1,0) x[8] = 23
16.39/5.45	c (1,0) x[9] = 24
16.39/5.45	c (1,0) x[10] = 12
16.39/5.45	c (1,0) x[11] = 21
16.39/5.45	c (1,0) x[12] = 13
16.39/5.45	c (1,0) x[13] = 26
16.39/5.45	c (1,0) x[14] = 6
16.39/5.45	c (1,0) x[15] = 31
16.39/5.45	c (1,0) x[16] = 1
16.39/5.45	c (1,0) x[17] = 32
16.39/5.45	c (1,0) x[18] = 5
16.39/5.45	c (1,0) x[19] = 28
16.39/5.45	c (1,0) x[20] = 10
16.39/5.45	c (1,0) x[21] = 25
16.39/5.45	c (1,0) x[22] = 8
16.39/5.45	c (1,0) x[23] = 22
16.39/5.45	c (1,0) x[24] = 16
16.39/5.45	c (1,0) x[25] = 18
16.39/5.45	c (1,0) x[26] = 11
16.39/5.45	c (1,0) x[27] = 27
16.39/5.45	c (1,0) x[28] = 3
16.39/5.45	c (1,0) x[29] = 29
16.39/5.45	c (1,0) x[30] = 7
16.39/5.45	c (1,0) x[31] = 17
16.39/5.45	c (1,0) x[32] = 14
16.39/5.45	c (1,0) x[33] = 19
16.39/5.45	c (1,0) x[34] = 15
16.39/5.45	c (1,0) y[0] = 11
16.39/5.45	c (1,0) y[1] = 21
16.39/5.45	c (1,0) y[2] = 28
16.39/5.45	c (1,0) y[3] = 32
16.39/5.45	c (1,0) y[4] = 34
16.39/5.45	c (1,0) y[5] = 33
16.39/5.45	c (1,0) y[6] = 29
16.39/5.45	c (1,0) y[7] = 19
16.39/5.45	c (1,0) y[8] = 1
16.39/5.45	c (1,0) y[9] = 12
16.39/5.45	c (1,0) y[10] = 9
16.39/5.45	c (1,0) y[11] = 8
16.39/5.45	c (1,0) y[12] = 13
16.39/5.45	c (1,0) y[13] = 20
16.39/5.45	c (1,0) y[14] = 25
16.39/5.45	c (1,0) y[15] = 30
16.39/5.45	c (1,0) y[16] = 31
16.39/5.45	c (1,0) y[17] = 27
16.39/5.45	c (1,0) y[18] = 23
16.39/5.45	c (1,0) y[19] = 18
16.39/5.45	c (1,0) y[20] = 15
16.39/5.45	c (1,0) y[21] = 17
16.39/5.45	c (1,0) y[22] = 14
16.39/5.45	c (1,0) y[23] = 6
16.39/5.45	c (1,0) y[24] = 2
16.39/5.45	c (1,0) y[25] = 7
16.39/5.45	c (1,0) y[26] = 16
16.39/5.45	c (1,0) y[27] = 24
16.39/5.45	c (1,0) y[28] = 26
16.39/5.45	c (1,0) y[29] = 22
16.39/5.45	c (1,0) y[30] = 10
16.39/5.45	c (1,0) y[31] = 3
16.39/5.45	c (1,0) y[32] = 5
16.39/5.45	c (1,0) y[33] = 4
16.39/5.45	s SATISFIABLE
16.39/5.45	v <instantiation>
16.39/5.45	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33]</list>
16.39/5.45	v     <values>20 9 30 2 34 0 33 4 23 24 12 21 13 26 6 31 1 32 5 28 10 25 8 22 16 18 11 27 3 29 7 17 14 19 15 11 21 28 32 34 33 29 19 1 12 9 8 13 20 25 30 31 27 23 18 15 17 14 6 2 7 16 24 26 22 10 3 5 4</values>
16.39/5.45	v </instantiation>
16.39/5.45	c (1,0) Show results End
16.39/5.45	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
16.39/5.45	c (1,0) 1,1,STOP-AFTER(ALL)
16.39/5.45	c END-Prog: Sat Sep 14 03:11:53 CEST 2019

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392412-1568423548/watcher-4392412-1568423548 -o /tmp/evaluation-result-4392412-1568423548/solver-4392412-1568423548 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568417371-3125 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392412-1568423548.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
Current StackSize limit: 8192 KiB

solver pid=4052, runsolver pid=4049

[startup+0.100143 s]*
/proc/loadavg: 2.37 1.56 2.59 2/212 4074
/proc/meminfo: memFree=31188884/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 418268805 115843072 348 33554432000 4194304 5098028 140730873406512 140730873403768 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 348 296 221 0 87 0
[pid=4055] ppid=4052 vsize=27314120 memory=105064 CPUtime=0.11 cores=0-7
/proc/4055/stat : 4055 (java) S 4052 4052 3098 0 -1 1077944320 6389 0 0 0 8 3 0 0 20 0 20 0 418268805 27969658880 26266 33554432000 4194304 4196468 140720483211632 140720483194176 139999976799991 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
/proc/4055/statm: 6828530 26266 2778 1 0 6790935 0
[pid=4055/tid=4056] ppid=4052 vsize=27314120 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/4055/task/4056/stat : 4056 (java) R 4052 4052 3098 0 -1 4202560 4485 0 0 0 6 2 0 0 20 0 20 0 418268805 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999948604192 139999960880478 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4057] ppid=4052 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4055/task/4057/stat : 4057 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999981041936 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4058] ppid=4052 vsize=27314120 memory=140639471441536 CPUtime=0 cores=0-7
/proc/4055/task/4058/stat : 4058 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999764437392 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4059] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4059/stat : 4059 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999763384848 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4060] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4060/stat : 4060 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999762332304 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4061] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4061/stat : 4061 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999395699472 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4062] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4062/stat : 4062 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999394646928 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4063] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4063/stat : 4063 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999393594384 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4064] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4064/stat : 4064 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 26266 33554432000 4194304 4196468 140720483211632 139999392541840 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4065] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4065/stat : 4065 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268809 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998363871216 139999976811138 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4066] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4066/stat : 4066 (java) S 4052 4052 3098 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 26266 33554432000 4194304 4196468 140720483211632 139997747340192 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4067] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4067/stat : 4067 (java) S 4052 4052 3098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 26266 33554432000 4194304 4196468 140720483211632 139997613118448 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4068] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4068/stat : 4068 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139997238614224 139999976818587 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4069] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4069/stat : 4069 (java) S 4052 4052 3098 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998362819056 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4070] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4070/stat : 4070 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998361766512 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4071] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4071/stat : 4071 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998360713968 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4072] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4072/stat : 4072 (java) R 4052 4052 3098 0 -1 4202560 237 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998359661424 139999961166432 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4073] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4073/stat : 4073 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139996740708576 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4074] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4074/stat : 4074 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 26266 33554432000 4194304 4196468 140720483211632 139998358608304 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106456 KiB

[startup+0.210103 s]*
/proc/loadavg: 2.37 1.56 2.59 4/212 4074
/proc/meminfo: memFree=31166776/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 418268805 115843072 348 33554432000 4194304 5098028 140730873406512 140730873403768 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 348 296 221 0 87 0
[pid=4055] ppid=4052 vsize=27314120 memory=124436 CPUtime=0.24 cores=0-7
/proc/4055/stat : 4055 (java) S 4052 4052 3098 0 -1 1077944320 12040 0 0 0 20 4 0 0 20 0 20 0 418268805 27969658880 31109 33554432000 4194304 4196468 140720483211632 140720483194176 139999976799991 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
/proc/4055/statm: 6828530 31109 2942 1 0 6790935 0
[pid=4055/tid=4056] ppid=4052 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/4055/task/4056/stat : 4056 (java) R 4052 4052 3098 0 -1 4202560 9740 0 0 0 16 4 0 0 20 0 20 0 418268805 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999948607552 139999957065949 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4057] ppid=4052 vsize=27314120 memory=288230596134830447 CPUtime=0 cores=0-7
/proc/4055/task/4057/stat : 4057 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999981041936 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4058] ppid=4052 vsize=27314120 memory=140639471456243 CPUtime=0 cores=0-7
/proc/4055/task/4058/stat : 4058 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999764437392 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4059] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4059/stat : 4059 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999763384848 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4060] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4060/stat : 4060 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999762332304 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4061] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4061/stat : 4061 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999395699472 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4062] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4062/stat : 4062 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999394646928 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4063] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4063/stat : 4063 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999393594384 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4064] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4064/stat : 4064 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 31109 33554432000 4194304 4196468 140720483211632 139999392541840 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4065] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4065/stat : 4065 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268809 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998363871216 139999976811138 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4066] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4066/stat : 4066 (java) S 4052 4052 3098 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 31109 33554432000 4194304 4196468 140720483211632 139997747340192 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4067] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4067/stat : 4067 (java) S 4052 4052 3098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 31109 33554432000 4194304 4196468 140720483211632 139997613118448 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4068] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4068/stat : 4068 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139997238614224 139999976818587 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4069] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4069/stat : 4069 (java) S 4052 4052 3098 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998362819056 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4070] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4070/stat : 4070 (java) S 4052 4052 3098 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998361766512 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4071] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4071/stat : 4071 (java) S 4052 4052 3098 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998360713968 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4072] ppid=4052 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/4055/task/4072/stat : 4072 (java) S 4052 4052 3098 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998359661424 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4073] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4073/stat : 4073 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139996740708576 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4074] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4074/stat : 4074 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 31109 33554432000 4194304 4196468 140720483211632 139998358608304 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125828 KiB

[startup+0.309398 s]*
/proc/loadavg: 2.37 1.56 2.59 2/212 4074
/proc/meminfo: memFree=31163984/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 418268805 115843072 348 33554432000 4194304 5098028 140730873406512 140730873403768 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 348 296 221 0 87 0
[pid=4055] ppid=4052 vsize=27314120 memory=128040 CPUtime=0.42 cores=0-7
/proc/4055/stat : 4055 (java) S 4052 4052 3098 0 -1 1077944320 12879 0 0 0 37 5 0 0 20 0 20 0 418268805 27969658880 32010 33554432000 4194304 4196468 140720483211632 140720483194176 139999976799991 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
/proc/4055/statm: 6828530 32010 3036 1 0 6790935 0
[pid=4055/tid=4056] ppid=4052 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/4055/task/4056/stat : 4056 (java) R 4052 4052 3098 0 -1 4202560 10414 0 0 0 25 4 0 0 20 0 20 0 418268805 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999948613920 139999957065790 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4057] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4057/stat : 4057 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999981041936 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4058] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4058/stat : 4058 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999764437392 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4059] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4059/stat : 4059 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999763384848 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4060] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4060/stat : 4060 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999762332304 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4061] ppid=4052 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/4055/task/4061/stat : 4061 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999395699472 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4062] ppid=4052 vsize=27314120 memory=140639375291311 CPUtime=0 cores=0-7
/proc/4055/task/4062/stat : 4062 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999394646928 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4063] ppid=4052 vsize=27314120 memory=140639375293616 CPUtime=0 cores=0-7
/proc/4055/task/4063/stat : 4063 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999393594384 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4064] ppid=4052 vsize=27314120 memory=140639375295920 CPUtime=0 cores=0-7
/proc/4055/task/4064/stat : 4064 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27969658880 32010 33554432000 4194304 4196468 140720483211632 139999392541840 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4065] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4065/stat : 4065 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268809 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998363871216 139999976811138 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4066] ppid=4052 vsize=27314120 memory=281278750598800 CPUtime=0 cores=0-7
/proc/4055/task/4066/stat : 4066 (java) S 4052 4052 3098 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 32010 33554432000 4194304 4196468 140720483211632 139997747340192 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4067] ppid=4052 vsize=27314120 memory=281278750605712 CPUtime=0 cores=0-7
/proc/4055/task/4067/stat : 4067 (java) S 4052 4052 3098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418268810 27969658880 32010 33554432000 4194304 4196468 140720483211632 139997613118448 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4068] ppid=4052 vsize=27314120 memory=281278750546992 CPUtime=0 cores=0-7
/proc/4055/task/4068/stat : 4068 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139997238614224 139999976818587 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4069] ppid=4052 vsize=27314120 memory=281278750619536 CPUtime=0 cores=0-7
/proc/4055/task/4069/stat : 4069 (java) S 4052 4052 3098 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998362819056 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4070] ppid=4052 vsize=27314120 memory=281278750626448 CPUtime=0.01 cores=0-7
/proc/4055/task/4070/stat : 4070 (java) S 4052 4052 3098 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998361766512 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4071] ppid=4052 vsize=27314120 memory=281278750624144 CPUtime=0.02 cores=0-7
/proc/4055/task/4071/stat : 4071 (java) S 4052 4052 3098 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998360713968 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4072] ppid=4052 vsize=27314120 memory=281278750640304 CPUtime=0.07 cores=0-7
/proc/4055/task/4072/stat : 4072 (java) S 4052 4052 3098 0 -1 1077944384 466 0 0 0 7 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998359661424 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4073] ppid=4052 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4073/stat : 4073 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139996740708576 139999976810197 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4074] ppid=4052 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4055/task/4074/stat : 4074 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268813 27969658880 32010 33554432000 4194304 4196468 140720483211632 139998358608304 139999976811138 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129432 KiB

[startup+0.700857 s]
/proc/loadavg: 2.37 1.56 2.59 2/212 4074
/proc/meminfo: memFree=31143012/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 418268805 115843072 348 33554432000 4194304 5098028 140730873406512 140730873403768 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 348 296 221 0 87 0
[pid=4055] ppid=4052 vsize=27322516 memory=165056 CPUtime=0.98 cores=0-7
/proc/4055/stat : 4055 (java) S 4052 4052 3098 0 -1 1077944320 19890 0 0 0 91 7 0 0 20 0 20 0 418268805 27978256384 41264 33554432000 4194304 4196468 140720483211632 140720483194176 139999976799991 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
/proc/4055/statm: 6830629 41264 3206 1 0 6791959 0
[pid=4055/tid=4056] ppid=4052 vsize=27322516 memory=4580 CPUtime=0.68 cores=0-7
/proc/4055/task/4056/stat : 4056 (java) R 4052 4052 3098 0 -1 4202560 16987 0 0 0 62 6 0 0 20 0 20 0 418268805 27978256384 41264 33554432000 4194304 4196468 140720483211632 139999948631760 139999960880478 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4057] ppid=4052 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4057/stat : 4057 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418268808 27978256384 41264 33554432000 4194304 4196468 140720483211632 139999981041936 139999976810197 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4058] ppid=4052 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/4055/task/4058/stat : 4058 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418268808 27978256384 41264 33554432000 4194304 4196468 140720483211632 139999764437392 139999976810197 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0
[pid=4055/tid=4059] ppid=4052 vsize=27322516 memory=1056 CPUtime=0 cores=0-7
/proc/4055/task/4059/stat : 4059 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418268808 27978256384 41264 33554432000 4194304 4196468 140720483211632 139999763384848 139999976810197 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8646656 140720483214060 140720483214486 140720483214486 140720483217359 0

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

/proc/4075/task/4076/stat : 4076 (java) S 4052 4052 3098 0 -1 1077944384 17448 0 0 0 71 5 0 0 20 0 24 0 418269161 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695950417824 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4077] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4077/stat : 4077 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695982820112 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4078] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4078/stat : 4078 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695463898000 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4079] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4079/stat : 4079 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695462845456 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4080] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4080/stat : 4080 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695461792912 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4081] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4081/stat : 4081 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695460739344 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4082] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4082/stat : 4082 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695459686800 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4083] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4083/stat : 4083 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695458634256 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4084] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4084/stat : 4084 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695457581712 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4085] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4085/stat : 4085 (java) S 4052 4052 3098 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695339772400 140695978588802 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4086] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4086/stat : 4086 (java) S 4052 4052 3098 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140694270240160 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4087] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4087/stat : 4087 (java) S 4052 4052 3098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140694136018416 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4088] ppid=4052 vsize=8414124 memory=117096 CPUtime=0 cores=0-7
/proc/4075/task/4088/stat : 4088 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140693761514192 140695978596251 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4089] ppid=4052 vsize=8414124 memory=8112282956445269571 CPUtime=0.04 cores=0-7
/proc/4075/task/4089/stat : 4089 (java) S 4052 4052 3098 0 -1 1077944384 567 0 0 0 4 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695338719216 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4090] ppid=4052 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/4075/task/4090/stat : 4090 (java) S 4052 4052 3098 0 -1 1077944384 313 0 0 0 6 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695337666672 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4091] ppid=4052 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/4075/task/4091/stat : 4091 (java) S 4052 4052 3098 0 -1 1077944384 324 0 0 0 6 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695336614128 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4092] ppid=4052 vsize=8414124 memory=0 CPUtime=0.19 cores=0-7
/proc/4075/task/4092/stat : 4092 (java) S 4052 4052 3098 0 -1 1077944384 762 0 0 0 19 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695335561584 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4093] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4093/stat : 4093 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140693263608544 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4094] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4094/stat : 4094 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695334509488 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 118572 KiB

[startup+5.3024 s]
/proc/loadavg: 2.34 1.57 2.59 9/225 4108
/proc/meminfo: memFree=31046620/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1476 CPUtime=9.43 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 581 31459 0 0 0 0 918 25 20 0 1 0 418268805 115843072 369 33554432000 4194304 5098028 140730873406512 140730873403256 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 369 311 221 0 87 0
[pid=4075] ppid=4052 vsize=8414124 memory=117096 CPUtime=1.16 cores=0-7
/proc/4075/stat : 4075 (java) S 4052 4052 3098 0 -1 1077944320 20829 0 0 0 109 7 0 0 20 0 24 0 418269161 8616062976 29274 33554432000 4194304 4196468 140724749684192 140724749666736 140695978577655 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
/proc/4075/statm: 2103531 29274 3204 1 0 2064875 0
[pid=4095] ppid=4075 vsize=717952 memory=130344 CPUtime=5.55 cores=0-7
/proc/4095/stat : 4095 (manyglucose-4.1) S 4075 4052 3098 0 -1 1077944320 20541 0 0 0 550 5 0 0 20 0 2 0 418269233 735182848 32586 33554432000 4194304 4454172 140725105175056 140725105173440 139730630061815 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 26419200 140725105177450 140725105177648 140725105177648 140725105180602 0
/proc/4095/statm: 179488 32586 422 64 0 175156 0
[pid=4095/tid=4106] ppid=4075 vsize=717952 memory=2244 CPUtime=0.67 cores=0-7
/proc/4095/task/4106/stat : 4106 (manyglucose-4.1) R 4075 4052 3098 0 -1 4202560 491 0 0 0 67 0 0 0 20 0 2 0 418269265 735182848 32586 33554432000 4194304 4454172 140725105175056 139730560560040 4322194 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 26419200 140725105177450 140725105177648 140725105177648 140725105180602 0
[pid=4075/tid=4076] ppid=4052 vsize=8414124 memory=0 CPUtime=0.76 cores=0-7
/proc/4075/task/4076/stat : 4076 (java) S 4052 4052 3098 0 -1 1077944384 17448 0 0 0 71 5 0 0 20 0 24 0 418269161 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695950417824 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4077] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4077/stat : 4077 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695982820112 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4078] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4078/stat : 4078 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695463898000 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4079] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4079/stat : 4079 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695462845456 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4080] ppid=4052 vsize=8414124 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/4075/task/4080/stat : 4080 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695461792912 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4081] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4081/stat : 4081 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695460739344 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4082] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4082/stat : 4082 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695459686800 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4083] ppid=4052 vsize=8414124 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/4075/task/4083/stat : 4083 (java) S 4052 4052 3098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695458634256 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4084] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4084/stat : 4084 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269162 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695457581712 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4085] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4085/stat : 4085 (java) S 4052 4052 3098 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695339772400 140695978588802 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4086] ppid=4052 vsize=8414124 memory=-1807685287725067907 CPUtime=0 cores=0-7
/proc/4075/task/4086/stat : 4086 (java) S 4052 4052 3098 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140694270240160 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4087] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4087/stat : 4087 (java) S 4052 4052 3098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 418269164 8616062976 29274 33554432000 4194304 4196468 140724749684192 140694136018416 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4088] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4088/stat : 4088 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140693761514192 140695978596251 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4089] ppid=4052 vsize=8414124 memory=0 CPUtime=0.04 cores=0-7
/proc/4075/task/4089/stat : 4089 (java) S 4052 4052 3098 0 -1 1077944384 567 0 0 0 4 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695338719216 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4090] ppid=4052 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/4075/task/4090/stat : 4090 (java) S 4052 4052 3098 0 -1 1077944384 313 0 0 0 6 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695337666672 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4091] ppid=4052 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/4075/task/4091/stat : 4091 (java) S 4052 4052 3098 0 -1 1077944384 324 0 0 0 6 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695336614128 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4092] ppid=4052 vsize=8414124 memory=0 CPUtime=0.19 cores=0-7
/proc/4075/task/4092/stat : 4092 (java) S 4052 4052 3098 0 -1 1077944384 762 0 0 0 19 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695335561584 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4093] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4093/stat : 4093 (java) S 4052 4052 3098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140693263608544 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4094] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4094/stat : 4094 (java) S 4052 4052 3098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418269167 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695334509488 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4096] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4096/stat : 4096 (java) S 4052 4052 3098 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418269234 8616062976 29274 33554432000 4194304 4196468 140724749684192 140695411345088 140695978602265 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4098] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4098/stat : 4098 (java) S 4052 4052 3098 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 418269234 8616062976 29274 33554432000 4194304 4196468 140724749684192 140692860943632 140695978599581 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4099] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4099/stat : 4099 (java) S 4052 4052 3098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 418269234 8616062976 29274 33554432000 4194304 4196468 140724749684192 140692592508304 140695978599581 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4100] ppid=4052 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4075/task/4100/stat : 4100 (java) S 4052 4052 3098 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 418269236 8616062976 29274 33554432000 4194304 4196468 140724749684192 140692324080816 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 9245204 KiB
Current children cumulated memory: 248916 KiB

[startup+5.40123 s]
/proc/loadavg: 2.34 1.57 2.59 9/225 4108
/proc/meminfo: memFree=31046620/32770624 swapFree=67000496/67108860
[pid=4052] ppid=4049 vsize=113128 memory=1476 CPUtime=9.43 cores=0-7
/proc/4052/stat : 4052 (scop.sh) S 4049 4052 3098 0 -1 4202496 581 31459 0 0 0 0 918 25 20 0 1 0 418268805 115843072 369 33554432000 4194304 5098028 140730873406512 140730873403256 139763602633340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23146496 140730873410341 140730873410668 140730873410668 140730873413581 0
/proc/4052/statm: 28282 369 311 221 0 87 0
[pid=4075] ppid=4052 vsize=8283048 memory=120892 CPUtime=6.96 cores=0-7
/proc/4075/stat : 4075 (java) S 4052 4052 3098 0 -1 1077944320 21750 20554 0 0 132 8 550 6 20 0 22 0 418269161 8481841152 30223 33554432000 4194304 4196468 140724749684192 140724749666736 140695978577655 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
/proc/4075/statm: 2070762 30223 3217 1 0 2032106 0
[pid=4075/tid=4076] ppid=4052 vsize=8283048 memory=111744 CPUtime=6.36 cores=0-7
/proc/4075/task/4076/stat : 4076 (java) R 4052 4052 3098 0 -1 4202560 17632 20554 0 0 75 5 550 6 20 0 22 0 418269161 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695950408480 140695978589590 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4077] ppid=4052 vsize=8283048 memory=1476 CPUtime=5.56 cores=0-7
/proc/4075/task/4077/stat : 4077 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695982820112 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4078] ppid=4052 vsize=8283048 memory=1392 CPUtime=5.56 cores=0-7
/proc/4075/task/4078/stat : 4078 (java) S 4052 4052 3098 0 -1 1077944384 3 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695463898000 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4079] ppid=4052 vsize=8283048 memory=489072 CPUtime=5.56 cores=0-7
/proc/4075/task/4079/stat : 4079 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695462845456 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4080] ppid=4052 vsize=8283048 memory=0 CPUtime=5.56 cores=0-7
/proc/4075/task/4080/stat : 4080 (java) S 4052 4052 3098 0 -1 1077944384 2 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695461792912 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4081] ppid=4052 vsize=8283048 memory=6656426216303648864 CPUtime=5.56 cores=0-7
/proc/4075/task/4081/stat : 4081 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695460739344 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4082] ppid=4052 vsize=8283048 memory=6944656592455097440 CPUtime=5.56 cores=0-7
/proc/4075/task/4082/stat : 4082 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695459686800 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4083] ppid=4052 vsize=8283048 memory=6943526294502006880 CPUtime=5.56 cores=0-7
/proc/4075/task/4083/stat : 4083 (java) S 4052 4052 3098 0 -1 1077944384 2 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695458634256 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4084] ppid=4052 vsize=8283048 memory=94812 CPUtime=5.56 cores=0-7
/proc/4075/task/4084/stat : 4084 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269162 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695457581712 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4085] ppid=4052 vsize=8283048 memory=6798295072192423250 CPUtime=5.56 cores=0-7
/proc/4075/task/4085/stat : 4085 (java) S 4052 4052 3098 0 -1 1077944384 5 20554 0 0 0 0 550 6 20 0 22 0 418269164 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695339772400 140695978588802 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4086] ppid=4052 vsize=8283048 memory=6798295072192423250 CPUtime=5.56 cores=0-7
/proc/4075/task/4086/stat : 4086 (java) S 4052 4052 3098 0 -1 1077944384 13 20554 0 0 0 0 550 6 20 0 22 0 418269164 8481841152 30223 33554432000 4194304 4196468 140724749684192 140694270240160 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4087] ppid=4052 vsize=8283048 memory=6798295072192423250 CPUtime=5.56 cores=0-7
/proc/4075/task/4087/stat : 4087 (java) S 4052 4052 3098 0 -1 1077944384 21 20554 0 0 0 0 550 6 20 0 22 0 418269164 8481841152 30223 33554432000 4194304 4196468 140724749684192 140694136018416 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4088] ppid=4052 vsize=8283048 memory=7740962534463787370 CPUtime=5.56 cores=0-7
/proc/4075/task/4088/stat : 4088 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140693761514192 140695978596251 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4089] ppid=4052 vsize=8283048 memory=281278750841568 CPUtime=5.63 cores=0-7
/proc/4075/task/4089/stat : 4089 (java) R 4052 4052 3098 0 -1 4202560 580 20554 0 0 7 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695338702176 140695963653309 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4090] ppid=4052 vsize=8283048 memory=281278750658368 CPUtime=5.64 cores=0-7
/proc/4075/task/4090/stat : 4090 (java) S 4052 4052 3098 0 -1 1077944384 329 20554 0 0 8 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695337666672 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4091] ppid=4052 vsize=8283048 memory=3689214567702978400 CPUtime=5.66 cores=0-7
/proc/4075/task/4091/stat : 4091 (java) S 4052 4052 3098 0 -1 1077944384 343 20554 0 0 10 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695336614128 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4092] ppid=4052 vsize=8283048 memory=301741373374332954 CPUtime=5.81 cores=0-7
/proc/4075/task/4092/stat : 4092 (java) R 4052 4052 3098 0 -1 4202560 886 20554 0 0 25 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695335561584 140695978599002 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4093] ppid=4052 vsize=8283048 memory=288230596050944315 CPUtime=5.56 cores=0-7
/proc/4075/task/4093/stat : 4093 (java) S 4052 4052 3098 0 -1 1077944384 3 20554 0 0 0 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140693263608544 140695978587861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4094] ppid=4052 vsize=8283048 memory=14131130437732652 CPUtime=5.56 cores=0-7
/proc/4075/task/4094/stat : 4094 (java) S 4052 4052 3098 0 -1 1077944384 1 20554 0 0 0 0 550 6 20 0 22 0 418269167 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695334509488 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4096] ppid=4052 vsize=8283048 memory=0 CPUtime=5.56 cores=0-7
/proc/4075/task/4096/stat : 4096 (java) S 4052 4052 3098 0 -1 1077944384 33 20554 0 0 0 0 550 6 20 0 22 0 418269234 8481841152 30223 33554432000 4194304 4196468 140724749684192 140695411344272 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
[pid=4075/tid=4100] ppid=4052 vsize=8283048 memory=6944656592455360604 CPUtime=5.56 cores=0-7
/proc/4075/task/4100/stat : 4100 (java) S 4052 4052 3098 0 -1 1077944384 13 20554 0 0 0 0 550 6 20 0 22 0 418269236 8481841152 30223 33554432000 4194304 4196468 140724749684192 140692324082608 140695978588802 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7733248 140724749685752 140724749685910 140724749685910 140724749688783 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 122368 KiB

Child status: 0
Real time (s): 5.47742
CPU time (s): 16.5567
CPU user time (s): 16.1426
CPU system time (s): 0.414073
CPU usage (%): 302.272
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 899224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1426
system time used= 0.414073
maximum resident set size= 898240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9735
involuntary context switches= 67


# summary of solver processes directly reported to runsolver:
#   pid: 4052
#   total CPU time (s): 16.5567
#   total CPU user time (s): 16.1426
#   total CPU system time (s): 0.414073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064019 second user time and 0.099909 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 03:11:47
IDJOB=4392412
IDBENCH=124113
IDSOLVER=2838
FILE ID=node146/4392412-1568423548
RUNJOBID= node146-1568417371-3125
PBS_JOBID= 21702271
Free space on /tmp= 59032 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order 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-4392412-1568423548/watcher-4392412-1568423548 -o /tmp/evaluation-result-4392412-1568423548/solver-4392412-1568423548 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568417371-3125 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392412-1568423548.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=98795461

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:        31281728 kB
MemAvailable:   31880880 kB
Buffers:          182420 kB
Cached:           681896 kB
SwapCached:         4764 kB
Active:           497476 kB
Inactive:         373828 kB
Active(anon):      23172 kB
Inactive(anon):    21924 kB
Active(file):     474304 kB
Inactive(file):   351904 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000496 kB
Dirty:             20352 kB
Writeback:             0 kB
AnonPages:        117564 kB
Mapped:            42256 kB
Shmem:             29876 kB
Slab:             207796 kB
SReclaimable:     177560 kB
SUnreclaim:        30236 kB
KernelStack:        3424 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     500424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59012 MiB
End job on node146 at 2019-09-14 03:11:53